public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-patchset:master commit in: 3.14.8/, 3.2.60/, 3.15.1/
@ 2014-06-23 14:08 Anthony G. Basile
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2014-06-23 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f74542b9cc22619b6cb6ab155c55b143ee2b8b12
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 14:09:00 2014 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 14:09:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=f74542b9

Grsec/PaX: 3.0-{3.2.60,3.14.8,3.15.1}-201406222112

---
 3.14.8/0000_README                                 |     2 +-
 ... 4420_grsecurity-3.0-3.14.8-201406222110.patch} |   231 +-
 3.14.8/4475_emutramp_default_on.patch              |    17 +-
 {3.14.8 => 3.15.1}/0000_README                     |     2 +-
 .../4420_grsecurity-3.0-3.15.1-201406222112.patch  | 14265 +++++++++++--------
 3.15.1/4425_grsec_remove_EI_PAX.patch              |    19 +
 3.15.1/4427_force_XATTR_PAX_tmpfs.patch            |    35 +
 3.15.1/4430_grsec-remove-localversion-grsec.patch  |     9 +
 3.15.1/4435_grsec-mute-warnings.patch              |    43 +
 3.15.1/4440_grsec-remove-protected-paths.patch     |    20 +
 3.15.1/4450_grsec-kconfig-default-gids.patch       |   111 +
 3.15.1/4465_selinux-avc_audit-log-curr_ip.patch    |    73 +
 3.15.1/4470_disable-compat_vdso.patch              |    58 +
 {3.14.8 => 3.15.1}/4475_emutramp_default_on.patch  |    17 +-
 3.2.60/0000_README                                 |     2 +-
 ... 4420_grsecurity-3.0-3.2.60-201406222106.patch} |    39 +-
 3.2.60/4475_emutramp_default_on.patch              |    17 +-
 17 files changed, 8421 insertions(+), 6539 deletions(-)

diff --git a/3.14.8/0000_README b/3.14.8/0000_README
index 9ba5226..ecfc29f 100644
--- a/3.14.8/0000_README
+++ b/3.14.8/0000_README
@@ -2,7 +2,7 @@ README
 -----------------------------------------------------------------------------
 Individual Patch Descriptions:
 -----------------------------------------------------------------------------
-Patch:	4420_grsecurity-3.0-3.14.8-201406220132.patch
+Patch:	4420_grsecurity-3.0-3.14.8-201406222110.patch
 From:	http://www.grsecurity.net
 Desc:	hardened-sources base patch from upstream grsecurity
 

diff --git a/3.14.8/4420_grsecurity-3.0-3.14.8-201406220132.patch b/3.14.8/4420_grsecurity-3.0-3.14.8-201406222110.patch
similarity index 99%
copy from 3.14.8/4420_grsecurity-3.0-3.14.8-201406220132.patch
copy to 3.14.8/4420_grsecurity-3.0-3.14.8-201406222110.patch
index 1e32908..aeeb2f0 100644
--- a/3.14.8/4420_grsecurity-3.0-3.14.8-201406220132.patch
+++ b/3.14.8/4420_grsecurity-3.0-3.14.8-201406222110.patch
@@ -6739,18 +6739,18 @@ index 25da651..ae2a259 100644
  
  #endif /* __ASM_SMTC_PROC_H */
 diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h
-index e80ae50..4404147 100644
+index e80ae50..b93dd2e 100644
 --- a/arch/mips/include/asm/thread_info.h
 +++ b/arch/mips/include/asm/thread_info.h
-@@ -116,6 +116,8 @@ static inline struct thread_info *current_thread_info(void)
- #define TIF_LOAD_WATCH		25	/* If set, load watch registers */
- #define TIF_SYSCALL_TRACEPOINT	26	/* syscall tracepoint instrumentation */
- #define TIF_32BIT_FPREGS	27	/* 32-bit floating point registers */
+@@ -105,6 +105,8 @@ static inline struct thread_info *current_thread_info(void)
+ #define TIF_SECCOMP		4	/* secure computing */
+ #define TIF_NOTIFY_RESUME	5	/* callback before returning to user */
+ #define TIF_RESTORE_SIGMASK	9	/* restore signal mask in do_signal() */
 +/* li takes a 32bit immediate */
-+#define TIF_GRSEC_SETXID	29	/* update credentials on syscall entry/exit */
- #define TIF_SYSCALL_TRACE	31	/* syscall trace active */
- 
- #define _TIF_SYSCALL_TRACE	(1<<TIF_SYSCALL_TRACE)
++#define TIF_GRSEC_SETXID	10	/* update credentials on syscall entry/exit */
+ #define TIF_USEDFPU		16	/* FPU was used by this task this quantum (SMP) */
+ #define TIF_MEMDIE		18	/* is terminating due to OOM killer */
+ #define TIF_NOHZ		19	/* in adaptive nohz mode */
 @@ -134,14 +136,15 @@ static inline struct thread_info *current_thread_info(void)
  #define _TIF_LOAD_WATCH		(1<<TIF_LOAD_WATCH)
  #define _TIF_32BIT_FPREGS	(1<<TIF_32BIT_FPREGS)
@@ -61719,11 +61719,15 @@ index d19b30a..ef89c36 100644
  static int can_do_hugetlb_shm(void)
  {
 diff --git a/fs/inode.c b/fs/inode.c
-index e846a32..6b22e15 100644
+index e846a32..bb06bd0 100644
 --- a/fs/inode.c
 +++ b/fs/inode.c
-@@ -841,8 +841,8 @@ unsigned int get_next_ino(void)
+@@ -839,16 +839,20 @@ unsigned int get_next_ino(void)
+ 	unsigned int *p = &get_cpu_var(last_ino);
+ 	unsigned int res = *p;
  
++start:
++
  #ifdef CONFIG_SMP
  	if (unlikely((res & (LAST_INO_BATCH-1)) == 0)) {
 -		static atomic_t shared_last_ino;
@@ -61733,6 +61737,15 @@ index e846a32..6b22e15 100644
  
  		res = next - LAST_INO_BATCH;
  	}
+ #endif
+ 
+-	*p = ++res;
++	if (unlikely(!++res))
++		goto start;	/* never zero */
++	*p = res;
+ 	put_cpu_var(last_ino);
+ 	return res;
+ }
 diff --git a/fs/jffs2/erase.c b/fs/jffs2/erase.c
 index 4a6cf28..d3a29d3 100644
 --- a/fs/jffs2/erase.c
@@ -99265,21 +99278,6 @@ index 5325b54..a0d4d69 100644
  		return -EFAULT;
  
  	*lenp = len;
-diff --git a/net/ieee802154/dgram.c b/net/ieee802154/dgram.c
-index 1846c1f..96d4a9f 100644
---- a/net/ieee802154/dgram.c
-+++ b/net/ieee802154/dgram.c
-@@ -313,8 +313,9 @@ static int dgram_recvmsg(struct kiocb *iocb, struct sock *sk,
- 	if (saddr) {
- 		saddr->family = AF_IEEE802154;
- 		saddr->addr = mac_cb(skb)->sa;
-+	}
-+	if (addr_len)
- 		*addr_len = sizeof(*saddr);
--	}
- 
- 	if (flags & MSG_TRUNC)
- 		copied = skb->len;
 diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c
 index 19ab78a..bf575c9 100644
 --- a/net/ipv4/af_inet.c
@@ -99770,7 +99768,7 @@ index 2510c02..cfb34fa 100644
  		pr_err("Unable to proc dir entry\n");
  		return -ENOMEM;
 diff --git a/net/ipv4/ping.c b/net/ipv4/ping.c
-index e21934b..3ae545c 100644
+index e21934b..4e7cb58 100644
 --- a/net/ipv4/ping.c
 +++ b/net/ipv4/ping.c
 @@ -59,7 +59,7 @@ struct ping_table {
@@ -99809,28 +99807,7 @@ index e21934b..3ae545c 100644
  						   info, (u8 *)icmph);
  #endif
  		}
-@@ -844,6 +844,8 @@ int ping_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
- {
- 	struct inet_sock *isk = inet_sk(sk);
- 	int family = sk->sk_family;
-+	struct sockaddr_in *sin;
-+	struct sockaddr_in6 *sin6;
- 	struct sk_buff *skb;
- 	int copied, err;
- 
-@@ -853,12 +855,19 @@ int ping_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
- 	if (flags & MSG_OOB)
- 		goto out;
- 
-+	if (addr_len) {
-+		if (family == AF_INET)
-+			*addr_len = sizeof(*sin);
-+		else if (family == AF_INET6 && addr_len)
-+			*addr_len = sizeof(*sin6);
-+	}
-+
- 	if (flags & MSG_ERRQUEUE) {
- 		if (family == AF_INET) {
+@@ -858,7 +858,7 @@ int ping_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
  			return ip_recv_error(sk, msg, len, addr_len);
  #if IS_ENABLED(CONFIG_IPV6)
  		} else if (family == AF_INET6) {
@@ -99839,19 +99816,7 @@ index e21934b..3ae545c 100644
  							  addr_len);
  #endif
  		}
-@@ -890,7 +899,6 @@ int ping_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
- 			sin->sin_port = 0 /* skb->h.uh->source */;
- 			sin->sin_addr.s_addr = ip_hdr(skb)->saddr;
- 			memset(sin->sin_zero, 0, sizeof(sin->sin_zero));
--			*addr_len = sizeof(*sin);
- 		}
- 
- 		if (isk->cmsg_flags)
-@@ -912,14 +920,13 @@ int ping_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
- 			sin6->sin6_scope_id =
- 				ipv6_iface_scope_id(&sin6->sin6_addr,
- 						    IP6CB(skb)->iif);
--			*addr_len = sizeof(*sin6);
+@@ -916,10 +916,10 @@ int ping_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
  		}
  
  		if (inet6_sk(sk)->rxopt.all)
@@ -99864,7 +99829,7 @@ index e21934b..3ae545c 100644
  		else if (skb->protocol == htons(ETH_P_IP) && isk->cmsg_flags)
  			ip_cmsg_recv(msg, skb);
  #endif
-@@ -1111,7 +1118,7 @@ static void ping_v4_format_sock(struct sock *sp, struct seq_file *f,
+@@ -1111,7 +1111,7 @@ static void ping_v4_format_sock(struct sock *sp, struct seq_file *f,
  		from_kuid_munged(seq_user_ns(f), sock_i_uid(sp)),
  		0, sock_i_ino(sp),
  		atomic_read(&sp->sk_refcnt), sp,
@@ -99874,7 +99839,7 @@ index e21934b..3ae545c 100644
  
  static int ping_v4_seq_show(struct seq_file *seq, void *v)
 diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c
-index c04518f..824ebe5 100644
+index c04518f..c402063 100644
 --- a/net/ipv4/raw.c
 +++ b/net/ipv4/raw.c
 @@ -311,7 +311,7 @@ static int raw_rcv_skb(struct sock *sk, struct sk_buff *skb)
@@ -99886,25 +99851,7 @@ index c04518f..824ebe5 100644
  		kfree_skb(skb);
  		return NET_RX_DROP;
  	}
-@@ -696,6 +696,9 @@ static int raw_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
- 	if (flags & MSG_OOB)
- 		goto out;
- 
-+	if (addr_len)
-+		*addr_len = sizeof(*sin);
-+
- 	if (flags & MSG_ERRQUEUE) {
- 		err = ip_recv_error(sk, msg, len, addr_len);
- 		goto out;
-@@ -723,7 +726,6 @@ static int raw_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
- 		sin->sin_addr.s_addr = ip_hdr(skb)->saddr;
- 		sin->sin_port = 0;
- 		memset(&sin->sin_zero, 0, sizeof(sin->sin_zero));
--		*addr_len = sizeof(*sin);
- 	}
- 	if (inet->cmsg_flags)
- 		ip_cmsg_recv(msg, skb);
-@@ -748,16 +750,20 @@ static int raw_init(struct sock *sk)
+@@ -748,16 +748,20 @@ static int raw_init(struct sock *sk)
  
  static int raw_seticmpfilter(struct sock *sk, char __user *optval, int optlen)
  {
@@ -99926,7 +99873,7 @@ index c04518f..824ebe5 100644
  
  	if (get_user(len, optlen))
  		goto out;
-@@ -767,8 +773,8 @@ static int raw_geticmpfilter(struct sock *sk, char __user *optval, int __user *o
+@@ -767,8 +771,8 @@ static int raw_geticmpfilter(struct sock *sk, char __user *optval, int __user *o
  	if (len > sizeof(struct icmp_filter))
  		len = sizeof(struct icmp_filter);
  	ret = -EFAULT;
@@ -99937,7 +99884,7 @@ index c04518f..824ebe5 100644
  		goto out;
  	ret = 0;
  out:	return ret;
-@@ -997,7 +1003,7 @@ static void raw_sock_seq_show(struct seq_file *seq, struct sock *sp, int i)
+@@ -997,7 +1001,7 @@ static void raw_sock_seq_show(struct seq_file *seq, struct sock *sp, int i)
  		0, 0L, 0,
  		from_kuid_munged(seq_user_ns(seq), sock_i_uid(sp)),
  		0, sock_i_ino(sp),
@@ -100328,7 +100275,7 @@ index 64f0354..a81b39d 100644
  				  syn_set ? 0 : icsk->icsk_user_timeout, syn_set)) {
  		/* Has it gone just too far? */
 diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
-index 77bd16f..5f7174a 100644
+index 77bd16f..3ce366b 100644
 --- a/net/ipv4/udp.c
 +++ b/net/ipv4/udp.c
 @@ -87,6 +87,7 @@
@@ -100388,20 +100335,7 @@ index 77bd16f..5f7174a 100644
  		__skb_unlink(skb, rcvq);
  		__skb_queue_tail(&list_kill, skb);
  	}
-@@ -1234,6 +1251,12 @@ int udp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
- 	int is_udplite = IS_UDPLITE(sk);
- 	bool slow;
- 
-+	/*
-+	 *	Check any passed addresses
-+	 */
-+	if (addr_len)
-+		*addr_len = sizeof(*sin);
-+
- 	if (flags & MSG_ERRQUEUE)
- 		return ip_recv_error(sk, msg, len, addr_len);
- 
-@@ -1243,6 +1266,10 @@ try_again:
+@@ -1243,6 +1260,10 @@ try_again:
  	if (!skb)
  		goto out;
  
@@ -100412,7 +100346,7 @@ index 77bd16f..5f7174a 100644
  	ulen = skb->len - sizeof(struct udphdr);
  	copied = len;
  	if (copied > ulen)
-@@ -1276,7 +1303,7 @@ try_again:
+@@ -1276,7 +1297,7 @@ try_again:
  	if (unlikely(err)) {
  		trace_kfree_skb(skb, udp_recvmsg);
  		if (!peeked) {
@@ -100421,15 +100355,7 @@ index 77bd16f..5f7174a 100644
  			UDP_INC_STATS_USER(sock_net(sk),
  					   UDP_MIB_INERRORS, is_udplite);
  		}
-@@ -1295,7 +1322,6 @@ try_again:
- 		sin->sin_port = udp_hdr(skb)->source;
- 		sin->sin_addr.s_addr = ip_hdr(skb)->saddr;
- 		memset(sin->sin_zero, 0, sizeof(sin->sin_zero));
--		*addr_len = sizeof(*sin);
- 	}
- 	if (inet->cmsg_flags)
- 		ip_cmsg_recv(msg, skb);
-@@ -1566,7 +1592,7 @@ csum_error:
+@@ -1566,7 +1587,7 @@ csum_error:
  	UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_CSUMERRORS, is_udplite);
  drop:
  	UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS, is_udplite);
@@ -100438,7 +100364,7 @@ index 77bd16f..5f7174a 100644
  	kfree_skb(skb);
  	return -1;
  }
-@@ -1585,7 +1611,7 @@ static void flush_stack(struct sock **stack, unsigned int count,
+@@ -1585,7 +1606,7 @@ static void flush_stack(struct sock **stack, unsigned int count,
  			skb1 = (i == final) ? skb : skb_clone(skb, GFP_ATOMIC);
  
  		if (!skb1) {
@@ -100447,7 +100373,7 @@ index 77bd16f..5f7174a 100644
  			UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_RCVBUFERRORS,
  					 IS_UDPLITE(sk));
  			UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS,
-@@ -1786,6 +1812,9 @@ int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
+@@ -1786,6 +1807,9 @@ int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
  		goto csum_error;
  
  	UDP_INC_STATS_BH(net, UDP_MIB_NOPORTS, proto == IPPROTO_UDPLITE);
@@ -100457,7 +100383,7 @@ index 77bd16f..5f7174a 100644
  	icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
  
  	/*
-@@ -2350,7 +2379,7 @@ static void udp4_format_sock(struct sock *sp, struct seq_file *f,
+@@ -2350,7 +2374,7 @@ static void udp4_format_sock(struct sock *sp, struct seq_file *f,
  		from_kuid_munged(seq_user_ns(f), sock_i_uid(sp)),
  		0, sock_i_ino(sp),
  		atomic_read(&sp->sk_refcnt), sp,
@@ -100907,7 +100833,7 @@ index 091d066..139d410 100644
  		goto proc_dev_snmp6_fail;
  	return 0;
 diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c
-index 1f29996..46fe0c7 100644
+index 1f29996..7418779 100644
 --- a/net/ipv6/raw.c
 +++ b/net/ipv6/raw.c
 @@ -388,7 +388,7 @@ static inline int rawv6_rcv_skb(struct sock *sk, struct sk_buff *skb)
@@ -100937,25 +100863,7 @@ index 1f29996..46fe0c7 100644
  			kfree_skb(skb);
  			return NET_RX_DROP;
  		}
-@@ -469,6 +469,9 @@ static int rawv6_recvmsg(struct kiocb *iocb, struct sock *sk,
- 	if (flags & MSG_OOB)
- 		return -EOPNOTSUPP;
- 
-+	if (addr_len)
-+		*addr_len=sizeof(*sin6);
-+
- 	if (flags & MSG_ERRQUEUE)
- 		return ipv6_recv_error(sk, msg, len, addr_len);
- 
-@@ -507,7 +510,6 @@ static int rawv6_recvmsg(struct kiocb *iocb, struct sock *sk,
- 		sin6->sin6_flowinfo = 0;
- 		sin6->sin6_scope_id = ipv6_iface_scope_id(&sin6->sin6_addr,
- 							  IP6CB(skb)->iif);
--		*addr_len = sizeof(*sin6);
- 	}
- 
- 	sock_recv_ts_and_drops(msg, sk, skb);
-@@ -610,7 +612,7 @@ out:
+@@ -610,7 +610,7 @@ out:
  	return err;
  }
  
@@ -100964,7 +100872,7 @@ index 1f29996..46fe0c7 100644
  			struct flowi6 *fl6, struct dst_entry **dstp,
  			unsigned int flags)
  {
-@@ -922,12 +924,15 @@ do_confirm:
+@@ -922,12 +922,15 @@ do_confirm:
  static int rawv6_seticmpfilter(struct sock *sk, int level, int optname,
  			       char __user *optval, int optlen)
  {
@@ -100981,7 +100889,7 @@ index 1f29996..46fe0c7 100644
  		return 0;
  	default:
  		return -ENOPROTOOPT;
-@@ -940,6 +945,7 @@ static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
+@@ -940,6 +943,7 @@ static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
  			       char __user *optval, int __user *optlen)
  {
  	int len;
@@ -100989,7 +100897,7 @@ index 1f29996..46fe0c7 100644
  
  	switch (optname) {
  	case ICMPV6_FILTER:
-@@ -951,7 +957,8 @@ static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
+@@ -951,7 +955,8 @@ static int rawv6_geticmpfilter(struct sock *sk, int level, int optname,
  			len = sizeof(struct icmp6_filter);
  		if (put_user(len, optlen))
  			return -EFAULT;
@@ -101149,7 +101057,7 @@ index 889079b..a04512c 100644
  	}
  
 diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
-index 1e586d9..384a9c9 100644
+index 1e586d9..2b8ad76 100644
 --- a/net/ipv6/udp.c
 +++ b/net/ipv6/udp.c
 @@ -76,6 +76,10 @@ static unsigned int udp6_ehashfn(struct net *net,
@@ -101163,17 +101071,7 @@ index 1e586d9..384a9c9 100644
  int ipv6_rcv_saddr_equal(const struct sock *sk, const struct sock *sk2)
  {
  	const struct in6_addr *sk2_rcv_saddr6 = inet6_rcv_saddr(sk2);
-@@ -392,6 +396,9 @@ int udpv6_recvmsg(struct kiocb *iocb, struct sock *sk,
- 	int is_udp4;
- 	bool slow;
- 
-+	if (addr_len)
-+		*addr_len = sizeof(struct sockaddr_in6);
-+
- 	if (flags & MSG_ERRQUEUE)
- 		return ipv6_recv_error(sk, msg, len, addr_len);
- 
-@@ -435,7 +442,7 @@ try_again:
+@@ -435,7 +439,7 @@ try_again:
  	if (unlikely(err)) {
  		trace_kfree_skb(skb, udpv6_recvmsg);
  		if (!peeked) {
@@ -101182,16 +101080,7 @@ index 1e586d9..384a9c9 100644
  			if (is_udp4)
  				UDP_INC_STATS_USER(sock_net(sk),
  						   UDP_MIB_INERRORS,
-@@ -475,7 +482,7 @@ try_again:
- 				ipv6_iface_scope_id(&sin6->sin6_addr,
- 						    IP6CB(skb)->iif);
- 		}
--		*addr_len = sizeof(*sin6);
-+
- 	}
- 
- 	if (np->rxopt.all)
-@@ -690,7 +697,7 @@ csum_error:
+@@ -690,7 +694,7 @@ csum_error:
  	UDP6_INC_STATS_BH(sock_net(sk), UDP_MIB_CSUMERRORS, is_udplite);
  drop:
  	UDP6_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS, is_udplite);
@@ -101200,7 +101089,7 @@ index 1e586d9..384a9c9 100644
  	kfree_skb(skb);
  	return -1;
  }
-@@ -747,7 +754,7 @@ static void flush_stack(struct sock **stack, unsigned int count,
+@@ -747,7 +751,7 @@ static void flush_stack(struct sock **stack, unsigned int count,
  		if (likely(skb1 == NULL))
  			skb1 = (i == final) ? skb : skb_clone(skb, GFP_ATOMIC);
  		if (!skb1) {
@@ -101209,7 +101098,7 @@ index 1e586d9..384a9c9 100644
  			UDP6_INC_STATS_BH(sock_net(sk), UDP_MIB_RCVBUFERRORS,
  					  IS_UDPLITE(sk));
  			UDP6_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS,
-@@ -886,6 +893,9 @@ int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
+@@ -886,6 +890,9 @@ int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
  		goto csum_error;
  
  	UDP6_INC_STATS_BH(net, UDP_MIB_NOPORTS, proto == IPPROTO_UDPLITE);
@@ -101429,28 +101318,6 @@ index 7932697..a13d158 100644
  	} while (!res);
  	return res;
  }
-diff --git a/net/l2tp/l2tp_ip.c b/net/l2tp/l2tp_ip.c
-index 0b44d85..1a7f88b 100644
---- a/net/l2tp/l2tp_ip.c
-+++ b/net/l2tp/l2tp_ip.c
-@@ -518,6 +518,9 @@ static int l2tp_ip_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *m
- 	if (flags & MSG_OOB)
- 		goto out;
- 
-+	if (addr_len)
-+		*addr_len = sizeof(*sin);
-+
- 	skb = skb_recv_datagram(sk, flags, noblock, &err);
- 	if (!skb)
- 		goto out;
-@@ -540,7 +543,6 @@ static int l2tp_ip_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *m
- 		sin->sin_addr.s_addr = ip_hdr(skb)->saddr;
- 		sin->sin_port = 0;
- 		memset(&sin->sin_zero, 0, sizeof(sin->sin_zero));
--		*addr_len = sizeof(*sin);
- 	}
- 	if (inet->cmsg_flags)
- 		ip_cmsg_recv(msg, skb);
 diff --git a/net/llc/llc_proc.c b/net/llc/llc_proc.c
 index 1a3c7e0..80f8b0c 100644
 --- a/net/llc/llc_proc.c

diff --git a/3.14.8/4475_emutramp_default_on.patch b/3.14.8/4475_emutramp_default_on.patch
index a453a5b..015c7c1 100644
--- a/3.14.8/4475_emutramp_default_on.patch
+++ b/3.14.8/4475_emutramp_default_on.patch
@@ -13,9 +13,22 @@ diff -Naur linux-3.9.2-hardened.orig/security/Kconfig linux-3.9.2-hardened/secur
 @@ -428,7 +428,7 @@
  
  config PAX_EMUTRAMP
-	bool "Emulate trampolines"
+ 	bool "Emulate trampolines"
 -	default y if PARISC || GRKERNSEC_CONFIG_AUTO
 +	default y
-	depends on (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86)
+ 	depends on (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86)
  	help
  	  There are some programs and libraries that for one reason or
+@@ -450,6 +450,12 @@
+ 	  utilities to disable CONFIG_PAX_PAGEEXEC and CONFIG_PAX_SEGMEXEC
+ 	  for the affected files.
+ 
++	  NOTE: Hardened Gentoo users needs this option enabled for python
++	  to work properly.  Without it, all python apps, including portage,
++	  may fail.  By default, python has CONFIG_PAX_EMUTRAMP enabled by
++	  the ebuild when USE=pax_kernel is set, otherise CONFIG_PAX_PAGEEXEC
++	  is enabled as a fallback.
++
+ 	  NOTE: enabling this feature *may* open up a loophole in the
+ 	  protection provided by non-executable pages that an attacker
+ 	  could abuse.  Therefore the best solution is to not have any

diff --git a/3.14.8/0000_README b/3.15.1/0000_README
similarity index 96%
copy from 3.14.8/0000_README
copy to 3.15.1/0000_README
index 9ba5226..7ce009d 100644
--- a/3.14.8/0000_README
+++ b/3.15.1/0000_README
@@ -2,7 +2,7 @@ README
 -----------------------------------------------------------------------------
 Individual Patch Descriptions:
 -----------------------------------------------------------------------------
-Patch:	4420_grsecurity-3.0-3.14.8-201406220132.patch
+Patch:	4420_grsecurity-3.0-3.15.1-201406222112.patch
 From:	http://www.grsecurity.net
 Desc:	hardened-sources base patch from upstream grsecurity
 

diff --git a/3.14.8/4420_grsecurity-3.0-3.14.8-201406220132.patch b/3.15.1/4420_grsecurity-3.0-3.15.1-201406222112.patch
similarity index 92%
rename from 3.14.8/4420_grsecurity-3.0-3.14.8-201406220132.patch
rename to 3.15.1/4420_grsecurity-3.0-3.15.1-201406222112.patch
index 1e32908..d693020 100644
--- a/3.14.8/4420_grsecurity-3.0-3.14.8-201406220132.patch
+++ b/3.15.1/4420_grsecurity-3.0-3.15.1-201406222112.patch
@@ -1,9 +1,9 @@
 diff --git a/Documentation/dontdiff b/Documentation/dontdiff
-index b89a739..e289b9b 100644
+index 9de9813..1462492 100644
 --- a/Documentation/dontdiff
 +++ b/Documentation/dontdiff
-@@ -2,9 +2,11 @@
- *.aux
+@@ -3,9 +3,11 @@
+ *.bc
  *.bin
  *.bz2
 +*.c.[012]*.*
@@ -14,7 +14,7 @@ index b89a739..e289b9b 100644
  *.dsp
  *.dvi
  *.elf
-@@ -14,6 +16,7 @@
+@@ -15,6 +17,7 @@
  *.gcov
  *.gen.S
  *.gif
@@ -22,7 +22,7 @@ index b89a739..e289b9b 100644
  *.grep
  *.grp
  *.gz
-@@ -48,14 +51,17 @@
+@@ -51,14 +54,17 @@
  *.tab.h
  *.tex
  *.ver
@@ -41,7 +41,7 @@ index b89a739..e289b9b 100644
  .*.d
  .mm
  53c700_d.h
-@@ -69,9 +75,11 @@ Image
+@@ -72,9 +78,11 @@ Image
  Module.markers
  Module.symvers
  PENDING
@@ -53,7 +53,7 @@ index b89a739..e289b9b 100644
  aconf
  af_names.h
  aic7*reg.h*
-@@ -80,6 +88,7 @@ aic7*seq.h*
+@@ -83,6 +91,7 @@ aic7*seq.h*
  aicasm
  aicdb.h*
  altivec*.c
@@ -61,7 +61,7 @@ index b89a739..e289b9b 100644
  asm-offsets.h
  asm_offsets.h
  autoconf.h*
-@@ -92,32 +101,40 @@ bounds.h
+@@ -95,32 +104,40 @@ bounds.h
  bsetup
  btfixupprep
  build
@@ -102,7 +102,7 @@ index b89a739..e289b9b 100644
  fixdep
  flask.h
  fore200e_mkfirm
-@@ -125,12 +142,15 @@ fore200e_pca_fw.c*
+@@ -128,12 +145,15 @@ fore200e_pca_fw.c*
  gconf
  gconf.glade.h
  gen-devlist
@@ -118,7 +118,7 @@ index b89a739..e289b9b 100644
  hpet_example
  hugepage-mmap
  hugepage-shm
-@@ -145,14 +165,14 @@ int32.c
+@@ -148,14 +168,14 @@ int32.c
  int4.c
  int8.c
  kallsyms
@@ -135,7 +135,7 @@ index b89a739..e289b9b 100644
  logo_*.c
  logo_*_clut224.c
  logo_*_mono.c
-@@ -162,14 +182,15 @@ mach-types.h
+@@ -165,14 +185,15 @@ mach-types.h
  machtypes.h
  map
  map_hugetlb
@@ -152,7 +152,7 @@ index b89a739..e289b9b 100644
  mkprep
  mkregtable
  mktables
-@@ -185,6 +206,8 @@ oui.c*
+@@ -188,6 +209,8 @@ oui.c*
  page-types
  parse.c
  parse.h
@@ -161,7 +161,7 @@ index b89a739..e289b9b 100644
  patches*
  pca200e.bin
  pca200e_ecd.bin2
-@@ -194,6 +217,7 @@ perf-archive
+@@ -197,6 +220,7 @@ perf-archive
  piggyback
  piggy.gzip
  piggy.S
@@ -169,7 +169,7 @@ index b89a739..e289b9b 100644
  pnmtologo
  ppc_defs.h*
  pss_boot.h
-@@ -203,7 +227,12 @@ r200_reg_safe.h
+@@ -206,7 +230,12 @@ r200_reg_safe.h
  r300_reg_safe.h
  r420_reg_safe.h
  r600_reg_safe.h
@@ -182,7 +182,7 @@ index b89a739..e289b9b 100644
  relocs
  rlim_names.h
  rn50_reg_safe.h
-@@ -213,8 +242,12 @@ series
+@@ -216,8 +245,12 @@ series
  setup
  setup.bin
  setup.elf
@@ -195,7 +195,7 @@ index b89a739..e289b9b 100644
  split-include
  syscalltab.h
  tables.c
-@@ -224,6 +257,7 @@ tftpboot.img
+@@ -227,6 +260,7 @@ tftpboot.img
  timeconst.h
  times.h*
  trix_boot.h
@@ -203,7 +203,7 @@ index b89a739..e289b9b 100644
  utsrelease.h*
  vdso-syms.lds
  vdso.lds
-@@ -235,13 +269,17 @@ vdso32.lds
+@@ -238,13 +272,17 @@ vdso32.lds
  vdso32.so.dbg
  vdso64.lds
  vdso64.so.dbg
@@ -221,7 +221,7 @@ index b89a739..e289b9b 100644
  vmlinuz
  voffset.h
  vsyscall.lds
-@@ -249,9 +287,12 @@ vsyscall_32.lds
+@@ -252,9 +290,12 @@ vsyscall_32.lds
  wanxlfw.inc
  uImage
  unifdef
@@ -235,10 +235,10 @@ index b89a739..e289b9b 100644
 +zconf.lex.c
  zoffset.h
 diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
-index 7116fda..d8ed6e8 100644
+index 30a8ad0d..2ed9efd 100644
 --- a/Documentation/kernel-parameters.txt
 +++ b/Documentation/kernel-parameters.txt
-@@ -1084,6 +1084,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
+@@ -1103,6 +1103,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
  			Format: <unsigned int> such that (rxsize & ~0x1fffc0) == 0.
  			Default: 1024
  
@@ -249,7 +249,7 @@ index 7116fda..d8ed6e8 100644
  	hashdist=	[KNL,NUMA] Large hashes allocated during boot
  			are distributed across NUMA nodes.  Defaults on
  			for 64-bit NUMA, off otherwise.
-@@ -2080,6 +2084,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
+@@ -2099,6 +2103,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
  			noexec=on: enable non-executable mappings (default)
  			noexec=off: disable non-executable mappings
  
@@ -260,7 +260,7 @@ index 7116fda..d8ed6e8 100644
  	nosmap		[X86]
  			Disable SMAP (Supervisor Mode Access Prevention)
  			even if it is supported by processor.
-@@ -2347,6 +2355,25 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
+@@ -2366,6 +2374,25 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
  			the specified number of seconds.  This is to be used if
  			your oopses keep scrolling off the screen.
  
@@ -287,22 +287,21 @@ index 7116fda..d8ed6e8 100644
  
  	pcd.		[PARIDE]
 diff --git a/Makefile b/Makefile
-index ef1d59b..7030652 100644
+index e2846ac..2a78f23 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -244,8 +244,9 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
- 
+@@ -246,7 +246,9 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
  HOSTCC       = gcc
  HOSTCXX      = g++
--HOSTCFLAGS   = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
+ HOSTCFLAGS   = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
 -HOSTCXXFLAGS = -O2
 +HOSTCFLAGS   = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
 +HOSTCFLAGS  += $(call cc-option, -Wno-empty-body)
 +HOSTCXXFLAGS = -O2 -Wall -W -Wno-array-bounds
  
- # Decide whether to build built-in, modular, or both.
- # Normally, just do built-in.
-@@ -423,8 +424,8 @@ export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
+ ifeq ($(shell $(HOSTCC) -v 2>&1 | grep -c "clang version"), 1)
+ HOSTCFLAGS  += -Wno-unused-value -Wno-unused-parameter \
+@@ -438,8 +440,8 @@ export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
  # Rules shared between *config targets and build targets
  
  # Basic helpers built in scripts/
@@ -313,7 +312,7 @@ index ef1d59b..7030652 100644
  	$(Q)$(MAKE) $(build)=scripts/basic
  	$(Q)rm -f .tmp_quiet_recordmcount
  
-@@ -585,6 +586,72 @@ else
+@@ -600,6 +602,72 @@ else
  KBUILD_CFLAGS	+= -O2
  endif
  
@@ -386,7 +385,7 @@ index ef1d59b..7030652 100644
  include $(srctree)/arch/$(SRCARCH)/Makefile
  
  ifdef CONFIG_READABLE_ASM
-@@ -779,7 +846,7 @@ export mod_sign_cmd
+@@ -816,7 +884,7 @@ export mod_sign_cmd
  
  
  ifeq ($(KBUILD_EXTMOD),)
@@ -395,7 +394,7 @@ index ef1d59b..7030652 100644
  
  vmlinux-dirs	:= $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
  		     $(core-y) $(core-m) $(drivers-y) $(drivers-m) \
-@@ -828,6 +895,8 @@ endif
+@@ -865,6 +933,8 @@ endif
  
  # The actual objects are generated when descending, 
  # make sure no implicit rule kicks in
@@ -404,7 +403,7 @@ index ef1d59b..7030652 100644
  $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
  
  # Handle descending into subdirectories listed in $(vmlinux-dirs)
-@@ -837,7 +906,7 @@ $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
+@@ -874,7 +944,7 @@ $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
  # Error messages still appears in the original language
  
  PHONY += $(vmlinux-dirs)
@@ -413,7 +412,7 @@ index ef1d59b..7030652 100644
  	$(Q)$(MAKE) $(build)=$@
  
  define filechk_kernel.release
-@@ -880,10 +949,13 @@ prepare1: prepare2 $(version_h) include/generated/utsrelease.h \
+@@ -917,10 +987,13 @@ prepare1: prepare2 $(version_h) include/generated/utsrelease.h \
  
  archprepare: archheaders archscripts prepare1 scripts_basic
  
@@ -427,7 +426,7 @@ index ef1d59b..7030652 100644
  prepare: prepare0
  
  # Generate some files
-@@ -991,6 +1063,8 @@ all: modules
+@@ -1028,6 +1101,8 @@ all: modules
  #	using awk while concatenating to the final file.
  
  PHONY += modules
@@ -436,7 +435,7 @@ index ef1d59b..7030652 100644
  modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
  	$(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
  	@$(kecho) '  Building modules, stage 2.';
-@@ -1006,7 +1080,7 @@ modules.builtin: $(vmlinux-dirs:%=%/modules.builtin)
+@@ -1043,7 +1118,7 @@ modules.builtin: $(vmlinux-dirs:%=%/modules.builtin)
  
  # Target to prepare building external modules
  PHONY += modules_prepare
@@ -445,28 +444,28 @@ index ef1d59b..7030652 100644
  
  # Target to install modules
  PHONY += modules_install
-@@ -1072,7 +1146,10 @@ MRPROPER_FILES += .config .config.old .version .old_version $(version_h) \
+@@ -1109,7 +1184,10 @@ MRPROPER_FILES += .config .config.old .version .old_version $(version_h) \
  		  Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
  		  signing_key.priv signing_key.x509 x509.genkey		\
  		  extra_certificates signing_key.x509.keyid		\
--		  signing_key.x509.signer
-+		  signing_key.x509.signer				\
+-		  signing_key.x509.signer include/linux/version.h
++		  signing_key.x509.signer include/linux/version.h	\
 +		  tools/gcc/size_overflow_plugin/size_overflow_hash_aux.h \
 +		  tools/gcc/size_overflow_plugin/size_overflow_hash.h \
 +		  tools/gcc/randomize_layout_seed.h
  
  # clean - Delete most, but leave enough to build external modules
  #
-@@ -1111,7 +1188,7 @@ distclean: mrproper
+@@ -1148,7 +1226,7 @@ distclean: mrproper
  	@find $(srctree) $(RCS_FIND_IGNORE) \
  		\( -name '*.orig' -o -name '*.rej' -o -name '*~' \
  		-o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
--		-o -name '.*.rej' \
-+		-o -name '.*.rej' -o -name '*.so' \
- 		-o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \
+-		-o -name '.*.rej' -o -name '*%'  -o -name 'core' \) \
++		-o -name '.*.rej' -o -name '*.so' -o -name '*%' -o -name 'core' \) \
  		-type f -print | xargs rm -f
  
-@@ -1273,6 +1350,8 @@ PHONY += $(module-dirs) modules
+ 
+@@ -1309,6 +1387,8 @@ PHONY += $(module-dirs) modules
  $(module-dirs): crmodverdir $(objtree)/Module.symvers
  	$(Q)$(MAKE) $(build)=$(patsubst _module_%,%,$@)
  
@@ -475,7 +474,7 @@ index ef1d59b..7030652 100644
  modules: $(module-dirs)
  	@$(kecho) '  Building modules, stage 2.';
  	$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
-@@ -1412,17 +1491,21 @@ else
+@@ -1448,17 +1528,21 @@ else
          target-dir = $(if $(KBUILD_EXTMOD),$(dir $<),$(dir $@))
  endif
  
@@ -501,7 +500,7 @@ index ef1d59b..7030652 100644
  	$(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
  %.symtypes: %.c prepare scripts FORCE
  	$(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
-@@ -1432,11 +1515,15 @@ endif
+@@ -1468,11 +1552,15 @@ endif
  	$(cmd_crmodverdir)
  	$(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
  	$(build)=$(build-dir)
@@ -852,10 +851,10 @@ index 98838a0..b304fb4 100644
  		/* Allow reads even for write-only mappings */
  		if (!(vma->vm_flags & (VM_READ | VM_WRITE)))
 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
-index 44298ad..29a20c0 100644
+index db3c541..a1acc89 100644
 --- a/arch/arm/Kconfig
 +++ b/arch/arm/Kconfig
-@@ -1862,7 +1862,7 @@ config ALIGNMENT_TRAP
+@@ -1877,7 +1877,7 @@ config ALIGNMENT_TRAP
  
  config UACCESS_WITH_MEMCPY
  	bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
@@ -864,7 +863,7 @@ index 44298ad..29a20c0 100644
  	default y if CPU_FEROCEON
  	help
  	  Implement faster copy_to_user and clear_user methods for CPU
-@@ -2125,6 +2125,7 @@ config XIP_PHYS_ADDR
+@@ -2141,6 +2141,7 @@ config XIP_PHYS_ADDR
  config KEXEC
  	bool "Kexec system call (EXPERIMENTAL)"
  	depends on (!SMP || PM_SLEEP_SMP)
@@ -873,7 +872,7 @@ index 44298ad..29a20c0 100644
  	  kexec is a system call that implements the ability to shutdown your
  	  current kernel, and to start another kernel.  It is like a reboot
 diff --git a/arch/arm/include/asm/atomic.h b/arch/arm/include/asm/atomic.h
-index 62d2cb5..09d45e3 100644
+index 9a92fd7..3502a80 100644
 --- a/arch/arm/include/asm/atomic.h
 +++ b/arch/arm/include/asm/atomic.h
 @@ -18,17 +18,35 @@
@@ -949,8 +948,8 @@ index 62d2cb5..09d45e3 100644
  "1:	ldrex	%0, [%3]\n"
  "	add	%0, %0, %4\n"
  "	strex	%1, %0, [%3]\n"
-@@ -62,6 +110,42 @@ static inline int atomic_add_return(int i, atomic_t *v)
- 	smp_mb();
+@@ -63,6 +111,43 @@ static inline int atomic_add_return(int i, atomic_t *v)
+ 	prefetchw(&v->counter);
  
  	__asm__ __volatile__("@ atomic_add_return\n"
 +"1:	ldrex	%1, [%3]\n"
@@ -987,12 +986,13 @@ index 62d2cb5..09d45e3 100644
 +	int result;
 +
 +	smp_mb();
++	prefetchw(&v->counter);
 +
 +	__asm__ __volatile__("@ atomic_add_return_unchecked\n"
  "1:	ldrex	%0, [%3]\n"
  "	add	%0, %0, %4\n"
  "	strex	%1, %0, [%3]\n"
-@@ -83,6 +167,36 @@ static inline void atomic_sub(int i, atomic_t *v)
+@@ -84,6 +169,36 @@ static inline void atomic_sub(int i, atomic_t *v)
  
  	prefetchw(&v->counter);
  	__asm__ __volatile__("@ atomic_sub\n"
@@ -1029,8 +1029,8 @@ index 62d2cb5..09d45e3 100644
  "1:	ldrex	%0, [%3]\n"
  "	sub	%0, %0, %4\n"
  "	strex	%1, %0, [%3]\n"
-@@ -101,11 +215,25 @@ static inline int atomic_sub_return(int i, atomic_t *v)
- 	smp_mb();
+@@ -103,11 +218,25 @@ static inline int atomic_sub_return(int i, atomic_t *v)
+ 	prefetchw(&v->counter);
  
  	__asm__ __volatile__("@ atomic_sub_return\n"
 -"1:	ldrex	%0, [%3]\n"
@@ -1057,7 +1057,35 @@ index 62d2cb5..09d45e3 100644
  	: "=&r" (result), "=&r" (tmp), "+Qo" (v->counter)
  	: "r" (&v->counter), "Ir" (i)
  	: "cc");
-@@ -138,6 +266,28 @@ static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new)
+@@ -152,12 +281,24 @@ static inline int __atomic_add_unless(atomic_t *v, int a, int u)
+ 	__asm__ __volatile__ ("@ atomic_add_unless\n"
+ "1:	ldrex	%0, [%4]\n"
+ "	teq	%0, %5\n"
+-"	beq	2f\n"
+-"	add	%1, %0, %6\n"
++"	beq	4f\n"
++"	adds	%1, %0, %6\n"
++
++#ifdef CONFIG_PAX_REFCOUNT
++"	bvc	3f\n"
++"2:	bkpt	0xf103\n"
++"3:\n"
++#endif
++
+ "	strex	%2, %1, [%4]\n"
+ "	teq	%2, #0\n"
+ "	bne	1b\n"
+-"2:"
++"4:"
++
++#ifdef CONFIG_PAX_REFCOUNT
++	_ASM_EXTABLE(2b, 4b)
++#endif
++
+ 	: "=&r" (oldval), "=&r" (newval), "=&r" (tmp), "+Qo" (v->counter)
+ 	: "r" (&v->counter), "r" (u), "r" (a)
+ 	: "cc");
+@@ -168,6 +309,28 @@ static inline int __atomic_add_unless(atomic_t *v, int a, int u)
  	return oldval;
  }
  
@@ -1086,7 +1114,7 @@ index 62d2cb5..09d45e3 100644
  #else /* ARM_ARCH_6 */
  
  #ifdef CONFIG_SMP
-@@ -156,7 +306,17 @@ static inline int atomic_add_return(int i, atomic_t *v)
+@@ -186,7 +349,17 @@ static inline int atomic_add_return(int i, atomic_t *v)
  
  	return val;
  }
@@ -1104,7 +1132,7 @@ index 62d2cb5..09d45e3 100644
  
  static inline int atomic_sub_return(int i, atomic_t *v)
  {
-@@ -171,6 +331,10 @@ static inline int atomic_sub_return(int i, atomic_t *v)
+@@ -201,6 +374,10 @@ static inline int atomic_sub_return(int i, atomic_t *v)
  	return val;
  }
  #define atomic_sub(i, v)	(void) atomic_sub_return(i, v)
@@ -1115,7 +1143,7 @@ index 62d2cb5..09d45e3 100644
  
  static inline int atomic_cmpxchg(atomic_t *v, int old, int new)
  {
-@@ -186,9 +350,18 @@ static inline int atomic_cmpxchg(atomic_t *v, int old, int new)
+@@ -216,6 +393,11 @@ static inline int atomic_cmpxchg(atomic_t *v, int old, int new)
  	return ret;
  }
  
@@ -1124,6 +1152,10 @@ index 62d2cb5..09d45e3 100644
 +	return atomic_cmpxchg(v, old, new);
 +}
 +
+ static inline int __atomic_add_unless(atomic_t *v, int a, int u)
+ {
+ 	int c, old;
+@@ -229,13 +411,33 @@ static inline int __atomic_add_unless(atomic_t *v, int a, int u)
  #endif /* __LINUX_ARM_ARCH__ */
  
  #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
@@ -1132,11 +1164,6 @@ index 62d2cb5..09d45e3 100644
 +	return xchg(&v->counter, new);
 +}
  
- static inline int __atomic_add_unless(atomic_t *v, int a, int u)
- {
-@@ -201,11 +374,27 @@ static inline int __atomic_add_unless(atomic_t *v, int a, int u)
- }
- 
  #define atomic_inc(v)		atomic_add(1, v)
 +static inline void atomic_inc_unchecked(atomic_unchecked_t *v)
 +{
@@ -1162,7 +1189,7 @@ index 62d2cb5..09d45e3 100644
  #define atomic_dec_return(v)    (atomic_sub_return(1, v))
  #define atomic_sub_and_test(i, v) (atomic_sub_return(i, v) == 0)
  
-@@ -221,6 +410,14 @@ typedef struct {
+@@ -251,6 +453,14 @@ typedef struct {
  	long long counter;
  } atomic64_t;
  
@@ -1177,7 +1204,7 @@ index 62d2cb5..09d45e3 100644
  #define ATOMIC64_INIT(i) { (i) }
  
  #ifdef CONFIG_ARM_LPAE
-@@ -237,6 +434,19 @@ static inline long long atomic64_read(const atomic64_t *v)
+@@ -267,6 +477,19 @@ static inline long long atomic64_read(const atomic64_t *v)
  	return result;
  }
  
@@ -1197,7 +1224,7 @@ index 62d2cb5..09d45e3 100644
  static inline void atomic64_set(atomic64_t *v, long long i)
  {
  	__asm__ __volatile__("@ atomic64_set\n"
-@@ -245,6 +455,15 @@ static inline void atomic64_set(atomic64_t *v, long long i)
+@@ -275,6 +498,15 @@ static inline void atomic64_set(atomic64_t *v, long long i)
  	: "r" (&v->counter), "r" (i)
  	);
  }
@@ -1213,7 +1240,7 @@ index 62d2cb5..09d45e3 100644
  #else
  static inline long long atomic64_read(const atomic64_t *v)
  {
-@@ -259,6 +478,19 @@ static inline long long atomic64_read(const atomic64_t *v)
+@@ -289,6 +521,19 @@ static inline long long atomic64_read(const atomic64_t *v)
  	return result;
  }
  
@@ -1233,7 +1260,7 @@ index 62d2cb5..09d45e3 100644
  static inline void atomic64_set(atomic64_t *v, long long i)
  {
  	long long tmp;
-@@ -273,6 +505,21 @@ static inline void atomic64_set(atomic64_t *v, long long i)
+@@ -303,6 +548,21 @@ static inline void atomic64_set(atomic64_t *v, long long i)
  	: "r" (&v->counter), "r" (i)
  	: "cc");
  }
@@ -1255,7 +1282,7 @@ index 62d2cb5..09d45e3 100644
  #endif
  
  static inline void atomic64_add(long long i, atomic64_t *v)
-@@ -284,6 +531,37 @@ static inline void atomic64_add(long long i, atomic64_t *v)
+@@ -314,6 +574,37 @@ static inline void atomic64_add(long long i, atomic64_t *v)
  	__asm__ __volatile__("@ atomic64_add\n"
  "1:	ldrexd	%0, %H0, [%3]\n"
  "	adds	%Q0, %Q0, %Q4\n"
@@ -1293,7 +1320,7 @@ index 62d2cb5..09d45e3 100644
  "	adc	%R0, %R0, %R4\n"
  "	strexd	%1, %0, %H0, [%3]\n"
  "	teq	%1, #0\n"
-@@ -303,6 +581,44 @@ static inline long long atomic64_add_return(long long i, atomic64_t *v)
+@@ -334,6 +625,44 @@ static inline long long atomic64_add_return(long long i, atomic64_t *v)
  	__asm__ __volatile__("@ atomic64_add_return\n"
  "1:	ldrexd	%0, %H0, [%3]\n"
  "	adds	%Q0, %Q0, %Q4\n"
@@ -1338,7 +1365,7 @@ index 62d2cb5..09d45e3 100644
  "	adc	%R0, %R0, %R4\n"
  "	strexd	%1, %0, %H0, [%3]\n"
  "	teq	%1, #0\n"
-@@ -325,6 +641,37 @@ static inline void atomic64_sub(long long i, atomic64_t *v)
+@@ -356,6 +685,37 @@ static inline void atomic64_sub(long long i, atomic64_t *v)
  	__asm__ __volatile__("@ atomic64_sub\n"
  "1:	ldrexd	%0, %H0, [%3]\n"
  "	subs	%Q0, %Q0, %Q4\n"
@@ -1376,7 +1403,7 @@ index 62d2cb5..09d45e3 100644
  "	sbc	%R0, %R0, %R4\n"
  "	strexd	%1, %0, %H0, [%3]\n"
  "	teq	%1, #0\n"
-@@ -344,16 +691,29 @@ static inline long long atomic64_sub_return(long long i, atomic64_t *v)
+@@ -376,16 +736,29 @@ static inline long long atomic64_sub_return(long long i, atomic64_t *v)
  	__asm__ __volatile__("@ atomic64_sub_return\n"
  "1:	ldrexd	%0, %H0, [%3]\n"
  "	subs	%Q0, %Q0, %Q4\n"
@@ -1409,7 +1436,7 @@ index 62d2cb5..09d45e3 100644
  	return result;
  }
  
-@@ -382,6 +742,31 @@ static inline long long atomic64_cmpxchg(atomic64_t *ptr, long long old,
+@@ -415,6 +788,31 @@ static inline long long atomic64_cmpxchg(atomic64_t *ptr, long long old,
  	return oldval;
  }
  
@@ -1441,7 +1468,7 @@ index 62d2cb5..09d45e3 100644
  static inline long long atomic64_xchg(atomic64_t *ptr, long long new)
  {
  	long long result;
-@@ -406,20 +791,34 @@ static inline long long atomic64_xchg(atomic64_t *ptr, long long new)
+@@ -440,21 +838,35 @@ static inline long long atomic64_xchg(atomic64_t *ptr, long long new)
  static inline long long atomic64_dec_if_positive(atomic64_t *v)
  {
  	long long result;
@@ -1449,6 +1476,7 @@ index 62d2cb5..09d45e3 100644
 +	u64 tmp;
  
  	smp_mb();
+ 	prefetchw(&v->counter);
  
  	__asm__ __volatile__("@ atomic64_dec_if_positive\n"
 -"1:	ldrexd	%0, %H0, [%3]\n"
@@ -1482,7 +1510,7 @@ index 62d2cb5..09d45e3 100644
  	: "=&r" (result), "=&r" (tmp), "+Qo" (v->counter)
  	: "r" (&v->counter)
  	: "cc");
-@@ -442,13 +841,25 @@ static inline int atomic64_add_unless(atomic64_t *v, long long a, long long u)
+@@ -478,13 +890,25 @@ static inline int atomic64_add_unless(atomic64_t *v, long long a, long long u)
  "	teq	%0, %5\n"
  "	teqeq	%H0, %H5\n"
  "	moveq	%1, #0\n"
@@ -1511,7 +1539,7 @@ index 62d2cb5..09d45e3 100644
  	: "=&r" (val), "+r" (ret), "=&r" (tmp), "+Qo" (v->counter)
  	: "r" (&v->counter), "r" (u), "r" (a)
  	: "cc");
-@@ -461,10 +872,13 @@ static inline int atomic64_add_unless(atomic64_t *v, long long a, long long u)
+@@ -497,10 +921,13 @@ static inline int atomic64_add_unless(atomic64_t *v, long long a, long long u)
  
  #define atomic64_add_negative(a, v)	(atomic64_add_return((a), (v)) < 0)
  #define atomic64_inc(v)			atomic64_add(1LL, (v))
@@ -1600,10 +1628,10 @@ index 5233151..87a71fa 100644
  /*
   * 	Fold a partial checksum without adding pseudo headers
 diff --git a/arch/arm/include/asm/cmpxchg.h b/arch/arm/include/asm/cmpxchg.h
-index df2fbba..63fe3e1 100644
+index abb2c37..96db950 100644
 --- a/arch/arm/include/asm/cmpxchg.h
 +++ b/arch/arm/include/asm/cmpxchg.h
-@@ -102,6 +102,8 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size
+@@ -104,6 +104,8 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size
  
  #define xchg(ptr,x) \
  	((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
@@ -1719,19 +1747,19 @@ index de53547..52b9a28 100644
  		(unsigned long)(dest_buf) + (size));			\
  									\
 diff --git a/arch/arm/include/asm/futex.h b/arch/arm/include/asm/futex.h
-index 2aff798..099eb15 100644
+index 53e69da..3fdc896 100644
 --- a/arch/arm/include/asm/futex.h
 +++ b/arch/arm/include/asm/futex.h
-@@ -45,6 +45,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
+@@ -46,6 +46,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
  	if (!access_ok(VERIFY_WRITE, uaddr, sizeof(u32)))
  		return -EFAULT;
  
 +	pax_open_userland();
 +
  	smp_mb();
- 	__asm__ __volatile__("@futex_atomic_cmpxchg_inatomic\n"
- 	"1:	ldrex	%1, [%4]\n"
-@@ -60,6 +62,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
+ 	/* Prefetching cannot fault */
+ 	prefetchw(uaddr);
+@@ -63,6 +65,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
  	: "cc", "memory");
  	smp_mb();
  
@@ -1740,7 +1768,7 @@ index 2aff798..099eb15 100644
  	*uval = val;
  	return ret;
  }
-@@ -90,6 +94,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
+@@ -93,6 +97,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
  	if (!access_ok(VERIFY_WRITE, uaddr, sizeof(u32)))
  		return -EFAULT;
  
@@ -1749,7 +1777,7 @@ index 2aff798..099eb15 100644
  	__asm__ __volatile__("@futex_atomic_cmpxchg_inatomic\n"
  	"1:	" TUSER(ldr) "	%1, [%4]\n"
  	"	teq	%1, %2\n"
-@@ -100,6 +106,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
+@@ -103,6 +109,8 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,
  	: "r" (oldval), "r" (newval), "r" (uaddr), "Ir" (-EFAULT)
  	: "cc", "memory");
  
@@ -1758,7 +1786,7 @@ index 2aff798..099eb15 100644
  	*uval = val;
  	return ret;
  }
-@@ -122,6 +130,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
+@@ -125,6 +133,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
  		return -EFAULT;
  
  	pagefault_disable();	/* implies preempt_disable() */
@@ -1766,7 +1794,7 @@ index 2aff798..099eb15 100644
  
  	switch (op) {
  	case FUTEX_OP_SET:
-@@ -143,6 +152,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
+@@ -146,6 +155,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr)
  		ret = -ENOSYS;
  	}
  
@@ -2008,7 +2036,7 @@ index 85c60ad..b0bbd7e 100644
  #define L_PTE_DIRTY_HIGH	(1 << (55 - 32))
  
 diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h
-index 7d59b52..27a12f8 100644
+index 5478e5d..f5b5cb3 100644
 --- a/arch/arm/include/asm/pgtable.h
 +++ b/arch/arm/include/asm/pgtable.h
 @@ -33,6 +33,9 @@
@@ -2091,7 +2119,7 @@ index 7d59b52..27a12f8 100644
   */
  #define _L_PTE_DEFAULT	L_PTE_PRESENT | L_PTE_YOUNG
  
-@@ -262,7 +310,7 @@ static inline pte_t pte_mkspecial(pte_t pte) { return pte; }
+@@ -265,7 +313,7 @@ static inline pte_t pte_mkspecial(pte_t pte) { return pte; }
  static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
  {
  	const pteval_t mask = L_PTE_XN | L_PTE_RDONLY | L_PTE_USER |
@@ -2114,20 +2142,20 @@ index c4ae171..ea0c0c2 100644
  extern struct psci_operations psci_ops;
  extern struct smp_operations psci_smp_ops;
 diff --git a/arch/arm/include/asm/smp.h b/arch/arm/include/asm/smp.h
-index 22a3b9b..7f214ee 100644
+index 2ec765c..beb1fe16 100644
 --- a/arch/arm/include/asm/smp.h
 +++ b/arch/arm/include/asm/smp.h
-@@ -112,7 +112,7 @@ struct smp_operations {
+@@ -113,7 +113,7 @@ struct smp_operations {
  	int  (*cpu_disable)(unsigned int cpu);
  #endif
  #endif
 -};
 +} __no_const;
  
- /*
-  * set platform specific SMP operations
+ struct of_cpu_method {
+ 	const char *method;
 diff --git a/arch/arm/include/asm/thread_info.h b/arch/arm/include/asm/thread_info.h
-index 71a06b2..8bb9ae1 100644
+index f989d7c..e8aa7f0 100644
 --- a/arch/arm/include/asm/thread_info.h
 +++ b/arch/arm/include/asm/thread_info.h
 @@ -88,9 +88,9 @@ struct thread_info {
@@ -2143,7 +2171,7 @@ index 71a06b2..8bb9ae1 100644
  	.restart_block	= {						\
  		.fn	= do_no_restart_syscall,			\
  	},								\
-@@ -157,7 +157,11 @@ extern int vfp_restore_user_hwstate(struct user_vfp __user *,
+@@ -158,7 +158,11 @@ extern int vfp_restore_user_hwstate(struct user_vfp __user *,
  #define TIF_SYSCALL_AUDIT	9
  #define TIF_SYSCALL_TRACEPOINT	10
  #define TIF_SECCOMP		11	/* seccomp syscall filtering active */
@@ -2156,7 +2184,7 @@ index 71a06b2..8bb9ae1 100644
  #define TIF_USING_IWMMXT	17
  #define TIF_MEMDIE		18	/* is terminating due to OOM killer */
  #define TIF_RESTORE_SIGMASK	20
-@@ -170,10 +174,11 @@ extern int vfp_restore_user_hwstate(struct user_vfp __user *,
+@@ -172,10 +176,11 @@ extern int vfp_restore_user_hwstate(struct user_vfp __user *,
  #define _TIF_SYSCALL_TRACEPOINT	(1 << TIF_SYSCALL_TRACEPOINT)
  #define _TIF_SECCOMP		(1 << TIF_SECCOMP)
  #define _TIF_USING_IWMMXT	(1 << TIF_USING_IWMMXT)
@@ -2170,7 +2198,7 @@ index 71a06b2..8bb9ae1 100644
  /*
   * Change these and you break ASM code in entry-common.S
 diff --git a/arch/arm/include/asm/uaccess.h b/arch/arm/include/asm/uaccess.h
-index 7f3f3cc..bdf0665 100644
+index 75d9579..b5b40e4 100644
 --- a/arch/arm/include/asm/uaccess.h
 +++ b/arch/arm/include/asm/uaccess.h
 @@ -18,6 +18,7 @@
@@ -2179,7 +2207,7 @@ index 7f3f3cc..bdf0665 100644
  #include <asm/compiler.h>
 +#include <asm/pgtable.h>
  
- #if __LINUX_ARM_ARCH__ < 6
+ #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
  #include <asm-generic/uaccess-unaligned.h>
 @@ -70,11 +71,38 @@ extern int __put_user_bad(void);
  static inline void set_fs(mm_segment_t fs)
@@ -2375,7 +2403,7 @@ index 5af0ed1..cea83883 100644
  #define PSR_ENDIAN_MASK	0x00000200	/* Endianness state mask */
  
 diff --git a/arch/arm/kernel/armksyms.c b/arch/arm/kernel/armksyms.c
-index 85e664b..419a1cd 100644
+index f7b450f..f5364c5 100644
 --- a/arch/arm/kernel/armksyms.c
 +++ b/arch/arm/kernel/armksyms.c
 @@ -55,7 +55,7 @@ EXPORT_SYMBOL(arm_delay_ops);
@@ -2665,7 +2693,7 @@ index a2dcafd..1048b5a 100644
  
  #if defined(CONFIG_OABI_COMPAT)
 diff --git a/arch/arm/kernel/entry-header.S b/arch/arm/kernel/entry-header.S
-index 88c6bab..652981b 100644
+index efb208d..d34bd02 100644
 --- a/arch/arm/kernel/entry-header.S
 +++ b/arch/arm/kernel/entry-header.S
 @@ -188,6 +188,60 @@
@@ -2739,7 +2767,7 @@ index 88c6bab..652981b 100644
  	msr	spsr_cxsf, \rpsr
  #if defined(CONFIG_CPU_V6)
  	ldr	r0, [sp]
-@@ -270,6 +327,9 @@
+@@ -265,6 +322,9 @@
  	blne	trace_hardirqs_off
  #endif
  	.endif
@@ -2765,7 +2793,7 @@ index 918875d..cd5fa27 100644
  		flush_icache_range((unsigned long)base + offset, offset +
  				   length);
 diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S
-index f5f381d..a6f36a1 100644
+index 591d6e4..8322a26 100644
 --- a/arch/arm/kernel/head.S
 +++ b/arch/arm/kernel/head.S
 @@ -437,7 +437,7 @@ __enable_mmu:
@@ -2844,10 +2872,10 @@ index 07314af..c46655c 100644
  	flush_icache_range((uintptr_t)(addr),
  			   (uintptr_t)(addr) + size);
 diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c
-index 92f7b15..7048500 100644
+index 81ef686..f4130b8 100644
 --- a/arch/arm/kernel/process.c
 +++ b/arch/arm/kernel/process.c
-@@ -217,6 +217,7 @@ void machine_power_off(void)
+@@ -212,6 +212,7 @@ void machine_power_off(void)
  
  	if (pm_power_off)
  		pm_power_off();
@@ -2855,7 +2883,7 @@ index 92f7b15..7048500 100644
  }
  
  /*
-@@ -230,7 +231,7 @@ void machine_power_off(void)
+@@ -225,7 +226,7 @@ void machine_power_off(void)
   * executing pre-reset code, and using RAM that the primary CPU's code wishes
   * to use. Implementing such co-ordination would be essentially impossible.
   */
@@ -2864,7 +2892,7 @@ index 92f7b15..7048500 100644
  {
  	local_irq_disable();
  	smp_send_stop();
-@@ -253,8 +254,8 @@ void __show_regs(struct pt_regs *regs)
+@@ -248,8 +249,8 @@ void __show_regs(struct pt_regs *regs)
  
  	show_regs_print_info(KERN_DEFAULT);
  
@@ -2980,12 +3008,12 @@ index 0dd3b79..e018f64 100644
  	if (secure_computing(scno) == -1)
  		return -1;
 diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
-index 1e8b030..37c3022 100644
+index 50e198c..a8b5f49 100644
 --- a/arch/arm/kernel/setup.c
 +++ b/arch/arm/kernel/setup.c
-@@ -100,21 +100,23 @@ EXPORT_SYMBOL(system_serial_high);
- unsigned int elf_hwcap __read_mostly;
- EXPORT_SYMBOL(elf_hwcap);
+@@ -103,21 +103,23 @@ EXPORT_SYMBOL(elf_hwcap);
+ unsigned int elf_hwcap2 __read_mostly;
+ EXPORT_SYMBOL(elf_hwcap2);
  
 +pteval_t __supported_pte_mask __read_only;
 +pmdval_t __supported_pmd_mask __read_only;
@@ -3012,7 +3040,7 @@ index 1e8b030..37c3022 100644
  EXPORT_SYMBOL(outer_cache);
  #endif
  
-@@ -247,9 +249,13 @@ static int __get_cpu_architecture(void)
+@@ -250,9 +252,13 @@ static int __get_cpu_architecture(void)
  		asm("mrc	p15, 0, %0, c0, c1, 4"
  		    : "=r" (mmfr0));
  		if ((mmfr0 & 0x0000000f) >= 0x00000003 ||
@@ -3029,10 +3057,10 @@ index 1e8b030..37c3022 100644
  			cpu_arch = CPU_ARCH_ARMv6;
  		else
 diff --git a/arch/arm/kernel/signal.c b/arch/arm/kernel/signal.c
-index 04d6388..5115238 100644
+index bd19834..e4d8c66 100644
 --- a/arch/arm/kernel/signal.c
 +++ b/arch/arm/kernel/signal.c
-@@ -23,8 +23,6 @@
+@@ -24,8 +24,6 @@
  
  extern const unsigned long sigreturn_codes[7];
  
@@ -3041,7 +3069,7 @@ index 04d6388..5115238 100644
  #ifdef CONFIG_CRUNCH
  static int preserve_crunch_context(struct crunch_sigframe __user *frame)
  {
-@@ -395,8 +393,7 @@ setup_return(struct pt_regs *regs, struct ksignal *ksig,
+@@ -396,8 +394,7 @@ setup_return(struct pt_regs *regs, struct ksignal *ksig,
  			 * except when the MPU has protected the vectors
  			 * page from PL0
  			 */
@@ -3051,7 +3079,7 @@ index 04d6388..5115238 100644
  		} else
  #endif
  		{
-@@ -600,33 +597,3 @@ do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall)
+@@ -604,33 +601,3 @@ do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall)
  	} while (thread_flags & _TIF_WORK_MASK);
  	return 0;
  }
@@ -3086,7 +3114,7 @@ index 04d6388..5115238 100644
 -	return page;
 -}
 diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
-index b7b4c86..47c4f77 100644
+index 7c4fada..8581286 100644
 --- a/arch/arm/kernel/smp.c
 +++ b/arch/arm/kernel/smp.c
 @@ -73,7 +73,7 @@ enum ipi_msg_type {
@@ -3122,7 +3150,7 @@ index 7a3be1d..b00c7de 100644
  			 start, end);
  		itcm_present = true;
 diff --git a/arch/arm/kernel/traps.c b/arch/arm/kernel/traps.c
-index 172ee18..ce4ec3d 100644
+index abd2fc0..895dbb6 100644
 --- a/arch/arm/kernel/traps.c
 +++ b/arch/arm/kernel/traps.c
 @@ -62,7 +62,7 @@ static void dump_mem(const char *, const char *, unsigned long, unsigned long);
@@ -3153,7 +3181,7 @@ index 172ee18..ce4ec3d 100644
  	if (signr)
  		do_exit(signr);
  }
-@@ -642,7 +647,9 @@ asmlinkage int arm_syscall(int no, struct pt_regs *regs)
+@@ -643,7 +648,9 @@ asmlinkage int arm_syscall(int no, struct pt_regs *regs)
  			 * The user helper at 0xffff0fe0 must be used instead.
  			 * (see entry-armv.S for details)
  			 */
@@ -3163,7 +3191,7 @@ index 172ee18..ce4ec3d 100644
  		}
  		return 0;
  
-@@ -899,7 +906,11 @@ void __init early_trap_init(void *vectors_base)
+@@ -900,7 +907,11 @@ void __init early_trap_init(void *vectors_base)
  	kuser_init(vectors_base);
  
  	flush_icache_range(vectors, vectors + PAGE_SIZE * 2);
@@ -3247,7 +3275,7 @@ index 7bcee5c..e2f3249 100644
  	__data_loc = .;
  #endif
 diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c
-index bd18bb8..87ede26 100644
+index f0e50a0..8d5d36c 100644
 --- a/arch/arm/kvm/arm.c
 +++ b/arch/arm/kvm/arm.c
 @@ -57,7 +57,7 @@ static unsigned long hyp_default_vectors;
@@ -3433,7 +3461,7 @@ index 3e58d71..029817c 100644
  	/* See rational for this in __copy_to_user() above. */
  	if (n < 64)
 diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
-index f7ca97b..3d7e719 100644
+index f7a07a5..258e1f7 100644
 --- a/arch/arm/mach-at91/setup.c
 +++ b/arch/arm/mach-at91/setup.c
 @@ -81,7 +81,7 @@ void __init at91_init_sram(int bank, unsigned long base, unsigned int length)
@@ -3446,10 +3474,10 @@ index f7ca97b..3d7e719 100644
  	pr_info("AT91: sram at 0x%lx of 0x%x mapped at 0x%lx\n",
  		base, length, desc->virtual);
 diff --git a/arch/arm/mach-kirkwood/common.c b/arch/arm/mach-kirkwood/common.c
-index f3407a5..bd4256f 100644
+index 255f33a..507b157 100644
 --- a/arch/arm/mach-kirkwood/common.c
 +++ b/arch/arm/mach-kirkwood/common.c
-@@ -156,7 +156,16 @@ static void clk_gate_fn_disable(struct clk_hw *hw)
+@@ -157,7 +157,16 @@ static void clk_gate_fn_disable(struct clk_hw *hw)
  	clk_gate_ops.disable(hw);
  }
  
@@ -3467,7 +3495,7 @@ index f3407a5..bd4256f 100644
  
  static struct clk __init *clk_register_gate_fn(struct device *dev,
  		const char *name,
-@@ -190,14 +199,6 @@ static struct clk __init *clk_register_gate_fn(struct device *dev,
+@@ -191,14 +200,6 @@ static struct clk __init *clk_register_gate_fn(struct device *dev,
  	gate_fn->fn_en = fn_en;
  	gate_fn->fn_dis = fn_dis;
  
@@ -3496,7 +3524,7 @@ index aead77a..a2253fa 100644
  };
  
 diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c
-index ab43755..ccfa231 100644
+index 9fe8c94..c014a4d 100644
 --- a/arch/arm/mach-omap2/gpmc.c
 +++ b/arch/arm/mach-omap2/gpmc.c
 @@ -148,7 +148,6 @@ struct omap3_gpmc_regs {
@@ -3507,7 +3535,7 @@ index ab43755..ccfa231 100644
  static int gpmc_irq_start;
  
  static struct resource	gpmc_mem_root;
-@@ -716,6 +715,18 @@ static void gpmc_irq_noop(struct irq_data *data) { }
+@@ -727,6 +726,18 @@ static void gpmc_irq_noop(struct irq_data *data) { }
  
  static unsigned int gpmc_irq_noop_ret(struct irq_data *data) { return 0; }
  
@@ -3526,7 +3554,7 @@ index ab43755..ccfa231 100644
  static int gpmc_setup_irq(void)
  {
  	int i;
-@@ -730,15 +741,6 @@ static int gpmc_setup_irq(void)
+@@ -741,15 +752,6 @@ static int gpmc_setup_irq(void)
  		return gpmc_irq_start;
  	}
  
@@ -3565,7 +3593,7 @@ index 667915d..2ee1219 100644
  	.resume			= dummy_cpu_resume,
  	.scu_prepare		= dummy_scu_prepare,
 diff --git a/arch/arm/mach-omap2/omap-wakeupgen.c b/arch/arm/mach-omap2/omap-wakeupgen.c
-index 3664562..72f85c6 100644
+index 693fe48..c15ea73 100644
 --- a/arch/arm/mach-omap2/omap-wakeupgen.c
 +++ b/arch/arm/mach-omap2/omap-wakeupgen.c
 @@ -343,7 +343,7 @@ static int irq_cpu_hotplug_notify(struct notifier_block *self,
@@ -3714,7 +3742,7 @@ index 2dea8b5..6499da2 100644
  extern void ux500_cpu_die(unsigned int cpu);
  
 diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
-index ca8ecde..58ba893 100644
+index 5bf7c3c..571e67e 100644
 --- a/arch/arm/mm/Kconfig
 +++ b/arch/arm/mm/Kconfig
 @@ -446,6 +446,7 @@ config CPU_32v5
@@ -4121,7 +4149,7 @@ index cf08bdf..772656c 100644
  unsigned long search_exception_table(unsigned long addr);
  
 diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c
-index 804d615..fcec50a 100644
+index 2a77ba8..68e6a7a 100644
 --- a/arch/arm/mm/init.c
 +++ b/arch/arm/mm/init.c
 @@ -30,6 +30,8 @@
@@ -4133,7 +4161,7 @@ index 804d615..fcec50a 100644
  
  #include <asm/mach/arch.h>
  #include <asm/mach/map.h>
-@@ -625,7 +627,46 @@ void free_initmem(void)
+@@ -627,7 +629,46 @@ void free_initmem(void)
  {
  #ifdef CONFIG_HAVE_TCM
  	extern char __tcm_start, __tcm_end;
@@ -4731,10 +4759,10 @@ index ce6d763..cfea917 100644
  extern void *samsung_dmadev_get_ops(void);
  extern void *s3c_dma_get_ops(void);
 diff --git a/arch/arm64/include/asm/barrier.h b/arch/arm64/include/asm/barrier.h
-index 409ca37..10c87ad 100644
+index 66eb764..b529b84 100644
 --- a/arch/arm64/include/asm/barrier.h
 +++ b/arch/arm64/include/asm/barrier.h
-@@ -40,7 +40,7 @@
+@@ -41,7 +41,7 @@
  do {									\
  	compiletime_assert_atomic_type(*p);				\
  	smp_mb();							\
@@ -4744,7 +4772,7 @@ index 409ca37..10c87ad 100644
  
  #define smp_load_acquire(p)						\
 diff --git a/arch/arm64/include/asm/uaccess.h b/arch/arm64/include/asm/uaccess.h
-index 6c0f684..5faea9d 100644
+index 3bf8f4e..5dd5491 100644
 --- a/arch/arm64/include/asm/uaccess.h
 +++ b/arch/arm64/include/asm/uaccess.h
 @@ -99,6 +99,7 @@ static inline void set_fs(mm_segment_t fs)
@@ -5005,10 +5033,10 @@ index f4ca594..adc72fd6 100644
  #define __cacheline_aligned	__aligned(L1_CACHE_BYTES)
  #define ____cacheline_aligned	__aligned(L1_CACHE_BYTES)
 diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
-index 0c8e553..112d734 100644
+index 12c3afe..b1abab2 100644
 --- a/arch/ia64/Kconfig
 +++ b/arch/ia64/Kconfig
-@@ -544,6 +544,7 @@ source "drivers/sn/Kconfig"
+@@ -546,6 +546,7 @@ source "drivers/sn/Kconfig"
  config KEXEC
  	bool "kexec system call"
  	depends on !IA64_HP_SIM && (!SMP || HOTPLUG_CPU)
@@ -5326,7 +5354,7 @@ index 24603be..948052d 100644
  		DEBUGP("%s: placing gp at 0x%lx\n", __func__, gp);
  	}
 diff --git a/arch/ia64/kernel/palinfo.c b/arch/ia64/kernel/palinfo.c
-index ab33328..f39506c 100644
+index c39c3cd..3c77738 100644
 --- a/arch/ia64/kernel/palinfo.c
 +++ b/arch/ia64/kernel/palinfo.c
 @@ -980,7 +980,7 @@ static int palinfo_cpu_callback(struct notifier_block *nfb,
@@ -5581,10 +5609,10 @@ index 4efe96a..60e8699 100644
  #define SMP_CACHE_BYTES	L1_CACHE_BYTES
  
 diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
-index 95fa1f1..56a6fa2 100644
+index 5cd695f..9a24ad0 100644
 --- a/arch/mips/Kconfig
 +++ b/arch/mips/Kconfig
-@@ -2298,6 +2298,7 @@ source "kernel/Kconfig.preempt"
+@@ -2395,6 +2395,7 @@ source "kernel/Kconfig.preempt"
  
  config KEXEC
  	bool "Kexec system call"
@@ -5606,7 +5634,7 @@ index 02f2444..506969c 100644
  
  static dma_addr_t octeon_unity_phys_to_dma(struct device *dev, phys_addr_t paddr)
 diff --git a/arch/mips/include/asm/atomic.h b/arch/mips/include/asm/atomic.h
-index 7eed2f2..c4e385d 100644
+index e8eb3d5..2e665d1 100644
 --- a/arch/mips/include/asm/atomic.h
 +++ b/arch/mips/include/asm/atomic.h
 @@ -21,15 +21,39 @@
@@ -6593,7 +6621,7 @@ index 9e8ef59..1139d6b 100644
  /*
   * interrupt-retrigger: NOP for now. This may not be appropriate for all
 diff --git a/arch/mips/include/asm/local.h b/arch/mips/include/asm/local.h
-index d44622c..64990d2 100644
+index 46dfc3c..a16b13a 100644
 --- a/arch/mips/include/asm/local.h
 +++ b/arch/mips/include/asm/local.h
 @@ -12,15 +12,25 @@ typedef struct
@@ -6684,7 +6712,7 @@ index d44622c..64990d2 100644
  
  /**
 diff --git a/arch/mips/include/asm/page.h b/arch/mips/include/asm/page.h
-index 5e08bcc..cfedefc 100644
+index 5699ec3..95def83 100644
 --- a/arch/mips/include/asm/page.h
 +++ b/arch/mips/include/asm/page.h
 @@ -120,7 +120,7 @@ extern void copy_user_highpage(struct page *to, struct page *from,
@@ -6739,28 +6767,30 @@ index 25da651..ae2a259 100644
  
  #endif /* __ASM_SMTC_PROC_H */
 diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h
-index e80ae50..4404147 100644
+index d2d961d..a674df0 100644
 --- a/arch/mips/include/asm/thread_info.h
 +++ b/arch/mips/include/asm/thread_info.h
-@@ -116,6 +116,8 @@ static inline struct thread_info *current_thread_info(void)
- #define TIF_LOAD_WATCH		25	/* If set, load watch registers */
- #define TIF_SYSCALL_TRACEPOINT	26	/* syscall tracepoint instrumentation */
- #define TIF_32BIT_FPREGS	27	/* 32-bit floating point registers */
+@@ -105,6 +105,9 @@ static inline struct thread_info *current_thread_info(void)
+ #define TIF_SECCOMP		4	/* secure computing */
+ #define TIF_NOTIFY_RESUME	5	/* callback before returning to user */
+ #define TIF_RESTORE_SIGMASK	9	/* restore signal mask in do_signal() */
 +/* li takes a 32bit immediate */
-+#define TIF_GRSEC_SETXID	29	/* update credentials on syscall entry/exit */
- #define TIF_SYSCALL_TRACE	31	/* syscall trace active */
- 
- #define _TIF_SYSCALL_TRACE	(1<<TIF_SYSCALL_TRACE)
-@@ -134,14 +136,15 @@ static inline struct thread_info *current_thread_info(void)
- #define _TIF_LOAD_WATCH		(1<<TIF_LOAD_WATCH)
- #define _TIF_32BIT_FPREGS	(1<<TIF_32BIT_FPREGS)
++#define TIF_GRSEC_SETXID	10	/* update credentials on syscall entry/exit */
++
+ #define TIF_USEDFPU		16	/* FPU was used by this task this quantum (SMP) */
+ #define TIF_MEMDIE		18	/* is terminating due to OOM killer */
+ #define TIF_NOHZ		19	/* in adaptive nohz mode */
+@@ -138,14 +141,16 @@ static inline struct thread_info *current_thread_info(void)
+ #define _TIF_USEDMSA		(1<<TIF_USEDMSA)
+ #define _TIF_MSA_CTX_LIVE	(1<<TIF_MSA_CTX_LIVE)
  #define _TIF_SYSCALL_TRACEPOINT	(1<<TIF_SYSCALL_TRACEPOINT)
 +#define _TIF_GRSEC_SETXID	(1<<TIF_GRSEC_SETXID)
  
  #define _TIF_WORK_SYSCALL_ENTRY	(_TIF_NOHZ | _TIF_SYSCALL_TRACE |	\
  				 _TIF_SYSCALL_AUDIT | \
 -				 _TIF_SYSCALL_TRACEPOINT | _TIF_SECCOMP)
-+				 _TIF_SYSCALL_TRACEPOINT | _TIF_SECCOMP | _TIF_GRSEC_SETXID)
++				 _TIF_SYSCALL_TRACEPOINT | _TIF_SECCOMP | \
++				 _TIF_GRSEC_SETXID)
  
  /* work to do in syscall_trace_leave() */
  #define _TIF_WORK_SYSCALL_EXIT	(_TIF_NOHZ | _TIF_SYSCALL_TRACE |	\
@@ -6769,7 +6799,7 @@ index e80ae50..4404147 100644
  
  /* work to do on interrupt/exception return */
  #define _TIF_WORK_MASK		\
-@@ -149,7 +152,7 @@ static inline struct thread_info *current_thread_info(void)
+@@ -153,7 +158,7 @@ static inline struct thread_info *current_thread_info(void)
  /* work to do on any return to u-space */
  #define _TIF_ALLWORK_MASK	(_TIF_NOHZ | _TIF_WORK_MASK |		\
  				 _TIF_WORK_SYSCALL_EXIT |		\
@@ -6779,10 +6809,10 @@ index e80ae50..4404147 100644
  /*
   * We stash processor id into a COP0 register to retrieve it fast
 diff --git a/arch/mips/include/asm/uaccess.h b/arch/mips/include/asm/uaccess.h
-index f3fa375..3af6637 100644
+index a109510..94ee3f6 100644
 --- a/arch/mips/include/asm/uaccess.h
 +++ b/arch/mips/include/asm/uaccess.h
-@@ -128,6 +128,7 @@ extern u64 __ua_limit;
+@@ -130,6 +130,7 @@ extern u64 __ua_limit;
  	__ok == 0;							\
  })
  
@@ -6897,10 +6927,10 @@ index d1fea7a..2e591b0 100644
  }
  #else
 diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c
-index 6ae540e..b7396dc 100644
+index 60e39dc..b4829bf 100644
 --- a/arch/mips/kernel/process.c
 +++ b/arch/mips/kernel/process.c
-@@ -562,15 +562,3 @@ unsigned long get_wchan(struct task_struct *task)
+@@ -579,15 +579,3 @@ unsigned long get_wchan(struct task_struct *task)
  out:
  	return pc;
  }
@@ -6917,10 +6947,10 @@ index 6ae540e..b7396dc 100644
 -	return sp & ALMASK;
 -}
 diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c
-index 7da9b76..21578be 100644
+index f639ccd..e4b110d 100644
 --- a/arch/mips/kernel/ptrace.c
 +++ b/arch/mips/kernel/ptrace.c
-@@ -658,6 +658,10 @@ long arch_ptrace(struct task_struct *child, long request,
+@@ -630,6 +630,10 @@ long arch_ptrace(struct task_struct *child, long request,
  	return ret;
  }
  
@@ -6931,7 +6961,7 @@ index 7da9b76..21578be 100644
  /*
   * Notification of system call entry/exit
   * - triggered by current->work.syscall_trace
-@@ -674,6 +678,11 @@ asmlinkage void syscall_trace_enter(struct pt_regs *regs)
+@@ -646,6 +650,11 @@ asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall)
  	    tracehook_report_syscall_entry(regs))
  		ret = -1;
  
@@ -6976,7 +7006,7 @@ index 07fc524..b9d7f28 100644
 +	BUG();
  }
 diff --git a/arch/mips/kernel/smtc-proc.c b/arch/mips/kernel/smtc-proc.c
-index c10aa84..9ec2e60 100644
+index 38635a9..3fcd5e0 100644
 --- a/arch/mips/kernel/smtc-proc.c
 +++ b/arch/mips/kernel/smtc-proc.c
 @@ -31,7 +31,7 @@ unsigned long selfipis[NR_CPUS];
@@ -7007,7 +7037,7 @@ index c10aa84..9ec2e60 100644
  	proc_create("smtc", 0444, NULL, &smtc_proc_fops);
  }
 diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c
-index dfc1b91..11a2c07 100644
+index c1681d6..9f881d1 100644
 --- a/arch/mips/kernel/smtc.c
 +++ b/arch/mips/kernel/smtc.c
 @@ -1359,7 +1359,7 @@ void smtc_soft_dump(void)
@@ -7089,10 +7119,10 @@ index c24ad5f..9983ab2 100644
  	}
  	/* Arrange for an interrupt in a short while */
 diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
-index 81e6ae0..6ab6e79 100644
+index 8119ac2..b229939 100644
 --- a/arch/mips/kernel/traps.c
 +++ b/arch/mips/kernel/traps.c
-@@ -691,7 +691,18 @@ asmlinkage void do_ov(struct pt_regs *regs)
+@@ -695,7 +695,18 @@ asmlinkage void do_ov(struct pt_regs *regs)
  	siginfo_t info;
  
  	prev_state = exception_enter();
@@ -7679,7 +7709,7 @@ index 50dfafc..b9fc230 100644
  	DEBUGP("register_unwind_table(), sect = %d at 0x%p - 0x%p (gp=0x%lx)\n",
  	       me->arch.unwind_section, table, end, gp);
 diff --git a/arch/parisc/kernel/sys_parisc.c b/arch/parisc/kernel/sys_parisc.c
-index 31ffa9b..588a798 100644
+index e1ffea2..46ed66e 100644
 --- a/arch/parisc/kernel/sys_parisc.c
 +++ b/arch/parisc/kernel/sys_parisc.c
 @@ -89,6 +89,7 @@ unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr,
@@ -7766,7 +7796,7 @@ index 47ee620..1107387 100644
  				fault_space = regs->iasq[0];
  
 diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c
-index d72197f..c017c84 100644
+index 3ca9c11..d163ef7 100644
 --- a/arch/parisc/mm/fault.c
 +++ b/arch/parisc/mm/fault.c
 @@ -15,6 +15,7 @@
@@ -7939,10 +7969,10 @@ index d72197f..c017c84 100644
  	/*
  	 * If for any reason at all we couldn't handle the fault, make
 diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
-index 957bf34..3430cc8 100644
+index e099899..457d6a8 100644
 --- a/arch/powerpc/Kconfig
 +++ b/arch/powerpc/Kconfig
-@@ -393,6 +393,7 @@ config PPC64_SUPPORTS_MEMORY_FAILURE
+@@ -397,6 +397,7 @@ config PPC64_SUPPORTS_MEMORY_FAILURE
  config KEXEC
  	bool "kexec system call"
  	depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP))
@@ -8244,7 +8274,7 @@ index 4aad413..85d86bf 100644
  #define _PAGE_NO_CACHE	0x020	/* I: cache inhibit */
  #define _PAGE_WRITETHRU	0x040	/* W: cache write-through */
 diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
-index ce17815..c5574cc 100644
+index e5d2e0b..9ac74b1 100644
 --- a/arch/powerpc/include/asm/reg.h
 +++ b/arch/powerpc/include/asm/reg.h
 @@ -249,6 +249,7 @@
@@ -8256,7 +8286,7 @@ index ce17815..c5574cc 100644
  #define   DSISR_ISSTORE		0x02000000	/* access was a store */
  #define   DSISR_DABRMATCH	0x00400000	/* hit data breakpoint */
 diff --git a/arch/powerpc/include/asm/smp.h b/arch/powerpc/include/asm/smp.h
-index 084e080..9415a3d 100644
+index ff51046..b982dd4 100644
 --- a/arch/powerpc/include/asm/smp.h
 +++ b/arch/powerpc/include/asm/smp.h
 @@ -51,7 +51,7 @@ struct smp_ops_t {
@@ -8487,10 +8517,10 @@ index fcc9a89..07be2bb 100644
  				   irq.o align.o signal_32.o pmc.o vdso.o \
  				   process.o systbl.o idle.o \
 diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-64e.S
-index 063b65d..7a26e9d 100644
+index c1bee3c..5b42583 100644
 --- a/arch/powerpc/kernel/exceptions-64e.S
 +++ b/arch/powerpc/kernel/exceptions-64e.S
-@@ -771,6 +771,7 @@ storage_fault_common:
+@@ -1010,6 +1010,7 @@ storage_fault_common:
  	std	r14,_DAR(r1)
  	std	r15,_DSISR(r1)
  	addi	r3,r1,STACK_FRAME_OVERHEAD
@@ -8498,7 +8528,7 @@ index 063b65d..7a26e9d 100644
  	mr	r4,r14
  	mr	r5,r15
  	ld	r14,PACA_EXGEN+EX_R14(r13)
-@@ -779,8 +780,7 @@ storage_fault_common:
+@@ -1018,8 +1019,7 @@ storage_fault_common:
  	cmpdi	r3,0
  	bne-	1f
  	b	.ret_from_except_lite
@@ -8509,10 +8539,10 @@ index 063b65d..7a26e9d 100644
  	ld	r4,_DAR(r1)
  	bl	.bad_page_fault
 diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
-index 38d5073..f00af8d 100644
+index 3afd391..18f9e36 100644
 --- a/arch/powerpc/kernel/exceptions-64s.S
 +++ b/arch/powerpc/kernel/exceptions-64s.S
-@@ -1584,10 +1584,10 @@ handle_page_fault:
+@@ -1587,10 +1587,10 @@ handle_page_fault:
  11:	ld	r4,_DAR(r1)
  	ld	r5,_DSISR(r1)
  	addi	r3,r1,STACK_FRAME_OVERHEAD
@@ -8525,7 +8555,7 @@ index 38d5073..f00af8d 100644
  	addi	r3,r1,STACK_FRAME_OVERHEAD
  	lwz	r4,_DAR(r1)
 diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c
-index 1d0848b..d74685f 100644
+index ca1cd74..6f0241a 100644
 --- a/arch/powerpc/kernel/irq.c
 +++ b/arch/powerpc/kernel/irq.c
 @@ -447,6 +447,8 @@ void migrate_irqs(void)
@@ -8749,7 +8779,7 @@ index d501dc4..e5a0de0 100644
  	} else {
  		err |= setup_trampoline(__NR_rt_sigreturn, &frame->tramp[0]);
 diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
-index 33cd7a0..d615344 100644
+index 1bd7ca2..9b78c2f 100644
 --- a/arch/powerpc/kernel/traps.c
 +++ b/arch/powerpc/kernel/traps.c
 @@ -142,6 +142,8 @@ static unsigned __kprobes long oops_begin(struct pt_regs *regs)
@@ -8772,7 +8802,7 @@ index 33cd7a0..d615344 100644
  }
  
 diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c
-index 094e45c..d82b848 100644
+index ce74c33..0803371 100644
 --- a/arch/powerpc/kernel/vdso.c
 +++ b/arch/powerpc/kernel/vdso.c
 @@ -35,6 +35,7 @@
@@ -9173,7 +9203,7 @@ index c4a93d6..4d2a9b4 100644
  
  #endif /* __ASM_EXEC_H */
 diff --git a/arch/s390/include/asm/uaccess.h b/arch/s390/include/asm/uaccess.h
-index 79330af..254cf37 100644
+index 1be64a1..086839d1 100644
 --- a/arch/s390/include/asm/uaccess.h
 +++ b/arch/s390/include/asm/uaccess.h
 @@ -59,6 +59,7 @@ static inline int __range_ok(unsigned long addr, unsigned long size)
@@ -9195,17 +9225,7 @@ index 79330af..254cf37 100644
  	return __copy_to_user(to, from, n);
  }
  
-@@ -268,6 +273,9 @@ copy_to_user(void __user *to, const void *from, unsigned long n)
- static inline unsigned long __must_check
- __copy_from_user(void *to, const void __user *from, unsigned long n)
- {
-+	if ((long)n < 0)
-+		return n;
-+
- 	return uaccess.copy_from_user(n, from, to);
- }
- 
-@@ -296,10 +304,14 @@ __compiletime_warning("copy_from_user() buffer size is not provably correct")
+@@ -273,10 +278,14 @@ __compiletime_warning("copy_from_user() buffer size is not provably correct")
  static inline unsigned long __must_check
  copy_from_user(void *to, const void __user *from, unsigned long n)
  {
@@ -9859,142 +9879,6 @@ index 502f632..da1917f 100644
  #define __S100	PAGE_READONLY
  #define __S101	PAGE_READONLY
  #define __S110	PAGE_SHARED
-diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pgtable_64.h
-index 0f9e945..a949e55 100644
---- a/arch/sparc/include/asm/pgtable_64.h
-+++ b/arch/sparc/include/asm/pgtable_64.h
-@@ -71,6 +71,23 @@
- 
- #include <linux/sched.h>
- 
-+extern unsigned long sparc64_valid_addr_bitmap[];
-+
-+/* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
-+static inline bool __kern_addr_valid(unsigned long paddr)
-+{
-+	if ((paddr >> MAX_PHYS_ADDRESS_BITS) != 0UL)
-+		return false;
-+	return test_bit(paddr >> ILOG2_4MB, sparc64_valid_addr_bitmap);
-+}
-+
-+static inline bool kern_addr_valid(unsigned long addr)
-+{
-+	unsigned long paddr = __pa(addr);
-+
-+	return __kern_addr_valid(paddr);
-+}
-+
- /* Entries per page directory level. */
- #define PTRS_PER_PTE	(1UL << (PAGE_SHIFT-3))
- #define PTRS_PER_PMD	(1UL << PMD_BITS)
-@@ -79,9 +96,12 @@
- /* Kernel has a separate 44bit address space. */
- #define FIRST_USER_ADDRESS	0
- 
--#define pte_ERROR(e)	__builtin_trap()
--#define pmd_ERROR(e)	__builtin_trap()
--#define pgd_ERROR(e)	__builtin_trap()
-+#define pmd_ERROR(e)							\
-+	pr_err("%s:%d: bad pmd %p(%016lx) seen at (%pS)\n",		\
-+	       __FILE__, __LINE__, &(e), pmd_val(e), __builtin_return_address(0))
-+#define pgd_ERROR(e)							\
-+	pr_err("%s:%d: bad pgd %p(%016lx) seen at (%pS)\n",		\
-+	       __FILE__, __LINE__, &(e), pgd_val(e), __builtin_return_address(0))
- 
- #endif /* !(__ASSEMBLY__) */
- 
-@@ -633,7 +653,7 @@ static inline unsigned long pmd_large(pmd_t pmd)
- {
- 	pte_t pte = __pte(pmd_val(pmd));
- 
--	return (pte_val(pte) & _PAGE_PMD_HUGE) && pte_present(pte);
-+	return pte_val(pte) & _PAGE_PMD_HUGE;
- }
- 
- #ifdef CONFIG_TRANSPARENT_HUGEPAGE
-@@ -719,20 +739,6 @@ static inline pmd_t pmd_mkwrite(pmd_t pmd)
- 	return __pmd(pte_val(pte));
- }
- 
--static inline pmd_t pmd_mknotpresent(pmd_t pmd)
--{
--	unsigned long mask;
--
--	if (tlb_type == hypervisor)
--		mask = _PAGE_PRESENT_4V;
--	else
--		mask = _PAGE_PRESENT_4U;
--
--	pmd_val(pmd) &= ~mask;
--
--	return pmd;
--}
--
- static inline pmd_t pmd_mksplitting(pmd_t pmd)
- {
- 	pte_t pte = __pte(pmd_val(pmd));
-@@ -757,6 +763,20 @@ static inline int pmd_present(pmd_t pmd)
- 
- #define pmd_none(pmd)			(!pmd_val(pmd))
- 
-+/* pmd_bad() is only called on non-trans-huge PMDs.  Our encoding is
-+ * very simple, it's just the physical address.  PTE tables are of
-+ * size PAGE_SIZE so make sure the sub-PAGE_SIZE bits are clear and
-+ * the top bits outside of the range of any physical address size we
-+ * support are clear as well.  We also validate the physical itself.
-+ */
-+#define pmd_bad(pmd)			((pmd_val(pmd) & ~PAGE_MASK) || \
-+					 !__kern_addr_valid(pmd_val(pmd)))
-+
-+#define pud_none(pud)			(!pud_val(pud))
-+
-+#define pud_bad(pud)			((pud_val(pud) & ~PAGE_MASK) || \
-+					 !__kern_addr_valid(pud_val(pud)))
-+
- #ifdef CONFIG_TRANSPARENT_HUGEPAGE
- extern void set_pmd_at(struct mm_struct *mm, unsigned long addr,
- 		       pmd_t *pmdp, pmd_t pmd);
-@@ -790,10 +810,7 @@ static inline unsigned long __pmd_page(pmd_t pmd)
- #define pud_page_vaddr(pud)		\
- 	((unsigned long) __va(pud_val(pud)))
- #define pud_page(pud) 			virt_to_page((void *)pud_page_vaddr(pud))
--#define pmd_bad(pmd)			(0)
- #define pmd_clear(pmdp)			(pmd_val(*(pmdp)) = 0UL)
--#define pud_none(pud)			(!pud_val(pud))
--#define pud_bad(pud)			(0)
- #define pud_present(pud)		(pud_val(pud) != 0U)
- #define pud_clear(pudp)			(pud_val(*(pudp)) = 0UL)
- 
-@@ -893,6 +910,10 @@ extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
- extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
- 				 pmd_t *pmd);
- 
-+#define __HAVE_ARCH_PMDP_INVALIDATE
-+extern void pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
-+			    pmd_t *pmdp);
-+
- #define __HAVE_ARCH_PGTABLE_DEPOSIT
- extern void pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp,
- 				       pgtable_t pgtable);
-@@ -919,18 +940,6 @@ extern unsigned long pte_file(pte_t);
- extern pte_t pgoff_to_pte(unsigned long);
- #define PTE_FILE_MAX_BITS	(64UL - PAGE_SHIFT - 1UL)
- 
--extern unsigned long sparc64_valid_addr_bitmap[];
--
--/* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
--static inline bool kern_addr_valid(unsigned long addr)
--{
--	unsigned long paddr = __pa(addr);
--
--	if ((paddr >> 41UL) != 0UL)
--		return false;
--	return test_bit(paddr >> 22, sparc64_valid_addr_bitmap);
--}
--
- extern int page_in_phys_avail(unsigned long paddr);
- 
- /*
 diff --git a/arch/sparc/include/asm/pgtsrmmu.h b/arch/sparc/include/asm/pgtsrmmu.h
 index 79da178..c2eede8 100644
 --- a/arch/sparc/include/asm/pgtsrmmu.h
@@ -10172,20 +10056,6 @@ index a5f01ac..703b554 100644
  /*
   * Thread-synchronous status.
   *
-diff --git a/arch/sparc/include/asm/tsb.h b/arch/sparc/include/asm/tsb.h
-index 2230f80..90916f9 100644
---- a/arch/sparc/include/asm/tsb.h
-+++ b/arch/sparc/include/asm/tsb.h
-@@ -171,7 +171,8 @@ extern struct tsb_phys_patch_entry __tsb_phys_patch, __tsb_phys_patch_end;
- 	andcc		REG1, REG2, %g0;		\
- 	be,pt		%xcc, 700f;			\
- 	 sethi		%hi(4 * 1024 * 1024), REG2;	\
--	andn		REG1, REG2, REG1;		\
-+	brgez,pn	REG1, FAIL_LABEL;		\
-+	 andn		REG1, REG2, REG1;		\
- 	and		VADDR, REG2, REG2;		\
- 	brlz,pt		REG1, PTE_LABEL;		\
- 	 or		REG1, REG2, REG1;		\
 diff --git a/arch/sparc/include/asm/uaccess.h b/arch/sparc/include/asm/uaccess.h
 index 0167d26..767bb0c 100644
 --- a/arch/sparc/include/asm/uaccess.h
@@ -10434,10 +10304,10 @@ index c13c9f2..d572c34 100644
  
  	if (unlikely(test_thread_flag(TIF_SYSCALL_TRACEPOINT)))
 diff --git a/arch/sparc/kernel/smp_64.c b/arch/sparc/kernel/smp_64.c
-index b085311..6f885f7 100644
+index 745a363..b5566b1 100644
 --- a/arch/sparc/kernel/smp_64.c
 +++ b/arch/sparc/kernel/smp_64.c
-@@ -870,8 +870,8 @@ extern unsigned long xcall_flush_dcache_page_cheetah;
+@@ -868,8 +868,8 @@ extern unsigned long xcall_flush_dcache_page_cheetah;
  extern unsigned long xcall_flush_dcache_page_spitfire;
  
  #ifdef CONFIG_DEBUG_DCFLUSH
@@ -10448,7 +10318,7 @@ index b085311..6f885f7 100644
  #endif
  
  static inline void __local_flush_dcache_page(struct page *page)
-@@ -895,7 +895,7 @@ void smp_flush_dcache_page_impl(struct page *page, int cpu)
+@@ -893,7 +893,7 @@ void smp_flush_dcache_page_impl(struct page *page, int cpu)
  		return;
  
  #ifdef CONFIG_DEBUG_DCFLUSH
@@ -10457,7 +10327,7 @@ index b085311..6f885f7 100644
  #endif
  
  	this_cpu = get_cpu();
-@@ -919,7 +919,7 @@ void smp_flush_dcache_page_impl(struct page *page, int cpu)
+@@ -917,7 +917,7 @@ void smp_flush_dcache_page_impl(struct page *page, int cpu)
  			xcall_deliver(data0, __pa(pg_addr),
  				      (u64) pg_addr, cpumask_of(cpu));
  #ifdef CONFIG_DEBUG_DCFLUSH
@@ -10466,7 +10336,7 @@ index b085311..6f885f7 100644
  #endif
  		}
  	}
-@@ -938,7 +938,7 @@ void flush_dcache_page_all(struct mm_struct *mm, struct page *page)
+@@ -936,7 +936,7 @@ void flush_dcache_page_all(struct mm_struct *mm, struct page *page)
  	preempt_disable();
  
  #ifdef CONFIG_DEBUG_DCFLUSH
@@ -10475,7 +10345,7 @@ index b085311..6f885f7 100644
  #endif
  	data0 = 0;
  	pg_addr = page_address(page);
-@@ -955,7 +955,7 @@ void flush_dcache_page_all(struct mm_struct *mm, struct page *page)
+@@ -953,7 +953,7 @@ void flush_dcache_page_all(struct mm_struct *mm, struct page *page)
  		xcall_deliver(data0, __pa(pg_addr),
  			      (u64) pg_addr, cpu_online_mask);
  #ifdef CONFIG_DEBUG_DCFLUSH
@@ -10934,37 +10804,10 @@ index 4ced92f..965eeed 100644
  }
  EXPORT_SYMBOL(die_if_kernel);
 diff --git a/arch/sparc/kernel/unaligned_64.c b/arch/sparc/kernel/unaligned_64.c
-index 3c1a7cb..9046547 100644
+index 35ab8b6..9046547 100644
 --- a/arch/sparc/kernel/unaligned_64.c
 +++ b/arch/sparc/kernel/unaligned_64.c
-@@ -166,17 +166,23 @@ static unsigned long *fetch_reg_addr(unsigned int reg, struct pt_regs *regs)
- unsigned long compute_effective_address(struct pt_regs *regs,
- 					unsigned int insn, unsigned int rd)
- {
-+	int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
- 	unsigned int rs1 = (insn >> 14) & 0x1f;
- 	unsigned int rs2 = insn & 0x1f;
--	int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
-+	unsigned long addr;
- 
- 	if (insn & 0x2000) {
- 		maybe_flush_windows(rs1, 0, rd, from_kernel);
--		return (fetch_reg(rs1, regs) + sign_extend_imm13(insn));
-+		addr = (fetch_reg(rs1, regs) + sign_extend_imm13(insn));
- 	} else {
- 		maybe_flush_windows(rs1, rs2, rd, from_kernel);
--		return (fetch_reg(rs1, regs) + fetch_reg(rs2, regs));
-+		addr = (fetch_reg(rs1, regs) + fetch_reg(rs2, regs));
- 	}
-+
-+	if (!from_kernel && test_thread_flag(TIF_32BIT))
-+		addr &= 0xffffffff;
-+
-+	return addr;
- }
- 
- /* This is just to make gcc think die_if_kernel does return... */
-@@ -289,7 +295,7 @@ static void log_unaligned(struct pt_regs *regs)
+@@ -295,7 +295,7 @@ static void log_unaligned(struct pt_regs *regs)
  	static DEFINE_RATELIMIT_STATE(ratelimit, 5 * HZ, 5);
  
  	if (__ratelimit(&ratelimit)) {
@@ -11554,7 +11397,7 @@ index 59dbd46..1dd7f5e 100644
  		if (!(vma->vm_flags & (VM_READ | VM_EXEC)))
  			goto bad_area;
 diff --git a/arch/sparc/mm/fault_64.c b/arch/sparc/mm/fault_64.c
-index 69bb818..3542236 100644
+index 4ced3fc..234f1e4 100644
 --- a/arch/sparc/mm/fault_64.c
 +++ b/arch/sparc/mm/fault_64.c
 @@ -22,6 +22,9 @@
@@ -11576,124 +11419,7 @@ index 69bb818..3542236 100644
  	printk(KERN_CRIT "OOPS: Fault was to vaddr[%lx]\n", vaddr);
  	dump_stack();
  	unhandled_fault(regs->tpc, current, regs);
-@@ -96,38 +99,51 @@ static unsigned int get_user_insn(unsigned long tpc)
- 	pte_t *ptep, pte;
- 	unsigned long pa;
- 	u32 insn = 0;
--	unsigned long pstate;
- 
--	if (pgd_none(*pgdp))
--		goto outret;
-+	if (pgd_none(*pgdp) || unlikely(pgd_bad(*pgdp)))
-+		goto out;
- 	pudp = pud_offset(pgdp, tpc);
--	if (pud_none(*pudp))
--		goto outret;
--	pmdp = pmd_offset(pudp, tpc);
--	if (pmd_none(*pmdp))
--		goto outret;
-+	if (pud_none(*pudp) || unlikely(pud_bad(*pudp)))
-+		goto out;
- 
- 	/* This disables preemption for us as well. */
--	__asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate));
--	__asm__ __volatile__("wrpr %0, %1, %%pstate"
--				: : "r" (pstate), "i" (PSTATE_IE));
--	ptep = pte_offset_map(pmdp, tpc);
--	pte = *ptep;
--	if (!pte_present(pte))
--		goto out;
-+	local_irq_disable();
- 
--	pa  = (pte_pfn(pte) << PAGE_SHIFT);
--	pa += (tpc & ~PAGE_MASK);
-+	pmdp = pmd_offset(pudp, tpc);
-+	if (pmd_none(*pmdp) || unlikely(pmd_bad(*pmdp)))
-+		goto out_irq_enable;
- 
--	/* Use phys bypass so we don't pollute dtlb/dcache. */
--	__asm__ __volatile__("lduwa [%1] %2, %0"
--			     : "=r" (insn)
--			     : "r" (pa), "i" (ASI_PHYS_USE_EC));
-+#ifdef CONFIG_TRANSPARENT_HUGEPAGE
-+	if (pmd_trans_huge(*pmdp)) {
-+		if (pmd_trans_splitting(*pmdp))
-+			goto out_irq_enable;
- 
-+		pa  = pmd_pfn(*pmdp) << PAGE_SHIFT;
-+		pa += tpc & ~HPAGE_MASK;
-+
-+		/* Use phys bypass so we don't pollute dtlb/dcache. */
-+		__asm__ __volatile__("lduwa [%1] %2, %0"
-+				     : "=r" (insn)
-+				     : "r" (pa), "i" (ASI_PHYS_USE_EC));
-+	} else
-+#endif
-+	{
-+		ptep = pte_offset_map(pmdp, tpc);
-+		pte = *ptep;
-+		if (pte_present(pte)) {
-+			pa  = (pte_pfn(pte) << PAGE_SHIFT);
-+			pa += (tpc & ~PAGE_MASK);
-+
-+			/* Use phys bypass so we don't pollute dtlb/dcache. */
-+			__asm__ __volatile__("lduwa [%1] %2, %0"
-+					     : "=r" (insn)
-+					     : "r" (pa), "i" (ASI_PHYS_USE_EC));
-+		}
-+		pte_unmap(ptep);
-+	}
-+out_irq_enable:
-+	local_irq_enable();
- out:
--	pte_unmap(ptep);
--	__asm__ __volatile__("wrpr %0, 0x0, %%pstate" : : "r" (pstate));
--outret:
- 	return insn;
- }
- 
-@@ -153,7 +169,8 @@ show_signal_msg(struct pt_regs *regs, int sig, int code,
- }
- 
- static void do_fault_siginfo(int code, int sig, struct pt_regs *regs,
--			     unsigned int insn, int fault_code)
-+			     unsigned long fault_addr, unsigned int insn,
-+			     int fault_code)
- {
- 	unsigned long addr;
- 	siginfo_t info;
-@@ -161,10 +178,18 @@ static void do_fault_siginfo(int code, int sig, struct pt_regs *regs,
- 	info.si_code = code;
- 	info.si_signo = sig;
- 	info.si_errno = 0;
--	if (fault_code & FAULT_CODE_ITLB)
-+	if (fault_code & FAULT_CODE_ITLB) {
- 		addr = regs->tpc;
--	else
--		addr = compute_effective_address(regs, insn, 0);
-+	} else {
-+		/* If we were able to probe the faulting instruction, use it
-+		 * to compute a precise fault address.  Otherwise use the fault
-+		 * time provided address which may only have page granularity.
-+		 */
-+		if (insn)
-+			addr = compute_effective_address(regs, insn, 0);
-+		else
-+			addr = fault_addr;
-+	}
- 	info.si_addr = (void __user *) addr;
- 	info.si_trapno = 0;
- 
-@@ -239,7 +264,7 @@ static void __kprobes do_kernel_fault(struct pt_regs *regs, int si_code,
- 		/* The si_code was set to make clear whether
- 		 * this was a SEGV_MAPERR or SEGV_ACCERR fault.
- 		 */
--		do_fault_siginfo(si_code, SIGSEGV, regs, insn, fault_code);
-+		do_fault_siginfo(si_code, SIGSEGV, regs, address, insn, fault_code);
- 		return;
- 	}
- 
-@@ -271,6 +296,466 @@ static void noinline __kprobes bogus_32bit_fault_address(struct pt_regs *regs,
+@@ -281,6 +284,466 @@ static void noinline __kprobes bogus_32bit_fault_tpc(struct pt_regs *regs)
  	show_regs(regs);
  }
  
@@ -12160,7 +11886,7 @@ index 69bb818..3542236 100644
  asmlinkage void __kprobes do_sparc64_fault(struct pt_regs *regs)
  {
  	enum ctx_state prev_state = exception_enter();
-@@ -344,6 +829,29 @@ retry:
+@@ -352,6 +815,29 @@ retry:
  	if (!vma)
  		goto bad_area;
  
@@ -12190,28 +11916,6 @@ index 69bb818..3542236 100644
  	/* Pure DTLB misses do not tell us whether the fault causing
  	 * load/store/atomic was a write or not, it only says that there
  	 * was no match.  So in such a case we (carefully) read the
-@@ -525,7 +1033,7 @@ do_sigbus:
- 	 * Send a sigbus, regardless of whether we were in kernel
- 	 * or user mode.
- 	 */
--	do_fault_siginfo(BUS_ADRERR, SIGBUS, regs, insn, fault_code);
-+	do_fault_siginfo(BUS_ADRERR, SIGBUS, regs, address, insn, fault_code);
- 
- 	/* Kernel mode? Handle exceptions or die */
- 	if (regs->tstate & TSTATE_PRIV)
-diff --git a/arch/sparc/mm/gup.c b/arch/sparc/mm/gup.c
-index c4d3da6..1aed043 100644
---- a/arch/sparc/mm/gup.c
-+++ b/arch/sparc/mm/gup.c
-@@ -73,7 +73,7 @@ static int gup_huge_pmd(pmd_t *pmdp, pmd_t pmd, unsigned long addr,
- 	struct page *head, *page, *tail;
- 	int refs;
- 
--	if (!pmd_large(pmd))
-+	if (!(pmd_val(pmd) & _PAGE_VALID))
- 		return 0;
- 
- 	if (write && !pmd_write(pmd))
 diff --git a/arch/sparc/mm/hugetlbpage.c b/arch/sparc/mm/hugetlbpage.c
 index 9bd9ce8..dc84852 100644
 --- a/arch/sparc/mm/hugetlbpage.c
@@ -12319,7 +12023,7 @@ index 9bd9ce8..dc84852 100644
  
  pte_t *huge_pte_alloc(struct mm_struct *mm,
 diff --git a/arch/sparc/mm/init_64.c b/arch/sparc/mm/init_64.c
-index eafbc65..5a8070d 100644
+index ed3c969..42fe48d 100644
 --- a/arch/sparc/mm/init_64.c
 +++ b/arch/sparc/mm/init_64.c
 @@ -188,9 +188,9 @@ unsigned long sparc64_kern_sec_context __read_mostly;
@@ -12356,72 +12060,11 @@ index eafbc65..5a8070d 100644
  #endif /* CONFIG_SMP */
  #endif /* CONFIG_DEBUG_DCFLUSH */
  }
-diff --git a/arch/sparc/mm/tlb.c b/arch/sparc/mm/tlb.c
-index b12cb5e..b89aba2 100644
---- a/arch/sparc/mm/tlb.c
-+++ b/arch/sparc/mm/tlb.c
-@@ -134,7 +134,7 @@ no_cache_flush:
- 
- #ifdef CONFIG_TRANSPARENT_HUGEPAGE
- static void tlb_batch_pmd_scan(struct mm_struct *mm, unsigned long vaddr,
--			       pmd_t pmd, bool exec)
-+			       pmd_t pmd)
- {
- 	unsigned long end;
- 	pte_t *pte;
-@@ -142,8 +142,11 @@ static void tlb_batch_pmd_scan(struct mm_struct *mm, unsigned long vaddr,
- 	pte = pte_offset_map(&pmd, vaddr);
- 	end = vaddr + HPAGE_SIZE;
- 	while (vaddr < end) {
--		if (pte_val(*pte) & _PAGE_VALID)
-+		if (pte_val(*pte) & _PAGE_VALID) {
-+			bool exec = pte_exec(*pte);
-+
- 			tlb_batch_add_one(mm, vaddr, exec);
-+		}
- 		pte++;
- 		vaddr += PAGE_SIZE;
- 	}
-@@ -177,19 +180,30 @@ void set_pmd_at(struct mm_struct *mm, unsigned long addr,
- 	}
- 
- 	if (!pmd_none(orig)) {
--		pte_t orig_pte = __pte(pmd_val(orig));
--		bool exec = pte_exec(orig_pte);
--
- 		addr &= HPAGE_MASK;
- 		if (pmd_trans_huge(orig)) {
-+			pte_t orig_pte = __pte(pmd_val(orig));
-+			bool exec = pte_exec(orig_pte);
-+
- 			tlb_batch_add_one(mm, addr, exec);
- 			tlb_batch_add_one(mm, addr + REAL_HPAGE_SIZE, exec);
- 		} else {
--			tlb_batch_pmd_scan(mm, addr, orig, exec);
-+			tlb_batch_pmd_scan(mm, addr, orig);
- 		}
- 	}
- }
- 
-+void pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
-+		     pmd_t *pmdp)
-+{
-+	pmd_t entry = *pmdp;
-+
-+	pmd_val(entry) &= ~_PAGE_VALID;
-+
-+	set_pmd_at(vma->vm_mm, address, pmdp, entry);
-+	flush_tlb_range(vma, address, address + HPAGE_PMD_SIZE);
-+}
-+
- void pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp,
- 				pgtable_t pgtable)
- {
 diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
-index b3692ce..e4517c9 100644
+index 85258ca..df97c79 100644
 --- a/arch/tile/Kconfig
 +++ b/arch/tile/Kconfig
-@@ -184,6 +184,7 @@ source "kernel/Kconfig.hz"
+@@ -190,6 +190,7 @@ source "kernel/Kconfig.hz"
  
  config KEXEC
  	bool "kexec system call"
@@ -12578,7 +12221,7 @@ index 0032f92..cd151e0 100644
  #ifdef CONFIG_64BIT
  #define set_pud(pudptr, pudval) set_64bit((u64 *) (pudptr), pud_val(pudval))
 diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c
-index eecc414..48adb87 100644
+index f17bca8..48adb87 100644
 --- a/arch/um/kernel/process.c
 +++ b/arch/um/kernel/process.c
 @@ -356,22 +356,6 @@ int singlestepping(void * t)
@@ -12588,7 +12231,7 @@ index eecc414..48adb87 100644
 -/*
 - * Only x86 and x86_64 have an arch_align_stack().
 - * All other arches have "#define arch_align_stack(x) (x)"
-- * in their asm/system.h
+- * in their asm/exec.h
 - * As this is included in UML from asm-um/system-generic.h,
 - * we can use it to behave as the subarch does.
 - */
@@ -12622,18 +12265,18 @@ index ad8f795..2c7eec6 100644
  /*
   * Memory returned by kmalloc() may be used for DMA, so we must make
 diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
-index 0af5250..59f9597 100644
+index 25d2c6f..f280b3a 100644
 --- a/arch/x86/Kconfig
 +++ b/arch/x86/Kconfig
-@@ -126,7 +126,7 @@ config X86
+@@ -127,7 +127,7 @@ config X86
  	select RTC_LIB
  	select HAVE_DEBUG_STACKOVERFLOW
  	select HAVE_IRQ_EXIT_ON_IRQ_STACK if X86_64
 -	select HAVE_CC_STACKPROTECTOR
 +	select HAVE_CC_STACKPROTECTOR if X86_64 || !PAX_MEMORY_UDEREF
+ 	select GENERIC_CPU_AUTOPROBE
+ 	select HAVE_ARCH_AUDITSYSCALL
  
- config INSTRUCTION_DECODER
- 	def_bool y
 @@ -251,7 +251,7 @@ config X86_HT
  
  config X86_32_LAZY_GS
@@ -12643,7 +12286,7 @@ index 0af5250..59f9597 100644
  
  config ARCH_HWEIGHT_CFLAGS
  	string
-@@ -589,6 +589,7 @@ config SCHED_OMIT_FRAME_POINTER
+@@ -545,6 +545,7 @@ config SCHED_OMIT_FRAME_POINTER
  
  menuconfig HYPERVISOR_GUEST
  	bool "Linux guest support"
@@ -12651,25 +12294,23 @@ index 0af5250..59f9597 100644
  	---help---
  	  Say Y here to enable options for running Linux under various hyper-
  	  visors. This option enables basic hypervisor detection and platform
-@@ -1111,7 +1112,7 @@ choice
+@@ -1054,6 +1055,7 @@ choice
  
  config NOHIGHMEM
  	bool "off"
--	depends on !X86_NUMAQ
-+	depends on !X86_NUMAQ && !(PAX_PAGEEXEC && PAX_ENABLE_PAE)
++	depends on !(PAX_PAGEEXEC && PAX_ENABLE_PAE)
  	---help---
  	  Linux can use up to 64 Gigabytes of physical memory on x86 systems.
  	  However, the address space of 32-bit x86 processors is only 4
-@@ -1148,7 +1149,7 @@ config NOHIGHMEM
+@@ -1090,6 +1092,7 @@ config NOHIGHMEM
  
  config HIGHMEM4G
  	bool "4GB"
--	depends on !X86_NUMAQ
-+	depends on !X86_NUMAQ && !(PAX_PAGEEXEC && PAX_ENABLE_PAE)
++	depends on !(PAX_PAGEEXEC && PAX_ENABLE_PAE)
  	---help---
  	  Select this if you have a 32-bit processor and between 1 and 4
  	  gigabytes of physical RAM.
-@@ -1201,7 +1202,7 @@ config PAGE_OFFSET
+@@ -1142,7 +1145,7 @@ config PAGE_OFFSET
  	hex
  	default 0xB0000000 if VMSPLIT_3G_OPT
  	default 0x80000000 if VMSPLIT_2G
@@ -12678,7 +12319,7 @@ index 0af5250..59f9597 100644
  	default 0x40000000 if VMSPLIT_1G
  	default 0xC0000000
  	depends on X86_32
-@@ -1605,6 +1606,7 @@ source kernel/Kconfig.hz
+@@ -1555,6 +1558,7 @@ source kernel/Kconfig.hz
  
  config KEXEC
  	bool "kexec system call"
@@ -12686,7 +12327,7 @@ index 0af5250..59f9597 100644
  	---help---
  	  kexec is a system call that implements the ability to shutdown your
  	  current kernel, and to start another kernel.  It is like a reboot
-@@ -1756,7 +1758,9 @@ config X86_NEED_RELOCS
+@@ -1706,7 +1710,9 @@ config X86_NEED_RELOCS
  
  config PHYSICAL_ALIGN
  	hex "Alignment value to which kernel should be aligned"
@@ -12697,20 +12338,16 @@ index 0af5250..59f9597 100644
  	range 0x2000 0x1000000 if X86_32
  	range 0x200000 0x1000000 if X86_64
  	---help---
-@@ -1836,9 +1840,10 @@ config DEBUG_HOTPLUG_CPU0
- 	  If unsure, say N.
- 
- config COMPAT_VDSO
--	def_bool y
-+	def_bool n
- 	prompt "Compat VDSO support"
+@@ -1789,6 +1795,7 @@ config COMPAT_VDSO
+ 	def_bool n
+ 	prompt "Disable the 32-bit vDSO (needed for glibc 2.3.3)"
  	depends on X86_32 || IA32_EMULATION
 +	depends on !PAX_PAGEEXEC && !PAX_SEGMEXEC && !PAX_KERNEXEC && !PAX_MEMORY_UDEREF
  	---help---
- 	  Map the 32-bit VDSO to the predictable old-style address too.
- 
+ 	  Certain buggy versions of glibc will crash if they are
+ 	  presented with a 32-bit vDSO that is not mapped at the address
 diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
-index f3aaf23..a1d3c49 100644
+index 6983314..54ad7e8 100644
 --- a/arch/x86/Kconfig.cpu
 +++ b/arch/x86/Kconfig.cpu
 @@ -319,7 +319,7 @@ config X86_PPRO_FENCE
@@ -12741,10 +12378,10 @@ index f3aaf23..a1d3c49 100644
  config X86_MINIMUM_CPU_FAMILY
  	int
 diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
-index 321a52c..3d51a5e 100644
+index 61bd2ad..50b625d 100644
 --- a/arch/x86/Kconfig.debug
 +++ b/arch/x86/Kconfig.debug
-@@ -84,7 +84,7 @@ config X86_PTDUMP
+@@ -93,7 +93,7 @@ config EFI_PGT_DUMP
  config DEBUG_RODATA
  	bool "Write protect kernel read-only data structures"
  	default y
@@ -12753,7 +12390,7 @@ index 321a52c..3d51a5e 100644
  	---help---
  	  Mark the kernel read-only data as write-protected in the pagetables,
  	  in order to catch accidental (and incorrect) writes to such const
-@@ -102,7 +102,7 @@ config DEBUG_RODATA_TEST
+@@ -111,7 +111,7 @@ config DEBUG_RODATA_TEST
  
  config DEBUG_SET_MODULE_RONX
  	bool "Set loadable kernel module data as NX and text as RO"
@@ -12763,7 +12400,7 @@ index 321a52c..3d51a5e 100644
  	  This option helps catch unintended modifications to loadable
  	  kernel module's text and read-only data. It also prevents execution
 diff --git a/arch/x86/Makefile b/arch/x86/Makefile
-index 0dd99ea..4a63d82 100644
+index 33f71b0..c2cefa2 100644
 --- a/arch/x86/Makefile
 +++ b/arch/x86/Makefile
 @@ -71,9 +71,6 @@ ifeq ($(CONFIG_X86_32),y)
@@ -12776,8 +12413,8 @@ index 0dd99ea..4a63d82 100644
  else
          BITS := 64
          UTS_MACHINE := x86_64
-@@ -112,6 +109,9 @@ else
-         KBUILD_CFLAGS += -maccumulate-outgoing-args
+@@ -114,6 +111,9 @@ else
+         KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args)
  endif
  
 +# temporary until string.h is fixed
@@ -12786,7 +12423,7 @@ index 0dd99ea..4a63d82 100644
  # Make sure compiler does not have buggy stack-protector support.
  ifdef CONFIG_CC_STACKPROTECTOR
  	cc_has_sp := $(srctree)/scripts/gcc-x86_$(BITS)-has-stack-protector.sh
-@@ -269,3 +269,12 @@ define archhelp
+@@ -271,3 +271,12 @@ define archhelp
    echo  '                  FDINITRD=file initrd for the booted kernel'
    echo  '  kvmconfig	- Enable additional options for guest kernel support'
  endef
@@ -12800,7 +12437,7 @@ index 0dd99ea..4a63d82 100644
 +archprepare:
 +	$(if $(LDFLAGS_BUILD_ID),,$(error $(OLD_LD)))
 diff --git a/arch/x86/boot/Makefile b/arch/x86/boot/Makefile
-index 878df7e..a803913 100644
+index dbe8dd2..2f0a98f 100644
 --- a/arch/x86/boot/Makefile
 +++ b/arch/x86/boot/Makefile
 @@ -52,6 +52,9 @@ $(obj)/cpustr.h: $(obj)/mkcpustr FORCE
@@ -12836,7 +12473,7 @@ index 878e4b9..20537ab 100644
  
  #endif /* BOOT_BITOPS_H */
 diff --git a/arch/x86/boot/boot.h b/arch/x86/boot/boot.h
-index 50f8c5e..4f84fff 100644
+index bd49ec6..94c7f58 100644
 --- a/arch/x86/boot/boot.h
 +++ b/arch/x86/boot/boot.h
 @@ -84,7 +84,7 @@ static inline void io_delay(void)
@@ -12848,15 +12485,6 @@ index 50f8c5e..4f84fff 100644
  	return seg;
  }
  
-@@ -180,7 +180,7 @@ static inline void wrgs32(u32 v, addr_t addr)
- static inline int memcmp(const void *s1, const void *s2, size_t len)
- {
- 	u8 diff;
--	asm("repe; cmpsb; setnz %0"
-+	asm volatile("repe; cmpsb; setnz %0"
- 	    : "=qm" (diff), "+D" (s1), "+S" (s2), "+c" (len));
- 	return diff;
- }
 diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile
 index 0fcd913..3bb5c42 100644
 --- a/arch/x86/boot/compressed/Makefile
@@ -12914,10 +12542,10 @@ index a53440e..c3dbf1e 100644
  .previous
  
 diff --git a/arch/x86/boot/compressed/head_32.S b/arch/x86/boot/compressed/head_32.S
-index f45ab7a..ebc015f 100644
+index cbed140..5f2ca57 100644
 --- a/arch/x86/boot/compressed/head_32.S
 +++ b/arch/x86/boot/compressed/head_32.S
-@@ -119,10 +119,10 @@ preferred_addr:
+@@ -140,10 +140,10 @@ preferred_addr:
  	addl    %eax, %ebx
  	notl	%eax
  	andl    %eax, %ebx
@@ -12931,7 +12559,7 @@ index f45ab7a..ebc015f 100644
  
  	/* Target address to relocate to for decompression */
 diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S
-index b10fa66..5ee0472 100644
+index 0d558ee..58f257e 100644
 --- a/arch/x86/boot/compressed/head_64.S
 +++ b/arch/x86/boot/compressed/head_64.S
 @@ -94,10 +94,10 @@ ENTRY(startup_32)
@@ -12947,7 +12575,7 @@ index b10fa66..5ee0472 100644
  1:
  
  	/* Target address to relocate to for decompression */
-@@ -268,10 +268,10 @@ preferred_addr:
+@@ -322,10 +322,10 @@ preferred_addr:
  	addq	%rax, %rbp
  	notq	%rax
  	andq	%rax, %rbp
@@ -12960,7 +12588,7 @@ index b10fa66..5ee0472 100644
  1:
  
  	/* Target address to relocate to for decompression */
-@@ -363,8 +363,8 @@ gdt:
+@@ -431,8 +431,8 @@ gdt:
  	.long	gdt
  	.word	0
  	.quad	0x0000000000000000	/* NULL descriptor */
@@ -12972,19 +12600,10 @@ index b10fa66..5ee0472 100644
  	.quad   0x0000000000000000	/* TS continued */
  gdt_end:
 diff --git a/arch/x86/boot/compressed/misc.c b/arch/x86/boot/compressed/misc.c
-index 196eaf3..c96716d 100644
+index 57ab74d..7c52182 100644
 --- a/arch/x86/boot/compressed/misc.c
 +++ b/arch/x86/boot/compressed/misc.c
-@@ -218,7 +218,7 @@ void __putstr(const char *s)
- 
- void *memset(void *s, int c, size_t n)
- {
--	int i;
-+	size_t i;
- 	char *ss = s;
- 
- 	for (i = 0; i < n; i++)
-@@ -277,7 +277,7 @@ static void handle_relocations(void *output, unsigned long output_len)
+@@ -242,7 +242,7 @@ static void handle_relocations(void *output, unsigned long output_len)
  	 * Calculate the delta between where vmlinux was linked to load
  	 * and where it was actually loaded.
  	 */
@@ -12993,7 +12612,7 @@ index 196eaf3..c96716d 100644
  	if (!delta) {
  		debug_putstr("No relocation needed... ");
  		return;
-@@ -347,7 +347,7 @@ static void parse_elf(void *output)
+@@ -312,7 +312,7 @@ static void parse_elf(void *output)
  	Elf32_Ehdr ehdr;
  	Elf32_Phdr *phdrs, *phdr;
  #endif
@@ -13002,7 +12621,7 @@ index 196eaf3..c96716d 100644
  	int i;
  
  	memcpy(&ehdr, output, sizeof(ehdr));
-@@ -374,13 +374,16 @@ static void parse_elf(void *output)
+@@ -339,13 +339,16 @@ static void parse_elf(void *output)
  		case PT_LOAD:
  #ifdef CONFIG_RELOCATABLE
  			dest = output;
@@ -13020,7 +12639,7 @@ index 196eaf3..c96716d 100644
  			break;
  		default: /* Ignore other PT_* */ break;
  		}
-@@ -430,7 +433,7 @@ asmlinkage void *decompress_kernel(void *rmode, memptr heap,
+@@ -395,7 +398,7 @@ asmlinkage __visible void *decompress_kernel(void *rmode, memptr heap,
  		error("Destination address too large");
  #endif
  #ifndef CONFIG_RELOCATABLE
@@ -13030,10 +12649,10 @@ index 196eaf3..c96716d 100644
  #endif
  
 diff --git a/arch/x86/boot/cpucheck.c b/arch/x86/boot/cpucheck.c
-index 100a9a1..bb3bdb0 100644
+index 1fd7d57..0f7d096 100644
 --- a/arch/x86/boot/cpucheck.c
 +++ b/arch/x86/boot/cpucheck.c
-@@ -117,9 +117,9 @@ int check_cpu(int *cpu_level_ptr, int *req_level_ptr, u32 **err_flags_ptr)
+@@ -125,9 +125,9 @@ int check_cpu(int *cpu_level_ptr, int *req_level_ptr, u32 **err_flags_ptr)
  		u32 ecx = MSR_K7_HWCR;
  		u32 eax, edx;
  
@@ -13045,7 +12664,7 @@ index 100a9a1..bb3bdb0 100644
  
  		get_cpuflags();	/* Make sure it really did something */
  		err = check_cpuflags();
-@@ -132,9 +132,9 @@ int check_cpu(int *cpu_level_ptr, int *req_level_ptr, u32 **err_flags_ptr)
+@@ -140,9 +140,9 @@ int check_cpu(int *cpu_level_ptr, int *req_level_ptr, u32 **err_flags_ptr)
  		u32 ecx = MSR_VIA_FCR;
  		u32 eax, edx;
  
@@ -13057,7 +12676,7 @@ index 100a9a1..bb3bdb0 100644
  
  		set_bit(X86_FEATURE_CX8, cpu.flags);
  		err = check_cpuflags();
-@@ -145,12 +145,12 @@ int check_cpu(int *cpu_level_ptr, int *req_level_ptr, u32 **err_flags_ptr)
+@@ -153,12 +153,12 @@ int check_cpu(int *cpu_level_ptr, int *req_level_ptr, u32 **err_flags_ptr)
  		u32 eax, edx;
  		u32 level = 1;
  
@@ -13073,12 +12692,12 @@ index 100a9a1..bb3bdb0 100644
 +		asm volatile("wrmsr" : : "a" (eax), "d" (edx), "c" (ecx));
  
  		err = check_cpuflags();
- 	}
+ 	} else if (err == 0x01 &&
 diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
-index ec3b8ba..6a0db1f 100644
+index 84c2234..3ef6360 100644
 --- a/arch/x86/boot/header.S
 +++ b/arch/x86/boot/header.S
-@@ -416,10 +416,14 @@ setup_data:		.quad 0			# 64-bit physical pointer to
+@@ -420,10 +420,14 @@ setup_data:		.quad 0			# 64-bit physical pointer to
  						# single linked list of
  						# struct setup_data
  
@@ -13108,10 +12727,10 @@ index db75d07..8e6d0af 100644
  	struct e820entry *desc = boot_params.e820_map;
  	static struct e820entry buf; /* static so it is zeroed */
 diff --git a/arch/x86/boot/video-vesa.c b/arch/x86/boot/video-vesa.c
-index 11e8c6e..fdbb1ed 100644
+index ba3e100..6501b8f 100644
 --- a/arch/x86/boot/video-vesa.c
 +++ b/arch/x86/boot/video-vesa.c
-@@ -200,6 +200,7 @@ static void vesa_store_pm_info(void)
+@@ -201,6 +201,7 @@ static void vesa_store_pm_info(void)
  
  	boot_params.screen_info.vesapm_seg = oreg.es;
  	boot_params.screen_info.vesapm_off = oreg.di;
@@ -15218,7 +14837,7 @@ index 0a3f9c9..c9d081d 100644
  	ALTINSTR_REPLACEMENT(newinstr2, feature2, 2)			\
  	".popsection"
 diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h
-index 1d2091a..f5074c1 100644
+index 19b0eba..12254cd 100644
 --- a/arch/x86/include/asm/apic.h
 +++ b/arch/x86/include/asm/apic.h
 @@ -45,7 +45,7 @@ static inline void generic_apic_probe(void)
@@ -16542,7 +16161,7 @@ index 59c6c40..5e0b22c 100644
  struct compat_timespec {
  	compat_time_t	tv_sec;
 diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h
-index 5f12968..a383517 100644
+index e265ff9..72c253b 100644
 --- a/arch/x86/include/asm/cpufeature.h
 +++ b/arch/x86/include/asm/cpufeature.h
 @@ -203,7 +203,7 @@
@@ -16563,7 +16182,7 @@ index 5f12968..a383517 100644
  #define X86_FEATURE_BMI2	(9*32+ 8) /* 2nd group bit manipulation extensions */
  #define X86_FEATURE_ERMS	(9*32+ 9) /* Enhanced REP MOVSB/STOSB */
  #define X86_FEATURE_INVPCID	(9*32+10) /* Invalidate Processor Context ID */
-@@ -358,6 +358,7 @@ extern const char * const x86_power_flags[32];
+@@ -359,6 +359,7 @@ extern const char * const x86_power_flags[32];
  #undef  cpu_has_centaur_mcr
  #define cpu_has_centaur_mcr	0
  
@@ -16571,7 +16190,7 @@ index 5f12968..a383517 100644
  #endif /* CONFIG_X86_64 */
  
  #if __GNUC__ >= 4
-@@ -410,7 +411,8 @@ static __always_inline __pure bool __static_cpu_has(u16 bit)
+@@ -411,7 +412,8 @@ static __always_inline __pure bool __static_cpu_has(u16 bit)
  
  #ifdef CONFIG_X86_DEBUG_STATIC_CPU_HAS
  	t_warn:
@@ -16581,7 +16200,7 @@ index 5f12968..a383517 100644
  		return false;
  #endif
  
-@@ -430,7 +432,7 @@ static __always_inline __pure bool __static_cpu_has(u16 bit)
+@@ -431,7 +433,7 @@ static __always_inline __pure bool __static_cpu_has(u16 bit)
  			     ".section .discard,\"aw\",@progbits\n"
  			     " .byte 0xff + (4f-3f) - (2b-1b)\n" /* size check */
  			     ".previous\n"
@@ -16590,7 +16209,7 @@ index 5f12968..a383517 100644
  			     "3: movb $1,%0\n"
  			     "4:\n"
  			     ".previous\n"
-@@ -467,7 +469,7 @@ static __always_inline __pure bool _static_cpu_has_safe(u16 bit)
+@@ -468,7 +470,7 @@ static __always_inline __pure bool _static_cpu_has_safe(u16 bit)
  			 " .byte 2b - 1b\n"		/* src len */
  			 " .byte 4f - 3f\n"		/* repl len */
  			 ".previous\n"
@@ -16599,7 +16218,7 @@ index 5f12968..a383517 100644
  			 "3: .byte 0xe9\n .long %l[t_no] - 2b\n"
  			 "4:\n"
  			 ".previous\n"
-@@ -500,7 +502,7 @@ static __always_inline __pure bool _static_cpu_has_safe(u16 bit)
+@@ -501,7 +503,7 @@ static __always_inline __pure bool _static_cpu_has_safe(u16 bit)
  			     ".section .discard,\"aw\",@progbits\n"
  			     " .byte 0xff + (4f-3f) - (2b-1b)\n" /* size check */
  			     ".previous\n"
@@ -16608,7 +16227,7 @@ index 5f12968..a383517 100644
  			     "3: movb $0,%0\n"
  			     "4:\n"
  			     ".previous\n"
-@@ -514,7 +516,7 @@ static __always_inline __pure bool _static_cpu_has_safe(u16 bit)
+@@ -515,7 +517,7 @@ static __always_inline __pure bool _static_cpu_has_safe(u16 bit)
  			     ".section .discard,\"aw\",@progbits\n"
  			     " .byte 0xff + (6f-5f) - (4b-3b)\n" /* size check */
  			     ".previous\n"
@@ -16876,7 +16495,7 @@ index ced283a..ffe04cc 100644
  	union {
  		u64 v64;
 diff --git a/arch/x86/include/asm/elf.h b/arch/x86/include/asm/elf.h
-index 9c999c1..3860cb8 100644
+index 2c71182..731124d 100644
 --- a/arch/x86/include/asm/elf.h
 +++ b/arch/x86/include/asm/elf.h
 @@ -243,7 +243,25 @@ extern int force_personality32;
@@ -16905,7 +16524,7 @@ index 9c999c1..3860cb8 100644
  
  /* This yields a mask that user programs can use to figure out what
     instruction set this CPU supports.  This could be done in user space,
-@@ -296,16 +314,12 @@ do {									\
+@@ -292,16 +310,12 @@ do {									\
  
  #define ARCH_DLINFO							\
  do {									\
@@ -16924,7 +16543,7 @@ index 9c999c1..3860cb8 100644
  } while (0)
  
  #define AT_SYSINFO		32
-@@ -320,7 +334,7 @@ else									\
+@@ -316,7 +330,7 @@ else									\
  
  #endif /* !CONFIG_X86_32 */
  
@@ -16933,7 +16552,7 @@ index 9c999c1..3860cb8 100644
  
  #define VDSO_ENTRY							\
  	((unsigned long)VDSO32_SYMBOL(VDSO_CURRENT_BASE, vsyscall))
-@@ -336,9 +350,6 @@ extern int x32_setup_additional_pages(struct linux_binprm *bprm,
+@@ -332,9 +346,6 @@ extern int x32_setup_additional_pages(struct linux_binprm *bprm,
  extern int syscall32_setup_pages(struct linux_binprm *, int exstack);
  #define compat_arch_setup_additional_pages	syscall32_setup_pages
  
@@ -16956,7 +16575,7 @@ index 77a99ac..39ff7f5 100644
  
  #endif /* _ASM_X86_EMERGENCY_RESTART_H */
 diff --git a/arch/x86/include/asm/floppy.h b/arch/x86/include/asm/floppy.h
-index d3d7469..677ef72 100644
+index 1c7eefe..d0e4702 100644
 --- a/arch/x86/include/asm/floppy.h
 +++ b/arch/x86/include/asm/floppy.h
 @@ -229,18 +229,18 @@ static struct fd_routine_l {
@@ -17087,10 +16706,10 @@ index b4c1f54..e290c08 100644
  	pagefault_enable();
  
 diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
-index 67d69b8..50e4b77 100644
+index a307b75..ec74ca2 100644
 --- a/arch/x86/include/asm/hw_irq.h
 +++ b/arch/x86/include/asm/hw_irq.h
-@@ -165,8 +165,8 @@ extern void setup_ioapic_dest(void);
+@@ -164,8 +164,8 @@ extern void setup_ioapic_dest(void);
  extern void enable_IO_APIC(void);
  
  /* Statistics */
@@ -17115,10 +16734,10 @@ index a203659..9889f1c 100644
  extern struct legacy_pic *legacy_pic;
  extern struct legacy_pic null_legacy_pic;
 diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h
-index 91d9c69..dfae7d0 100644
+index b8237d8..3e8864e 100644
 --- a/arch/x86/include/asm/io.h
 +++ b/arch/x86/include/asm/io.h
-@@ -51,12 +51,12 @@ static inline void name(type val, volatile void __iomem *addr) \
+@@ -52,12 +52,12 @@ static inline void name(type val, volatile void __iomem *addr) \
  "m" (*(volatile type __force *)addr) barrier); }
  
  build_mmio_read(readb, "b", unsigned char, "=q", :"memory")
@@ -17135,7 +16754,16 @@ index 91d9c69..dfae7d0 100644
  
  build_mmio_write(writeb, "b", unsigned char, "q", :"memory")
  build_mmio_write(writew, "w", unsigned short, "r", :"memory")
-@@ -184,7 +184,7 @@ static inline void __iomem *ioremap(resource_size_t offset, unsigned long size)
+@@ -109,7 +109,7 @@ build_mmio_write(writeq, "q", unsigned long, "r", :"memory")
+  *	this function
+  */
+ 
+-static inline phys_addr_t virt_to_phys(volatile void *address)
++static inline phys_addr_t __intentional_overflow(-1) virt_to_phys(volatile void *address)
+ {
+ 	return __pa(address);
+ }
+@@ -185,7 +185,7 @@ static inline void __iomem *ioremap(resource_size_t offset, unsigned long size)
  	return ioremap_nocache(offset, size);
  }
  
@@ -17144,7 +16772,7 @@ index 91d9c69..dfae7d0 100644
  
  extern void set_iounmap_nonlazy(void);
  
-@@ -194,6 +194,17 @@ extern void set_iounmap_nonlazy(void);
+@@ -195,6 +195,17 @@ extern void set_iounmap_nonlazy(void);
  
  #include <linux/vmalloc.h>
  
@@ -17655,24 +17283,42 @@ index e3b7819..b257c64 100644
 +
  #endif /* _ASM_X86_MODULE_H */
 diff --git a/arch/x86/include/asm/nmi.h b/arch/x86/include/asm/nmi.h
-index 86f9301..b365cda 100644
+index 5f2fc44..106caa6 100644
 --- a/arch/x86/include/asm/nmi.h
 +++ b/arch/x86/include/asm/nmi.h
-@@ -40,11 +40,11 @@ struct nmiaction {
+@@ -36,26 +36,35 @@ enum {
+ 
+ typedef int (*nmi_handler_t)(unsigned int, struct pt_regs *);
+ 
++struct nmiaction;
++
++struct nmiwork {
++	const struct nmiaction	*action;
++	u64			max_duration;
++	struct irq_work		irq_work;
++};
++
+ struct nmiaction {
+ 	struct list_head	list;
  	nmi_handler_t		handler;
+-	u64			max_duration;
+-	struct irq_work		irq_work;
  	unsigned long		flags;
  	const char		*name;
 -};
++	struct nmiwork		*work;
 +} __do_const;
  
  #define register_nmi_handler(t, fn, fg, n, init...)	\
  ({							\
 -	static struct nmiaction init fn##_na = {	\
++	static struct nmiwork fn##_nw;			\
 +	static const struct nmiaction init fn##_na = {	\
  		.handler = (fn),			\
  		.name = (n),				\
  		.flags = (fg),				\
-@@ -52,7 +52,7 @@ struct nmiaction {
++		.work = &fn##_nw,			\
+ 	};						\
  	__register_nmi_handler((t), &fn##_na);		\
  })
  
@@ -17732,19 +17378,6 @@ index 0f1ddee..e2fc3d1 100644
  {
  	unsigned long y = x - __START_KERNEL_map;
  
-diff --git a/arch/x86/include/asm/page_64_types.h b/arch/x86/include/asm/page_64_types.h
-index 8de6d9c..6782051 100644
---- a/arch/x86/include/asm/page_64_types.h
-+++ b/arch/x86/include/asm/page_64_types.h
-@@ -1,7 +1,7 @@
- #ifndef _ASM_X86_PAGE_64_DEFS_H
- #define _ASM_X86_PAGE_64_DEFS_H
- 
--#define THREAD_SIZE_ORDER	1
-+#define THREAD_SIZE_ORDER	2
- #define THREAD_SIZE  (PAGE_SIZE << THREAD_SIZE_ORDER)
- #define CURRENT_MASK (~(THREAD_SIZE - 1))
- 
 diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h
 index cd6e1610..70f4418 100644
 --- a/arch/x86/include/asm/paravirt.h
@@ -18025,10 +17658,10 @@ index 81bb91b..9392125 100644
  
  /*
 diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h
-index bbc8b12..f228861 100644
+index b459ddf..b44081b 100644
 --- a/arch/x86/include/asm/pgtable.h
 +++ b/arch/x86/include/asm/pgtable.h
-@@ -45,6 +45,7 @@ extern struct mm_struct *pgd_page_get_mm(struct page *page);
+@@ -46,6 +46,7 @@ extern struct mm_struct *pgd_page_get_mm(struct page *page);
  
  #ifndef __PAGETABLE_PUD_FOLDED
  #define set_pgd(pgdp, pgd)		native_set_pgd(pgdp, pgd)
@@ -18036,7 +17669,7 @@ index bbc8b12..f228861 100644
  #define pgd_clear(pgd)			native_pgd_clear(pgd)
  #endif
  
-@@ -82,12 +83,51 @@ extern struct mm_struct *pgd_page_get_mm(struct page *page);
+@@ -83,12 +84,51 @@ extern struct mm_struct *pgd_page_get_mm(struct page *page);
  
  #define arch_end_context_switch(prev)	do {} while(0)
  
@@ -18088,7 +17721,7 @@ index bbc8b12..f228861 100644
  static inline int pte_dirty(pte_t pte)
  {
  	return pte_flags(pte) & _PAGE_DIRTY;
-@@ -148,6 +188,11 @@ static inline unsigned long pud_pfn(pud_t pud)
+@@ -149,6 +189,11 @@ static inline unsigned long pud_pfn(pud_t pud)
  	return (pud_val(pud) & PTE_PFN_MASK) >> PAGE_SHIFT;
  }
  
@@ -18100,7 +17733,7 @@ index bbc8b12..f228861 100644
  #define pte_page(pte)	pfn_to_page(pte_pfn(pte))
  
  static inline int pmd_large(pmd_t pte)
-@@ -201,9 +246,29 @@ static inline pte_t pte_wrprotect(pte_t pte)
+@@ -202,9 +247,29 @@ static inline pte_t pte_wrprotect(pte_t pte)
  	return pte_clear_flags(pte, _PAGE_RW);
  }
  
@@ -18131,7 +17764,7 @@ index bbc8b12..f228861 100644
  }
  
  static inline pte_t pte_mkdirty(pte_t pte)
-@@ -430,6 +495,16 @@ pte_t *populate_extra_pte(unsigned long vaddr);
+@@ -431,6 +496,16 @@ pte_t *populate_extra_pte(unsigned long vaddr);
  #endif
  
  #ifndef __ASSEMBLY__
@@ -18148,7 +17781,7 @@ index bbc8b12..f228861 100644
  #include <linux/mm_types.h>
  #include <linux/mmdebug.h>
  #include <linux/log2.h>
-@@ -570,7 +645,7 @@ static inline unsigned long pud_page_vaddr(pud_t pud)
+@@ -571,7 +646,7 @@ static inline unsigned long pud_page_vaddr(pud_t pud)
   * Currently stuck as a macro due to indirect forward reference to
   * linux/mmzone.h's __section_mem_map_addr() definition:
   */
@@ -18157,7 +17790,7 @@ index bbc8b12..f228861 100644
  
  /* Find an entry in the second-level page table.. */
  static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address)
-@@ -610,7 +685,7 @@ static inline unsigned long pgd_page_vaddr(pgd_t pgd)
+@@ -611,7 +686,7 @@ static inline unsigned long pgd_page_vaddr(pgd_t pgd)
   * Currently stuck as a macro due to indirect forward reference to
   * linux/mmzone.h's __section_mem_map_addr() definition:
   */
@@ -18166,7 +17799,7 @@ index bbc8b12..f228861 100644
  
  /* to find an entry in a page-table-directory. */
  static inline unsigned long pud_index(unsigned long address)
-@@ -625,7 +700,7 @@ static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address)
+@@ -626,7 +701,7 @@ static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address)
  
  static inline int pgd_bad(pgd_t pgd)
  {
@@ -18175,7 +17808,7 @@ index bbc8b12..f228861 100644
  }
  
  static inline int pgd_none(pgd_t pgd)
-@@ -648,7 +723,12 @@ static inline int pgd_none(pgd_t pgd)
+@@ -649,7 +724,12 @@ static inline int pgd_none(pgd_t pgd)
   * pgd_offset() returns a (pgd_t *)
   * pgd_index() is used get the offset into the pgd page's array of pgd_t's;
   */
@@ -18189,7 +17822,7 @@ index bbc8b12..f228861 100644
  /*
   * a shortcut which implies the use of the kernel's pgd, instead
   * of a process's
-@@ -659,6 +739,23 @@ static inline int pgd_none(pgd_t pgd)
+@@ -660,6 +740,23 @@ static inline int pgd_none(pgd_t pgd)
  #define KERNEL_PGD_BOUNDARY	pgd_index(PAGE_OFFSET)
  #define KERNEL_PGD_PTRS		(PTRS_PER_PGD - KERNEL_PGD_BOUNDARY)
  
@@ -18213,7 +17846,7 @@ index bbc8b12..f228861 100644
  #ifndef __ASSEMBLY__
  
  extern int direct_gbpages;
-@@ -825,11 +922,24 @@ static inline void pmdp_set_wrprotect(struct mm_struct *mm,
+@@ -826,11 +923,24 @@ static inline void pmdp_set_wrprotect(struct mm_struct *mm,
   * dst and src can be on the same page, but the range must not overlap,
   * and must not cross a page boundary.
   */
@@ -18390,7 +18023,7 @@ index c883bf7..19970b3 100644
  #define EARLY_DYNAMIC_PAGE_TABLES	64
  
 diff --git a/arch/x86/include/asm/pgtable_types.h b/arch/x86/include/asm/pgtable_types.h
-index 94e40f1..ebd03e4 100644
+index eb3d449..8d95316 100644
 --- a/arch/x86/include/asm/pgtable_types.h
 +++ b/arch/x86/include/asm/pgtable_types.h
 @@ -16,13 +16,12 @@
@@ -18449,18 +18082,16 @@ index 94e40f1..ebd03e4 100644
  #define __PAGE_KERNEL_VVAR		(__PAGE_KERNEL_RO | _PAGE_USER)
  #define __PAGE_KERNEL_VVAR_NOCACHE	(__PAGE_KERNEL_VVAR | _PAGE_PCD | _PAGE_PWT)
  #define __PAGE_KERNEL_LARGE		(__PAGE_KERNEL | _PAGE_PSE)
-@@ -219,8 +222,8 @@
-  * bits are combined, this will alow user to access the high address mapped
-  * VDSO in the presence of CONFIG_COMPAT_VDSO
-  */
+@@ -214,7 +217,7 @@
+ #ifdef CONFIG_X86_64
+ #define __PAGE_KERNEL_IDENT_LARGE_EXEC	__PAGE_KERNEL_LARGE_EXEC
+ #else
 -#define PTE_IDENT_ATTR	 0x003		/* PRESENT+RW */
--#define PDE_IDENT_ATTR	 0x067		/* PRESENT+RW+USER+DIRTY+ACCESSED */
 +#define PTE_IDENT_ATTR	 0x063		/* PRESENT+RW+DIRTY+ACCESSED */
-+#define PDE_IDENT_ATTR	 0x063		/* PRESENT+RW+DIRTY+ACCESSED */
+ #define PDE_IDENT_ATTR	 0x063		/* PRESENT+RW+DIRTY+ACCESSED */
  #define PGD_IDENT_ATTR	 0x001		/* PRESENT (no other attributes) */
  #endif
- 
-@@ -258,7 +261,17 @@ static inline pgdval_t pgd_flags(pgd_t pgd)
+@@ -253,7 +256,17 @@ static inline pgdval_t pgd_flags(pgd_t pgd)
  {
  	return native_pgd_val(pgd) & PTE_FLAGS_MASK;
  }
@@ -18478,7 +18109,7 @@ index 94e40f1..ebd03e4 100644
  #if PAGETABLE_LEVELS > 3
  typedef struct { pudval_t pud; } pud_t;
  
-@@ -272,8 +285,6 @@ static inline pudval_t native_pud_val(pud_t pud)
+@@ -267,8 +280,6 @@ static inline pudval_t native_pud_val(pud_t pud)
  	return pud.pud;
  }
  #else
@@ -18487,7 +18118,7 @@ index 94e40f1..ebd03e4 100644
  static inline pudval_t native_pud_val(pud_t pud)
  {
  	return native_pgd_val(pud.pgd);
-@@ -293,8 +304,6 @@ static inline pmdval_t native_pmd_val(pmd_t pmd)
+@@ -288,8 +299,6 @@ static inline pmdval_t native_pmd_val(pmd_t pmd)
  	return pmd.pmd;
  }
  #else
@@ -18496,7 +18127,7 @@ index 94e40f1..ebd03e4 100644
  static inline pmdval_t native_pmd_val(pmd_t pmd)
  {
  	return native_pgd_val(pmd.pud.pgd);
-@@ -334,7 +343,6 @@ typedef struct page *pgtable_t;
+@@ -329,7 +338,6 @@ typedef struct page *pgtable_t;
  
  extern pteval_t __supported_pte_mask;
  extern void set_nx(void);
@@ -18505,10 +18136,10 @@ index 94e40f1..ebd03e4 100644
  #define pgprot_writecombine	pgprot_writecombine
  extern pgprot_t pgprot_writecombine(pgprot_t prot);
 diff --git a/arch/x86/include/asm/preempt.h b/arch/x86/include/asm/preempt.h
-index b39e194..9d44fd1 100644
+index 7024c12..71c46b9 100644
 --- a/arch/x86/include/asm/preempt.h
 +++ b/arch/x86/include/asm/preempt.h
-@@ -99,7 +99,7 @@ static __always_inline void __preempt_count_sub(int val)
+@@ -87,7 +87,7 @@ static __always_inline void __preempt_count_sub(int val)
   */
  static __always_inline bool __preempt_count_dec_and_test(void)
  {
@@ -18518,7 +18149,7 @@ index b39e194..9d44fd1 100644
  
  /*
 diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
-index fdedd38..95c02c2 100644
+index a4ea023..33aa874 100644
 --- a/arch/x86/include/asm/processor.h
 +++ b/arch/x86/include/asm/processor.h
 @@ -128,7 +128,7 @@ struct cpuinfo_x86 {
@@ -18562,7 +18193,7 @@ index fdedd38..95c02c2 100644
  
  /*
   * Save the original ist values for checking stack pointers during debugging
-@@ -470,6 +482,7 @@ struct thread_struct {
+@@ -479,6 +491,7 @@ struct thread_struct {
  	unsigned short		ds;
  	unsigned short		fsindex;
  	unsigned short		gsindex;
@@ -18570,7 +18201,7 @@ index fdedd38..95c02c2 100644
  #endif
  #ifdef CONFIG_X86_32
  	unsigned long		ip;
-@@ -579,29 +592,8 @@ static inline void load_sp0(struct tss_struct *tss,
+@@ -588,29 +601,8 @@ static inline void load_sp0(struct tss_struct *tss,
  extern unsigned long mmu_cr4_features;
  extern u32 *trampoline_cr4_features;
  
@@ -18602,7 +18233,7 @@ index fdedd38..95c02c2 100644
  
  typedef struct {
  	unsigned long		seg;
-@@ -827,11 +819,18 @@ static inline void spin_lock_prefetch(const void *x)
+@@ -836,11 +828,18 @@ static inline void spin_lock_prefetch(const void *x)
   */
  #define TASK_SIZE		PAGE_OFFSET
  #define TASK_SIZE_MAX		TASK_SIZE
@@ -18623,7 +18254,7 @@ index fdedd38..95c02c2 100644
  	.vm86_info		= NULL,					  \
  	.sysenter_cs		= __KERNEL_CS,				  \
  	.io_bitmap_ptr		= NULL,					  \
-@@ -845,7 +844,7 @@ static inline void spin_lock_prefetch(const void *x)
+@@ -854,7 +853,7 @@ static inline void spin_lock_prefetch(const void *x)
   */
  #define INIT_TSS  {							  \
  	.x86_tss = {							  \
@@ -18632,7 +18263,7 @@ index fdedd38..95c02c2 100644
  		.ss0		= __KERNEL_DS,				  \
  		.ss1		= __KERNEL_CS,				  \
  		.io_bitmap_base	= INVALID_IO_BITMAP_OFFSET,		  \
-@@ -856,11 +855,7 @@ static inline void spin_lock_prefetch(const void *x)
+@@ -865,11 +864,7 @@ static inline void spin_lock_prefetch(const void *x)
  extern unsigned long thread_saved_pc(struct task_struct *tsk);
  
  #define THREAD_SIZE_LONGS      (THREAD_SIZE/sizeof(unsigned long))
@@ -18645,7 +18276,7 @@ index fdedd38..95c02c2 100644
  
  /*
   * The below -8 is to reserve 8 bytes on top of the ring0 stack.
-@@ -875,7 +870,7 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
+@@ -884,7 +879,7 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
  #define task_pt_regs(task)                                             \
  ({                                                                     \
         struct pt_regs *__regs__;                                       \
@@ -18654,7 +18285,7 @@ index fdedd38..95c02c2 100644
         __regs__ - 1;                                                   \
  })
  
-@@ -885,13 +880,13 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
+@@ -894,13 +889,13 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
  /*
   * User space process size. 47bits minus one guard page.
   */
@@ -18670,7 +18301,7 @@ index fdedd38..95c02c2 100644
  
  #define TASK_SIZE		(test_thread_flag(TIF_ADDR32) ? \
  					IA32_PAGE_OFFSET : TASK_SIZE_MAX)
-@@ -902,11 +897,11 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
+@@ -911,11 +906,11 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
  #define STACK_TOP_MAX		TASK_SIZE_MAX
  
  #define INIT_THREAD  { \
@@ -18684,7 +18315,7 @@ index fdedd38..95c02c2 100644
  }
  
  /*
-@@ -934,6 +929,10 @@ extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
+@@ -943,6 +938,10 @@ extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
   */
  #define TASK_UNMAPPED_BASE	(PAGE_ALIGN(TASK_SIZE / 3))
  
@@ -18695,7 +18326,7 @@ index fdedd38..95c02c2 100644
  #define KSTK_EIP(task)		(task_pt_regs(task)->ip)
  
  /* Get/set a process' ability to use the timestamp counter instruction */
-@@ -960,7 +959,7 @@ static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves)
+@@ -969,7 +968,7 @@ static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves)
  	return 0;
  }
  
@@ -18704,7 +18335,7 @@ index fdedd38..95c02c2 100644
  extern void free_init_pages(char *what, unsigned long begin, unsigned long end);
  
  void default_idle(void);
-@@ -970,6 +969,6 @@ bool xen_set_default_idle(void);
+@@ -979,6 +978,6 @@ bool xen_set_default_idle(void);
  #define xen_set_default_idle 0
  #endif
  
@@ -19457,18 +19088,10 @@ index d7f3b3b..3cc39f1 100644
  	       __switch_canary_iparam					  \
  	     : "memory", "cc" __EXTRA_CLOBBER)
 diff --git a/arch/x86/include/asm/thread_info.h b/arch/x86/include/asm/thread_info.h
-index e1940c0..ac50dd8 100644
+index 47e5de2..d3dda54 100644
 --- a/arch/x86/include/asm/thread_info.h
 +++ b/arch/x86/include/asm/thread_info.h
-@@ -10,6 +10,7 @@
- #include <linux/compiler.h>
- #include <asm/page.h>
- #include <asm/types.h>
-+#include <asm/percpu.h>
- 
- /*
-  * low level task data that entry.S needs immediate access to
-@@ -23,7 +24,6 @@ struct exec_domain;
+@@ -24,7 +24,6 @@ struct exec_domain;
  #include <linux/atomic.h>
  
  struct thread_info {
@@ -19476,16 +19099,10 @@ index e1940c0..ac50dd8 100644
  	struct exec_domain	*exec_domain;	/* execution domain */
  	__u32			flags;		/* low level flags */
  	__u32			status;		/* thread synchronous flags */
-@@ -32,19 +32,13 @@ struct thread_info {
+@@ -33,13 +32,13 @@ struct thread_info {
  	mm_segment_t		addr_limit;
  	struct restart_block    restart_block;
  	void __user		*sysenter_return;
--#ifdef CONFIG_X86_32
--	unsigned long           previous_esp;   /* ESP of the previous stack in
--						   case of nested (IRQ) stacks
--						*/
--	__u8			supervisor_stack[0];
--#endif
 +	unsigned long		lowest_stack;
  	unsigned int		sig_on_uaccess_error:1;
  	unsigned int		uaccess_err:1;	/* uaccess failed */
@@ -19498,7 +19115,7 @@ index e1940c0..ac50dd8 100644
  	.exec_domain	= &default_exec_domain,	\
  	.flags		= 0,			\
  	.cpu		= 0,			\
-@@ -55,7 +49,7 @@ struct thread_info {
+@@ -50,7 +49,7 @@ struct thread_info {
  	},					\
  }
  
@@ -19507,7 +19124,7 @@ index e1940c0..ac50dd8 100644
  #define init_stack		(init_thread_union.stack)
  
  #else /* !__ASSEMBLY__ */
-@@ -95,6 +89,7 @@ struct thread_info {
+@@ -90,6 +89,7 @@ struct thread_info {
  #define TIF_SYSCALL_TRACEPOINT	28	/* syscall tracepoint instrumentation */
  #define TIF_ADDR32		29	/* 32-bit address space on 64 bits */
  #define TIF_X32			30	/* 32-bit native x86-64 binary */
@@ -19515,7 +19132,7 @@ index e1940c0..ac50dd8 100644
  
  #define _TIF_SYSCALL_TRACE	(1 << TIF_SYSCALL_TRACE)
  #define _TIF_NOTIFY_RESUME	(1 << TIF_NOTIFY_RESUME)
-@@ -118,17 +113,18 @@ struct thread_info {
+@@ -113,17 +113,18 @@ struct thread_info {
  #define _TIF_SYSCALL_TRACEPOINT	(1 << TIF_SYSCALL_TRACEPOINT)
  #define _TIF_ADDR32		(1 << TIF_ADDR32)
  #define _TIF_X32		(1 << TIF_X32)
@@ -19536,7 +19153,7 @@ index e1940c0..ac50dd8 100644
  
  /* work to do on interrupt/exception return */
  #define _TIF_WORK_MASK							\
-@@ -139,7 +135,7 @@ struct thread_info {
+@@ -134,7 +135,7 @@ struct thread_info {
  /* work to do on any return to user space */
  #define _TIF_ALLWORK_MASK						\
  	((0x0000FFFF & ~_TIF_SECCOMP) | _TIF_SYSCALL_TRACEPOINT |	\
@@ -19545,93 +19162,46 @@ index e1940c0..ac50dd8 100644
  
  /* Only used for 64 bit */
  #define _TIF_DO_NOTIFY_MASK						\
-@@ -153,6 +149,23 @@ struct thread_info {
- #define _TIF_WORK_CTXSW_PREV (_TIF_WORK_CTXSW|_TIF_USER_RETURN_NOTIFY)
+@@ -149,7 +150,6 @@ struct thread_info {
  #define _TIF_WORK_CTXSW_NEXT (_TIF_WORK_CTXSW)
  
-+#ifdef __ASSEMBLY__
-+/* how to get the thread information struct from ASM */
-+#define GET_THREAD_INFO(reg)	 \
-+	mov PER_CPU_VAR(current_tinfo), reg
-+
-+/* use this one if reg already contains %esp */
-+#define GET_THREAD_INFO_WITH_ESP(reg) GET_THREAD_INFO(reg)
-+#else
-+/* how to get the thread information struct from C */
-+DECLARE_PER_CPU(struct thread_info *, current_tinfo);
-+
-+static __always_inline struct thread_info *current_thread_info(void)
-+{
-+	return this_cpu_read_stable(current_tinfo);
-+}
-+#endif
-+
- #ifdef CONFIG_X86_32
- 
- #define STACK_WARN	(THREAD_SIZE/8)
-@@ -169,31 +182,10 @@ struct thread_info {
- 	sp;					\
- })
- 
--/* how to get the thread information struct from C */
--static inline struct thread_info *current_thread_info(void)
--{
--	return (struct thread_info *)
--		(current_stack_pointer & ~(THREAD_SIZE - 1));
--}
--
--#else /* !__ASSEMBLY__ */
--
--/* how to get the thread information struct from ASM */
--#define GET_THREAD_INFO(reg)	 \
--	movl $-THREAD_SIZE, reg; \
--	andl %esp, reg
--
--/* use this one if reg already contains %esp */
--#define GET_THREAD_INFO_WITH_ESP(reg) \
--	andl $-THREAD_SIZE, reg
--
- #endif
+ #define STACK_WARN		(THREAD_SIZE/8)
+-#define KERNEL_STACK_OFFSET	(5*(BITS_PER_LONG/8))
  
- #else /* X86_32 */
- 
--#include <asm/percpu.h>
--#define KERNEL_STACK_OFFSET (5*8)
--
  /*
   * macros/functions for gaining access to the thread information structure
-  * preempt_count needs to be 1 initially, until the scheduler is functional.
-@@ -201,27 +193,8 @@ static inline struct thread_info *current_thread_info(void)
- #ifndef __ASSEMBLY__
+@@ -160,26 +160,18 @@ struct thread_info {
+ 
  DECLARE_PER_CPU(unsigned long, kernel_stack);
  
--static inline struct thread_info *current_thread_info(void)
--{
++DECLARE_PER_CPU(struct thread_info *, current_tinfo);
++
+ static inline struct thread_info *current_thread_info(void)
+ {
 -	struct thread_info *ti;
 -	ti = (void *)(this_cpu_read_stable(kernel_stack) +
 -		      KERNEL_STACK_OFFSET - THREAD_SIZE);
 -	return ti;
--}
--
--#else /* !__ASSEMBLY__ */
--
--/* how to get the thread information struct from ASM */
--#define GET_THREAD_INFO(reg) \
--	movq PER_CPU_VAR(kernel_stack),reg ; \
--	subq $(THREAD_SIZE-KERNEL_STACK_OFFSET),reg
++	return this_cpu_read_stable(current_tinfo);
+ }
+ 
+ #else /* !__ASSEMBLY__ */
+ 
+ /* how to get the thread information struct from ASM */
+ #define GET_THREAD_INFO(reg) \
+-	_ASM_MOV PER_CPU_VAR(kernel_stack),reg ; \
+-	_ASM_SUB $(THREAD_SIZE-KERNEL_STACK_OFFSET),reg ;
 -
 -/*
 - * Same if PER_CPU_VAR(kernel_stack) is, perhaps with some offset, already in
 - * a certain register (to be used in assembler memory operands).
 - */
 -#define THREAD_INFO(reg, off) KERNEL_STACK_OFFSET+(off)-THREAD_SIZE(reg)
--
-+/* how to get the current stack pointer from C */
-+register unsigned long current_stack_pointer asm("rsp") __used;
++	_ASM_MOV PER_CPU_VAR(current_tinfo),reg ;
+ 
  #endif
  
- #endif /* !X86_32 */
-@@ -280,5 +253,12 @@ static inline bool is_ia32_task(void)
+@@ -237,5 +229,12 @@ static inline bool is_ia32_task(void)
  extern void arch_task_cache_init(void);
  extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
  extern void arch_release_task_struct(struct task_struct *tsk);
@@ -20659,10 +20229,10 @@ index e45e4da..44e8572 100644
  extern struct x86_init_ops x86_init;
  extern struct x86_cpuinit_ops x86_cpuinit;
 diff --git a/arch/x86/include/asm/xen/page.h b/arch/x86/include/asm/xen/page.h
-index 3e276eb..2eb3c30 100644
+index c949923..c22bfa4 100644
 --- a/arch/x86/include/asm/xen/page.h
 +++ b/arch/x86/include/asm/xen/page.h
-@@ -56,7 +56,7 @@ extern int m2p_remove_override(struct page *page,
+@@ -63,7 +63,7 @@ extern int m2p_remove_override(struct page *page,
  extern struct page *m2p_find_override(unsigned long mfn);
  extern unsigned long m2p_find_override_pfn(unsigned long mfn, unsigned long pfn);
  
@@ -20672,10 +20242,10 @@ index 3e276eb..2eb3c30 100644
  	unsigned long mfn;
  
 diff --git a/arch/x86/include/asm/xsave.h b/arch/x86/include/asm/xsave.h
-index 6c1d741..39e6ecf 100644
+index d949ef2..479b9d1 100644
 --- a/arch/x86/include/asm/xsave.h
 +++ b/arch/x86/include/asm/xsave.h
-@@ -80,8 +80,11 @@ static inline int xsave_user(struct xsave_struct __user *buf)
+@@ -82,8 +82,11 @@ static inline int xsave_user(struct xsave_struct __user *buf)
  	if (unlikely(err))
  		return -EFAULT;
  
@@ -20688,7 +20258,7 @@ index 6c1d741..39e6ecf 100644
  			     "2: " ASM_CLAC "\n"
  			     ".section .fixup,\"ax\"\n"
  			     "3:  movl $-1,%[err]\n"
-@@ -91,18 +94,22 @@ static inline int xsave_user(struct xsave_struct __user *buf)
+@@ -93,18 +96,22 @@ static inline int xsave_user(struct xsave_struct __user *buf)
  			     : [err] "=r" (err)
  			     : "D" (buf), "a" (-1), "d" (-1), "0" (0)
  			     : "memory");
@@ -20713,7 +20283,7 @@ index 6c1d741..39e6ecf 100644
  			     "2: " ASM_CLAC "\n"
  			     ".section .fixup,\"ax\"\n"
  			     "3:  movl $-1,%[err]\n"
-@@ -112,6 +119,7 @@ static inline int xrestore_user(struct xsave_struct __user *buf, u64 mask)
+@@ -114,6 +121,7 @@ static inline int xrestore_user(struct xsave_struct __user *buf, u64 mask)
  			     : [err] "=r" (err)
  			     : "D" (xstate), "a" (lmask), "d" (hmask), "0" (0)
  			     : "memory");	/* memory required? */
@@ -20747,7 +20317,7 @@ index 7b0a55a..ad115bf 100644
  
  /* top of stack page */
 diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
-index cb648c8..91cb07e 100644
+index f4d9600..b45af01 100644
 --- a/arch/x86/kernel/Makefile
 +++ b/arch/x86/kernel/Makefile
 @@ -24,7 +24,7 @@ obj-y			+= time.o ioport.o ldt.o dumpstack.o nmi.o
@@ -20757,13 +20327,13 @@ index cb648c8..91cb07e 100644
 -obj-$(CONFIG_X86_32)	+= i386_ksyms_32.o
 +obj-$(CONFIG_X86_32)	+= sys_i386_32.o i386_ksyms_32.o
  obj-$(CONFIG_X86_64)	+= sys_x86_64.o x8664_ksyms_64.o
- obj-y			+= syscall_$(BITS).o
+ obj-y			+= syscall_$(BITS).o vsyscall_gtod.o
  obj-$(CONFIG_X86_64)	+= vsyscall_64.o
 diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
-index 1dac942..19c8b0c 100644
+index 86281ff..e046fc2 100644
 --- a/arch/x86/kernel/acpi/boot.c
 +++ b/arch/x86/kernel/acpi/boot.c
-@@ -1312,7 +1312,7 @@ static int __init dmi_ignore_irq0_timer_override(const struct dmi_system_id *d)
+@@ -1296,7 +1296,7 @@ static int __init dmi_ignore_irq0_timer_override(const struct dmi_system_id *d)
   * If your system is blacklisted here, but you find that acpi=force
   * works for you, please contact linux-acpi@vger.kernel.org
   */
@@ -20772,7 +20342,7 @@ index 1dac942..19c8b0c 100644
  	/*
  	 * Boxes that need ACPI disabled
  	 */
-@@ -1387,7 +1387,7 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
+@@ -1371,7 +1371,7 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
  };
  
  /* second table for DMI checks that should run after early-quirks */
@@ -20782,7 +20352,7 @@ index 1dac942..19c8b0c 100644
  	 * HP laptops which use a DSDT reporting as HP/SB400/10000,
  	 * which includes some code which overrides all temperature
 diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c
-index 3a2ae4c..9db31d6 100644
+index 3136820..e2c6577 100644
 --- a/arch/x86/kernel/acpi/sleep.c
 +++ b/arch/x86/kernel/acpi/sleep.c
 @@ -99,8 +99,12 @@ int x86_acpi_suspend_lowlevel(void)
@@ -20819,7 +20389,7 @@ index 665c6b7..eae4d56 100644
  bogus_magic:
  	jmp	bogus_magic
 diff --git a/arch/x86/kernel/alternative.c b/arch/x86/kernel/alternative.c
-index df94598..f3b29bf 100644
+index df94598..b7162f9 100644
 --- a/arch/x86/kernel/alternative.c
 +++ b/arch/x86/kernel/alternative.c
 @@ -269,6 +269,13 @@ void __init_or_module apply_alternatives(struct alt_instr *start,
@@ -20836,7 +20406,19 @@ index df94598..f3b29bf 100644
  		replacement = (u8 *)&a->repl_offset + a->repl_offset;
  		BUG_ON(a->replacementlen > a->instrlen);
  		BUG_ON(a->instrlen > sizeof(insnbuf));
-@@ -300,10 +307,16 @@ static void alternatives_smp_lock(const s32 *start, const s32 *end,
+@@ -285,6 +292,11 @@ void __init_or_module apply_alternatives(struct alt_instr *start,
+ 		add_nops(insnbuf + a->replacementlen,
+ 			 a->instrlen - a->replacementlen);
+ 
++#if defined(CONFIG_X86_32) && defined(CONFIG_PAX_KERNEXEC)
++		if (instr < (u8 *)_text || (u8 *)_einittext <= instr)
++			instr = ktva_ktla(instr);
++#endif
++
+ 		text_poke_early(instr, insnbuf, a->instrlen);
+ 	}
+ }
+@@ -300,10 +312,16 @@ static void alternatives_smp_lock(const s32 *start, const s32 *end,
  	for (poff = start; poff < end; poff++) {
  		u8 *ptr = (u8 *)poff + *poff;
  
@@ -20854,7 +20436,7 @@ index df94598..f3b29bf 100644
  			text_poke(ptr, ((unsigned char []){0xf0}), 1);
  	}
  	mutex_unlock(&text_mutex);
-@@ -318,10 +331,16 @@ static void alternatives_smp_unlock(const s32 *start, const s32 *end,
+@@ -318,10 +336,16 @@ static void alternatives_smp_unlock(const s32 *start, const s32 *end,
  	for (poff = start; poff < end; poff++) {
  		u8 *ptr = (u8 *)poff + *poff;
  
@@ -20872,7 +20454,7 @@ index df94598..f3b29bf 100644
  			text_poke(ptr, ((unsigned char []){0x3E}), 1);
  	}
  	mutex_unlock(&text_mutex);
-@@ -458,7 +477,7 @@ void __init_or_module apply_paravirt(struct paravirt_patch_site *start,
+@@ -458,7 +482,7 @@ void __init_or_module apply_paravirt(struct paravirt_patch_site *start,
  
  		BUG_ON(p->len > MAX_PATCH_LEN);
  		/* prep the buffer with the original instructions */
@@ -20881,7 +20463,7 @@ index df94598..f3b29bf 100644
  		used = pv_init_ops.patch(p->instrtype, p->clobbers, insnbuf,
  					 (unsigned long)p->instr, p->len);
  
-@@ -505,7 +524,7 @@ void __init alternative_instructions(void)
+@@ -505,7 +529,7 @@ void __init alternative_instructions(void)
  	if (!uniproc_patched || num_possible_cpus() == 1)
  		free_init_pages("SMP alternatives",
  				(unsigned long)__smp_locks,
@@ -20890,7 +20472,7 @@ index df94598..f3b29bf 100644
  #endif
  
  	apply_paravirt(__parainstructions, __parainstructions_end);
-@@ -525,13 +544,17 @@ void __init alternative_instructions(void)
+@@ -525,13 +549,17 @@ void __init alternative_instructions(void)
   * instructions. And on the local CPU you need to be protected again NMI or MCE
   * handlers seeing an inconsistent instruction while you patch.
   */
@@ -20910,7 +20492,7 @@ index df94598..f3b29bf 100644
  	local_irq_restore(flags);
  	/* Could also do a CLFLUSH here to speed up CPU recovery; but
  	   that causes hangs on some VIA CPUs. */
-@@ -553,36 +576,22 @@ void *__init_or_module text_poke_early(void *addr, const void *opcode,
+@@ -553,36 +581,22 @@ void *__init_or_module text_poke_early(void *addr, const void *opcode,
   */
  void *__kprobes text_poke(void *addr, const void *opcode, size_t len)
  {
@@ -20955,7 +20537,7 @@ index df94598..f3b29bf 100644
  	return addr;
  }
  
-@@ -602,7 +611,7 @@ int poke_int3_handler(struct pt_regs *regs)
+@@ -602,7 +616,7 @@ int poke_int3_handler(struct pt_regs *regs)
  	if (likely(!bp_patching_in_progress))
  		return 0;
  
@@ -20964,7 +20546,7 @@ index df94598..f3b29bf 100644
  		return 0;
  
  	/* set up the specified breakpoint handler */
-@@ -636,7 +645,7 @@ int poke_int3_handler(struct pt_regs *regs)
+@@ -636,7 +650,7 @@ int poke_int3_handler(struct pt_regs *regs)
   */
  void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler)
  {
@@ -20974,10 +20556,10 @@ index df94598..f3b29bf 100644
  	bp_int3_handler = handler;
  	bp_int3_addr = (u8 *)addr + sizeof(int3);
 diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
-index 7f26c9a..694544e 100644
+index ad28db7..c538b2c 100644
 --- a/arch/x86/kernel/apic/apic.c
 +++ b/arch/x86/kernel/apic/apic.c
-@@ -198,7 +198,7 @@ int first_system_vector = 0xfe;
+@@ -201,7 +201,7 @@ int first_system_vector = 0xfe;
  /*
   * Debug level, exported for io_apic.c
   */
@@ -20986,8 +20568,8 @@ index 7f26c9a..694544e 100644
  
  int pic_mode;
  
-@@ -1992,7 +1992,7 @@ static inline void __smp_error_interrupt(struct pt_regs *regs)
- 	apic_write(APIC_ESR, 0);
+@@ -2000,7 +2000,7 @@ static inline void __smp_error_interrupt(struct pt_regs *regs)
+ 		apic_write(APIC_ESR, 0);
  	v = apic_read(APIC_ESR);
  	ack_APIC_irq();
 -	atomic_inc(&irq_err_count);
@@ -20996,7 +20578,7 @@ index 7f26c9a..694544e 100644
  	apic_printk(APIC_DEBUG, KERN_DEBUG "APIC error on CPU%d: %02x",
  		    smp_processor_id(), v);
 diff --git a/arch/x86/kernel/apic/apic_flat_64.c b/arch/x86/kernel/apic/apic_flat_64.c
-index 2c621a6..fa2b1ae 100644
+index 7c1b294..e71d27f 100644
 --- a/arch/x86/kernel/apic/apic_flat_64.c
 +++ b/arch/x86/kernel/apic/apic_flat_64.c
 @@ -154,7 +154,7 @@ static int flat_probe(void)
@@ -21018,7 +20600,7 @@ index 2c621a6..fa2b1ae 100644
  	.name				= "physical flat",
  	.probe				= physflat_probe,
 diff --git a/arch/x86/kernel/apic/apic_noop.c b/arch/x86/kernel/apic/apic_noop.c
-index 191ce75..2db6d63 100644
+index 8c7c982..a225910 100644
 --- a/arch/x86/kernel/apic/apic_noop.c
 +++ b/arch/x86/kernel/apic/apic_noop.c
 @@ -118,7 +118,7 @@ static void noop_apic_write(u32 reg, u32 v)
@@ -21031,7 +20613,7 @@ index 191ce75..2db6d63 100644
  	.probe				= noop_probe,
  	.acpi_madt_oem_check		= NULL,
 diff --git a/arch/x86/kernel/apic/bigsmp_32.c b/arch/x86/kernel/apic/bigsmp_32.c
-index d50e364..543bee3 100644
+index e4840aa..e7d9dac 100644
 --- a/arch/x86/kernel/apic/bigsmp_32.c
 +++ b/arch/x86/kernel/apic/bigsmp_32.c
 @@ -152,7 +152,7 @@ static int probe_bigsmp(void)
@@ -21043,31 +20625,8 @@ index d50e364..543bee3 100644
  
  	.name				= "bigsmp",
  	.probe				= probe_bigsmp,
-diff --git a/arch/x86/kernel/apic/es7000_32.c b/arch/x86/kernel/apic/es7000_32.c
-index c552247..587a316 100644
---- a/arch/x86/kernel/apic/es7000_32.c
-+++ b/arch/x86/kernel/apic/es7000_32.c
-@@ -608,8 +608,7 @@ static int es7000_mps_oem_check_cluster(struct mpc_table *mpc, char *oem,
- 	return ret && es7000_apic_is_cluster();
- }
- 
--/* We've been warned by a false positive warning.Use __refdata to keep calm. */
--static struct apic __refdata apic_es7000_cluster = {
-+static struct apic apic_es7000_cluster __read_only = {
- 
- 	.name				= "es7000",
- 	.probe				= probe_es7000,
-@@ -675,7 +674,7 @@ static struct apic __refdata apic_es7000_cluster = {
- 	.x86_32_early_logical_apicid	= es7000_early_logical_apicid,
- };
- 
--static struct apic __refdata apic_es7000 = {
-+static struct apic apic_es7000 __read_only = {
- 
- 	.name				= "es7000",
- 	.probe				= probe_es7000,
 diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
-index 6ad4658..38a7b5c 100644
+index 992060e..ecdc3b3 100644
 --- a/arch/x86/kernel/apic/io_apic.c
 +++ b/arch/x86/kernel/apic/io_apic.c
 @@ -1057,7 +1057,7 @@ int IO_APIC_get_PCI_irq_vector(int bus, int slot, int pin,
@@ -21106,22 +20665,8 @@ index 6ad4658..38a7b5c 100644
  
  		eoi_ioapic_irq(irq, cfg);
  	}
-diff --git a/arch/x86/kernel/apic/numaq_32.c b/arch/x86/kernel/apic/numaq_32.c
-index 1e42e8f..daacf44 100644
---- a/arch/x86/kernel/apic/numaq_32.c
-+++ b/arch/x86/kernel/apic/numaq_32.c
-@@ -455,8 +455,7 @@ static void numaq_setup_portio_remap(void)
- 		(u_long) xquad_portio, (u_long) num_quads*XQUAD_PORTIO_QUAD);
- }
- 
--/* Use __refdata to keep false positive warning calm.  */
--static struct apic __refdata apic_numaq = {
-+static struct apic apic_numaq __read_only = {
- 
- 	.name				= "NUMAQ",
- 	.probe				= probe_numaq,
 diff --git a/arch/x86/kernel/apic/probe_32.c b/arch/x86/kernel/apic/probe_32.c
-index eb35ef9..f184a21 100644
+index cceb352..a635fd8 100644
 --- a/arch/x86/kernel/apic/probe_32.c
 +++ b/arch/x86/kernel/apic/probe_32.c
 @@ -72,7 +72,7 @@ static int probe_default(void)
@@ -21133,21 +20678,8 @@ index eb35ef9..f184a21 100644
  
  	.name				= "default",
  	.probe				= probe_default,
-diff --git a/arch/x86/kernel/apic/summit_32.c b/arch/x86/kernel/apic/summit_32.c
-index 00146f9..5e299b8 100644
---- a/arch/x86/kernel/apic/summit_32.c
-+++ b/arch/x86/kernel/apic/summit_32.c
-@@ -485,7 +485,7 @@ void setup_summit(void)
- }
- #endif
- 
--static struct apic apic_summit = {
-+static struct apic apic_summit __read_only = {
- 
- 	.name				= "summit",
- 	.probe				= probe_summit,
 diff --git a/arch/x86/kernel/apic/x2apic_cluster.c b/arch/x86/kernel/apic/x2apic_cluster.c
-index cac85ee..01fa741 100644
+index e66766b..1c008ba 100644
 --- a/arch/x86/kernel/apic/x2apic_cluster.c
 +++ b/arch/x86/kernel/apic/x2apic_cluster.c
 @@ -182,7 +182,7 @@ update_clusterinfo(struct notifier_block *nfb, unsigned long action, void *hcpu)
@@ -21169,7 +20701,7 @@ index cac85ee..01fa741 100644
  	.name				= "cluster x2apic",
  	.probe				= x2apic_cluster_probe,
 diff --git a/arch/x86/kernel/apic/x2apic_phys.c b/arch/x86/kernel/apic/x2apic_phys.c
-index de231e3..1d1b2ee 100644
+index 6d600eb..0300c00 100644
 --- a/arch/x86/kernel/apic/x2apic_phys.c
 +++ b/arch/x86/kernel/apic/x2apic_phys.c
 @@ -88,7 +88,7 @@ static int x2apic_phys_probe(void)
@@ -21182,7 +20714,7 @@ index de231e3..1d1b2ee 100644
  	.name				= "physical x2apic",
  	.probe				= x2apic_phys_probe,
 diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
-index d263b13..963258b 100644
+index 7834389..4ffc9c8 100644
 --- a/arch/x86/kernel/apic/x2apic_uv_x.c
 +++ b/arch/x86/kernel/apic/x2apic_uv_x.c
 @@ -350,7 +350,7 @@ static int uv_probe(void)
@@ -21337,10 +20869,10 @@ index 7fd54f0..0691410 100644
  obj-y			+= proc.o capflags.o powerflags.o common.o
  obj-y			+= rdrand.o
 diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c
-index c67ffa6..f41fbbf 100644
+index ce8b8ff..d7d8851 100644
 --- a/arch/x86/kernel/cpu/amd.c
 +++ b/arch/x86/kernel/cpu/amd.c
-@@ -752,7 +752,7 @@ static void init_amd(struct cpuinfo_x86 *c)
+@@ -728,7 +728,7 @@ static void init_amd(struct cpuinfo_x86 *c)
  static unsigned int amd_size_cache(struct cpuinfo_x86 *c, unsigned int size)
  {
  	/* AMD errata T13 (order #21922) */
@@ -21350,7 +20882,7 @@ index c67ffa6..f41fbbf 100644
  		if (c->x86_model == 3 && c->x86_mask == 0)
  			size = 64;
 diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
-index 8e28bf2..bf5c0d2 100644
+index a135239..41fb30a 100644
 --- a/arch/x86/kernel/cpu/common.c
 +++ b/arch/x86/kernel/cpu/common.c
 @@ -88,60 +88,6 @@ static const struct cpu_dev default_cpu = {
@@ -21505,13 +21037,18 @@ index 8e28bf2..bf5c0d2 100644
  	/* If the model name is still unset, do table lookup. */
  	if (!c->x86_model_id[0]) {
  		const char *p;
-@@ -1078,10 +1085,12 @@ static __init int setup_disablecpuid(char *arg)
+@@ -1079,14 +1086,16 @@ static __init int setup_disablecpuid(char *arg)
  }
  __setup("clearcpuid=", setup_disablecpuid);
  
 +DEFINE_PER_CPU(struct thread_info *, current_tinfo) = &init_task.tinfo;
 +EXPORT_PER_CPU_SYMBOL(current_tinfo);
 +
+ DEFINE_PER_CPU(unsigned long, kernel_stack) =
+-	(unsigned long)&init_thread_union - KERNEL_STACK_OFFSET + THREAD_SIZE;
++	(unsigned long)&init_thread_union - 16 + THREAD_SIZE;
+ EXPORT_PER_CPU_SYMBOL(kernel_stack);
+ 
  #ifdef CONFIG_X86_64
 -struct desc_ptr idt_descr = { NR_VECTORS * 16 - 1, (unsigned long) idt_table };
 -struct desc_ptr debug_idt_descr = { NR_VECTORS * 16 - 1,
@@ -21521,16 +21058,7 @@ index 8e28bf2..bf5c0d2 100644
  
  DEFINE_PER_CPU_FIRST(union irq_stack_union,
  		     irq_stack_union) __aligned(PAGE_SIZE) __visible;
-@@ -1095,7 +1104,7 @@ DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =
- EXPORT_PER_CPU_SYMBOL(current_task);
- 
- DEFINE_PER_CPU(unsigned long, kernel_stack) =
--	(unsigned long)&init_thread_union - KERNEL_STACK_OFFSET + THREAD_SIZE;
-+	(unsigned long)&init_thread_union - 16 + THREAD_SIZE;
- EXPORT_PER_CPU_SYMBOL(kernel_stack);
- 
- DEFINE_PER_CPU(char *, irq_stack_ptr) =
-@@ -1245,7 +1254,7 @@ void cpu_init(void)
+@@ -1246,7 +1255,7 @@ void cpu_init(void)
  	load_ucode_ap();
  
  	cpu = stack_smp_processor_id();
@@ -21539,7 +21067,7 @@ index 8e28bf2..bf5c0d2 100644
  	oist = &per_cpu(orig_ist, cpu);
  
  #ifdef CONFIG_NUMA
-@@ -1280,7 +1289,6 @@ void cpu_init(void)
+@@ -1281,7 +1290,6 @@ void cpu_init(void)
  	wrmsrl(MSR_KERNEL_GS_BASE, 0);
  	barrier();
  
@@ -21547,7 +21075,7 @@ index 8e28bf2..bf5c0d2 100644
  	enable_x2apic();
  
  	/*
-@@ -1332,7 +1340,7 @@ void cpu_init(void)
+@@ -1333,7 +1341,7 @@ void cpu_init(void)
  {
  	int cpu = smp_processor_id();
  	struct task_struct *curr = current;
@@ -21557,7 +21085,7 @@ index 8e28bf2..bf5c0d2 100644
  
  	show_ucode_info_early();
 diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/intel_cacheinfo.c
-index 0641113..06f5ba4 100644
+index a952e9c..58a4cbb 100644
 --- a/arch/x86/kernel/cpu/intel_cacheinfo.c
 +++ b/arch/x86/kernel/cpu/intel_cacheinfo.c
 @@ -1014,6 +1014,22 @@ static struct attribute *default_attrs[] = {
@@ -21648,7 +21176,7 @@ index 0641113..06f5ba4 100644
  					      "index%1lu", i);
  		if (unlikely(retval)) {
 diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c
-index 4d5419b..95f11bb 100644
+index 68317c8..c860d41 100644
 --- a/arch/x86/kernel/cpu/mcheck/mce.c
 +++ b/arch/x86/kernel/cpu/mcheck/mce.c
 @@ -45,6 +45,7 @@
@@ -21659,7 +21187,7 @@ index 4d5419b..95f11bb 100644
  
  #include "mce-internal.h"
  
-@@ -258,7 +259,7 @@ static void print_mce(struct mce *m)
+@@ -261,7 +262,7 @@ static void print_mce(struct mce *m)
  			!(m->mcgstatus & MCG_STATUS_EIPV) ? " !INEXACT!" : "",
  				m->cs, m->ip);
  
@@ -21668,7 +21196,7 @@ index 4d5419b..95f11bb 100644
  			print_symbol("{%s}", m->ip);
  		pr_cont("\n");
  	}
-@@ -291,10 +292,10 @@ static void print_mce(struct mce *m)
+@@ -294,10 +295,10 @@ static void print_mce(struct mce *m)
  
  #define PANIC_TIMEOUT 5 /* 5 seconds */
  
@@ -21681,7 +21209,7 @@ index 4d5419b..95f11bb 100644
  
  /* Panic in progress. Enable interrupts and wait for final IPI */
  static void wait_for_panic(void)
-@@ -318,7 +319,7 @@ static void mce_panic(char *msg, struct mce *final, char *exp)
+@@ -321,7 +322,7 @@ static void mce_panic(char *msg, struct mce *final, char *exp)
  		/*
  		 * Make sure only one CPU runs in machine check panic
  		 */
@@ -21690,7 +21218,7 @@ index 4d5419b..95f11bb 100644
  			wait_for_panic();
  		barrier();
  
-@@ -326,7 +327,7 @@ static void mce_panic(char *msg, struct mce *final, char *exp)
+@@ -329,7 +330,7 @@ static void mce_panic(char *msg, struct mce *final, char *exp)
  		console_verbose();
  	} else {
  		/* Don't log too much for fake panic */
@@ -21699,7 +21227,7 @@ index 4d5419b..95f11bb 100644
  			return;
  	}
  	/* First print corrected ones that are still unlogged */
-@@ -365,7 +366,7 @@ static void mce_panic(char *msg, struct mce *final, char *exp)
+@@ -368,7 +369,7 @@ static void mce_panic(char *msg, struct mce *final, char *exp)
  	if (!fake_panic) {
  		if (panic_timeout == 0)
  			panic_timeout = mca_cfg.panic_timeout;
@@ -21708,7 +21236,7 @@ index 4d5419b..95f11bb 100644
  	} else
  		pr_emerg(HW_ERR "Fake kernel panic: %s\n", msg);
  }
-@@ -695,7 +696,7 @@ static int mce_timed_out(u64 *t)
+@@ -699,7 +700,7 @@ static int mce_timed_out(u64 *t)
  	 * might have been modified by someone else.
  	 */
  	rmb();
@@ -21717,7 +21245,7 @@ index 4d5419b..95f11bb 100644
  		wait_for_panic();
  	if (!mca_cfg.monarch_timeout)
  		goto out;
-@@ -1666,7 +1667,7 @@ static void unexpected_machine_check(struct pt_regs *regs, long error_code)
+@@ -1680,7 +1681,7 @@ static void unexpected_machine_check(struct pt_regs *regs, long error_code)
  }
  
  /* Call the installed machine check handler for this CPU setup. */
@@ -21726,7 +21254,7 @@ index 4d5419b..95f11bb 100644
  						unexpected_machine_check;
  
  /*
-@@ -1689,7 +1690,9 @@ void mcheck_cpu_init(struct cpuinfo_x86 *c)
+@@ -1703,7 +1704,9 @@ void mcheck_cpu_init(struct cpuinfo_x86 *c)
  		return;
  	}
  
@@ -21736,7 +21264,7 @@ index 4d5419b..95f11bb 100644
  
  	__mcheck_cpu_init_generic();
  	__mcheck_cpu_init_vendor(c);
-@@ -1703,7 +1706,7 @@ void mcheck_cpu_init(struct cpuinfo_x86 *c)
+@@ -1717,7 +1720,7 @@ void mcheck_cpu_init(struct cpuinfo_x86 *c)
   */
  
  static DEFINE_SPINLOCK(mce_chrdev_state_lock);
@@ -21745,7 +21273,7 @@ index 4d5419b..95f11bb 100644
  static int mce_chrdev_open_exclu;	/* already open exclusive? */
  
  static int mce_chrdev_open(struct inode *inode, struct file *file)
-@@ -1711,7 +1714,7 @@ static int mce_chrdev_open(struct inode *inode, struct file *file)
+@@ -1725,7 +1728,7 @@ static int mce_chrdev_open(struct inode *inode, struct file *file)
  	spin_lock(&mce_chrdev_state_lock);
  
  	if (mce_chrdev_open_exclu ||
@@ -21754,7 +21282,7 @@ index 4d5419b..95f11bb 100644
  		spin_unlock(&mce_chrdev_state_lock);
  
  		return -EBUSY;
-@@ -1719,7 +1722,7 @@ static int mce_chrdev_open(struct inode *inode, struct file *file)
+@@ -1733,7 +1736,7 @@ static int mce_chrdev_open(struct inode *inode, struct file *file)
  
  	if (file->f_flags & O_EXCL)
  		mce_chrdev_open_exclu = 1;
@@ -21763,7 +21291,7 @@ index 4d5419b..95f11bb 100644
  
  	spin_unlock(&mce_chrdev_state_lock);
  
-@@ -1730,7 +1733,7 @@ static int mce_chrdev_release(struct inode *inode, struct file *file)
+@@ -1744,7 +1747,7 @@ static int mce_chrdev_release(struct inode *inode, struct file *file)
  {
  	spin_lock(&mce_chrdev_state_lock);
  
@@ -21772,7 +21300,7 @@ index 4d5419b..95f11bb 100644
  	mce_chrdev_open_exclu = 0;
  
  	spin_unlock(&mce_chrdev_state_lock);
-@@ -2406,7 +2409,7 @@ static __init void mce_init_banks(void)
+@@ -2420,7 +2423,7 @@ static __init void mce_init_banks(void)
  
  	for (i = 0; i < mca_cfg.banks; i++) {
  		struct mce_bank *b = &mce_banks[i];
@@ -21781,7 +21309,7 @@ index 4d5419b..95f11bb 100644
  
  		sysfs_attr_init(&a->attr);
  		a->attr.name	= b->attrname;
-@@ -2474,7 +2477,7 @@ struct dentry *mce_get_debugfs_dir(void)
+@@ -2492,7 +2495,7 @@ struct dentry *mce_get_debugfs_dir(void)
  static void mce_reset(void)
  {
  	cpu_missing = 0;
@@ -21894,10 +21422,10 @@ index df5e41f..816c719 100644
  extern int generic_get_free_region(unsigned long base, unsigned long size,
  				   int replace_reg);
 diff --git a/arch/x86/kernel/cpu/perf_event.c b/arch/x86/kernel/cpu/perf_event.c
-index 79f9f84..38ace52 100644
+index ae407f7..39c5b00 100644
 --- a/arch/x86/kernel/cpu/perf_event.c
 +++ b/arch/x86/kernel/cpu/perf_event.c
-@@ -1351,7 +1351,7 @@ static void __init pmu_check_apic(void)
+@@ -1367,7 +1367,7 @@ static void __init pmu_check_apic(void)
  	pr_info("no hardware sampling interrupt available.\n");
  }
  
@@ -21906,7 +21434,7 @@ index 79f9f84..38ace52 100644
  	.name = "format",
  	.attrs = NULL,
  };
-@@ -1450,7 +1450,7 @@ static struct attribute *events_attr[] = {
+@@ -1466,7 +1466,7 @@ static struct attribute *events_attr[] = {
  	NULL,
  };
  
@@ -21915,7 +21443,7 @@ index 79f9f84..38ace52 100644
  	.name = "events",
  	.attrs = events_attr,
  };
-@@ -1971,7 +1971,7 @@ static unsigned long get_segment_base(unsigned int segment)
+@@ -1990,7 +1990,7 @@ static unsigned long get_segment_base(unsigned int segment)
  		if (idx > GDT_ENTRIES)
  			return 0;
  
@@ -21924,7 +21452,7 @@ index 79f9f84..38ace52 100644
  	}
  
  	return get_desc_base(desc + idx);
-@@ -2061,7 +2061,7 @@ perf_callchain_user(struct perf_callchain_entry *entry, struct pt_regs *regs)
+@@ -2080,7 +2080,7 @@ perf_callchain_user(struct perf_callchain_entry *entry, struct pt_regs *regs)
  			break;
  
  		perf_callchain_store(entry, frame.return_address);
@@ -21947,10 +21475,10 @@ index 639d128..e92d7e5 100644
  
  	while (amd_iommu_v2_event_descs[i].attr.attr.name)
 diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c
-index aa333d9..f9db700 100644
+index adb02aa..9688c02 100644
 --- a/arch/x86/kernel/cpu/perf_event_intel.c
 +++ b/arch/x86/kernel/cpu/perf_event_intel.c
-@@ -2309,10 +2309,10 @@ __init int intel_pmu_init(void)
+@@ -2308,10 +2308,10 @@ __init int intel_pmu_init(void)
  		x86_pmu.num_counters_fixed = max((int)edx.split.num_counters_fixed, 3);
  
  	if (boot_cpu_has(X86_FEATURE_PDCM)) {
@@ -21965,10 +21493,10 @@ index aa333d9..f9db700 100644
  
  	intel_ds_init();
 diff --git a/arch/x86/kernel/cpu/perf_event_intel_rapl.c b/arch/x86/kernel/cpu/perf_event_intel_rapl.c
-index 5ad35ad..e0a3960 100644
+index 619f769..d510008 100644
 --- a/arch/x86/kernel/cpu/perf_event_intel_rapl.c
 +++ b/arch/x86/kernel/cpu/perf_event_intel_rapl.c
-@@ -425,7 +425,7 @@ static struct attribute *rapl_events_cln_attr[] = {
+@@ -449,7 +449,7 @@ static struct attribute *rapl_events_hsw_attr[] = {
  	NULL,
  };
  
@@ -21978,10 +21506,10 @@ index 5ad35ad..e0a3960 100644
  	.attrs = NULL, /* patched at runtime */
  };
 diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
-index 047f540..afdeba0 100644
+index 65bbbea..1438d9e 100644
 --- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c
 +++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
-@@ -3326,7 +3326,7 @@ static void __init uncore_types_exit(struct intel_uncore_type **types)
+@@ -3693,7 +3693,7 @@ static void __init uncore_types_exit(struct intel_uncore_type **types)
  static int __init uncore_type_init(struct intel_uncore_type *type)
  {
  	struct intel_uncore_pmu *pmus;
@@ -21991,10 +21519,10 @@ index 047f540..afdeba0 100644
  	int i, j;
  
 diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.h b/arch/x86/kernel/cpu/perf_event_intel_uncore.h
-index a80ab71..4089da5 100644
+index 90236f0..54cb20d 100644
 --- a/arch/x86/kernel/cpu/perf_event_intel_uncore.h
 +++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.h
-@@ -498,7 +498,7 @@ struct intel_uncore_box {
+@@ -503,7 +503,7 @@ struct intel_uncore_box {
  struct uncore_event_desc {
  	struct kobj_attribute attr;
  	const char *config;
@@ -22004,7 +21532,7 @@ index a80ab71..4089da5 100644
  #define INTEL_UNCORE_EVENT_DESC(_name, _config)			\
  {								\
 diff --git a/arch/x86/kernel/cpuid.c b/arch/x86/kernel/cpuid.c
-index 7d9481c..99c7e4b 100644
+index 3225ae6c..ee3c6db 100644
 --- a/arch/x86/kernel/cpuid.c
 +++ b/arch/x86/kernel/cpuid.c
 @@ -170,7 +170,7 @@ static int cpuid_class_cpu_callback(struct notifier_block *nfb,
@@ -22017,16 +21545,13 @@ index 7d9481c..99c7e4b 100644
  	.notifier_call = cpuid_class_cpu_callback,
  };
 diff --git a/arch/x86/kernel/crash.c b/arch/x86/kernel/crash.c
-index a57902e..ebaae2a 100644
+index 507de80..ebaae2a 100644
 --- a/arch/x86/kernel/crash.c
 +++ b/arch/x86/kernel/crash.c
-@@ -57,10 +57,8 @@ static void kdump_nmi_callback(int cpu, struct pt_regs *regs)
- {
+@@ -58,7 +58,7 @@ static void kdump_nmi_callback(int cpu, struct pt_regs *regs)
  #ifdef CONFIG_X86_32
  	struct pt_regs fixed_regs;
--#endif
  
--#ifdef CONFIG_X86_32
 -	if (!user_mode_vm(regs)) {
 +	if (!user_mode(regs)) {
  		crash_fixup_ss_esp(&fixed_regs, regs);
@@ -22235,30 +21760,28 @@ index d9c12d3..7858b62 100644
  
  	if (__die(str, regs, err))
 diff --git a/arch/x86/kernel/dumpstack_32.c b/arch/x86/kernel/dumpstack_32.c
-index f2a1770..10fa52d 100644
+index 5abd4cd..c65733b 100644
 --- a/arch/x86/kernel/dumpstack_32.c
 +++ b/arch/x86/kernel/dumpstack_32.c
-@@ -38,15 +38,13 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
+@@ -61,15 +61,14 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
  		bp = stack_frame(task, regs);
  
  	for (;;) {
 -		struct thread_info *context;
 +		void *stack_start = (void *)((unsigned long)stack & ~(THREAD_SIZE-1));
+ 		void *end_stack;
  
--		context = (struct thread_info *)
--			((unsigned long)stack & (~(THREAD_SIZE - 1)));
--		bp = ops->walk_stack(context, stack, bp, ops, data, NULL, &graph);
-+		bp = ops->walk_stack(task, stack_start, stack, bp, ops, data, NULL, &graph);
+ 		end_stack = is_hardirq_stack(stack, cpu);
+ 		if (!end_stack)
+ 			end_stack = is_softirq_stack(stack, cpu);
  
--		stack = (unsigned long *)context->previous_esp;
--		if (!stack)
-+		if (stack_start == task_stack_page(task))
- 			break;
-+		stack = *(unsigned long **)stack_start;
- 		if (ops->stack(data, "IRQ") < 0)
- 			break;
- 		touch_nmi_watchdog();
-@@ -87,27 +85,28 @@ void show_regs(struct pt_regs *regs)
+-		context = task_thread_info(task);
+-		bp = ops->walk_stack(context, stack, bp, ops, data,
++		bp = ops->walk_stack(task, stack_start, stack, bp, ops, data,
+ 				     end_stack, &graph);
+ 
+ 		/* Stop if not on irq stack */
+@@ -123,27 +122,28 @@ void show_regs(struct pt_regs *regs)
  	int i;
  
  	show_regs_print_info(KERN_EMERG);
@@ -22291,7 +21814,7 @@ index f2a1770..10fa52d 100644
  			code_len = code_len - code_prologue + 1;
  		}
  		for (i = 0; i < code_len; i++, ip++) {
-@@ -116,7 +115,7 @@ void show_regs(struct pt_regs *regs)
+@@ -152,7 +152,7 @@ void show_regs(struct pt_regs *regs)
  				pr_cont("  Bad EIP value.");
  				break;
  			}
@@ -22300,7 +21823,7 @@ index f2a1770..10fa52d 100644
  				pr_cont(" <%02x>", c);
  			else
  				pr_cont(" %02x", c);
-@@ -129,6 +128,7 @@ int is_valid_bugaddr(unsigned long ip)
+@@ -165,6 +165,7 @@ int is_valid_bugaddr(unsigned long ip)
  {
  	unsigned short ud2;
  
@@ -22308,7 +21831,7 @@ index f2a1770..10fa52d 100644
  	if (ip < PAGE_OFFSET)
  		return 0;
  	if (probe_kernel_address((unsigned short *)ip, ud2))
-@@ -136,3 +136,15 @@ int is_valid_bugaddr(unsigned long ip)
+@@ -172,3 +173,15 @@ int is_valid_bugaddr(unsigned long ip)
  
  	return ud2 == 0x0b0f;
  }
@@ -22325,60 +21848,59 @@ index f2a1770..10fa52d 100644
 +EXPORT_SYMBOL(pax_check_alloca);
 +#endif
 diff --git a/arch/x86/kernel/dumpstack_64.c b/arch/x86/kernel/dumpstack_64.c
-index addb207..921706b 100644
+index 1abcb50..6c8d702 100644
 --- a/arch/x86/kernel/dumpstack_64.c
 +++ b/arch/x86/kernel/dumpstack_64.c
-@@ -119,9 +119,9 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
- 	unsigned long *irq_stack_end =
- 		(unsigned long *)per_cpu(irq_stack_ptr, cpu);
- 	unsigned used = 0;
+@@ -154,12 +154,12 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
+ 		const struct stacktrace_ops *ops, void *data)
+ {
+ 	const unsigned cpu = get_cpu();
 -	struct thread_info *tinfo;
- 	int graph = 0;
+ 	unsigned long *irq_stack = (unsigned long *)per_cpu(irq_stack_ptr, cpu);
  	unsigned long dummy;
+ 	unsigned used = 0;
+ 	int graph = 0;
+ 	int done = 0;
 +	void *stack_start;
  
  	if (!task)
  		task = current;
-@@ -142,10 +142,10 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
+@@ -180,7 +180,6 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
  	 * current stack address. If the stacks consist of nested
  	 * exceptions
  	 */
 -	tinfo = task_thread_info(task);
- 	for (;;) {
- 		char *id;
- 		unsigned long *estack_end;
-+
- 		estack_end = in_exception_stack(cpu, (unsigned long)stack,
- 						&used, &id);
- 
-@@ -153,7 +153,7 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
+ 	while (!done) {
+ 		unsigned long *stack_end;
+ 		enum stack_type stype;
+@@ -203,7 +202,7 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
  			if (ops->stack(data, id) < 0)
  				break;
  
 -			bp = ops->walk_stack(tinfo, stack, bp, ops,
-+			bp = ops->walk_stack(task, estack_end - EXCEPTION_STKSZ, stack, bp, ops,
- 					     data, estack_end, &graph);
++			bp = ops->walk_stack(task, stack_end - EXCEPTION_STKSZ, stack, bp, ops,
+ 					     data, stack_end, &graph);
  			ops->stack(data, "<EOE>");
  			/*
-@@ -161,6 +161,8 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
+@@ -211,6 +210,8 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
  			 * second-to-last pointer (index -2 to end) in the
  			 * exception stack:
  			 */
-+			if ((u16)estack_end[-1] != __KERNEL_DS)
++			if ((u16)stack_end[-1] != __KERNEL_DS)
 +				goto out;
- 			stack = (unsigned long *) estack_end[-2];
- 			continue;
- 		}
-@@ -172,7 +174,7 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
- 			if (in_irq_stack(stack, irq_stack, irq_stack_end)) {
- 				if (ops->stack(data, "IRQ") < 0)
- 					break;
--				bp = ops->walk_stack(tinfo, stack, bp,
-+				bp = ops->walk_stack(task, irq_stack, stack, bp,
- 					ops, data, irq_stack_end, &graph);
- 				/*
- 				 * We link to the next stack (which would be
-@@ -191,7 +193,9 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
+ 			stack = (unsigned long *) stack_end[-2];
+ 			done = 0;
+ 			break;
+@@ -219,7 +220,7 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
+ 
+ 			if (ops->stack(data, "IRQ") < 0)
+ 				break;
+-			bp = ops->walk_stack(tinfo, stack, bp,
++			bp = ops->walk_stack(task, irq_stack, stack, bp,
+ 				     ops, data, stack_end, &graph);
+ 			/*
+ 			 * We link to the next stack (which would be
+@@ -241,7 +242,9 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
  	/*
  	 * This handles the process stack:
  	 */
@@ -22389,7 +21911,7 @@ index addb207..921706b 100644
  	put_cpu();
  }
  EXPORT_SYMBOL(dump_trace);
-@@ -300,3 +304,50 @@ int is_valid_bugaddr(unsigned long ip)
+@@ -350,3 +353,50 @@ int is_valid_bugaddr(unsigned long ip)
  
  	return ud2 == 0x0b0f;
  }
@@ -24494,7 +24016,7 @@ index 1e96c36..3ff710a 100644
  /*
   * End of kprobes section
 diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c
-index 1ffc32d..e52c745 100644
+index 52819e8..b6d1dbd 100644
 --- a/arch/x86/kernel/ftrace.c
 +++ b/arch/x86/kernel/ftrace.c
 @@ -104,6 +104,8 @@ ftrace_modify_code_direct(unsigned long ip, unsigned const char *old_code,
@@ -24522,9 +24044,9 @@ index 1ffc32d..e52c745 100644
 -		ip = (unsigned long)__va(__pa_symbol(ip));
 +		ip = (unsigned long)__va(__pa_symbol(ktla_ktva(ip)));
  
- 	return probe_kernel_write((void *)ip, val, size);
- }
-@@ -316,7 +318,7 @@ static int add_break(unsigned long ip, const char *old)
+ 	if (probe_kernel_write((void *)ip, val, size))
+ 		return -EPERM;
+@@ -319,7 +321,7 @@ static int add_break(unsigned long ip, const char *old)
  	unsigned char replaced[MCOUNT_INSN_SIZE];
  	unsigned char brk = BREAKPOINT_INSTRUCTION;
  
@@ -24533,17 +24055,8 @@ index 1ffc32d..e52c745 100644
  		return -EFAULT;
  
  	/* Make sure it is what we expect it to be */
-@@ -664,7 +666,7 @@ ftrace_modify_code(unsigned long ip, unsigned const char *old_code,
- 	return ret;
- 
-  fail_update:
--	probe_kernel_write((void *)ip, &old_code[0], 1);
-+	probe_kernel_write((void *)ktla_ktva(ip), &old_code[0], 1);
- 	goto out;
- }
- 
 diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
-index 85126cc..1bbce17 100644
+index 068054f..c248bcd 100644
 --- a/arch/x86/kernel/head64.c
 +++ b/arch/x86/kernel/head64.c
 @@ -67,12 +67,12 @@ again:
@@ -24587,7 +24100,7 @@ index 85126cc..1bbce17 100644
  	}
  	pmd = (physaddr & PMD_MASK) + early_pmd_flags;
  	pmd_p[pmd_index(address)] = pmd;
-@@ -175,7 +175,6 @@ asmlinkage void __init x86_64_start_kernel(char * real_mode_data)
+@@ -175,7 +175,6 @@ asmlinkage __visible void __init x86_64_start_kernel(char * real_mode_data)
  	if (console_loglevel == 10)
  		early_printk("Kernel alive\n");
  
@@ -25424,10 +24937,10 @@ index 4ddaf66..49d5c18 100644
  	regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12);
  	t->iopl = level << 12;
 diff --git a/arch/x86/kernel/irq.c b/arch/x86/kernel/irq.c
-index d99f31d..1c0f466 100644
+index 11ccfb0..ec1e46f 100644
 --- a/arch/x86/kernel/irq.c
 +++ b/arch/x86/kernel/irq.c
-@@ -21,7 +21,7 @@
+@@ -22,7 +22,7 @@
  #define CREATE_TRACE_POINTS
  #include <asm/trace/irq_vectors.h>
  
@@ -25436,9 +24949,9 @@ index d99f31d..1c0f466 100644
  
  /* Function pointer for generic interrupt vector handling */
  void (*x86_platform_ipi_callback)(void) = NULL;
-@@ -125,9 +125,9 @@ int arch_show_interrupts(struct seq_file *p, int prec)
- 		seq_printf(p, "%10u ", per_cpu(mce_poll_count, j));
- 	seq_printf(p, "  Machine check polls\n");
+@@ -132,9 +132,9 @@ int arch_show_interrupts(struct seq_file *p, int prec)
+ 		seq_printf(p, "%10u ", irq_stats(j)->irq_hv_callback_count);
+ 	seq_printf(p, "  Hypervisor callback interrupts\n");
  #endif
 -	seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count));
 +	seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read_unchecked(&irq_err_count));
@@ -25448,7 +24961,7 @@ index d99f31d..1c0f466 100644
  #endif
  	return 0;
  }
-@@ -167,7 +167,7 @@ u64 arch_irq_stat_cpu(unsigned int cpu)
+@@ -174,7 +174,7 @@ u64 arch_irq_stat_cpu(unsigned int cpu)
  
  u64 arch_irq_stat(void)
  {
@@ -25458,7 +24971,7 @@ index d99f31d..1c0f466 100644
  }
  
 diff --git a/arch/x86/kernel/irq_32.c b/arch/x86/kernel/irq_32.c
-index d7fcbed..96e715a 100644
+index 63ce838..2ea3e06 100644
 --- a/arch/x86/kernel/irq_32.c
 +++ b/arch/x86/kernel/irq_32.c
 @@ -29,6 +29,8 @@ EXPORT_PER_CPU_SYMBOL(irq_regs);
@@ -25486,51 +24999,41 @@ index d7fcbed..96e715a 100644
  	if (sysctl_panic_on_stackoverflow)
  		panic("low stack detected by irq handler - check messages\n");
  }
-@@ -59,8 +62,8 @@ static inline void print_stack_overflow(void) { }
-  * per-CPU IRQ handling contexts (thread information and stack)
-  */
- union irq_ctx {
--	struct thread_info      tinfo;
--	u32                     stack[THREAD_SIZE/sizeof(u32)];
-+	unsigned long		previous_esp;
-+	u32			stack[THREAD_SIZE/sizeof(u32)];
- } __attribute__((aligned(THREAD_SIZE)));
- 
- static DEFINE_PER_CPU(union irq_ctx *, hardirq_ctx);
-@@ -80,10 +83,9 @@ static void call_on_stack(void *func, void *stack)
+@@ -84,10 +87,9 @@ static inline void *current_stack(void)
  static inline int
  execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
  {
--	union irq_ctx *curctx, *irqctx;
-+	union irq_ctx *irqctx;
- 	u32 *isp, arg1, arg2;
+-	struct irq_stack *curstk, *irqstk;
++	struct irq_stack *irqstk;
+ 	u32 *isp, *prev_esp, arg1, arg2;
  
--	curctx = (union irq_ctx *) current_thread_info();
- 	irqctx = __this_cpu_read(hardirq_ctx);
+-	curstk = (struct irq_stack *) current_stack();
+ 	irqstk = __this_cpu_read(hardirq_stack);
  
  	/*
-@@ -92,13 +94,16 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
+@@ -96,15 +98,19 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
  	 * handler) we can't do that and just have to keep using the
  	 * current stack (which is the irq stack already after all)
  	 */
--	if (unlikely(curctx == irqctx))
-+	if (unlikely((void *)current_stack_pointer - (void *)irqctx < THREAD_SIZE))
+-	if (unlikely(curstk == irqstk))
++	if (unlikely((void *)current_stack_pointer - (void *)irqstk < THREAD_SIZE))
  		return 0;
  
- 	/* build the stack frame on the IRQ stack */
--	isp = (u32 *) ((char *)irqctx + sizeof(*irqctx));
--	irqctx->tinfo.task = curctx->tinfo.task;
--	irqctx->tinfo.previous_esp = current_stack_pointer;
-+	isp = (u32 *) ((char *)irqctx + sizeof(*irqctx) - 8);
-+	irqctx->previous_esp = current_stack_pointer;
-+
+-	isp = (u32 *) ((char *)irqstk + sizeof(*irqstk));
++	isp = (u32 *) ((char *)irqstk + sizeof(*irqstk) - 8);
+ 
+ 	/* Save the next esp at the bottom of the stack */
+ 	prev_esp = (u32 *)irqstk;
+ 	*prev_esp = current_stack_pointer;
+ 
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
 +	__set_fs(MAKE_MM_SEG(0));
 +#endif
- 
++
  	if (unlikely(overflow))
  		call_on_stack(print_stack_overflow, isp);
-@@ -110,6 +115,11 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
+ 
+@@ -115,6 +121,11 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
  		     :  "0" (irq),   "1" (desc),  "2" (isp),
  			"D" (desc->handle_irq)
  		     : "memory", "cc", "ecx");
@@ -25542,59 +25045,49 @@ index d7fcbed..96e715a 100644
  	return 1;
  }
  
-@@ -118,48 +128,34 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
+@@ -123,32 +134,18 @@ execute_on_irq_stack(int overflow, struct irq_desc *desc, int irq)
   */
  void irq_ctx_init(int cpu)
  {
--	union irq_ctx *irqctx;
+-	struct irq_stack *irqstk;
 -
- 	if (per_cpu(hardirq_ctx, cpu))
+ 	if (per_cpu(hardirq_stack, cpu))
  		return;
  
--	irqctx = page_address(alloc_pages_node(cpu_to_node(cpu),
+-	irqstk = page_address(alloc_pages_node(cpu_to_node(cpu),
 -					       THREADINFO_GFP,
 -					       THREAD_SIZE_ORDER));
--	memset(&irqctx->tinfo, 0, sizeof(struct thread_info));
--	irqctx->tinfo.cpu		= cpu;
--	irqctx->tinfo.addr_limit	= MAKE_MM_SEG(0);
--
--	per_cpu(hardirq_ctx, cpu) = irqctx;
+-	per_cpu(hardirq_stack, cpu) = irqstk;
 -
--	irqctx = page_address(alloc_pages_node(cpu_to_node(cpu),
+-	irqstk = page_address(alloc_pages_node(cpu_to_node(cpu),
 -					       THREADINFO_GFP,
 -					       THREAD_SIZE_ORDER));
--	memset(&irqctx->tinfo, 0, sizeof(struct thread_info));
--	irqctx->tinfo.cpu		= cpu;
--	irqctx->tinfo.addr_limit	= MAKE_MM_SEG(0);
--
--	per_cpu(softirq_ctx, cpu) = irqctx;
+-	per_cpu(softirq_stack, cpu) = irqstk;
 -
 -	printk(KERN_DEBUG "CPU %u irqstacks, hard=%p soft=%p\n",
--	       cpu, per_cpu(hardirq_ctx, cpu),  per_cpu(softirq_ctx, cpu));
-+	per_cpu(hardirq_ctx, cpu) = page_address(alloc_pages_node(cpu_to_node(cpu), THREADINFO_GFP, THREAD_SIZE_ORDER));
-+	per_cpu(softirq_ctx, cpu) = page_address(alloc_pages_node(cpu_to_node(cpu), THREADINFO_GFP, THREAD_SIZE_ORDER));
+-	       cpu, per_cpu(hardirq_stack, cpu),  per_cpu(softirq_stack, cpu));
++	per_cpu(hardirq_stack, cpu) = page_address(alloc_pages_node(cpu_to_node(cpu), THREADINFO_GFP, THREAD_SIZE_ORDER));
++	per_cpu(softirq_stack, cpu) = page_address(alloc_pages_node(cpu_to_node(cpu), THREADINFO_GFP, THREAD_SIZE_ORDER));
  }
  
  void do_softirq_own_stack(void)
  {
--	struct thread_info *curctx;
- 	union irq_ctx *irqctx;
- 	u32 *isp;
+-	struct thread_info *curstk;
+ 	struct irq_stack *irqstk;
+ 	u32 *isp, *prev_esp;
  
--	curctx = current_thread_info();
- 	irqctx = __this_cpu_read(softirq_ctx);
--	irqctx->tinfo.task = curctx->task;
--	irqctx->tinfo.previous_esp = current_stack_pointer;
-+	irqctx->previous_esp = current_stack_pointer;
+-	curstk = current_stack();
+ 	irqstk = __this_cpu_read(softirq_stack);
  
  	/* build the stack frame on the softirq stack */
--	isp = (u32 *) ((char *)irqctx + sizeof(*irqctx));
-+	isp = (u32 *) ((char *)irqctx + sizeof(*irqctx) - 8);
-+
+@@ -158,7 +155,16 @@ void do_softirq_own_stack(void)
+ 	prev_esp = (u32 *)irqstk;
+ 	*prev_esp = current_stack_pointer;
+ 
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
 +	__set_fs(MAKE_MM_SEG(0));
 +#endif
- 
++
  	call_on_stack(__do_softirq, isp);
 +
 +#ifdef CONFIG_PAX_MEMORY_UDEREF
@@ -25604,7 +25097,7 @@ index d7fcbed..96e715a 100644
  }
  
  bool handle_irq(unsigned irq, struct pt_regs *regs)
-@@ -173,7 +169,7 @@ bool handle_irq(unsigned irq, struct pt_regs *regs)
+@@ -172,7 +178,7 @@ bool handle_irq(unsigned irq, struct pt_regs *regs)
  	if (unlikely(!desc))
  		return false;
  
@@ -25776,7 +25269,7 @@ index 7ec1d5f..5a7d130 100644
  }
  
 diff --git a/arch/x86/kernel/kprobes/core.c b/arch/x86/kernel/kprobes/core.c
-index 79a3f96..6ba030a 100644
+index 61b17dc..784bfe9 100644
 --- a/arch/x86/kernel/kprobes/core.c
 +++ b/arch/x86/kernel/kprobes/core.c
 @@ -119,9 +119,12 @@ static void __kprobes __synthesize_relative_insn(void *from, void *to, u8 op)
@@ -25883,7 +25376,7 @@ index 79a3f96..6ba030a 100644
  	unsigned long orig_ip = (unsigned long)p->addr;
  	kprobe_opcode_t *insn = p->ainsn.insn;
  
-@@ -961,7 +971,7 @@ kprobe_exceptions_notify(struct notifier_block *self, unsigned long val, void *d
+@@ -959,7 +969,7 @@ kprobe_exceptions_notify(struct notifier_block *self, unsigned long val, void *d
  	struct die_args *args = data;
  	int ret = NOTIFY_DONE;
  
@@ -26074,11 +25567,11 @@ index 1667b1d..16492c5 100644
  	relocate_kernel_ptr = control_page;
  	page_list[PA_CONTROL_PAGE] = __pa(control_page);
 diff --git a/arch/x86/kernel/module.c b/arch/x86/kernel/module.c
-index 18be189..4a9fe40 100644
+index e69f988..da078ea 100644
 --- a/arch/x86/kernel/module.c
 +++ b/arch/x86/kernel/module.c
-@@ -43,15 +43,60 @@ do {							\
- } while (0)
+@@ -81,17 +81,62 @@ static unsigned long int get_module_load_offset(void)
+ }
  #endif
  
 -void *module_alloc(unsigned long size)
@@ -26087,10 +25580,13 @@ index 18be189..4a9fe40 100644
 -	if (PAGE_ALIGN(size) > MODULES_LEN)
 +	if (!size || PAGE_ALIGN(size) > MODULES_LEN)
  		return NULL;
- 	return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END,
--				GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC,
-+				GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO, prot,
- 				NUMA_NO_NODE, __builtin_return_address(0));
+ 	return __vmalloc_node_range(size, 1,
+ 				    MODULES_VADDR + get_module_load_offset(),
+-				    MODULES_END, GFP_KERNEL | __GFP_HIGHMEM,
+-				    PAGE_KERNEL_EXEC, NUMA_NO_NODE,
++				    MODULES_END, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO,
++				    prot, NUMA_NO_NODE,
+ 				    __builtin_return_address(0));
  }
  
 +void *module_alloc(unsigned long size)
@@ -26114,7 +25610,7 @@ index 18be189..4a9fe40 100644
 +		return NULL;
 +
 +	area = __get_vm_area(size, VM_ALLOC, (unsigned long)&MODULES_EXEC_VADDR, (unsigned long)&MODULES_EXEC_END);
-+	return area ? area->addr : NULL;
++return area ? area->addr : NULL;
 +}
 +EXPORT_SYMBOL(module_alloc_exec);
 +
@@ -26141,7 +25637,7 @@ index 18be189..4a9fe40 100644
  #ifdef CONFIG_X86_32
  int apply_relocate(Elf32_Shdr *sechdrs,
  		   const char *strtab,
-@@ -62,14 +107,16 @@ int apply_relocate(Elf32_Shdr *sechdrs,
+@@ -102,14 +147,16 @@ int apply_relocate(Elf32_Shdr *sechdrs,
  	unsigned int i;
  	Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr;
  	Elf32_Sym *sym;
@@ -26161,7 +25657,7 @@ index 18be189..4a9fe40 100644
  		/* This is the symbol it is referring to.  Note that all
  		   undefined symbols have been resolved.  */
  		sym = (Elf32_Sym *)sechdrs[symindex].sh_addr
-@@ -78,11 +125,15 @@ int apply_relocate(Elf32_Shdr *sechdrs,
+@@ -118,11 +165,15 @@ int apply_relocate(Elf32_Shdr *sechdrs,
  		switch (ELF32_R_TYPE(rel[i].r_info)) {
  		case R_386_32:
  			/* We add the value into the location given */
@@ -26179,7 +25675,7 @@ index 18be189..4a9fe40 100644
  			break;
  		default:
  			pr_err("%s: Unknown relocation: %u\n",
-@@ -127,21 +178,30 @@ int apply_relocate_add(Elf64_Shdr *sechdrs,
+@@ -167,21 +218,30 @@ int apply_relocate_add(Elf64_Shdr *sechdrs,
  		case R_X86_64_NONE:
  			break;
  		case R_X86_64_64:
@@ -26211,7 +25707,7 @@ index 18be189..4a9fe40 100644
  			if ((s64)val != *(s32 *)loc)
  				goto overflow;
 diff --git a/arch/x86/kernel/msr.c b/arch/x86/kernel/msr.c
-index 05266b5..3432443 100644
+index c9603ac..9f88728 100644
 --- a/arch/x86/kernel/msr.c
 +++ b/arch/x86/kernel/msr.c
 @@ -37,6 +37,7 @@
@@ -26255,10 +25751,45 @@ index 05266b5..3432443 100644
  };
  
 diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c
-index 6fcb49c..5b3f4ff 100644
+index b4872b9..5bf0684 100644
 --- a/arch/x86/kernel/nmi.c
 +++ b/arch/x86/kernel/nmi.c
-@@ -138,7 +138,7 @@ static int __kprobes nmi_handle(unsigned int type, struct pt_regs *regs, bool b2
+@@ -98,16 +98,16 @@ fs_initcall(nmi_warning_debugfs);
+ 
+ static void nmi_max_handler(struct irq_work *w)
+ {
+-	struct nmiaction *a = container_of(w, struct nmiaction, irq_work);
++	struct nmiwork *n = container_of(w, struct nmiwork, irq_work);
+ 	int remainder_ns, decimal_msecs;
+-	u64 whole_msecs = ACCESS_ONCE(a->max_duration);
++	u64 whole_msecs = ACCESS_ONCE(n->max_duration);
+ 
+ 	remainder_ns = do_div(whole_msecs, (1000 * 1000));
+ 	decimal_msecs = remainder_ns / 1000;
+ 
+ 	printk_ratelimited(KERN_INFO
+ 		"INFO: NMI handler (%ps) took too long to run: %lld.%03d msecs\n",
+-		a->handler, whole_msecs, decimal_msecs);
++		n->action->handler, whole_msecs, decimal_msecs);
+ }
+ 
+ static int __kprobes nmi_handle(unsigned int type, struct pt_regs *regs, bool b2b)
+@@ -134,11 +134,11 @@ static int __kprobes nmi_handle(unsigned int type, struct pt_regs *regs, bool b2
+ 		delta = sched_clock() - delta;
+ 		trace_nmi_handler(a->handler, (int)delta, thishandled);
+ 
+-		if (delta < nmi_longest_ns || delta < a->max_duration)
++		if (delta < nmi_longest_ns || delta < a->work->max_duration)
+ 			continue;
+ 
+-		a->max_duration = delta;
+-		irq_work_queue(&a->irq_work);
++		a->work->max_duration = delta;
++		irq_work_queue(&a->work->irq_work);
+ 	}
+ 
+ 	rcu_read_unlock();
+@@ -147,7 +147,7 @@ static int __kprobes nmi_handle(unsigned int type, struct pt_regs *regs, bool b2
  	return handled;
  }
  
@@ -26267,7 +25798,17 @@ index 6fcb49c..5b3f4ff 100644
  {
  	struct nmi_desc *desc = nmi_to_desc(type);
  	unsigned long flags;
-@@ -162,9 +162,9 @@ int __register_nmi_handler(unsigned int type, struct nmiaction *action)
+@@ -155,7 +155,8 @@ int __register_nmi_handler(unsigned int type, struct nmiaction *action)
+ 	if (!action->handler)
+ 		return -EINVAL;
+ 
+-	init_irq_work(&action->irq_work, nmi_max_handler);
++	action->work->action = action;
++	init_irq_work(&action->work->irq_work, nmi_max_handler);
+ 
+ 	spin_lock_irqsave(&desc->lock, flags);
+ 
+@@ -173,9 +174,9 @@ int __register_nmi_handler(unsigned int type, struct nmiaction *action)
  	 * event confuses some handlers (kdump uses this flag)
  	 */
  	if (action->flags & NMI_FLAG_FIRST)
@@ -26279,7 +25820,7 @@ index 6fcb49c..5b3f4ff 100644
  	
  	spin_unlock_irqrestore(&desc->lock, flags);
  	return 0;
-@@ -187,7 +187,7 @@ void unregister_nmi_handler(unsigned int type, const char *name)
+@@ -198,7 +199,7 @@ void unregister_nmi_handler(unsigned int type, const char *name)
  		if (!strcmp(n->name, name)) {
  			WARN(in_nmi(),
  				"Trying to free NMI (%s) from NMI context!\n", n->name);
@@ -26288,7 +25829,7 @@ index 6fcb49c..5b3f4ff 100644
  			break;
  		}
  	}
-@@ -512,6 +512,17 @@ static inline void nmi_nesting_postprocess(void)
+@@ -523,6 +524,17 @@ static inline void nmi_nesting_postprocess(void)
  dotraplinkage notrace __kprobes void
  do_nmi(struct pt_regs *regs, long error_code)
  {
@@ -26479,10 +26020,10 @@ index 1b10af8..45bfbec 100644
  
  EXPORT_SYMBOL_GPL(pv_time_ops);
 diff --git a/arch/x86/kernel/pci-calgary_64.c b/arch/x86/kernel/pci-calgary_64.c
-index 299d493..2ccb0ee 100644
+index 0497f71..7186c0d 100644
 --- a/arch/x86/kernel/pci-calgary_64.c
 +++ b/arch/x86/kernel/pci-calgary_64.c
-@@ -1339,7 +1339,7 @@ static void __init get_tce_space_from_tar(void)
+@@ -1347,7 +1347,7 @@ static void __init get_tce_space_from_tar(void)
  			tce_space = be64_to_cpu(readq(target));
  			tce_space = tce_space & TAR_SW_BITS;
  
@@ -26545,7 +26086,7 @@ index ca7f0d5..8996469 100644
  	CFI_ENDPROC
  
 diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
-index 3fb8d95..254dc51 100644
+index 4505e2a..ae28b0d 100644
 --- a/arch/x86/kernel/process.c
 +++ b/arch/x86/kernel/process.c
 @@ -36,7 +36,8 @@
@@ -26595,7 +26136,7 @@ index 3fb8d95..254dc51 100644
  		return;
  	__exit_idle();
  }
-@@ -327,7 +331,7 @@ bool xen_set_default_idle(void)
+@@ -324,7 +328,7 @@ bool xen_set_default_idle(void)
  	return ret;
  }
  #endif
@@ -26604,7 +26145,7 @@ index 3fb8d95..254dc51 100644
  {
  	local_irq_disable();
  	/*
-@@ -456,16 +460,37 @@ static int __init idle_setup(char *str)
+@@ -453,16 +457,37 @@ static int __init idle_setup(char *str)
  }
  early_param("idle", idle_setup);
  
@@ -26653,7 +26194,7 @@ index 3fb8d95..254dc51 100644
 +}
 +#endif
 diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
-index 0de43e9..056b840 100644
+index 7bc86bb..0ea06e8 100644
 --- a/arch/x86/kernel/process_32.c
 +++ b/arch/x86/kernel/process_32.c
 @@ -64,6 +64,7 @@ asmlinkage void ret_from_kernel_thread(void) __asm__("ret_from_kernel_thread");
@@ -26733,17 +26274,20 @@ index 0de43e9..056b840 100644
  	/*
  	 * Load the per-thread Thread-Local Storage descriptor.
  	 */
-@@ -314,6 +319,9 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+@@ -314,9 +319,9 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
  	 */
  	arch_end_context_switch(next_p);
  
+-	this_cpu_write(kernel_stack,
+-		  (unsigned long)task_stack_page(next_p) +
+-		  THREAD_SIZE - KERNEL_STACK_OFFSET);
 +	this_cpu_write(current_task, next_p);
 +	this_cpu_write(current_tinfo, &next_p->tinfo);
-+
++	this_cpu_write(kernel_stack, next->sp0);
+ 
  	/*
  	 * Restore %gs if needed (which is common)
- 	 */
-@@ -322,8 +330,6 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
+@@ -326,8 +331,6 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
  
  	switch_fpu_finish(next_p, fpu);
  
@@ -26752,13 +26296,13 @@ index 0de43e9..056b840 100644
  	return prev_p;
  }
  
-@@ -353,4 +359,3 @@ unsigned long get_wchan(struct task_struct *p)
+@@ -357,4 +360,3 @@ unsigned long get_wchan(struct task_struct *p)
  	} while (count++ < 16);
  	return 0;
  }
 -
 diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
-index 9c0280f..5bbb1c0 100644
+index 898d077..4c458ff 100644
 --- a/arch/x86/kernel/process_64.c
 +++ b/arch/x86/kernel/process_64.c
 @@ -158,10 +158,11 @@ int copy_thread(unsigned long clone_flags, unsigned long sp,
@@ -26837,29 +26381,23 @@ index 9c0280f..5bbb1c0 100644
  		ip = *(u64 *)(fp+8);
  		if (!in_sched_functions(ip))
 diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c
-index 7461f50..1334029 100644
+index 678c0ad..d309ccb 100644
 --- a/arch/x86/kernel/ptrace.c
 +++ b/arch/x86/kernel/ptrace.c
-@@ -184,14 +184,13 @@ unsigned long kernel_stack_pointer(struct pt_regs *regs)
- {
- 	unsigned long context = (unsigned long)regs & ~(THREAD_SIZE - 1);
+@@ -186,10 +186,10 @@ unsigned long kernel_stack_pointer(struct pt_regs *regs)
  	unsigned long sp = (unsigned long)&regs->sp;
--	struct thread_info *tinfo;
+ 	u32 *prev_esp;
  
 -	if (context == (sp & ~(THREAD_SIZE - 1)))
 +	if (context == ((sp + 8) & ~(THREAD_SIZE - 1)))
  		return sp;
  
--	tinfo = (struct thread_info *)context;
--	if (tinfo->previous_esp)
--		return tinfo->previous_esp;
-+	sp = *(unsigned long *)context;
-+	if (sp)
-+		return sp;
+-	prev_esp = (u32 *)(context);
++	prev_esp = *(u32 **)(context);
+ 	if (prev_esp)
+ 		return (unsigned long)prev_esp;
  
- 	return (unsigned long)regs;
- }
-@@ -588,7 +587,7 @@ static void ptrace_triggered(struct perf_event *bp,
+@@ -588,7 +588,7 @@ static void ptrace_triggered(struct perf_event *bp,
  static unsigned long ptrace_get_dr7(struct perf_event *bp[])
  {
  	int i;
@@ -26868,7 +26406,7 @@ index 7461f50..1334029 100644
  	struct arch_hw_breakpoint *info;
  
  	for (i = 0; i < HBP_NUM; i++) {
-@@ -822,7 +821,7 @@ long arch_ptrace(struct task_struct *child, long request,
+@@ -822,7 +822,7 @@ long arch_ptrace(struct task_struct *child, long request,
  		 unsigned long addr, unsigned long data)
  {
  	int ret;
@@ -26877,7 +26415,7 @@ index 7461f50..1334029 100644
  
  	switch (request) {
  	/* read the word at location addr in the USER area. */
-@@ -907,14 +906,14 @@ long arch_ptrace(struct task_struct *child, long request,
+@@ -907,14 +907,14 @@ long arch_ptrace(struct task_struct *child, long request,
  		if ((int) addr < 0)
  			return -EIO;
  		ret = do_get_thread_area(child, addr,
@@ -26894,7 +26432,7 @@ index 7461f50..1334029 100644
  		break;
  #endif
  
-@@ -1292,7 +1291,7 @@ long compat_arch_ptrace(struct task_struct *child, compat_long_t request,
+@@ -1292,7 +1292,7 @@ long compat_arch_ptrace(struct task_struct *child, compat_long_t request,
  
  #ifdef CONFIG_X86_64
  
@@ -26903,7 +26441,7 @@ index 7461f50..1334029 100644
  	[REGSET_GENERAL] = {
  		.core_note_type = NT_PRSTATUS,
  		.n = sizeof(struct user_regs_struct) / sizeof(long),
-@@ -1333,7 +1332,7 @@ static const struct user_regset_view user_x86_64_view = {
+@@ -1333,7 +1333,7 @@ static const struct user_regset_view user_x86_64_view = {
  #endif	/* CONFIG_X86_64 */
  
  #if defined CONFIG_X86_32 || defined CONFIG_IA32_EMULATION
@@ -26912,7 +26450,7 @@ index 7461f50..1334029 100644
  	[REGSET_GENERAL] = {
  		.core_note_type = NT_PRSTATUS,
  		.n = sizeof(struct user_regs_struct32) / sizeof(u32),
-@@ -1386,7 +1385,7 @@ static const struct user_regset_view user_x86_32_view = {
+@@ -1386,7 +1386,7 @@ static const struct user_regset_view user_x86_32_view = {
   */
  u64 xstate_fx_sw_bytes[USER_XSTATE_FX_SW_WORDS];
  
@@ -26921,7 +26459,7 @@ index 7461f50..1334029 100644
  {
  #ifdef CONFIG_X86_64
  	x86_64_regsets[REGSET_XSTATE].n = size / sizeof(u64);
-@@ -1421,7 +1420,7 @@ static void fill_sigtrap_info(struct task_struct *tsk,
+@@ -1421,7 +1421,7 @@ static void fill_sigtrap_info(struct task_struct *tsk,
  	memset(info, 0, sizeof(*info));
  	info->si_signo = SIGTRAP;
  	info->si_code = si_code;
@@ -26930,7 +26468,7 @@ index 7461f50..1334029 100644
  }
  
  void user_single_step_siginfo(struct task_struct *tsk,
-@@ -1450,6 +1449,10 @@ void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs,
+@@ -1450,6 +1450,10 @@ void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs,
  # define IS_IA32	0
  #endif
  
@@ -26941,7 +26479,7 @@ index 7461f50..1334029 100644
  /*
   * We must return the syscall number to actually look up in the table.
   * This can be -1L to skip running any syscall at all.
-@@ -1460,6 +1463,11 @@ long syscall_trace_enter(struct pt_regs *regs)
+@@ -1460,6 +1464,11 @@ long syscall_trace_enter(struct pt_regs *regs)
  
  	user_exit();
  
@@ -26953,7 +26491,7 @@ index 7461f50..1334029 100644
  	/*
  	 * If we stepped into a sysenter/syscall insn, it trapped in
  	 * kernel mode; do_debug() cleared TF and set TIF_SINGLESTEP.
-@@ -1515,6 +1523,11 @@ void syscall_trace_leave(struct pt_regs *regs)
+@@ -1515,6 +1524,11 @@ void syscall_trace_leave(struct pt_regs *regs)
  	 */
  	user_exit();
  
@@ -26998,7 +26536,7 @@ index 2f355d2..e75ed0a 100644
  
  	return ret;
 diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
-index c752cb4..866c432 100644
+index 52b1157..c6e67c4 100644
 --- a/arch/x86/kernel/reboot.c
 +++ b/arch/x86/kernel/reboot.c
 @@ -68,6 +68,11 @@ static int __init set_bios_reboot(const struct dmi_system_id *d)
@@ -27044,16 +26582,16 @@ index c752cb4..866c432 100644
  		     "rm" (real_mode_header->machine_real_restart_asm),
  		     "a" (type));
  #else
-@@ -470,7 +497,7 @@ void __attribute__((weak)) mach_reboot_fixups(void)
-  * try to force a triple fault and then cycle between hitting the keyboard
-  * controller and doing that
+@@ -486,7 +513,7 @@ void __attribute__((weak)) mach_reboot_fixups(void)
+  * This means that this function can never return, it can misbehave
+  * by not rebooting properly and hanging.
   */
 -static void native_machine_emergency_restart(void)
 +static void __noreturn native_machine_emergency_restart(void)
  {
  	int i;
  	int attempt = 0;
-@@ -593,13 +620,13 @@ void native_machine_shutdown(void)
+@@ -610,13 +637,13 @@ void native_machine_shutdown(void)
  #endif
  }
  
@@ -27069,7 +26607,7 @@ index c752cb4..866c432 100644
  {
  	pr_notice("machine restart\n");
  
-@@ -608,7 +635,7 @@ static void native_machine_restart(char *__unused)
+@@ -625,7 +652,7 @@ static void native_machine_restart(char *__unused)
  	__machine_emergency_restart(0);
  }
  
@@ -27078,7 +26616,7 @@ index c752cb4..866c432 100644
  {
  	/* Stop other cpus and apics */
  	machine_shutdown();
-@@ -618,7 +645,7 @@ static void native_machine_halt(void)
+@@ -635,7 +662,7 @@ static void native_machine_halt(void)
  	stop_this_cpu(NULL);
  }
  
@@ -27087,7 +26625,7 @@ index c752cb4..866c432 100644
  {
  	if (pm_power_off) {
  		if (!reboot_force)
-@@ -627,9 +654,10 @@ static void native_machine_power_off(void)
+@@ -644,9 +671,10 @@ static void native_machine_power_off(void)
  	}
  	/* A fallback in case there is no PM info available */
  	tboot_shutdown(TB_SHUTDOWN_HALT);
@@ -27127,7 +26665,7 @@ index 3fd2c69..a444264 100644
  identity_mapped:
  	/* set return address to 0 if not preserving context */
 diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
-index ce72964..be8aea7 100644
+index 09c76d2..7f33fc2 100644
 --- a/arch/x86/kernel/setup.c
 +++ b/arch/x86/kernel/setup.c
 @@ -110,6 +110,7 @@
@@ -27223,7 +26761,7 @@ index ce72964..be8aea7 100644
  
  	early_reserve_initrd();
  
-@@ -947,14 +990,14 @@ void __init setup_arch(char **cmdline_p)
+@@ -946,14 +989,14 @@ void __init setup_arch(char **cmdline_p)
  
  	if (!boot_params.hdr.root_flags)
  		root_mountflags &= ~MS_RDONLY;
@@ -27398,7 +26936,7 @@ index 9e5de68..16c53cb 100644
  }
  
 diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c
-index 7c3a5a6..f0a8961 100644
+index be8e1bd..a3d93fa 100644
 --- a/arch/x86/kernel/smp.c
 +++ b/arch/x86/kernel/smp.c
 @@ -341,7 +341,7 @@ static int __init nonmi_ipi_setup(char *str)
@@ -27411,10 +26949,10 @@ index 7c3a5a6..f0a8961 100644
  	.smp_prepare_cpus	= native_smp_prepare_cpus,
  	.smp_cpus_done		= native_smp_cpus_done,
 diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
-index a32da80..041a4ff 100644
+index ae2fd975..c0c8d10 100644
 --- a/arch/x86/kernel/smpboot.c
 +++ b/arch/x86/kernel/smpboot.c
-@@ -229,14 +229,17 @@ static void notrace start_secondary(void *unused)
+@@ -230,14 +230,17 @@ static void notrace start_secondary(void *unused)
  
  	enable_start_cpu0 = 0;
  
@@ -27436,7 +26974,7 @@ index a32da80..041a4ff 100644
  	/*
  	 * Check TSC synchronization with the BP:
  	 */
-@@ -749,8 +752,9 @@ static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle)
+@@ -757,8 +760,9 @@ static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle)
  	alternatives_enable_smp();
  
  	idle->thread.sp = (unsigned long) (((struct pt_regs *)
@@ -27447,24 +26985,21 @@ index a32da80..041a4ff 100644
  
  #ifdef CONFIG_X86_32
  	/* Stack for startup_32 can be just as for start_secondary onwards */
-@@ -758,11 +762,13 @@ static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle)
- #else
+@@ -767,10 +771,10 @@ static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle)
  	clear_tsk_thread_flag(idle, TIF_FORK);
  	initial_gs = per_cpu_offset(cpu);
+ #endif
 -	per_cpu(kernel_stack, cpu) =
 -		(unsigned long)task_stack_page(idle) -
 -		KERNEL_STACK_OFFSET + THREAD_SIZE;
 +	per_cpu(kernel_stack, cpu) = (unsigned long)task_stack_page(idle) - 16 + THREAD_SIZE;
- #endif
-+
 +	pax_open_kernel();
  	early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu);
 +	pax_close_kernel();
-+
  	initial_code = (unsigned long)start_secondary;
  	stack_start  = idle->thread.sp;
  
-@@ -911,6 +917,15 @@ int native_cpu_up(unsigned int cpu, struct task_struct *tidle)
+@@ -916,6 +920,15 @@ int native_cpu_up(unsigned int cpu, struct task_struct *tidle)
  	/* the FPU context is blank, nobody can own it */
  	__cpu_disable_lazy_restore(cpu);
  
@@ -27479,7 +27014,7 @@ index a32da80..041a4ff 100644
 +
  	err = do_boot_cpu(apicid, cpu, tidle);
  	if (err) {
- 		pr_debug("do_boot_cpu failed %d\n", err);
+ 		pr_err("do_boot_cpu failed(%d) to wakeup CPU#%u\n", err, cpu);
 diff --git a/arch/x86/kernel/step.c b/arch/x86/kernel/step.c
 index 9b4d51d..5d28b58 100644
 --- a/arch/x86/kernel/step.c
@@ -27859,7 +27394,7 @@ index 91a4496..bb87552 100644
  
  #ifdef CONFIG_DEBUG_FS
 diff --git a/arch/x86/kernel/time.c b/arch/x86/kernel/time.c
-index 24d3c91..d06b473 100644
+index bf7ef5c..59d0ac9 100644
 --- a/arch/x86/kernel/time.c
 +++ b/arch/x86/kernel/time.c
 @@ -30,9 +30,9 @@ unsigned long profile_pc(struct pt_regs *regs)
@@ -27936,7 +27471,7 @@ index 1c113db..287b42e 100644
  static int trace_irq_vector_refcount;
  static DEFINE_MUTEX(irq_vector_mutex);
 diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c
-index 57409f6..b505597 100644
+index f73b5d4..0adcc9a 100644
 --- a/arch/x86/kernel/traps.c
 +++ b/arch/x86/kernel/traps.c
 @@ -66,7 +66,7 @@
@@ -28109,7 +27644,7 @@ index 57409f6..b505597 100644
  		if (!fixup_exception(regs)) {
  			task->thread.error_code = error_code;
 diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c
-index cfbe99f..a6e8fa7 100644
+index 57e5ce1..20b0040 100644
 --- a/arch/x86/kernel/tsc.c
 +++ b/arch/x86/kernel/tsc.c
 @@ -150,7 +150,7 @@ static void cyc2ns_write_end(int cpu, struct cyc2ns_data *data)
@@ -28224,7 +27759,7 @@ index e8edcf5..27f9344 100644
  		goto cannot_handle;
  	if ((segoffs >> 16) == BIOSSEG)
 diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S
-index da6b35a..977e9cf 100644
+index 49edf2d..c0d1362 100644
 --- a/arch/x86/kernel/vmlinux.lds.S
 +++ b/arch/x86/kernel/vmlinux.lds.S
 @@ -26,6 +26,13 @@
@@ -28369,8 +27904,8 @@ index da6b35a..977e9cf 100644
  
  		PAGE_ALIGNED_DATA(PAGE_SIZE)
  
-@@ -172,12 +230,19 @@ SECTIONS
- #endif /* CONFIG_X86_64 */
+@@ -174,12 +232,19 @@ SECTIONS
+        . = ALIGN(__vvar_page + PAGE_SIZE, PAGE_SIZE);
  
  	/* Init code and data - will be freed after init */
 -	. = ALIGN(PAGE_SIZE);
@@ -28392,7 +27927,7 @@ index da6b35a..977e9cf 100644
  	/*
  	 * percpu offsets are zero-based on SMP.  PERCPU_VADDR() changes the
  	 * output PHDR, so the next output section - .init.text - should
-@@ -186,12 +251,27 @@ SECTIONS
+@@ -188,12 +253,27 @@ SECTIONS
  	PERCPU_VADDR(INTERNODE_CACHE_BYTES, 0, :percpu)
  #endif
  
@@ -28425,7 +27960,7 @@ index da6b35a..977e9cf 100644
  
  	.x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) {
  		__x86_cpu_dev_start = .;
-@@ -262,19 +342,12 @@ SECTIONS
+@@ -264,19 +344,12 @@ SECTIONS
  	}
  
  	. = ALIGN(8);
@@ -28446,7 +27981,7 @@ index da6b35a..977e9cf 100644
  	PERCPU_SECTION(INTERNODE_CACHE_BYTES)
  #endif
  
-@@ -293,16 +366,10 @@ SECTIONS
+@@ -295,16 +368,10 @@ SECTIONS
  	.smp_locks : AT(ADDR(.smp_locks) - LOAD_OFFSET) {
  		__smp_locks = .;
  		*(.smp_locks)
@@ -28464,7 +27999,7 @@ index da6b35a..977e9cf 100644
  	/* BSS */
  	. = ALIGN(PAGE_SIZE);
  	.bss : AT(ADDR(.bss) - LOAD_OFFSET) {
-@@ -318,6 +385,7 @@ SECTIONS
+@@ -320,6 +387,7 @@ SECTIONS
  		__brk_base = .;
  		. += 64 * 1024;		/* 64k alignment slop space */
  		*(.brk_reservation)	/* areas brk users have reserved */
@@ -28472,7 +28007,7 @@ index da6b35a..977e9cf 100644
  		__brk_limit = .;
  	}
  
-@@ -344,13 +412,12 @@ SECTIONS
+@@ -346,13 +414,12 @@ SECTIONS
   * for the boot processor.
   */
  #define INIT_PER_CPU(x) init_per_cpu__##x = x + __per_cpu_load
@@ -28488,12 +28023,12 @@ index da6b35a..977e9cf 100644
  
  #ifdef CONFIG_SMP
 diff --git a/arch/x86/kernel/vsyscall_64.c b/arch/x86/kernel/vsyscall_64.c
-index 1f96f93..6f29be7 100644
+index 8b3b3eb..9395aa9 100644
 --- a/arch/x86/kernel/vsyscall_64.c
 +++ b/arch/x86/kernel/vsyscall_64.c
-@@ -56,15 +56,13 @@
+@@ -54,15 +54,13 @@
+ 
  DEFINE_VVAR(int, vgetcpu_mode);
- DEFINE_VVAR(struct vsyscall_gtod_data, vsyscall_gtod_data);
  
 -static enum { EMULATE, NATIVE, NONE } vsyscall_mode = EMULATE;
 +static enum { EMULATE, NONE } vsyscall_mode = EMULATE;
@@ -28508,16 +28043,7 @@ index 1f96f93..6f29be7 100644
  		else if (!strcmp("none", str))
  			vsyscall_mode = NONE;
  		else
-@@ -101,7 +99,7 @@ void update_vsyscall(struct timekeeper *tk)
- 	vdata->monotonic_time_sec	= tk->xtime_sec
- 					+ tk->wall_to_monotonic.tv_sec;
- 	vdata->monotonic_time_snsec	= tk->xtime_nsec
--					+ (tk->wall_to_monotonic.tv_nsec
-+					+ ((u64)tk->wall_to_monotonic.tv_nsec
- 						<< tk->shift);
- 	while (vdata->monotonic_time_snsec >=
- 					(((u64)NSEC_PER_SEC) << tk->shift)) {
-@@ -323,8 +321,7 @@ do_ret:
+@@ -279,8 +277,7 @@ do_ret:
  	return true;
  
  sigsegv:
@@ -28527,8 +28053,8 @@ index 1f96f93..6f29be7 100644
  }
  
  /*
-@@ -377,10 +374,7 @@ void __init map_vsyscall(void)
- 	extern char __vvar_page;
+@@ -332,10 +329,7 @@ void __init map_vsyscall(void)
+ 	unsigned long physaddr_vsyscall = __pa_symbol(&__vsyscall_page);
  	unsigned long physaddr_vvar_page = __pa_symbol(&__vvar_page);
  
 -	__set_fixmap(VSYSCALL_FIRST_PAGE, physaddr_vsyscall,
@@ -28643,10 +28169,10 @@ index a4b451c..8dfe1ad 100644
  		if ((unsigned long)buf % 64 || fx_only) {
  			u64 init_bv = pcntxt_mask & ~XSTATE_FPSSE;
 diff --git a/arch/x86/kvm/cpuid.c b/arch/x86/kvm/cpuid.c
-index c697625..a032162 100644
+index f47a104..5ce59a8 100644
 --- a/arch/x86/kvm/cpuid.c
 +++ b/arch/x86/kvm/cpuid.c
-@@ -156,15 +156,20 @@ int kvm_vcpu_ioctl_set_cpuid2(struct kvm_vcpu *vcpu,
+@@ -166,15 +166,20 @@ int kvm_vcpu_ioctl_set_cpuid2(struct kvm_vcpu *vcpu,
  			      struct kvm_cpuid2 *cpuid,
  			      struct kvm_cpuid_entry2 __user *entries)
  {
@@ -28670,7 +28196,7 @@ index c697625..a032162 100644
  	vcpu->arch.cpuid_nent = cpuid->nent;
  	kvm_apic_set_version(vcpu);
  	kvm_x86_ops->cpuid_update(vcpu);
-@@ -179,15 +184,19 @@ int kvm_vcpu_ioctl_get_cpuid2(struct kvm_vcpu *vcpu,
+@@ -189,15 +194,19 @@ int kvm_vcpu_ioctl_get_cpuid2(struct kvm_vcpu *vcpu,
  			      struct kvm_cpuid2 *cpuid,
  			      struct kvm_cpuid_entry2 __user *entries)
  {
@@ -28707,7 +28233,7 @@ index 9736529..ab4f54c 100644
  #define APIC_LVT_NUM			6
  /* 14 is the version for Xeon and Pentium 8.4.8*/
 diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h
-index cba218a..1cc1bed 100644
+index 123efd3..ad7726e 100644
 --- a/arch/x86/kvm/paging_tmpl.h
 +++ b/arch/x86/kvm/paging_tmpl.h
 @@ -331,7 +331,7 @@ retry_walk:
@@ -28720,10 +28246,10 @@ index cba218a..1cc1bed 100644
  			goto error;
  		walker->ptep_user[walker->level - 1] = ptep_user;
 diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
-index 2de1bc0..22251ee 100644
+index 7f4f9c2..67b1db0 100644
 --- a/arch/x86/kvm/svm.c
 +++ b/arch/x86/kvm/svm.c
-@@ -3508,7 +3508,11 @@ static void reload_tss(struct kvm_vcpu *vcpu)
+@@ -3535,7 +3535,11 @@ static void reload_tss(struct kvm_vcpu *vcpu)
  	int cpu = raw_smp_processor_id();
  
  	struct svm_cpu_data *sd = per_cpu(svm_data, cpu);
@@ -28735,7 +28261,7 @@ index 2de1bc0..22251ee 100644
  	load_TR_desc();
  }
  
-@@ -3911,6 +3915,10 @@ static void svm_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -3936,6 +3940,10 @@ static void svm_vcpu_run(struct kvm_vcpu *vcpu)
  #endif
  #endif
  
@@ -28747,10 +28273,10 @@ index 2de1bc0..22251ee 100644
  
  	local_irq_disable();
 diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
-index 3927528..fc19971 100644
+index 138ceff..2e584f0 100644
 --- a/arch/x86/kvm/vmx.c
 +++ b/arch/x86/kvm/vmx.c
-@@ -1320,12 +1320,12 @@ static void vmcs_write64(unsigned long field, u64 value)
+@@ -1339,12 +1339,12 @@ static void vmcs_write64(unsigned long field, u64 value)
  #endif
  }
  
@@ -28765,7 +28291,7 @@ index 3927528..fc19971 100644
  {
  	vmcs_writel(field, vmcs_readl(field) | mask);
  }
-@@ -1585,7 +1585,11 @@ static void reload_tss(void)
+@@ -1604,7 +1604,11 @@ static void reload_tss(void)
  	struct desc_struct *descs;
  
  	descs = (void *)gdt->address;
@@ -28777,7 +28303,7 @@ index 3927528..fc19971 100644
  	load_TR_desc();
  }
  
-@@ -1809,6 +1813,10 @@ static void vmx_vcpu_load(struct kvm_vcpu *vcpu, int cpu)
+@@ -1832,6 +1836,10 @@ static void vmx_vcpu_load(struct kvm_vcpu *vcpu, int cpu)
  		vmcs_writel(HOST_TR_BASE, kvm_read_tr_base()); /* 22.2.4 */
  		vmcs_writel(HOST_GDTR_BASE, gdt->address);   /* 22.2.4 */
  
@@ -28788,7 +28314,7 @@ index 3927528..fc19971 100644
  		rdmsrl(MSR_IA32_SYSENTER_ESP, sysenter_esp);
  		vmcs_writel(HOST_IA32_SYSENTER_ESP, sysenter_esp); /* 22.2.3 */
  		vmx->loaded_vmcs->cpu = cpu;
-@@ -2098,7 +2106,7 @@ static void setup_msrs(struct vcpu_vmx *vmx)
+@@ -2121,7 +2129,7 @@ static void setup_msrs(struct vcpu_vmx *vmx)
   * reads and returns guest's timestamp counter "register"
   * guest_tsc = host_tsc + tsc_offset    -- 21.3
   */
@@ -28797,7 +28323,7 @@ index 3927528..fc19971 100644
  {
  	u64 host_tsc, tsc_offset;
  
-@@ -3024,8 +3032,11 @@ static __init int hardware_setup(void)
+@@ -3093,8 +3101,11 @@ static __init int hardware_setup(void)
  	if (!cpu_has_vmx_flexpriority())
  		flexpriority_enabled = 0;
  
@@ -28811,7 +28337,7 @@ index 3927528..fc19971 100644
  
  	if (enable_ept && !cpu_has_vmx_ept_2m_page())
  		kvm_disable_largepages();
-@@ -3036,13 +3047,15 @@ static __init int hardware_setup(void)
+@@ -3105,13 +3116,15 @@ static __init int hardware_setup(void)
  	if (!cpu_has_vmx_apicv())
  		enable_apicv = 0;
  
@@ -28831,7 +28357,7 @@ index 3927528..fc19971 100644
  
  	if (nested)
  		nested_vmx_setup_ctls_msrs();
-@@ -4165,7 +4178,10 @@ static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
+@@ -4235,7 +4248,10 @@ static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
  
  	vmcs_writel(HOST_CR0, read_cr0() & ~X86_CR0_TS);  /* 22.2.3 */
  	vmcs_writel(HOST_CR4, read_cr4());  /* 22.2.3, 22.2.5 */
@@ -28842,7 +28368,7 @@ index 3927528..fc19971 100644
  
  	vmcs_write16(HOST_CS_SELECTOR, __KERNEL_CS);  /* 22.2.4 */
  #ifdef CONFIG_X86_64
-@@ -4187,7 +4203,7 @@ static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
+@@ -4257,7 +4273,7 @@ static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
  	vmcs_writel(HOST_IDTR_BASE, dt.address);   /* 22.2.4 */
  	vmx->host_idt_base = dt.address;
  
@@ -28851,7 +28377,7 @@ index 3927528..fc19971 100644
  
  	rdmsr(MSR_IA32_SYSENTER_CS, low32, high32);
  	vmcs_write32(HOST_IA32_SYSENTER_CS, low32);
-@@ -7265,6 +7281,12 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -7333,6 +7349,12 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
  		"jmp 2f \n\t"
  		"1: " __ex(ASM_VMX_VMRESUME) "\n\t"
  		"2: "
@@ -28864,7 +28390,7 @@ index 3927528..fc19971 100644
  		/* Save guest registers, load host registers, keep flags */
  		"mov %0, %c[wordsize](%%" _ASM_SP ") \n\t"
  		"pop %0 \n\t"
-@@ -7317,6 +7339,11 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -7385,6 +7407,11 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
  #endif
  		[cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2)),
  		[wordsize]"i"(sizeof(ulong))
@@ -28876,7 +28402,7 @@ index 3927528..fc19971 100644
  	      : "cc", "memory"
  #ifdef CONFIG_X86_64
  		, "rax", "rbx", "rdi", "rsi"
-@@ -7330,7 +7357,7 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -7398,7 +7425,7 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
  	if (debugctlmsr)
  		update_debugctlmsr(debugctlmsr);
  
@@ -28885,7 +28411,7 @@ index 3927528..fc19971 100644
  	/*
  	 * The sysexit path does not restore ds/es, so we must set them to
  	 * a reasonable value ourselves.
-@@ -7339,8 +7366,18 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
+@@ -7407,8 +7434,18 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
  	 * may be executed in interrupt context, which saves and restore segments
  	 * around it, nullifying its effect.
  	 */
@@ -28907,10 +28433,10 @@ index 3927528..fc19971 100644
  
  	vcpu->arch.regs_avail = ~((1 << VCPU_REGS_RIP) | (1 << VCPU_REGS_RSP)
 diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
-index ee0c3b5..773bb94 100644
+index 20316c6..9b3dddc 100644
 --- a/arch/x86/kvm/x86.c
 +++ b/arch/x86/kvm/x86.c
-@@ -1776,8 +1776,8 @@ static int xen_hvm_config(struct kvm_vcpu *vcpu, u64 data)
+@@ -1822,8 +1822,8 @@ static int xen_hvm_config(struct kvm_vcpu *vcpu, u64 data)
  {
  	struct kvm *kvm = vcpu->kvm;
  	int lm = is_long_mode(vcpu);
@@ -28921,7 +28447,7 @@ index ee0c3b5..773bb94 100644
  	u8 blob_size = lm ? kvm->arch.xen_hvm_config.blob_size_64
  		: kvm->arch.xen_hvm_config.blob_size_32;
  	u32 page_num = data & ~PAGE_MASK;
-@@ -2688,6 +2688,8 @@ long kvm_arch_dev_ioctl(struct file *filp,
+@@ -2738,6 +2738,8 @@ long kvm_arch_dev_ioctl(struct file *filp,
  		if (n < msr_list.nmsrs)
  			goto out;
  		r = -EFAULT;
@@ -28930,7 +28456,7 @@ index ee0c3b5..773bb94 100644
  		if (copy_to_user(user_msr_list->indices, &msrs_to_save,
  				 num_msrs_to_save * sizeof(u32)))
  			goto out;
-@@ -5502,7 +5504,7 @@ static struct notifier_block pvclock_gtod_notifier = {
+@@ -5574,7 +5576,7 @@ static struct notifier_block pvclock_gtod_notifier = {
  };
  #endif
  
@@ -28940,7 +28466,7 @@ index ee0c3b5..773bb94 100644
  	int r;
  	struct kvm_x86_ops *ops = opaque;
 diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c
-index ad1fb5f..fe30b66 100644
+index aae9413..d11e829 100644
 --- a/arch/x86/lguest/boot.c
 +++ b/arch/x86/lguest/boot.c
 @@ -1206,9 +1206,10 @@ static __init int early_put_chars(u32 vtermno, const char *buf, int count)
@@ -31801,7 +31327,7 @@ index 903ec1e..c4166b2 100644
  }
  
 diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c
-index a10c8c7..35a5abb 100644
+index 8e57229..31cce89 100644
 --- a/arch/x86/mm/fault.c
 +++ b/arch/x86/mm/fault.c
 @@ -14,11 +14,18 @@
@@ -31993,15 +31519,17 @@ index a10c8c7..35a5abb 100644
  
  static void
  show_fault_oops(struct pt_regs *regs, unsigned long error_code,
-@@ -582,15 +666,27 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
+@@ -582,7 +666,7 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
  	if (!oops_may_print())
  		return;
  
 -	if (error_code & PF_INSTR) {
 +	if ((__supported_pte_mask & _PAGE_NX) && (error_code & PF_INSTR)) {
  		unsigned int level;
- 
- 		pte_t *pte = lookup_address(address, &level);
+ 		pgd_t *pgd;
+ 		pte_t *pte;
+@@ -593,9 +677,21 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
+ 		pte = lookup_address_in_pgd(pgd, address, &level);
  
  		if (pte && pte_present(*pte) && !pte_exec(*pte))
 -			printk(nx_warning, from_kuid(&init_user_ns, current_uid()));
@@ -32023,7 +31551,7 @@ index a10c8c7..35a5abb 100644
  	printk(KERN_ALERT "BUG: unable to handle kernel ");
  	if (address < PAGE_SIZE)
  		printk(KERN_CONT "NULL pointer dereference");
-@@ -771,6 +867,22 @@ __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code,
+@@ -776,6 +872,22 @@ __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code,
  				return;
  		}
  #endif
@@ -32046,7 +31574,7 @@ index a10c8c7..35a5abb 100644
  		/* Kernel addresses are always protection faults: */
  		if (address >= TASK_SIZE)
  			error_code |= PF_PROT;
-@@ -856,7 +968,7 @@ do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address,
+@@ -861,7 +973,7 @@ do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address,
  	if (fault & (VM_FAULT_HWPOISON|VM_FAULT_HWPOISON_LARGE)) {
  		printk(KERN_ERR
  	"MCE: Killing %s:%d due to hardware memory corruption fault at %lx\n",
@@ -32055,7 +31583,7 @@ index a10c8c7..35a5abb 100644
  		code = BUS_MCEERR_AR;
  	}
  #endif
-@@ -910,6 +1022,99 @@ static int spurious_fault_check(unsigned long error_code, pte_t *pte)
+@@ -915,6 +1027,99 @@ static int spurious_fault_check(unsigned long error_code, pte_t *pte)
  	return 1;
  }
  
@@ -32155,7 +31683,7 @@ index a10c8c7..35a5abb 100644
  /*
   * Handle a spurious fault caused by a stale TLB entry.
   *
-@@ -976,6 +1181,9 @@ int show_unhandled_signals = 1;
+@@ -981,6 +1186,9 @@ int show_unhandled_signals = 1;
  static inline int
  access_error(unsigned long error_code, struct vm_area_struct *vma)
  {
@@ -32165,7 +31693,7 @@ index a10c8c7..35a5abb 100644
  	if (error_code & PF_WRITE) {
  		/* write, present and write, not present: */
  		if (unlikely(!(vma->vm_flags & VM_WRITE)))
-@@ -1010,7 +1218,7 @@ static inline bool smap_violation(int error_code, struct pt_regs *regs)
+@@ -1015,7 +1223,7 @@ static inline bool smap_violation(int error_code, struct pt_regs *regs)
  	if (error_code & PF_USER)
  		return false;
  
@@ -32174,7 +31702,7 @@ index a10c8c7..35a5abb 100644
  		return false;
  
  	return true;
-@@ -1038,6 +1246,22 @@ __do_page_fault(struct pt_regs *regs, unsigned long error_code,
+@@ -1043,6 +1251,22 @@ __do_page_fault(struct pt_regs *regs, unsigned long error_code,
  	tsk = current;
  	mm = tsk->mm;
  
@@ -32197,7 +31725,7 @@ index a10c8c7..35a5abb 100644
  	/*
  	 * Detect and handle instructions that would cause a page fault for
  	 * both a tracked kernel page and a userspace page.
-@@ -1115,7 +1339,7 @@ __do_page_fault(struct pt_regs *regs, unsigned long error_code,
+@@ -1120,7 +1344,7 @@ __do_page_fault(struct pt_regs *regs, unsigned long error_code,
  	 * User-mode registers count as a user access even for any
  	 * potential system fault or CPU buglet:
  	 */
@@ -32206,7 +31734,7 @@ index a10c8c7..35a5abb 100644
  		local_irq_enable();
  		error_code |= PF_USER;
  		flags |= FAULT_FLAG_USER;
-@@ -1162,6 +1386,11 @@ retry:
+@@ -1167,6 +1391,11 @@ retry:
  		might_sleep();
  	}
  
@@ -32218,7 +31746,7 @@ index a10c8c7..35a5abb 100644
  	vma = find_vma(mm, address);
  	if (unlikely(!vma)) {
  		bad_area(regs, error_code, address);
-@@ -1173,18 +1402,24 @@ retry:
+@@ -1178,18 +1407,24 @@ retry:
  		bad_area(regs, error_code, address);
  		return;
  	}
@@ -32254,7 +31782,7 @@ index a10c8c7..35a5abb 100644
  	if (unlikely(expand_stack(vma, address))) {
  		bad_area(regs, error_code, address);
  		return;
-@@ -1296,3 +1531,292 @@ trace_do_page_fault(struct pt_regs *regs, unsigned long error_code)
+@@ -1301,3 +1536,292 @@ trace_do_page_fault(struct pt_regs *regs, unsigned long error_code)
  	exception_exit(prev_state);
  }
  #endif /* CONFIG_TRACING */
@@ -33304,7 +32832,7 @@ index 7b179b4..6bd17777 100644
  
  	return (void *)vaddr;
 diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c
-index 799580c..72f9fe0 100644
+index 597ac15..49841be 100644
 --- a/arch/x86/mm/ioremap.c
 +++ b/arch/x86/mm/ioremap.c
 @@ -97,7 +97,7 @@ static void __iomem *__ioremap_caller(resource_size_t phys_addr,
@@ -33335,7 +32863,7 @@ index 799580c..72f9fe0 100644
  		return __va(phys);
  
  	addr = (void __force *)ioremap_cache(start, PAGE_SIZE);
-@@ -322,6 +325,9 @@ void *xlate_dev_mem_ptr(unsigned long phys)
+@@ -322,13 +325,16 @@ void *xlate_dev_mem_ptr(unsigned long phys)
  void unxlate_dev_mem_ptr(unsigned long phys, void *addr)
  {
  	if (page_is_ram(phys >> PAGE_SHIFT))
@@ -33345,17 +32873,16 @@ index 799580c..72f9fe0 100644
  		return;
  
  	iounmap((void __iomem *)((unsigned long)addr & PAGE_MASK));
-@@ -339,7 +345,7 @@ static int __init early_ioremap_debug_setup(char *str)
- early_param("early_ioremap_debug", early_ioremap_debug_setup);
+ 	return;
+ }
  
- static __initdata int after_paging_init;
 -static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] __page_aligned_bss;
 +static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] __read_only __aligned(PAGE_SIZE);
  
  static inline pmd_t * __init early_ioremap_pmd(unsigned long addr)
  {
-@@ -376,8 +382,7 @@ void __init early_ioremap_init(void)
- 		slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i);
+@@ -358,8 +364,7 @@ void __init early_ioremap_init(void)
+ 	early_ioremap_setup();
  
  	pmd = early_ioremap_pmd(fix_to_virt(FIX_BTMAP_BEGIN));
 -	memset(bm_pte, 0, sizeof(bm_pte));
@@ -33365,10 +32892,10 @@ index 799580c..72f9fe0 100644
  	/*
  	 * The boot-ioremap range spans multiple pmds, for which
 diff --git a/arch/x86/mm/kmemcheck/kmemcheck.c b/arch/x86/mm/kmemcheck/kmemcheck.c
-index d87dd6d..bf3fa66 100644
+index dd89a13..d77bdcc 100644
 --- a/arch/x86/mm/kmemcheck/kmemcheck.c
 +++ b/arch/x86/mm/kmemcheck/kmemcheck.c
-@@ -622,9 +622,9 @@ bool kmemcheck_fault(struct pt_regs *regs, unsigned long address,
+@@ -628,9 +628,9 @@ bool kmemcheck_fault(struct pt_regs *regs, unsigned long address,
  	 * memory (e.g. tracked pages)? For now, we need this to avoid
  	 * invoking kmemcheck for PnP BIOS calls.
  	 */
@@ -33507,7 +33034,7 @@ index 0057a7a..95c7edd 100644
  	might_sleep();
  	if (is_enabled()) /* recheck and proper locking in *_core() */
 diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c
-index 27aa0455..0eb1406 100644
+index 1d045f9..3a00249 100644
 --- a/arch/x86/mm/numa.c
 +++ b/arch/x86/mm/numa.c
 @@ -478,7 +478,7 @@ static bool __init numa_meminfo_cover_memory(const struct numa_meminfo *mi)
@@ -33533,7 +33060,7 @@ index 461bc82..4e091a3 100644
  
  struct split_state {
 diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c
-index a348868..3c64310 100644
+index ae242a7..1c7998f 100644
 --- a/arch/x86/mm/pageattr.c
 +++ b/arch/x86/mm/pageattr.c
 @@ -262,7 +262,7 @@ static inline pgprot_t static_protections(pgprot_t prot, unsigned long address,
@@ -33580,7 +33107,7 @@ index a348868..3c64310 100644
  	prot = __pgprot(pgprot_val(prot) & ~pgprot_val(forbidden));
  
  	return prot;
-@@ -416,23 +425,37 @@ EXPORT_SYMBOL_GPL(slow_virt_to_phys);
+@@ -420,23 +429,37 @@ EXPORT_SYMBOL_GPL(slow_virt_to_phys);
  static void __set_pmd_pte(pte_t *kpte, unsigned long address, pte_t pte)
  {
  	/* change init_mm */
@@ -34010,7 +33537,7 @@ index c96314a..433b127 100644
  	paravirt_pgd_free(mm, pgd);
  	free_page((unsigned long)pgd);
 diff --git a/arch/x86/mm/pgtable_32.c b/arch/x86/mm/pgtable_32.c
-index a69bcb8..19068ab 100644
+index 4dd8cf6..f9d143e 100644
 --- a/arch/x86/mm/pgtable_32.c
 +++ b/arch/x86/mm/pgtable_32.c
 @@ -47,10 +47,13 @@ void set_pte_vaddr(unsigned long vaddr, pte_t pteval)
@@ -34255,7 +33782,7 @@ index 0149575..f746de8 100644
 +	pax_force_retaddr
  	ret
 diff --git a/arch/x86/net/bpf_jit_comp.c b/arch/x86/net/bpf_jit_comp.c
-index af2d431..3cf24f0b 100644
+index 6d5663a..f1ec380 100644
 --- a/arch/x86/net/bpf_jit_comp.c
 +++ b/arch/x86/net/bpf_jit_comp.c
 @@ -50,13 +50,90 @@ static inline u8 *emit_code(u8 *ptr, u32 bytes, unsigned int len)
@@ -34545,9 +34072,9 @@ index af2d431..3cf24f0b 100644
  		bpf_flush_icache(header, image + proglen);
 -		set_memory_ro((unsigned long)header, header->pages);
  		fp->bpf_func = (void *)image;
+ 		fp->jited = 1;
  	}
- out:
-@@ -782,10 +887,9 @@ static void bpf_jit_free_deferred(struct work_struct *work)
+@@ -783,10 +888,9 @@ static void bpf_jit_free_deferred(struct work_struct *work)
  {
  	struct sk_filter *fp = container_of(work, struct sk_filter, work);
  	unsigned long addr = (unsigned long)fp->bpf_func & PAGE_MASK;
@@ -34597,7 +34124,7 @@ index 5d04be5..2beeaa2 100644
  		if (depth)
  			dump_trace(NULL, regs, (unsigned long *)stack, 0,
 diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c
-index 6890d84..1dad1f1 100644
+index 379e8bd..6386e09 100644
 --- a/arch/x86/oprofile/nmi_int.c
 +++ b/arch/x86/oprofile/nmi_int.c
 @@ -23,6 +23,7 @@
@@ -34608,7 +34135,7 @@ index 6890d84..1dad1f1 100644
  
  #include "op_counter.h"
  #include "op_x86_model.h"
-@@ -774,8 +775,11 @@ int __init op_nmi_init(struct oprofile_operations *ops)
+@@ -785,8 +786,11 @@ int __init op_nmi_init(struct oprofile_operations *ops)
  	if (ret)
  		return ret;
  
@@ -34693,7 +34220,7 @@ index 84b9d67..260e5ff 100644
  	/* Continue with standard init */
  	return 1;
 diff --git a/arch/x86/pci/irq.c b/arch/x86/pci/irq.c
-index 372e9b8..e775a6c 100644
+index 84112f5..6334d60 100644
 --- a/arch/x86/pci/irq.c
 +++ b/arch/x86/pci/irq.c
 @@ -50,7 +50,7 @@ struct irq_router {
@@ -34705,7 +34232,7 @@ index 372e9b8..e775a6c 100644
  
  int (*pcibios_enable_irq)(struct pci_dev *dev) = pirq_enable_irq;
  void (*pcibios_disable_irq)(struct pci_dev *dev) = NULL;
-@@ -794,7 +794,7 @@ static __init int pico_router_probe(struct irq_router *r, struct pci_dev *router
+@@ -790,7 +790,7 @@ static __init int pico_router_probe(struct irq_router *r, struct pci_dev *router
  	return 0;
  }
  
@@ -34714,7 +34241,7 @@ index 372e9b8..e775a6c 100644
  	{ PCI_VENDOR_ID_INTEL, intel_router_probe },
  	{ PCI_VENDOR_ID_AL, ali_router_probe },
  	{ PCI_VENDOR_ID_ITE, ite_router_probe },
-@@ -821,7 +821,7 @@ static struct pci_dev *pirq_router_dev;
+@@ -817,7 +817,7 @@ static struct pci_dev *pirq_router_dev;
  static void __init pirq_find_router(struct irq_router *r)
  {
  	struct irq_routing_table *rt = pirq_table;
@@ -34723,7 +34250,7 @@ index 372e9b8..e775a6c 100644
  
  #ifdef CONFIG_PCI_BIOS
  	if (!rt->signature) {
-@@ -1094,7 +1094,7 @@ static int __init fix_acer_tm360_irqrouting(const struct dmi_system_id *d)
+@@ -1090,7 +1090,7 @@ static int __init fix_acer_tm360_irqrouting(const struct dmi_system_id *d)
  	return 0;
  }
  
@@ -35087,10 +34614,10 @@ index 9ee3491..872192f 100644
  
  	local_irq_restore(efi_rt_eflags);
 diff --git a/arch/x86/platform/efi/efi_64.c b/arch/x86/platform/efi/efi_64.c
-index 666b74a..673d88f 100644
+index 290d397..3906bcd 100644
 --- a/arch/x86/platform/efi/efi_64.c
 +++ b/arch/x86/platform/efi/efi_64.c
-@@ -97,6 +97,11 @@ void __init efi_call_phys_prelog(void)
+@@ -99,6 +99,11 @@ void __init efi_call_phys_prelog(void)
  		vaddress = (unsigned long)__va(pgd * PGDIR_SIZE);
  		set_pgd(pgd_offset_k(pgd * PGDIR_SIZE), *pgd_offset_k(vaddress));
  	}
@@ -35102,7 +34629,7 @@ index 666b74a..673d88f 100644
  	__flush_tlb_all();
  }
  
-@@ -114,6 +119,11 @@ void __init efi_call_phys_epilog(void)
+@@ -116,6 +121,11 @@ void __init efi_call_phys_epilog(void)
  	for (pgd = 0; pgd < n_pgds; pgd++)
  		set_pgd(pgd_offset_k(pgd * PGDIR_SIZE), save_pgd[pgd]);
  	kfree(save_pgd);
@@ -35244,18 +34771,18 @@ index fbe66e6..eae5e38 100644
  	.long 0
  efi_rt_function_ptr:
 diff --git a/arch/x86/platform/efi/efi_stub_64.S b/arch/x86/platform/efi/efi_stub_64.S
-index 88073b1..1cc2f53 100644
+index e0984ef..a062dac 100644
 --- a/arch/x86/platform/efi/efi_stub_64.S
 +++ b/arch/x86/platform/efi/efi_stub_64.S
-@@ -7,6 +7,7 @@
-  */
- 
- #include <linux/linkage.h>
+@@ -11,6 +11,7 @@
+ #include <asm/msr.h>
+ #include <asm/processor-flags.h>
+ #include <asm/page_types.h>
 +#include <asm/alternative-asm.h>
  
  #define SAVE_XMM			\
  	mov %rsp, %rax;			\
-@@ -77,6 +78,7 @@ ENTRY(efi_call0)
+@@ -81,6 +82,7 @@ ENTRY(efi_call0)
  	RESTORE_PGT
  	addq $32, %rsp
  	RESTORE_XMM
@@ -35263,7 +34790,7 @@ index 88073b1..1cc2f53 100644
  	ret
  ENDPROC(efi_call0)
  
-@@ -89,6 +91,7 @@ ENTRY(efi_call1)
+@@ -93,6 +95,7 @@ ENTRY(efi_call1)
  	RESTORE_PGT
  	addq $32, %rsp
  	RESTORE_XMM
@@ -35271,7 +34798,7 @@ index 88073b1..1cc2f53 100644
  	ret
  ENDPROC(efi_call1)
  
-@@ -101,6 +104,7 @@ ENTRY(efi_call2)
+@@ -105,6 +108,7 @@ ENTRY(efi_call2)
  	RESTORE_PGT
  	addq $32, %rsp
  	RESTORE_XMM
@@ -35279,7 +34806,7 @@ index 88073b1..1cc2f53 100644
  	ret
  ENDPROC(efi_call2)
  
-@@ -114,6 +118,7 @@ ENTRY(efi_call3)
+@@ -118,6 +122,7 @@ ENTRY(efi_call3)
  	RESTORE_PGT
  	addq $32, %rsp
  	RESTORE_XMM
@@ -35287,7 +34814,7 @@ index 88073b1..1cc2f53 100644
  	ret
  ENDPROC(efi_call3)
  
-@@ -128,6 +133,7 @@ ENTRY(efi_call4)
+@@ -132,6 +137,7 @@ ENTRY(efi_call4)
  	RESTORE_PGT
  	addq $32, %rsp
  	RESTORE_XMM
@@ -35295,7 +34822,7 @@ index 88073b1..1cc2f53 100644
  	ret
  ENDPROC(efi_call4)
  
-@@ -143,6 +149,7 @@ ENTRY(efi_call5)
+@@ -147,6 +153,7 @@ ENTRY(efi_call5)
  	RESTORE_PGT
  	addq $48, %rsp
  	RESTORE_XMM
@@ -35303,7 +34830,7 @@ index 88073b1..1cc2f53 100644
  	ret
  ENDPROC(efi_call5)
  
-@@ -161,6 +168,7 @@ ENTRY(efi_call6)
+@@ -165,6 +172,7 @@ ENTRY(efi_call6)
  	RESTORE_PGT
  	addq $48, %rsp
  	RESTORE_XMM
@@ -35509,7 +35036,7 @@ index 9e7e147..25a4158 100644
  	jmp	trampoline_start
  #endif
 diff --git a/arch/x86/tools/Makefile b/arch/x86/tools/Makefile
-index e812034..c747134 100644
+index 604a37e..e49702a 100644
 --- a/arch/x86/tools/Makefile
 +++ b/arch/x86/tools/Makefile
 @@ -37,7 +37,7 @@ $(obj)/test_get_len.o: $(srctree)/arch/x86/lib/insn.c $(srctree)/arch/x86/lib/in
@@ -35520,9 +35047,9 @@ index e812034..c747134 100644
 +HOST_EXTRACFLAGS += -I$(srctree)/tools/include -ggdb
  hostprogs-y	+= relocs
  relocs-objs     := relocs_32.o relocs_64.o relocs_common.o
- relocs: $(obj)/relocs
+ PHONY += relocs
 diff --git a/arch/x86/tools/relocs.c b/arch/x86/tools/relocs.c
-index cfbdbdb..1aa763c 100644
+index bbb1d22..e505211 100644
 --- a/arch/x86/tools/relocs.c
 +++ b/arch/x86/tools/relocs.c
 @@ -1,5 +1,7 @@
@@ -35736,6 +35263,19 @@ index cfbdbdb..1aa763c 100644
  	if (ELF_BITS == 64)
  		percpu_init();
  	if (show_absolute_syms) {
+diff --git a/arch/x86/um/mem_32.c b/arch/x86/um/mem_32.c
+index f40281e..92728c9 100644
+--- a/arch/x86/um/mem_32.c
++++ b/arch/x86/um/mem_32.c
+@@ -21,7 +21,7 @@ static int __init gate_vma_init(void)
+ 	gate_vma.vm_start = FIXADDR_USER_START;
+ 	gate_vma.vm_end = FIXADDR_USER_END;
+ 	gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
+-	gate_vma.vm_page_prot = __P101;
++	gate_vma.vm_page_prot = vm_get_page_prot(gate_vma.vm_flags);
+ 
+ 	return 0;
+ }
 diff --git a/arch/x86/um/tls_32.c b/arch/x86/um/tls_32.c
 index 80ffa5b..a33bd15 100644
 --- a/arch/x86/um/tls_32.c
@@ -35750,31 +35290,31 @@ index 80ffa5b..a33bd15 100644
  
  	return 0;
 diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
-index fd14be1..e3c79c0 100644
+index c580d12..0a0ba35 100644
 --- a/arch/x86/vdso/Makefile
 +++ b/arch/x86/vdso/Makefile
-@@ -181,7 +181,7 @@ quiet_cmd_vdso = VDSO    $@
+@@ -196,7 +196,7 @@ quiet_cmd_vdso = VDSO    $@
  		       -Wl,-T,$(filter %.lds,$^) $(filter %.o,$^) && \
  		 sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
  
--VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
-+VDSO_LDFLAGS = -fPIC -shared -Wl,--no-undefined $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
+-VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \
++VDSO_LDFLAGS = -fPIC -shared -Wl,--no-undefined $(call cc-ldoption, -Wl$(comma)--hash-style=sysv) \
+ 		$(LTO_CFLAGS)
  GCOV_PROFILE := n
  
- #
 diff --git a/arch/x86/vdso/vdso32-setup.c b/arch/x86/vdso/vdso32-setup.c
-index f1d633a..a75c5f7 100644
+index 310c5f0..766d0a7 100644
 --- a/arch/x86/vdso/vdso32-setup.c
 +++ b/arch/x86/vdso/vdso32-setup.c
-@@ -25,6 +25,7 @@
- #include <asm/tlbflush.h>
- #include <asm/vdso.h>
- #include <asm/proto.h>
+@@ -29,6 +29,7 @@
+ #include <asm/fixmap.h>
+ #include <asm/hpet.h>
+ #include <asm/vvar.h>
 +#include <asm/mman.h>
  
- enum {
- 	VDSO_DISABLED = 0,
-@@ -227,7 +228,7 @@ static inline void map_compat_vdso(int map)
+ #ifdef CONFIG_COMPAT_VDSO
+ #define VDSO_DEFAULT	0
+@@ -99,7 +100,7 @@ void syscall32_cpu_init(void)
  void enable_sep_cpu(void)
  {
  	int cpu = get_cpu();
@@ -35783,38 +35323,30 @@ index f1d633a..a75c5f7 100644
  
  	if (!boot_cpu_has(X86_FEATURE_SEP)) {
  		put_cpu();
-@@ -250,7 +251,7 @@ static int __init gate_vma_init(void)
- 	gate_vma.vm_start = FIXADDR_USER_START;
- 	gate_vma.vm_end = FIXADDR_USER_END;
- 	gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
--	gate_vma.vm_page_prot = __P101;
-+	gate_vma.vm_page_prot = vm_get_page_prot(gate_vma.vm_flags);
+@@ -167,7 +168,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
  
- 	return 0;
- }
-@@ -331,14 +332,14 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
- 	if (compat)
- 		addr = VDSO_HIGH_BASE;
- 	else {
--		addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, 0);
-+		addr = get_unmapped_area(NULL, 0, PAGE_SIZE, 0, MAP_EXECUTABLE);
- 		if (IS_ERR_VALUE(addr)) {
- 			ret = addr;
- 			goto up_fail;
- 		}
- 	}
+ 	down_write(&mm->mmap_sem);
+ 
+-	addr = get_unmapped_area(NULL, 0, vdso32_size + VDSO_OFFSET(VDSO_PREV_PAGES), 0, 0);
++	addr = get_unmapped_area(NULL, 0, vdso32_size + VDSO_OFFSET(VDSO_PREV_PAGES), 0, MAP_EXECUTABLE);
+ 	if (IS_ERR_VALUE(addr)) {
+ 		ret = addr;
+ 		goto up_fail;
+@@ -175,7 +176,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
+ 
+ 	addr += VDSO_OFFSET(VDSO_PREV_PAGES);
  
 -	current->mm->context.vdso = (void *)addr;
 +	current->mm->context.vdso = addr;
  
- 	if (compat_uses_vma || !compat) {
- 		/*
-@@ -354,11 +355,11 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
- 	}
+ 	/*
+ 	 * MAYWRITE to allow gdb to COW and set breakpoints
+@@ -224,11 +225,11 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
+ #endif
  
  	current_thread_info()->sysenter_return =
 -		VDSO32_SYMBOL(addr, SYSENTER_RETURN);
-+		(__force void __user *)VDSO32_SYMBOL(addr, SYSENTER_RETURN);
++		(void __force_user *)VDSO32_SYMBOL(addr, SYSENTER_RETURN);
  
    up_fail:
  	if (ret)
@@ -35823,7 +35355,7 @@ index f1d633a..a75c5f7 100644
  
  	up_write(&mm->mmap_sem);
  
-@@ -412,8 +413,14 @@ __initcall(ia32_binfmt_init);
+@@ -282,8 +283,14 @@ __initcall(ia32_binfmt_init);
  
  const char *arch_vma_name(struct vm_area_struct *vma)
  {
@@ -35839,29 +35371,20 @@ index f1d633a..a75c5f7 100644
  	return NULL;
  }
  
-@@ -423,7 +430,7 @@ struct vm_area_struct *get_gate_vma(struct mm_struct *mm)
- 	 * Check to see if the corresponding task was created in compat vdso
- 	 * mode.
- 	 */
--	if (mm && mm->context.vdso == (void *)VDSO_HIGH_BASE)
-+	if (mm && mm->context.vdso == VDSO_HIGH_BASE)
- 		return &gate_vma;
- 	return NULL;
- }
 diff --git a/arch/x86/vdso/vma.c b/arch/x86/vdso/vma.c
-index 431e875..cbb23f3 100644
+index 1ad1026..1a08abe 100644
 --- a/arch/x86/vdso/vma.c
 +++ b/arch/x86/vdso/vma.c
-@@ -16,8 +16,6 @@
- #include <asm/vdso.h>
+@@ -17,8 +17,6 @@
  #include <asm/page.h>
  
+ #if defined(CONFIG_X86_64)
 -unsigned int __read_mostly vdso_enabled = 1;
 -
- extern char vdso_start[], vdso_end[];
+ DECLARE_VDSO_IMAGE(vdso);
  extern unsigned short vdso_sync_cpuid;
- 
-@@ -141,7 +139,6 @@ static unsigned long vdso_addr(unsigned long start, unsigned len)
+ static unsigned vdso_size;
+@@ -144,7 +142,6 @@ static unsigned long vdso_addr(unsigned long start, unsigned len)
  	 * unaligned here as a result of stack start randomization.
  	 */
  	addr = PAGE_ALIGN(addr);
@@ -35869,7 +35392,7 @@ index 431e875..cbb23f3 100644
  
  	return addr;
  }
-@@ -154,30 +151,31 @@ static int setup_additional_pages(struct linux_binprm *bprm,
+@@ -157,30 +154,31 @@ static int setup_additional_pages(struct linux_binprm *bprm,
  				  unsigned size)
  {
  	struct mm_struct *mm = current->mm;
@@ -35910,7 +35433,7 @@ index 431e875..cbb23f3 100644
  
  up_fail:
  	up_write(&mm->mmap_sem);
-@@ -197,10 +195,3 @@ int x32_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
+@@ -200,11 +198,4 @@ int x32_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
  				      vdsox32_size);
  }
  #endif
@@ -35921,20 +35444,21 @@ index 431e875..cbb23f3 100644
 -	return 0;
 -}
 -__setup("vdso=", vdso_setup);
+ #endif
 diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
-index 01b9026..1e476df 100644
+index e88fda8..76ce7ce 100644
 --- a/arch/x86/xen/Kconfig
 +++ b/arch/x86/xen/Kconfig
 @@ -9,6 +9,7 @@ config XEN
  	select XEN_HAVE_PVMMU
- 	depends on X86_64 || (X86_32 && X86_PAE && !X86_VISWS)
+ 	depends on X86_64 || (X86_32 && X86_PAE)
  	depends on X86_TSC
 +	depends on !GRKERNSEC_CONFIG_AUTO || GRKERNSEC_CONFIG_VIRT_XEN
  	help
  	  This is the Linux Xen port.  Enabling this will allow the
  	  kernel to boot in a paravirtualized environment under the
 diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
-index 201d09a..e4723e5 100644
+index c34bfc4..e599673 100644
 --- a/arch/x86/xen/enlighten.c
 +++ b/arch/x86/xen/enlighten.c
 @@ -123,8 +123,6 @@ EXPORT_SYMBOL_GPL(xen_start_info);
@@ -36022,7 +35546,7 @@ index 201d09a..e4723e5 100644
  {
  	if (pm_power_off)
  		pm_power_off();
-@@ -1564,7 +1560,17 @@ asmlinkage void __init xen_start_kernel(void)
+@@ -1564,7 +1560,17 @@ asmlinkage __visible void __init xen_start_kernel(void)
  	__userpte_alloc_gfp &= ~__GFP_HIGHMEM;
  
  	/* Work out if we support NX */
@@ -36041,7 +35565,7 @@ index 201d09a..e4723e5 100644
  
  	/* Get mfn list */
  	xen_build_dynamic_phys_to_machine();
-@@ -1592,13 +1598,6 @@ asmlinkage void __init xen_start_kernel(void)
+@@ -1592,13 +1598,6 @@ asmlinkage __visible void __init xen_start_kernel(void)
  
  	machine_ops = xen_machine_ops;
  
@@ -36056,7 +35580,7 @@ index 201d09a..e4723e5 100644
  
  #ifdef CONFIG_ACPI_NUMA
 diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c
-index 2423ef0..4f6fb5b 100644
+index 86e02ea..e3705ca 100644
 --- a/arch/x86/xen/mmu.c
 +++ b/arch/x86/xen/mmu.c
 @@ -379,7 +379,7 @@ static pteval_t pte_mfn_to_pfn(pteval_t val)
@@ -36091,7 +35615,7 @@ index 2423ef0..4f6fb5b 100644
  		set_page_prot(level2_kernel_pgt, PAGE_KERNEL_RO);
  		set_page_prot(level2_fixmap_pgt, PAGE_KERNEL_RO);
  
-@@ -2123,6 +2130,7 @@ static void __init xen_post_allocator_init(void)
+@@ -2122,6 +2129,7 @@ static void __init xen_post_allocator_init(void)
  	pv_mmu_ops.set_pud = xen_set_pud;
  #if PAGETABLE_LEVELS == 4
  	pv_mmu_ops.set_pgd = xen_set_pgd;
@@ -36099,7 +35623,7 @@ index 2423ef0..4f6fb5b 100644
  #endif
  
  	/* This will work as long as patching hasn't happened yet
-@@ -2201,6 +2209,7 @@ static const struct pv_mmu_ops xen_mmu_ops __initconst = {
+@@ -2200,6 +2208,7 @@ static const struct pv_mmu_ops xen_mmu_ops __initconst = {
  	.pud_val = PV_CALLEE_SAVE(xen_pud_val),
  	.make_pud = PV_CALLEE_SAVE(xen_make_pud),
  	.set_pgd = xen_set_pgd_hyper,
@@ -36108,7 +35632,7 @@ index 2423ef0..4f6fb5b 100644
  	.alloc_pud = xen_alloc_pmd_init,
  	.release_pud = xen_release_pmd_init,
 diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
-index a18eadd..2e2f10e 100644
+index 7005974..54fb05f 100644
 --- a/arch/x86/xen/smp.c
 +++ b/arch/x86/xen/smp.c
 @@ -283,17 +283,13 @@ static void __init xen_smp_prepare_boot_cpu(void)
@@ -36151,7 +35675,7 @@ index a18eadd..2e2f10e 100644
  		ctxt->user_regs.ss = __KERNEL_DS;
  
  		xen_copy_trap_info(ctxt->trap_ctxt);
-@@ -437,13 +433,12 @@ static int xen_cpu_up(unsigned int cpu, struct task_struct *idle)
+@@ -437,14 +433,13 @@ static int xen_cpu_up(unsigned int cpu, struct task_struct *idle)
  	int rc;
  
  	per_cpu(current_task, cpu) = idle;
@@ -36160,14 +35684,15 @@ index a18eadd..2e2f10e 100644
  	irq_ctx_init(cpu);
  #else
  	clear_tsk_thread_flag(idle, TIF_FORK);
+ #endif
 -	per_cpu(kernel_stack, cpu) =
 -		(unsigned long)task_stack_page(idle) -
 -		KERNEL_STACK_OFFSET + THREAD_SIZE;
 +	per_cpu(kernel_stack, cpu) = (unsigned long)task_stack_page(idle) - 16 + THREAD_SIZE;
- #endif
+ 
  	xen_setup_runstate_info(cpu);
  	xen_setup_timer(cpu);
-@@ -719,7 +714,7 @@ static const struct smp_ops xen_smp_ops __initconst = {
+@@ -720,7 +715,7 @@ static const struct smp_ops xen_smp_ops __initconst = {
  
  void __init xen_smp_init(void)
  {
@@ -36177,30 +35702,18 @@ index a18eadd..2e2f10e 100644
  }
  
 diff --git a/arch/x86/xen/xen-asm_32.S b/arch/x86/xen/xen-asm_32.S
-index 33ca6e4..0ded929 100644
+index fd92a64..1f72641 100644
 --- a/arch/x86/xen/xen-asm_32.S
 +++ b/arch/x86/xen/xen-asm_32.S
-@@ -84,14 +84,14 @@ ENTRY(xen_iret)
- 	ESP_OFFSET=4	# bytes pushed onto stack
- 
- 	/*
--	 * Store vcpu_info pointer for easy access.  Do it this way to
--	 * avoid having to reload %fs
-+	 * Store vcpu_info pointer for easy access.
- 	 */
- #ifdef CONFIG_SMP
--	GET_THREAD_INFO(%eax)
--	movl %ss:TI_cpu(%eax), %eax
--	movl %ss:__per_cpu_offset(,%eax,4), %eax
--	mov %ss:xen_vcpu(%eax), %eax
-+	push %fs
-+	mov $(__KERNEL_PERCPU), %eax
-+	mov %eax, %fs
+@@ -99,7 +99,7 @@ ENTRY(xen_iret)
+ 	pushw %fs
+ 	movl $(__KERNEL_PERCPU), %eax
+ 	movl %eax, %fs
+-	movl %fs:xen_vcpu, %eax
 +	mov PER_CPU_VAR(xen_vcpu), %eax
-+	pop %fs
+ 	POP_FS
  #else
  	movl %ss:xen_vcpu, %eax
- #endif
 diff --git a/arch/x86/xen/xen-head.S b/arch/x86/xen/xen-head.S
 index 485b695..fda3e7c 100644
 --- a/arch/x86/xen/xen-head.S
@@ -36298,10 +35811,10 @@ index af00795..2bb8105 100644
  #define XCHAL_ICACHE_SIZE		32768	/* I-cache size in bytes or 0 */
  #define XCHAL_DCACHE_SIZE		32768	/* D-cache size in bytes or 0 */
 diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
-index 4e491d9..c8e18e4 100644
+index 1039fb9..d7c0d9a 100644
 --- a/block/blk-cgroup.c
 +++ b/block/blk-cgroup.c
-@@ -812,7 +812,7 @@ static void blkcg_css_free(struct cgroup_subsys_state *css)
+@@ -825,7 +825,7 @@ static void blkcg_css_free(struct cgroup_subsys_state *css)
  static struct cgroup_subsys_state *
  blkcg_css_alloc(struct cgroup_subsys_state *parent_css)
  {
@@ -36310,7 +35823,7 @@ index 4e491d9..c8e18e4 100644
  	struct blkcg *blkcg;
  
  	if (!parent_css) {
-@@ -826,7 +826,7 @@ blkcg_css_alloc(struct cgroup_subsys_state *parent_css)
+@@ -839,7 +839,7 @@ blkcg_css_alloc(struct cgroup_subsys_state *parent_css)
  
  	blkcg->cfq_weight = CFQ_WEIGHT_DEFAULT;
  	blkcg->cfq_leaf_weight = CFQ_WEIGHT_DEFAULT;
@@ -36320,10 +35833,10 @@ index 4e491d9..c8e18e4 100644
  	spin_lock_init(&blkcg->lock);
  	INIT_RADIX_TREE(&blkcg->blkg_tree, GFP_ATOMIC);
 diff --git a/block/blk-iopoll.c b/block/blk-iopoll.c
-index 1855bf5..af12b06 100644
+index c11d24e..e915d24 100644
 --- a/block/blk-iopoll.c
 +++ b/block/blk-iopoll.c
-@@ -77,7 +77,7 @@ void blk_iopoll_complete(struct blk_iopoll *iopoll)
+@@ -74,7 +74,7 @@ void blk_iopoll_complete(struct blk_iopoll *iopoll)
  }
  EXPORT_SYMBOL(blk_iopoll_complete);
  
@@ -36333,7 +35846,7 @@ index 1855bf5..af12b06 100644
  	struct list_head *list = this_cpu_ptr(&blk_cpu_iopoll);
  	int rearm = 0, budget = blk_iopoll_budget;
 diff --git a/block/blk-map.c b/block/blk-map.c
-index ae4ae10..c470b8d 100644
+index f7b22bc..ec2ddf4 100644
 --- a/block/blk-map.c
 +++ b/block/blk-map.c
 @@ -302,7 +302,7 @@ int blk_rq_map_kern(struct request_queue *q, struct request *rq, void *kbuf,
@@ -36346,7 +35859,7 @@ index ae4ae10..c470b8d 100644
  		bio = bio_copy_kern(q, kbuf, len, gfp_mask, reading);
  	else
 diff --git a/block/blk-softirq.c b/block/blk-softirq.c
-index 57790c1..5e988dd 100644
+index 53b1737..08177d2e 100644
 --- a/block/blk-softirq.c
 +++ b/block/blk-softirq.c
 @@ -18,7 +18,7 @@ static DEFINE_PER_CPU(struct list_head, blk_cpu_done);
@@ -36568,7 +36081,7 @@ index 309d345..1632720 100644
  		kobject_uevent(&pinst->kobj, KOBJ_ADD);
  
 diff --git a/drivers/acpi/acpica/hwxfsleep.c b/drivers/acpi/acpica/hwxfsleep.c
-index 15dddc1..b61cf0c 100644
+index 6921c7f..78e1af7 100644
 --- a/drivers/acpi/acpica/hwxfsleep.c
 +++ b/drivers/acpi/acpica/hwxfsleep.c
 @@ -63,11 +63,12 @@ static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id);
@@ -36692,10 +36205,10 @@ index 3dca36d..abaf070 100644
  
  	if (!pr->flags.power_setup_done)
 diff --git a/drivers/acpi/sysfs.c b/drivers/acpi/sysfs.c
-index 91a32ce..d77fcaf 100644
+index 38cb978..352c761 100644
 --- a/drivers/acpi/sysfs.c
 +++ b/drivers/acpi/sysfs.c
-@@ -425,11 +425,11 @@ static u32 num_counters;
+@@ -423,11 +423,11 @@ static u32 num_counters;
  static struct attribute **all_attrs;
  static u32 acpi_gpe_count;
  
@@ -36710,10 +36223,10 @@ index 91a32ce..d77fcaf 100644
  static void delete_gpe_attr_array(void)
  {
 diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
-index 36605ab..6ef6d4b 100644
+index b986145..82bddb8 100644
 --- a/drivers/ata/libahci.c
 +++ b/drivers/ata/libahci.c
-@@ -1239,7 +1239,7 @@ int ahci_kick_engine(struct ata_port *ap)
+@@ -1252,7 +1252,7 @@ int ahci_kick_engine(struct ata_port *ap)
  }
  EXPORT_SYMBOL_GPL(ahci_kick_engine);
  
@@ -36723,7 +36236,7 @@ index 36605ab..6ef6d4b 100644
  				unsigned long timeout_msec)
  {
 diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
-index 62fda16..8063873 100644
+index 18d97d5..be690af 100644
 --- a/drivers/ata/libata-core.c
 +++ b/drivers/ata/libata-core.c
 @@ -98,7 +98,7 @@ static unsigned int ata_dev_set_xfermode(struct ata_device *dev);
@@ -36753,7 +36266,7 @@ index 62fda16..8063873 100644
  	WARN_ON_ONCE(!(qc->flags & ATA_QCFLAG_ACTIVE));
  	ap = qc->ap;
  	link = qc->dev->link;
-@@ -5993,6 +5993,7 @@ static void ata_finalize_port_ops(struct ata_port_operations *ops)
+@@ -5978,6 +5978,7 @@ static void ata_finalize_port_ops(struct ata_port_operations *ops)
  		return;
  
  	spin_lock(&lock);
@@ -36761,7 +36274,7 @@ index 62fda16..8063873 100644
  
  	for (cur = ops->inherits; cur; cur = cur->inherits) {
  		void **inherit = (void **)cur;
-@@ -6006,8 +6007,9 @@ static void ata_finalize_port_ops(struct ata_port_operations *ops)
+@@ -5991,8 +5992,9 @@ static void ata_finalize_port_ops(struct ata_port_operations *ops)
  		if (IS_ERR(*pp))
  			*pp = NULL;
  
@@ -36772,7 +36285,7 @@ index 62fda16..8063873 100644
  	spin_unlock(&lock);
  }
  
-@@ -6200,7 +6202,7 @@ int ata_host_register(struct ata_host *host, struct scsi_host_template *sht)
+@@ -6185,7 +6187,7 @@ int ata_host_register(struct ata_host *host, struct scsi_host_template *sht)
  
  	/* give ports names and add SCSI hosts */
  	for (i = 0; i < host->n_ports; i++) {
@@ -36808,7 +36321,7 @@ index 45b5ab3..98446b8 100644
  extern int libata_fua;
  extern int libata_noacpi;
 diff --git a/drivers/ata/pata_arasan_cf.c b/drivers/ata/pata_arasan_cf.c
-index 73492dd..ca2bff5 100644
+index 4edb1a8..84e1658 100644
 --- a/drivers/ata/pata_arasan_cf.c
 +++ b/drivers/ata/pata_arasan_cf.c
 @@ -865,7 +865,9 @@ static int arasan_cf_probe(struct platform_device *pdev)
@@ -36836,7 +36349,7 @@ index f9b983a..887b9d8 100644
  	return 0;
  }
 diff --git a/drivers/atm/ambassador.c b/drivers/atm/ambassador.c
-index 62a7607..cc4be104 100644
+index f1a9198..f466a4a 100644
 --- a/drivers/atm/ambassador.c
 +++ b/drivers/atm/ambassador.c
 @@ -454,7 +454,7 @@ static void tx_complete (amb_dev * dev, tx_out * tx) {
@@ -36978,7 +36491,7 @@ index b1955ba..b179940 100644
  dma_complete++;
  	}
 diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c
-index b41c948..a002b17 100644
+index 82f2ae0..f205c02 100644
 --- a/drivers/atm/firestream.c
 +++ b/drivers/atm/firestream.c
 @@ -749,7 +749,7 @@ static void process_txdone_queue (struct fs_dev *dev, struct queue *q)
@@ -37498,7 +37011,7 @@ index fa7d701..1e404c7 100644
  	lvcc->rx.buf.ptr = &lvcc->rx.buf.start[SERVICE_GET_END(s) * 4];
  	cardvcc_write(lvcc, SERVICE_GET_END(s), vcc_rxreadptr);
 diff --git a/drivers/atm/nicstar.c b/drivers/atm/nicstar.c
-index 9587e95..b45c5cb 100644
+index 9988ac9..7c52585 100644
 --- a/drivers/atm/nicstar.c
 +++ b/drivers/atm/nicstar.c
 @@ -1640,7 +1640,7 @@ static int ns_send(struct atm_vcc *vcc, struct sk_buff *skb)
@@ -37703,10 +37216,10 @@ index 9587e95..b45c5cb 100644
  		}
  
 diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c
-index e3fb496..d9646bf 100644
+index 943cf0d..37d15d5 100644
 --- a/drivers/atm/solos-pci.c
 +++ b/drivers/atm/solos-pci.c
-@@ -838,7 +838,7 @@ void solos_bh(unsigned long card_arg)
+@@ -838,7 +838,7 @@ static void solos_bh(unsigned long card_arg)
  				}
  				atm_charge(vcc, skb->truesize);
  				vcc->push(vcc, skb);
@@ -37819,7 +37332,7 @@ index 969c3c2..9b72956 100644
  }
  
 diff --git a/drivers/base/bus.c b/drivers/base/bus.c
-index 59dc808..f10c74e 100644
+index 83e910a..b224a73 100644
 --- a/drivers/base/bus.c
 +++ b/drivers/base/bus.c
 @@ -1124,7 +1124,7 @@ int subsys_interface_register(struct subsys_interface *sif)
@@ -37869,10 +37382,10 @@ index 25798db..15f130e 100644
  	while (1) {
  		spin_lock(&req_lock);
 diff --git a/drivers/base/node.c b/drivers/base/node.c
-index bc9f43b..29703b8 100644
+index 8f7ed99..700dd0c 100644
 --- a/drivers/base/node.c
 +++ b/drivers/base/node.c
-@@ -620,7 +620,7 @@ static ssize_t print_nodes_state(enum node_states state, char *buf)
+@@ -624,7 +624,7 @@ static ssize_t print_nodes_state(enum node_states state, char *buf)
  struct node_attr {
  	struct device_attribute attr;
  	enum node_states state;
@@ -37882,10 +37395,10 @@ index bc9f43b..29703b8 100644
  static ssize_t show_node_state(struct device *dev,
  			       struct device_attribute *attr, char *buf)
 diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c
-index bfb8955..4ebff34 100644
+index ae098a2..0999830 100644
 --- a/drivers/base/power/domain.c
 +++ b/drivers/base/power/domain.c
-@@ -1809,9 +1809,9 @@ int __pm_genpd_remove_callbacks(struct device *dev, bool clear_td)
+@@ -1821,9 +1821,9 @@ int __pm_genpd_remove_callbacks(struct device *dev, bool clear_td)
  
  	if (dev->power.subsys_data->domain_data) {
  		gpd_data = to_gpd_data(dev->power.subsys_data->domain_data);
@@ -37897,7 +37410,7 @@ index bfb8955..4ebff34 100644
  
  		if (--gpd_data->refcount == 0) {
  			dev->power.subsys_data->domain_data = NULL;
-@@ -1850,7 +1850,7 @@ int pm_genpd_attach_cpuidle(struct generic_pm_domain *genpd, int state)
+@@ -1862,7 +1862,7 @@ int pm_genpd_attach_cpuidle(struct generic_pm_domain *genpd, int state)
  {
  	struct cpuidle_driver *cpuidle_drv;
  	struct gpd_cpu_data *cpu_data;
@@ -37906,7 +37419,7 @@ index bfb8955..4ebff34 100644
  	int ret = 0;
  
  	if (IS_ERR_OR_NULL(genpd) || state < 0)
-@@ -1918,7 +1918,7 @@ int pm_genpd_name_attach_cpuidle(const char *name, int state)
+@@ -1930,7 +1930,7 @@ int pm_genpd_name_attach_cpuidle(const char *name, int state)
  int pm_genpd_detach_cpuidle(struct generic_pm_domain *genpd)
  {
  	struct gpd_cpu_data *cpu_data;
@@ -37916,7 +37429,7 @@ index bfb8955..4ebff34 100644
  
  	if (IS_ERR_OR_NULL(genpd))
 diff --git a/drivers/base/power/sysfs.c b/drivers/base/power/sysfs.c
-index 03e089a..0e9560c 100644
+index 95b181d1..c4f0e19 100644
 --- a/drivers/base/power/sysfs.c
 +++ b/drivers/base/power/sysfs.c
 @@ -185,7 +185,7 @@ static ssize_t rtpm_status_show(struct device *dev,
@@ -37990,7 +37503,7 @@ index e8d11b6..7b1b36f 100644
  }
  EXPORT_SYMBOL_GPL(unregister_syscore_ops);
 diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
-index 036e8ab..6221dec 100644
+index 73894ca..69f64ef 100644
 --- a/drivers/block/cciss.c
 +++ b/drivers/block/cciss.c
 @@ -3011,7 +3011,7 @@ static void start_io(ctlr_info_t *h)
@@ -38050,7 +37563,7 @@ index 036e8ab..6221dec 100644
  	h->transMethod = CFGTBL_Trans_Performant;
  
  	return;
-@@ -4327,7 +4327,7 @@ static int cciss_pci_init(ctlr_info_t *h)
+@@ -4325,7 +4325,7 @@ static int cciss_pci_init(ctlr_info_t *h)
  	if (prod_index < 0)
  		return -ENODEV;
  	h->product_name = products[prod_index].product_name;
@@ -38059,7 +37572,7 @@ index 036e8ab..6221dec 100644
  
  	if (cciss_board_disabled(h)) {
  		dev_warn(&h->pdev->dev, "controller appears to be disabled\n");
-@@ -5059,7 +5059,7 @@ reinit_after_soft_reset:
+@@ -5057,7 +5057,7 @@ reinit_after_soft_reset:
  	}
  
  	/* make sure the board interrupts are off */
@@ -38068,7 +37581,7 @@ index 036e8ab..6221dec 100644
  	rc = cciss_request_irq(h, do_cciss_msix_intr, do_cciss_intx);
  	if (rc)
  		goto clean2;
-@@ -5109,7 +5109,7 @@ reinit_after_soft_reset:
+@@ -5107,7 +5107,7 @@ reinit_after_soft_reset:
  		 * fake ones to scoop up any residual completions.
  		 */
  		spin_lock_irqsave(&h->lock, flags);
@@ -38077,7 +37590,7 @@ index 036e8ab..6221dec 100644
  		spin_unlock_irqrestore(&h->lock, flags);
  		free_irq(h->intr[h->intr_mode], h);
  		rc = cciss_request_irq(h, cciss_msix_discard_completions,
-@@ -5129,9 +5129,9 @@ reinit_after_soft_reset:
+@@ -5127,9 +5127,9 @@ reinit_after_soft_reset:
  		dev_info(&h->pdev->dev, "Board READY.\n");
  		dev_info(&h->pdev->dev,
  			"Waiting for stale completions to drain.\n");
@@ -38089,7 +37602,7 @@ index 036e8ab..6221dec 100644
  
  		rc = controller_reset_failed(h->cfgtable);
  		if (rc)
-@@ -5154,7 +5154,7 @@ reinit_after_soft_reset:
+@@ -5152,7 +5152,7 @@ reinit_after_soft_reset:
  	cciss_scsi_setup(h);
  
  	/* Turn the interrupts on so we can service requests */
@@ -38098,7 +37611,7 @@ index 036e8ab..6221dec 100644
  
  	/* Get the firmware version */
  	inq_buff = kzalloc(sizeof(InquiryData_struct), GFP_KERNEL);
-@@ -5226,7 +5226,7 @@ static void cciss_shutdown(struct pci_dev *pdev)
+@@ -5224,7 +5224,7 @@ static void cciss_shutdown(struct pci_dev *pdev)
  	kfree(flush_buf);
  	if (return_code != IO_OK)
  		dev_warn(&h->pdev->dev, "Error flushing cache\n");
@@ -38297,11 +37810,11 @@ index be73e9d..7fbf140 100644
  	cmdlist_t *reqQ;
  	cmdlist_t *cmpQ;
 diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
-index 0e06f0c..c47b81d 100644
+index e7093d4..b364085 100644
 --- a/drivers/block/drbd/drbd_int.h
 +++ b/drivers/block/drbd/drbd_int.h
-@@ -582,7 +582,7 @@ struct drbd_epoch {
- 	struct drbd_tconn *tconn;
+@@ -331,7 +331,7 @@ struct drbd_epoch {
+ 	struct drbd_connection *connection;
  	struct list_head list;
  	unsigned int barrier_nr;
 -	atomic_t epoch_size; /* increased on every request added. */
@@ -38309,7 +37822,7 @@ index 0e06f0c..c47b81d 100644
  	atomic_t active;     /* increased on every req. added, and dec on every finished. */
  	unsigned long flags;
  };
-@@ -1022,7 +1022,7 @@ struct drbd_conf {
+@@ -787,7 +787,7 @@ struct drbd_device {
  	unsigned int al_tr_number;
  	int al_tr_cycle;
  	wait_queue_head_t seq_wait;
@@ -38318,7 +37831,7 @@ index 0e06f0c..c47b81d 100644
  	unsigned int peer_seq;
  	spinlock_t peer_seq_lock;
  	unsigned int minor;
-@@ -1573,7 +1573,7 @@ static inline int drbd_setsockopt(struct socket *sock, int level, int optname,
+@@ -1361,7 +1361,7 @@ static inline int drbd_setsockopt(struct socket *sock, int level, int optname,
  	char __user *uoptval;
  	int err;
  
@@ -38345,52 +37858,52 @@ index 89c497c..9c736ae 100644
  
  /**
 diff --git a/drivers/block/drbd/drbd_main.c b/drivers/block/drbd/drbd_main.c
-index 929468e..7d934eb 100644
+index 331e5cc..6d657bce 100644
 --- a/drivers/block/drbd/drbd_main.c
 +++ b/drivers/block/drbd/drbd_main.c
-@@ -1317,7 +1317,7 @@ static int _drbd_send_ack(struct drbd_conf *mdev, enum drbd_packet cmd,
+@@ -1322,7 +1322,7 @@ static int _drbd_send_ack(struct drbd_peer_device *peer_device, enum drbd_packet
  	p->sector = sector;
  	p->block_id = block_id;
  	p->blksize = blksize;
--	p->seq_num = cpu_to_be32(atomic_inc_return(&mdev->packet_seq));
-+	p->seq_num = cpu_to_be32(atomic_inc_return_unchecked(&mdev->packet_seq));
- 	return drbd_send_command(mdev, sock, cmd, sizeof(*p), NULL, 0);
+-	p->seq_num = cpu_to_be32(atomic_inc_return(&peer_device->device->packet_seq));
++	p->seq_num = cpu_to_be32(atomic_inc_return_unchecked(&peer_device->device->packet_seq));
+ 	return drbd_send_command(peer_device, sock, cmd, sizeof(*p), NULL, 0);
  }
  
-@@ -1622,7 +1622,7 @@ int drbd_send_dblock(struct drbd_conf *mdev, struct drbd_request *req)
+@@ -1628,7 +1628,7 @@ int drbd_send_dblock(struct drbd_peer_device *peer_device, struct drbd_request *
  		return -EIO;
  	p->sector = cpu_to_be64(req->i.sector);
  	p->block_id = (unsigned long)req;
--	p->seq_num = cpu_to_be32(atomic_inc_return(&mdev->packet_seq));
-+	p->seq_num = cpu_to_be32(atomic_inc_return_unchecked(&mdev->packet_seq));
- 	dp_flags = bio_flags_to_wire(mdev, req->master_bio->bi_rw);
- 	if (mdev->state.conn >= C_SYNC_SOURCE &&
- 	    mdev->state.conn <= C_PAUSED_SYNC_T)
-@@ -2577,8 +2577,8 @@ void conn_destroy(struct kref *kref)
- {
- 	struct drbd_tconn *tconn = container_of(kref, struct drbd_tconn, kref);
- 
--	if (atomic_read(&tconn->current_epoch->epoch_size) !=  0)
--		conn_err(tconn, "epoch_size:%d\n", atomic_read(&tconn->current_epoch->epoch_size));
-+	if (atomic_read_unchecked(&tconn->current_epoch->epoch_size) !=  0)
-+		conn_err(tconn, "epoch_size:%d\n", atomic_read_unchecked(&tconn->current_epoch->epoch_size));
- 	kfree(tconn->current_epoch);
- 
- 	idr_destroy(&tconn->volumes);
+-	p->seq_num = cpu_to_be32(atomic_inc_return(&device->packet_seq));
++	p->seq_num = cpu_to_be32(atomic_inc_return_unchecked(&device->packet_seq));
+ 	dp_flags = bio_flags_to_wire(peer_device->connection, req->master_bio->bi_rw);
+ 	if (device->state.conn >= C_SYNC_SOURCE &&
+ 	    device->state.conn <= C_PAUSED_SYNC_T)
+@@ -2658,8 +2658,8 @@ void drbd_destroy_connection(struct kref *kref)
+ 	struct drbd_connection *connection = container_of(kref, struct drbd_connection, kref);
+ 	struct drbd_resource *resource = connection->resource;
+ 
+-	if (atomic_read(&connection->current_epoch->epoch_size) !=  0)
+-		drbd_err(connection, "epoch_size:%d\n", atomic_read(&connection->current_epoch->epoch_size));
++	if (atomic_read_unchecked(&connection->current_epoch->epoch_size) !=  0)
++		drbd_err(connection, "epoch_size:%d\n", atomic_read_unchecked(&connection->current_epoch->epoch_size));
+ 	kfree(connection->current_epoch);
+ 
+ 	idr_destroy(&connection->peer_devices);
 diff --git a/drivers/block/drbd/drbd_nl.c b/drivers/block/drbd/drbd_nl.c
-index c706d50..5e1b472 100644
+index 526414b..4eb8184 100644
 --- a/drivers/block/drbd/drbd_nl.c
 +++ b/drivers/block/drbd/drbd_nl.c
-@@ -3440,7 +3440,7 @@ out:
+@@ -3505,7 +3505,7 @@ out:
  
- void drbd_bcast_event(struct drbd_conf *mdev, const struct sib_info *sib)
+ void drbd_bcast_event(struct drbd_device *device, const struct sib_info *sib)
  {
 -	static atomic_t drbd_genl_seq = ATOMIC_INIT(2); /* two. */
 +	static atomic_unchecked_t drbd_genl_seq = ATOMIC_INIT(2); /* two. */
  	struct sk_buff *msg;
  	struct drbd_genlmsghdr *d_out;
  	unsigned seq;
-@@ -3453,7 +3453,7 @@ void drbd_bcast_event(struct drbd_conf *mdev, const struct sib_info *sib)
+@@ -3518,7 +3518,7 @@ void drbd_bcast_event(struct drbd_device *device, const struct sib_info *sib)
  			return;
  	}
  
@@ -38400,19 +37913,19 @@ index c706d50..5e1b472 100644
  	if (!msg)
  		goto failed;
 diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c
-index d073305..4998fea 100644
+index 68e3992..1aca24a 100644
 --- a/drivers/block/drbd/drbd_receiver.c
 +++ b/drivers/block/drbd/drbd_receiver.c
-@@ -834,7 +834,7 @@ int drbd_connected(struct drbd_conf *mdev)
- {
+@@ -826,7 +826,7 @@ int drbd_connected(struct drbd_peer_device *peer_device)
+ 	struct drbd_device *device = peer_device->device;
  	int err;
  
--	atomic_set(&mdev->packet_seq, 0);
-+	atomic_set_unchecked(&mdev->packet_seq, 0);
- 	mdev->peer_seq = 0;
+-	atomic_set(&device->packet_seq, 0);
++	atomic_set_unchecked(&device->packet_seq, 0);
+ 	device->peer_seq = 0;
  
- 	mdev->state_mutex = mdev->tconn->agreed_pro_version < 100 ?
-@@ -1193,7 +1193,7 @@ static enum finish_epoch drbd_may_finish_epoch(struct drbd_tconn *tconn,
+ 	device->state_mutex = peer_device->connection->agreed_pro_version < 100 ?
+@@ -1188,7 +1188,7 @@ static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *connectio
  	do {
  		next_epoch = NULL;
  
@@ -38421,7 +37934,7 @@ index d073305..4998fea 100644
  
  		switch (ev & ~EV_CLEANUP) {
  		case EV_PUT:
-@@ -1233,7 +1233,7 @@ static enum finish_epoch drbd_may_finish_epoch(struct drbd_tconn *tconn,
+@@ -1228,7 +1228,7 @@ static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *connectio
  					rv = FE_DESTROYED;
  			} else {
  				epoch->flags = 0;
@@ -38430,16 +37943,16 @@ index d073305..4998fea 100644
  				/* atomic_set(&epoch->active, 0); is already zero */
  				if (rv == FE_STILL_LIVE)
  					rv = FE_RECYCLED;
-@@ -1451,7 +1451,7 @@ static int receive_Barrier(struct drbd_tconn *tconn, struct packet_info *pi)
- 		conn_wait_active_ee_empty(tconn);
- 		drbd_flush(tconn);
+@@ -1456,7 +1456,7 @@ static int receive_Barrier(struct drbd_connection *connection, struct packet_inf
+ 		conn_wait_active_ee_empty(connection);
+ 		drbd_flush(connection);
  
--		if (atomic_read(&tconn->current_epoch->epoch_size)) {
-+		if (atomic_read_unchecked(&tconn->current_epoch->epoch_size)) {
+-		if (atomic_read(&connection->current_epoch->epoch_size)) {
++		if (atomic_read_unchecked(&connection->current_epoch->epoch_size)) {
  			epoch = kmalloc(sizeof(struct drbd_epoch), GFP_NOIO);
  			if (epoch)
  				break;
-@@ -1464,11 +1464,11 @@ static int receive_Barrier(struct drbd_tconn *tconn, struct packet_info *pi)
+@@ -1469,11 +1469,11 @@ static int receive_Barrier(struct drbd_connection *connection, struct packet_inf
  	}
  
  	epoch->flags = 0;
@@ -38447,59 +37960,59 @@ index d073305..4998fea 100644
 +	atomic_set_unchecked(&epoch->epoch_size, 0);
  	atomic_set(&epoch->active, 0);
  
- 	spin_lock(&tconn->epoch_lock);
--	if (atomic_read(&tconn->current_epoch->epoch_size)) {
-+	if (atomic_read_unchecked(&tconn->current_epoch->epoch_size)) {
- 		list_add(&epoch->list, &tconn->current_epoch->list);
- 		tconn->current_epoch = epoch;
- 		tconn->epochs++;
-@@ -2164,7 +2164,7 @@ static int receive_Data(struct drbd_tconn *tconn, struct packet_info *pi)
- 
- 		err = wait_for_and_update_peer_seq(mdev, peer_seq);
- 		drbd_send_ack_dp(mdev, P_NEG_ACK, p, pi->size);
--		atomic_inc(&tconn->current_epoch->epoch_size);
-+		atomic_inc_unchecked(&tconn->current_epoch->epoch_size);
- 		err2 = drbd_drain_block(mdev, pi->size);
+ 	spin_lock(&connection->epoch_lock);
+-	if (atomic_read(&connection->current_epoch->epoch_size)) {
++	if (atomic_read_unchecked(&connection->current_epoch->epoch_size)) {
+ 		list_add(&epoch->list, &connection->current_epoch->list);
+ 		connection->current_epoch = epoch;
+ 		connection->epochs++;
+@@ -2182,7 +2182,7 @@ static int receive_Data(struct drbd_connection *connection, struct packet_info *
+ 
+ 		err = wait_for_and_update_peer_seq(peer_device, peer_seq);
+ 		drbd_send_ack_dp(peer_device, P_NEG_ACK, p, pi->size);
+-		atomic_inc(&connection->current_epoch->epoch_size);
++		atomic_inc_unchecked(&connection->current_epoch->epoch_size);
+ 		err2 = drbd_drain_block(peer_device, pi->size);
  		if (!err)
  			err = err2;
-@@ -2198,7 +2198,7 @@ static int receive_Data(struct drbd_tconn *tconn, struct packet_info *pi)
+@@ -2216,7 +2216,7 @@ static int receive_Data(struct drbd_connection *connection, struct packet_info *
  
- 	spin_lock(&tconn->epoch_lock);
- 	peer_req->epoch = tconn->current_epoch;
+ 	spin_lock(&connection->epoch_lock);
+ 	peer_req->epoch = connection->current_epoch;
 -	atomic_inc(&peer_req->epoch->epoch_size);
 +	atomic_inc_unchecked(&peer_req->epoch->epoch_size);
  	atomic_inc(&peer_req->epoch->active);
- 	spin_unlock(&tconn->epoch_lock);
+ 	spin_unlock(&connection->epoch_lock);
  
-@@ -4345,7 +4345,7 @@ struct data_cmd {
+@@ -4396,7 +4396,7 @@ struct data_cmd {
  	int expect_payload;
  	size_t pkt_size;
- 	int (*fn)(struct drbd_tconn *, struct packet_info *);
+ 	int (*fn)(struct drbd_connection *, struct packet_info *);
 -};
 +} __do_const;
  
  static struct data_cmd drbd_cmd_handler[] = {
  	[P_DATA]	    = { 1, sizeof(struct p_data), receive_Data },
-@@ -4465,7 +4465,7 @@ static void conn_disconnect(struct drbd_tconn *tconn)
- 	if (!list_empty(&tconn->current_epoch->list))
- 		conn_err(tconn, "ASSERTION FAILED: tconn->current_epoch->list not empty\n");
+@@ -4506,7 +4506,7 @@ static void conn_disconnect(struct drbd_connection *connection)
+ 	if (!list_empty(&connection->current_epoch->list))
+ 		drbd_err(connection, "ASSERTION FAILED: connection->current_epoch->list not empty\n");
  	/* ok, no more ee's on the fly, it is safe to reset the epoch_size */
--	atomic_set(&tconn->current_epoch->epoch_size, 0);
-+	atomic_set_unchecked(&tconn->current_epoch->epoch_size, 0);
- 	tconn->send.seen_any_write_yet = false;
+-	atomic_set(&connection->current_epoch->epoch_size, 0);
++	atomic_set_unchecked(&connection->current_epoch->epoch_size, 0);
+ 	connection->send.seen_any_write_yet = false;
  
- 	conn_info(tconn, "Connection closed\n");
-@@ -5221,7 +5221,7 @@ static int tconn_finish_peer_reqs(struct drbd_tconn *tconn)
+ 	drbd_info(connection, "Connection closed\n");
+@@ -5281,7 +5281,7 @@ static int connection_finish_peer_reqs(struct drbd_connection *connection)
  struct asender_cmd {
  	size_t pkt_size;
- 	int (*fn)(struct drbd_tconn *tconn, struct packet_info *);
+ 	int (*fn)(struct drbd_connection *connection, struct packet_info *);
 -};
 +} __do_const;
  
  static struct asender_cmd asender_tbl[] = {
  	[P_PING]	    = { 0, got_Ping },
 diff --git a/drivers/block/loop.c b/drivers/block/loop.c
-index 66e8c3b..9b68dd9 100644
+index f70a230..9dc90d5 100644
 --- a/drivers/block/loop.c
 +++ b/drivers/block/loop.c
 @@ -232,7 +232,7 @@ static int __do_lo_send_write(struct file *file,
@@ -38731,7 +38244,7 @@ index 51e75ad..39c4c76 100644
  
  static int gdrom_bdops_open(struct block_device *bdev, fmode_t mode)
 diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
-index 1386749..5430258 100644
+index 6e9f74a..50c7ceae 100644
 --- a/drivers/char/Kconfig
 +++ b/drivers/char/Kconfig
 @@ -8,7 +8,8 @@ source "drivers/tty/Kconfig"
@@ -38766,18 +38279,10 @@ index a48e05b..6bac831 100644
  			kfree(usegment);
  			kfree(ksegment);
 diff --git a/drivers/char/agp/frontend.c b/drivers/char/agp/frontend.c
-index 1b19239..963967b 100644
+index b297033..fa217ca 100644
 --- a/drivers/char/agp/frontend.c
 +++ b/drivers/char/agp/frontend.c
-@@ -731,6 +731,7 @@ static int agpioc_info_wrap(struct agp_file_private *priv, void __user *arg)
- 
- 	agp_copy_info(agp_bridge, &kerninfo);
- 
-+	memset(&userinfo, 0, sizeof(userinfo));
- 	userinfo.version.major = kerninfo.version.major;
- 	userinfo.version.minor = kerninfo.version.minor;
- 	userinfo.bridge_id = kerninfo.device->vendor |
-@@ -819,7 +820,7 @@ static int agpioc_reserve_wrap(struct agp_file_private *priv, void __user *arg)
+@@ -819,7 +819,7 @@ static int agpioc_reserve_wrap(struct agp_file_private *priv, void __user *arg)
  	if (copy_from_user(&reserve, arg, sizeof(struct agp_region)))
  		return -EFAULT;
  
@@ -38786,7 +38291,7 @@ index 1b19239..963967b 100644
  		return -EFAULT;
  
  	client = agp_find_client_by_pid(reserve.pid);
-@@ -849,7 +850,7 @@ static int agpioc_reserve_wrap(struct agp_file_private *priv, void __user *arg)
+@@ -849,7 +849,7 @@ static int agpioc_reserve_wrap(struct agp_file_private *priv, void __user *arg)
  		if (segment == NULL)
  			return -ENOMEM;
  
@@ -38834,10 +38339,10 @@ index 86fe45c..c0ea948 100644
  	}
  
 diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c
-index ec4e10f..f2a763b 100644
+index e6db938..835e3a2 100644
 --- a/drivers/char/ipmi/ipmi_msghandler.c
 +++ b/drivers/char/ipmi/ipmi_msghandler.c
-@@ -420,7 +420,7 @@ struct ipmi_smi {
+@@ -438,7 +438,7 @@ struct ipmi_smi {
  	struct proc_dir_entry *proc_dir;
  	char                  proc_dir_name[10];
  
@@ -38846,8 +38351,8 @@ index ec4e10f..f2a763b 100644
  
  	/*
  	 * run_to_completion duplicate of smb_info, smi_info
-@@ -453,9 +453,9 @@ static DEFINE_MUTEX(smi_watchers_mutex);
- 
+@@ -470,9 +470,9 @@ static LIST_HEAD(smi_watchers);
+ static DEFINE_MUTEX(smi_watchers_mutex);
  
  #define ipmi_inc_stat(intf, stat) \
 -	atomic_inc(&(intf)->stats[IPMI_STAT_ ## stat])
@@ -38858,7 +38363,7 @@ index ec4e10f..f2a763b 100644
  
  static int is_lan_addr(struct ipmi_addr *addr)
  {
-@@ -2883,7 +2883,7 @@ int ipmi_register_smi(struct ipmi_smi_handlers *handlers,
+@@ -2926,7 +2926,7 @@ int ipmi_register_smi(struct ipmi_smi_handlers *handlers,
  	INIT_LIST_HEAD(&intf->cmd_rcvrs);
  	init_waitqueue_head(&intf->waitq);
  	for (i = 0; i < IPMI_NUM_STATS; i++)
@@ -38868,10 +38373,10 @@ index ec4e10f..f2a763b 100644
  	intf->proc_dir = NULL;
  
 diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
-index 8b4fa2c..5f81848 100644
+index 1c4bb4f..719e873 100644
 --- a/drivers/char/ipmi/ipmi_si_intf.c
 +++ b/drivers/char/ipmi/ipmi_si_intf.c
-@@ -283,7 +283,7 @@ struct smi_info {
+@@ -285,7 +285,7 @@ struct smi_info {
  	unsigned char slave_addr;
  
  	/* Counters and things for the proc filesystem. */
@@ -38880,7 +38385,7 @@ index 8b4fa2c..5f81848 100644
  
  	struct task_struct *thread;
  
-@@ -292,9 +292,9 @@ struct smi_info {
+@@ -294,9 +294,9 @@ struct smi_info {
  };
  
  #define smi_inc_stat(smi, stat) \
@@ -38892,17 +38397,17 @@ index 8b4fa2c..5f81848 100644
  
  #define SI_MAX_PARMS 4
  
-@@ -3349,7 +3349,7 @@ static int try_smi_init(struct smi_info *new_smi)
+@@ -3374,7 +3374,7 @@ static int try_smi_init(struct smi_info *new_smi)
  	atomic_set(&new_smi->req_events, 0);
- 	new_smi->run_to_completion = 0;
+ 	new_smi->run_to_completion = false;
  	for (i = 0; i < SI_NUM_STATS; i++)
 -		atomic_set(&new_smi->stats[i], 0);
 +		atomic_set_unchecked(&new_smi->stats[i], 0);
  
- 	new_smi->interrupt_disabled = 1;
+ 	new_smi->interrupt_disabled = true;
  	atomic_set(&new_smi->stop_operation, 0);
 diff --git a/drivers/char/mem.c b/drivers/char/mem.c
-index 92c5937..1be4e4d 100644
+index 917403f..dddd899 100644
 --- a/drivers/char/mem.c
 +++ b/drivers/char/mem.c
 @@ -18,6 +18,7 @@
@@ -38950,7 +38455,7 @@ index 92c5937..1be4e4d 100644
  #else
  static inline int range_is_allowed(unsigned long pfn, unsigned long size)
  {
-@@ -119,6 +133,7 @@ static ssize_t read_mem(struct file *file, char __user *buf,
+@@ -122,6 +136,7 @@ static ssize_t read_mem(struct file *file, char __user *buf,
  
  	while (count > 0) {
  		unsigned long remaining;
@@ -38958,7 +38463,7 @@ index 92c5937..1be4e4d 100644
  
  		sz = size_inside_page(p, count);
  
-@@ -134,7 +149,23 @@ static ssize_t read_mem(struct file *file, char __user *buf,
+@@ -137,7 +152,23 @@ static ssize_t read_mem(struct file *file, char __user *buf,
  		if (!ptr)
  			return -EFAULT;
  
@@ -38983,7 +38488,7 @@ index 92c5937..1be4e4d 100644
  		unxlate_dev_mem_ptr(p, ptr);
  		if (remaining)
  			return -EFAULT;
-@@ -363,9 +394,8 @@ static ssize_t read_kmem(struct file *file, char __user *buf,
+@@ -369,9 +400,8 @@ static ssize_t read_kmem(struct file *file, char __user *buf,
  			 size_t count, loff_t *ppos)
  {
  	unsigned long p = *ppos;
@@ -38994,7 +38499,7 @@ index 92c5937..1be4e4d 100644
  
  	read = 0;
  	if (p < (unsigned long) high_memory) {
-@@ -387,6 +417,8 @@ static ssize_t read_kmem(struct file *file, char __user *buf,
+@@ -393,6 +423,8 @@ static ssize_t read_kmem(struct file *file, char __user *buf,
  		}
  #endif
  		while (low_count > 0) {
@@ -39003,7 +38508,7 @@ index 92c5937..1be4e4d 100644
  			sz = size_inside_page(p, low_count);
  
  			/*
-@@ -396,7 +428,22 @@ static ssize_t read_kmem(struct file *file, char __user *buf,
+@@ -402,7 +434,22 @@ static ssize_t read_kmem(struct file *file, char __user *buf,
  			 */
  			kbuf = xlate_dev_kmem_ptr((char *)p);
  
@@ -39027,7 +38532,7 @@ index 92c5937..1be4e4d 100644
  				return -EFAULT;
  			buf += sz;
  			p += sz;
-@@ -821,6 +868,9 @@ static const struct memdev {
+@@ -827,6 +874,9 @@ static const struct memdev {
  #ifdef CONFIG_PRINTK
  	[11] = { "kmsg", 0644, &kmsg_fops, NULL },
  #endif
@@ -39037,7 +38542,7 @@ index 92c5937..1be4e4d 100644
  };
  
  static int memory_open(struct inode *inode, struct file *filp)
-@@ -892,7 +942,7 @@ static int __init chr_dev_init(void)
+@@ -898,7 +948,7 @@ static int __init chr_dev_init(void)
  			continue;
  
  		device_create(mem_class, NULL, MKDEV(MEM_MAJOR, minor),
@@ -39135,7 +38640,7 @@ index 8320abd..ec48108 100644
  
  	if (cmd != SIOCWANDEV)
 diff --git a/drivers/char/random.c b/drivers/char/random.c
-index 429b75b..a7f4145 100644
+index 102c50d..1295f12 100644
 --- a/drivers/char/random.c
 +++ b/drivers/char/random.c
 @@ -270,10 +270,17 @@
@@ -39219,7 +38724,7 @@ index 429b75b..a7f4145 100644
  			unsigned int add =
  				((pool_size - entropy_count)*anfrac*3) >> s;
  
-@@ -1151,7 +1162,7 @@ static ssize_t extract_entropy_user(struct entropy_store *r, void __user *buf,
+@@ -1165,7 +1176,7 @@ static ssize_t extract_entropy_user(struct entropy_store *r, void __user *buf,
  
  		extract_buf(r, tmp);
  		i = min_t(int, nbytes, EXTRACT_SIZE);
@@ -39228,16 +38733,7 @@ index 429b75b..a7f4145 100644
  			ret = -EFAULT;
  			break;
  		}
-@@ -1507,7 +1518,7 @@ EXPORT_SYMBOL(generate_random_uuid);
- #include <linux/sysctl.h>
- 
- static int min_read_thresh = 8, min_write_thresh;
--static int max_read_thresh = INPUT_POOL_WORDS * 32;
-+static int max_read_thresh = OUTPUT_POOL_WORDS * 32;
- static int max_write_thresh = INPUT_POOL_WORDS * 32;
- static char sysctl_bootid[16];
- 
-@@ -1523,7 +1534,7 @@ static char sysctl_bootid[16];
+@@ -1554,7 +1565,7 @@ static char sysctl_bootid[16];
  static int proc_do_uuid(struct ctl_table *table, int write,
  			void __user *buffer, size_t *lenp, loff_t *ppos)
  {
@@ -39246,7 +38742,7 @@ index 429b75b..a7f4145 100644
  	unsigned char buf[64], tmp_uuid[16], *uuid;
  
  	uuid = table->data;
-@@ -1553,7 +1564,7 @@ static int proc_do_uuid(struct ctl_table *table, int write,
+@@ -1584,7 +1595,7 @@ static int proc_do_uuid(struct ctl_table *table, int write,
  static int proc_do_entropy(ctl_table *table, int write,
  			   void __user *buffer, size_t *lenp, loff_t *ppos)
  {
@@ -39348,7 +38844,7 @@ index 59f7cb2..bac8b6d 100644
  	return 0;
  }
 diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c
-index 6928d09..ff6abe8 100644
+index 60aafb8..10c08e0 100644
 --- a/drivers/char/virtio_console.c
 +++ b/drivers/char/virtio_console.c
 @@ -684,7 +684,7 @@ static ssize_t fill_readbuf(struct port *port, char *out_buf, size_t out_count,
@@ -39382,42 +38878,76 @@ index 57a078e..c17cde8 100644
  
  	composite = kzalloc(sizeof(*composite), GFP_KERNEL);
  	if (!composite) {
-diff --git a/drivers/clk/socfpga/clk.c b/drivers/clk/socfpga/clk.c
-index 5983a26..65d5f46 100644
---- a/drivers/clk/socfpga/clk.c
-+++ b/drivers/clk/socfpga/clk.c
+diff --git a/drivers/clk/socfpga/clk-gate.c b/drivers/clk/socfpga/clk-gate.c
+index 501d513..fb0ecf9 100644
+--- a/drivers/clk/socfpga/clk-gate.c
++++ b/drivers/clk/socfpga/clk-gate.c
 @@ -22,6 +22,7 @@
- #include <linux/clk-provider.h>
- #include <linux/io.h>
+ #include <linux/mfd/syscon.h>
  #include <linux/of.h>
+ #include <linux/regmap.h>
 +#include <asm/pgtable.h>
  
- /* Clock Manager offsets */
- #define CLKMGR_CTRL	0x0
-@@ -150,8 +151,10 @@ static __init struct clk *socfpga_clk_init(struct device_node *node,
- 		streq(clk_name, "periph_pll") ||
- 		streq(clk_name, "sdram_pll")) {
- 		socfpga_clk->hw.bit_idx = SOCFPGA_PLL_EXT_ENA;
--		clk_pll_ops.enable = clk_gate_ops.enable;
--		clk_pll_ops.disable = clk_gate_ops.disable;
-+		pax_open_kernel();
-+		*(void **)&clk_pll_ops.enable = clk_gate_ops.enable;
-+		*(void **)&clk_pll_ops.disable = clk_gate_ops.disable;
-+		pax_close_kernel();
- 	}
+ #include "clk.h"
  
- 	clk = clk_register(NULL, &socfpga_clk->hw.hw);
-@@ -242,7 +245,7 @@ static unsigned long socfpga_clk_recalc_rate(struct clk_hw *hwclk,
- 	return parent_rate / div;
+@@ -175,7 +176,7 @@ static int socfpga_clk_prepare(struct clk_hw *hwclk)
+ 	return 0;
  }
  
 -static struct clk_ops gateclk_ops = {
 +static clk_ops_no_const gateclk_ops __read_only = {
+ 	.prepare = socfpga_clk_prepare,
  	.recalc_rate = socfpga_clk_recalc_rate,
  	.get_parent = socfpga_clk_get_parent,
- 	.set_parent = socfpga_clk_set_parent,
+@@ -209,8 +210,10 @@ static void __init __socfpga_gate_init(struct device_node *node,
+ 		socfpga_clk->hw.reg = clk_mgr_base_addr + clk_gate[0];
+ 		socfpga_clk->hw.bit_idx = clk_gate[1];
+ 
+-		gateclk_ops.enable = clk_gate_ops.enable;
+-		gateclk_ops.disable = clk_gate_ops.disable;
++		pax_open_kernel();
++		*(void **)&gateclk_ops.enable = clk_gate_ops.enable;
++		*(void **)&gateclk_ops.disable = clk_gate_ops.disable;
++		pax_close_kernel();
+ 	}
+ 
+ 	rc = of_property_read_u32(node, "fixed-divider", &fixed_div);
+diff --git a/drivers/clk/socfpga/clk-pll.c b/drivers/clk/socfpga/clk-pll.c
+index de6da95..a2e72c0 100644
+--- a/drivers/clk/socfpga/clk-pll.c
++++ b/drivers/clk/socfpga/clk-pll.c
+@@ -21,6 +21,7 @@
+ #include <linux/io.h>
+ #include <linux/of.h>
+ #include <linux/of_address.h>
++#include <asm/pgtable.h>
+ 
+ #include "clk.h"
+ 
+@@ -76,7 +77,7 @@ static u8 clk_pll_get_parent(struct clk_hw *hwclk)
+ 			CLK_MGR_PLL_CLK_SRC_MASK;
+ }
+ 
+-static struct clk_ops clk_pll_ops = {
++static struct clk_ops_no_const clk_pll_ops __read_only = {
+ 	.recalc_rate = clk_pll_recalc_rate,
+ 	.get_parent = clk_pll_get_parent,
+ };
+@@ -120,8 +121,10 @@ static __init struct clk *__socfpga_pll_init(struct device_node *node,
+ 	pll_clk->hw.hw.init = &init;
+ 
+ 	pll_clk->hw.bit_idx = SOCFPGA_PLL_EXT_ENA;
+-	clk_pll_ops.enable = clk_gate_ops.enable;
+-	clk_pll_ops.disable = clk_gate_ops.disable;
++	pax_open_kernel();
++	*(void **)&clk_pll_ops.enable = clk_gate_ops.enable;
++	*(void **)&clk_pll_ops.disable = clk_gate_ops.disable;
++	pax_close_kernel();
+ 
+ 	clk = clk_register(NULL, &pll_clk->hw.hw);
+ 	if (WARN_ON(IS_ERR(clk))) {
 diff --git a/drivers/cpufreq/acpi-cpufreq.c b/drivers/cpufreq/acpi-cpufreq.c
-index 18448a7..d5fad43 100644
+index 000e4e0..4770351 100644
 --- a/drivers/cpufreq/acpi-cpufreq.c
 +++ b/drivers/cpufreq/acpi-cpufreq.c
 @@ -676,8 +676,11 @@ static int acpi_cpufreq_cpu_init(struct cpufreq_policy *policy)
@@ -39445,7 +38975,7 @@ index 18448a7..d5fad43 100644
  		break;
  	default:
  		break;
-@@ -905,8 +910,10 @@ static void __init acpi_cpufreq_boost_init(void)
+@@ -904,8 +909,10 @@ static void __init acpi_cpufreq_boost_init(void)
  		if (!msrs)
  			return;
  
@@ -39455,15 +38985,15 @@ index 18448a7..d5fad43 100644
 +		*(bool *)&acpi_cpufreq_driver.boost_supported = true;
 +		*(bool *)&acpi_cpufreq_driver.boost_enabled = boost_state(0);
 +		pax_close_kernel();
- 		get_online_cpus();
  
- 		/* Force all MSRs to the same value */
+ 		cpu_notifier_register_begin();
+ 
 diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
-index 199b52b..e3503bb 100644
+index abda660..f1d1de0 100644
 --- a/drivers/cpufreq/cpufreq.c
 +++ b/drivers/cpufreq/cpufreq.c
-@@ -1970,7 +1970,7 @@ void cpufreq_unregister_governor(struct cpufreq_governor *governor)
- #endif
+@@ -2022,7 +2022,7 @@ void cpufreq_unregister_governor(struct cpufreq_governor *governor)
+ 	}
  
  	mutex_lock(&cpufreq_governor_mutex);
 -	list_del(&governor->governor_list);
@@ -39471,7 +39001,7 @@ index 199b52b..e3503bb 100644
  	mutex_unlock(&cpufreq_governor_mutex);
  	return;
  }
-@@ -2200,7 +2200,7 @@ static int cpufreq_cpu_callback(struct notifier_block *nfb,
+@@ -2240,7 +2240,7 @@ static int cpufreq_cpu_callback(struct notifier_block *nfb,
  	return NOTIFY_OK;
  }
  
@@ -39480,7 +39010,7 @@ index 199b52b..e3503bb 100644
  	.notifier_call = cpufreq_cpu_callback,
  };
  
-@@ -2240,13 +2240,17 @@ int cpufreq_boost_trigger_state(int state)
+@@ -2280,13 +2280,17 @@ int cpufreq_boost_trigger_state(int state)
  		return 0;
  
  	write_lock_irqsave(&cpufreq_driver_lock, flags);
@@ -39499,8 +39029,8 @@ index 199b52b..e3503bb 100644
 +		pax_close_kernel();
  		write_unlock_irqrestore(&cpufreq_driver_lock, flags);
  
- 		pr_err("%s: Cannot %s BOOST\n", __func__,
-@@ -2300,8 +2304,11 @@ int cpufreq_register_driver(struct cpufreq_driver *driver_data)
+ 		pr_err("%s: Cannot %s BOOST\n",
+@@ -2342,8 +2346,11 @@ int cpufreq_register_driver(struct cpufreq_driver *driver_data)
  
  	pr_debug("trying to register driver %s\n", driver_data->name);
  
@@ -39514,7 +39044,7 @@ index 199b52b..e3503bb 100644
  
  	write_lock_irqsave(&cpufreq_driver_lock, flags);
  	if (cpufreq_driver) {
-@@ -2316,8 +2323,11 @@ int cpufreq_register_driver(struct cpufreq_driver *driver_data)
+@@ -2358,8 +2365,11 @@ int cpufreq_register_driver(struct cpufreq_driver *driver_data)
  		 * Check if driver provides function to enable boost -
  		 * if not, use cpufreq_boost_set_sw as default
  		 */
@@ -39616,7 +39146,7 @@ index 18d4091..434be15 100644
  }
  EXPORT_SYMBOL_GPL(od_unregister_powersave_bias_handler);
 diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
-index de9ef4a..0b29fc9 100644
+index db2e45b..72c7d37 100644
 --- a/drivers/cpufreq/intel_pstate.c
 +++ b/drivers/cpufreq/intel_pstate.c
 @@ -125,10 +125,10 @@ struct pstate_funcs {
@@ -39659,7 +39189,7 @@ index de9ef4a..0b29fc9 100644
  	intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate);
  }
  
-@@ -838,9 +838,9 @@ static int intel_pstate_msrs_not_valid(void)
+@@ -841,9 +841,9 @@ static int intel_pstate_msrs_not_valid(void)
  	rdmsrl(MSR_IA32_APERF, aperf);
  	rdmsrl(MSR_IA32_MPERF, mperf);
  
@@ -39672,7 +39202,7 @@ index de9ef4a..0b29fc9 100644
  		return -ENODEV;
  
  	rdmsrl(MSR_IA32_APERF, tmp);
-@@ -854,7 +854,7 @@ static int intel_pstate_msrs_not_valid(void)
+@@ -857,7 +857,7 @@ static int intel_pstate_msrs_not_valid(void)
  	return 0;
  }
  
@@ -39681,7 +39211,7 @@ index de9ef4a..0b29fc9 100644
  {
  	pid_params.sample_rate_ms = policy->sample_rate_ms;
  	pid_params.p_gain_pct = policy->p_gain_pct;
-@@ -866,11 +866,7 @@ static void copy_pid_params(struct pstate_adjust_policy *policy)
+@@ -869,11 +869,7 @@ static void copy_pid_params(struct pstate_adjust_policy *policy)
  
  static void copy_cpu_funcs(struct pstate_funcs *funcs)
  {
@@ -39695,7 +39225,7 @@ index de9ef4a..0b29fc9 100644
  
  #if IS_ENABLED(CONFIG_ACPI)
 diff --git a/drivers/cpufreq/p4-clockmod.c b/drivers/cpufreq/p4-clockmod.c
-index 3d1cba9..0ab21d2 100644
+index 529cfd9..0e28fff 100644
 --- a/drivers/cpufreq/p4-clockmod.c
 +++ b/drivers/cpufreq/p4-clockmod.c
 @@ -134,10 +134,14 @@ static unsigned int cpufreq_p4_get_frequency(struct cpuinfo_x86 *c)
@@ -39727,7 +39257,7 @@ index 3d1cba9..0ab21d2 100644
  	if (speedstep_detect_processor() == SPEEDSTEP_CPU_P4M) {
  		printk(KERN_WARNING PFX "Warning: Pentium 4-M detected. "
 diff --git a/drivers/cpufreq/sparc-us3-cpufreq.c b/drivers/cpufreq/sparc-us3-cpufreq.c
-index 724ffbd..f06aaaa 100644
+index 9bb42ba..b01b4a2 100644
 --- a/drivers/cpufreq/sparc-us3-cpufreq.c
 +++ b/drivers/cpufreq/sparc-us3-cpufreq.c
 @@ -18,14 +18,12 @@
@@ -39746,15 +39276,12 @@ index 724ffbd..f06aaaa 100644
  
  /* UltraSPARC-III has three dividers: 1, 2, and 32.  These are controlled
   * in the Safari config register.
-@@ -156,18 +154,28 @@ static int __init us3_freq_cpu_init(struct cpufreq_policy *policy)
+@@ -156,16 +154,27 @@ static int __init us3_freq_cpu_init(struct cpufreq_policy *policy)
  
  static int us3_freq_cpu_exit(struct cpufreq_policy *policy)
  {
--	if (cpufreq_us3_driver) {
--		cpufreq_frequency_table_put_attr(policy->cpu);
+-	if (cpufreq_us3_driver)
 -		us3_freq_target(policy, 0);
--	}
-+	cpufreq_frequency_table_put_attr(policy->cpu);
 +	us3_freq_target(policy, 0);
  
  	return 0;
@@ -39780,7 +39307,7 @@ index 724ffbd..f06aaaa 100644
  
  	if (tlb_type != cheetah && tlb_type != cheetah_plus)
  		return -ENODEV;
-@@ -180,55 +188,15 @@ static int __init us3_freq_init(void)
+@@ -178,55 +187,15 @@ static int __init us3_freq_init(void)
  	    (impl == CHEETAH_IMPL ||
  	     impl == CHEETAH_PLUS_IMPL ||
  	     impl == JAGUAR_IMPL ||
@@ -39840,7 +39367,7 @@ index 724ffbd..f06aaaa 100644
  
  MODULE_AUTHOR("David S. Miller <davem@redhat.com>");
 diff --git a/drivers/cpufreq/speedstep-centrino.c b/drivers/cpufreq/speedstep-centrino.c
-index 4e1daca..e707b61 100644
+index 6723f03..3465190 100644
 --- a/drivers/cpufreq/speedstep-centrino.c
 +++ b/drivers/cpufreq/speedstep-centrino.c
 @@ -351,8 +351,11 @@ static int centrino_cpu_init(struct cpufreq_policy *policy)
@@ -39858,7 +39385,7 @@ index 4e1daca..e707b61 100644
  	if (policy->cpu != 0)
  		return -ENODEV;
 diff --git a/drivers/cpuidle/driver.c b/drivers/cpuidle/driver.c
-index 06dbe7c..c2c8671 100644
+index 136d6a2..06e373d 100644
 --- a/drivers/cpuidle/driver.c
 +++ b/drivers/cpuidle/driver.c
 @@ -202,7 +202,7 @@ static int poll_idle(struct cpuidle_device *dev,
@@ -39884,7 +39411,7 @@ index ca89412..a7b9c49 100644
  		    cpuidle_curr_governor->rating < gov->rating)
  			cpuidle_switch_governor(gov);
 diff --git a/drivers/cpuidle/sysfs.c b/drivers/cpuidle/sysfs.c
-index e918b6d..f87ea80 100644
+index efe2f17..b8124f9 100644
 --- a/drivers/cpuidle/sysfs.c
 +++ b/drivers/cpuidle/sysfs.c
 @@ -135,7 +135,7 @@ static struct attribute *cpuidle_switch_attrs[] = {
@@ -39919,10 +39446,10 @@ index 12fea3e..1e28f47 100644
  	err = pci_request_regions(pdev, name);
  	if (err)
 diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
-index a0b2f7e..1b6f028 100644
+index 2042ec3..a9ce67f 100644
 --- a/drivers/devfreq/devfreq.c
 +++ b/drivers/devfreq/devfreq.c
-@@ -607,7 +607,7 @@ int devfreq_add_governor(struct devfreq_governor *governor)
+@@ -616,7 +616,7 @@ int devfreq_add_governor(struct devfreq_governor *governor)
  		goto err_out;
  	}
  
@@ -39931,7 +39458,7 @@ index a0b2f7e..1b6f028 100644
  
  	list_for_each_entry(devfreq, &devfreq_list, node) {
  		int ret = 0;
-@@ -695,7 +695,7 @@ int devfreq_remove_governor(struct devfreq_governor *governor)
+@@ -704,7 +704,7 @@ int devfreq_remove_governor(struct devfreq_governor *governor)
  		}
  	}
  
@@ -39941,7 +39468,7 @@ index a0b2f7e..1b6f028 100644
  	mutex_unlock(&devfreq_list_lock);
  
 diff --git a/drivers/dma/sh/shdma-base.c b/drivers/dma/sh/shdma-base.c
-index 2e7b394..1371a64 100644
+index 5239677..1cb71a8 100644
 --- a/drivers/dma/sh/shdma-base.c
 +++ b/drivers/dma/sh/shdma-base.c
 @@ -267,8 +267,8 @@ static int shdma_alloc_chan_resources(struct dma_chan *chan)
@@ -39956,10 +39483,10 @@ index 2e7b394..1371a64 100644
  		ret = -ENOMEM;
  		goto edescalloc;
 diff --git a/drivers/dma/sh/shdmac.c b/drivers/dma/sh/shdmac.c
-index 0d765c0..60b7480 100644
+index dda7e75..0a4c867 100644
 --- a/drivers/dma/sh/shdmac.c
 +++ b/drivers/dma/sh/shdmac.c
-@@ -511,7 +511,7 @@ static int sh_dmae_nmi_handler(struct notifier_block *self,
+@@ -513,7 +513,7 @@ static int sh_dmae_nmi_handler(struct notifier_block *self,
  	return ret;
  }
  
@@ -39985,7 +39512,7 @@ index 592af5f..bb1d583 100644
  EXPORT_SYMBOL_GPL(edac_device_alloc_index);
  
 diff --git a/drivers/edac/edac_mc_sysfs.c b/drivers/edac/edac_mc_sysfs.c
-index b335c6a..db65b44 100644
+index 01fae82..1dd8289 100644
 --- a/drivers/edac/edac_mc_sysfs.c
 +++ b/drivers/edac/edac_mc_sysfs.c
 @@ -152,7 +152,7 @@ static const char * const edac_caps[] = {
@@ -40287,7 +39814,7 @@ index 1491dd4..aa910db 100644
  EXPORT_SYMBOL_GPL(cper_next_record_id);
  
 diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c
-index 4753bac..02861a2 100644
+index af20f17..4e4e545 100644
 --- a/drivers/firmware/efi/efi.c
 +++ b/drivers/firmware/efi/efi.c
 @@ -120,14 +120,16 @@ static struct attribute_group efi_subsys_attr_group = {
@@ -40313,7 +39840,7 @@ index 4753bac..02861a2 100644
  	return efivars_register(&generic_efivars, &generic_ops, efi_kobj);
  }
 diff --git a/drivers/firmware/efi/efivars.c b/drivers/firmware/efi/efivars.c
-index 3dc2482..7bd2f61 100644
+index 50ea412..caccd6e9 100644
 --- a/drivers/firmware/efi/efivars.c
 +++ b/drivers/firmware/efi/efivars.c
 @@ -456,7 +456,7 @@ efivar_create_sysfs_entry(struct efivar_entry *new_var)
@@ -40326,10 +39853,10 @@ index 3dc2482..7bd2f61 100644
  
  	/* new_var */
 diff --git a/drivers/firmware/google/memconsole.c b/drivers/firmware/google/memconsole.c
-index 2a90ba6..07f3733 100644
+index 2f569aa..c95f4fb 100644
 --- a/drivers/firmware/google/memconsole.c
 +++ b/drivers/firmware/google/memconsole.c
-@@ -147,7 +147,9 @@ static int __init memconsole_init(void)
+@@ -155,7 +155,10 @@ static int __init memconsole_init(void)
  	if (!found_memconsole())
  		return -ENODEV;
  
@@ -40337,11 +39864,12 @@ index 2a90ba6..07f3733 100644
 +	pax_open_kernel();
 +	*(size_t *)&memconsole_bin_attr.size = memconsole_length;
 +	pax_close_kernel();
- 
- 	ret = sysfs_create_bin_file(firmware_kobj, &memconsole_bin_attr);
++
+ 	return sysfs_create_bin_file(firmware_kobj, &memconsole_bin_attr);
+ }
  
 diff --git a/drivers/gpio/gpio-em.c b/drivers/gpio/gpio-em.c
-index 1e98a98..b444372 100644
+index 8765bd6..2e5b147 100644
 --- a/drivers/gpio/gpio-em.c
 +++ b/drivers/gpio/gpio-em.c
 @@ -278,7 +278,7 @@ static int em_gio_probe(struct platform_device *pdev)
@@ -40354,20 +39882,20 @@ index 1e98a98..b444372 100644
  	int ret;
  
 diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c
-index f5bf3c3..7baaa59 100644
+index 7030422..42a3fe9 100644
 --- a/drivers/gpio/gpio-ich.c
 +++ b/drivers/gpio/gpio-ich.c
-@@ -71,7 +71,7 @@ struct ichx_desc {
- 	/* Some chipsets have quirks, let these use their own request/get */
- 	int (*request)(struct gpio_chip *chip, unsigned offset);
- 	int (*get)(struct gpio_chip *chip, unsigned offset);
+@@ -94,7 +94,7 @@ struct ichx_desc {
+ 	 * this option allows driver caching written output values
+ 	 */
+ 	bool use_outlvl_cache;
 -};
 +} __do_const;
  
  static struct {
  	spinlock_t lock;
 diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c
-index ca76ce7..68b384b 100644
+index 03c9148..c66e753 100644
 --- a/drivers/gpio/gpio-rcar.c
 +++ b/drivers/gpio/gpio-rcar.c
 @@ -355,7 +355,7 @@ static int gpio_rcar_probe(struct platform_device *pdev)
@@ -40376,14 +39904,14 @@ index ca76ce7..68b384b 100644
  	struct gpio_chip *gpio_chip;
 -	struct irq_chip *irq_chip;
 +	irq_chip_no_const *irq_chip;
- 	const char *name = dev_name(&pdev->dev);
+ 	struct device *dev = &pdev->dev;
+ 	const char *name = dev_name(dev);
  	int ret;
- 
 diff --git a/drivers/gpio/gpio-vr41xx.c b/drivers/gpio/gpio-vr41xx.c
-index 9902732..64b62dd 100644
+index 66cbcc1..0c5e622 100644
 --- a/drivers/gpio/gpio-vr41xx.c
 +++ b/drivers/gpio/gpio-vr41xx.c
-@@ -204,7 +204,7 @@ static int giu_get_irq(unsigned int irq)
+@@ -224,7 +224,7 @@ static int giu_get_irq(unsigned int irq)
  	printk(KERN_ERR "spurious GIU interrupt: %04x(%04x),%04x(%04x)\n",
  	       maskl, pendl, maskh, pendh);
  
@@ -40393,10 +39921,10 @@ index 9902732..64b62dd 100644
  	return -EINVAL;
  }
 diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c
-index 3b7d32d..05c2f74 100644
+index d8b7099..8a314a5 100644
 --- a/drivers/gpu/drm/drm_crtc.c
 +++ b/drivers/gpu/drm/drm_crtc.c
-@@ -3123,7 +3123,7 @@ int drm_mode_getproperty_ioctl(struct drm_device *dev,
+@@ -3500,7 +3500,7 @@ int drm_mode_getproperty_ioctl(struct drm_device *dev,
  					goto done;
  				}
  
@@ -40406,7 +39934,7 @@ index 3b7d32d..05c2f74 100644
  					ret = -EFAULT;
  					goto done;
 diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c
-index 345be03..158368d 100644
+index 03711d0..40e985f 100644
 --- a/drivers/gpu/drm/drm_drv.c
 +++ b/drivers/gpu/drm/drm_drv.c
 @@ -233,7 +233,7 @@ module_exit(drm_core_exit);
@@ -40418,7 +39946,7 @@ index 345be03..158368d 100644
  {
  	int len;
  
-@@ -303,7 +303,7 @@ long drm_ioctl(struct file *filp,
+@@ -342,7 +342,7 @@ long drm_ioctl(struct file *filp,
  	struct drm_file *file_priv = filp->private_data;
  	struct drm_device *dev;
  	const struct drm_ioctl_desc *ioctl = NULL;
@@ -40428,28 +39956,28 @@ index 345be03..158368d 100644
  	int retcode = -EINVAL;
  	char stack_kdata[128];
 diff --git a/drivers/gpu/drm/drm_fops.c b/drivers/gpu/drm/drm_fops.c
-index 7f2af9a..1561914 100644
+index e1eba0b..98f69f9 100644
 --- a/drivers/gpu/drm/drm_fops.c
 +++ b/drivers/gpu/drm/drm_fops.c
-@@ -97,7 +97,7 @@ int drm_open(struct inode *inode, struct file *filp)
- 	if (drm_device_is_unplugged(dev))
- 		return -ENODEV;
+@@ -89,7 +89,7 @@ int drm_open(struct inode *inode, struct file *filp)
+ 		return PTR_ERR(minor);
  
+ 	dev = minor->dev;
 -	if (!dev->open_count++)
 +	if (local_inc_return(&dev->open_count) == 1)
  		need_setup = 1;
- 	mutex_lock(&dev->struct_mutex);
- 	old_imapping = inode->i_mapping;
-@@ -127,7 +127,7 @@ err_undo:
- 	iput(container_of(dev->dev_mapping, struct inode, i_data));
- 	dev->dev_mapping = old_mapping;
- 	mutex_unlock(&dev->struct_mutex);
+ 
+ 	/* share address_space across all char-devs of a single device */
+@@ -106,7 +106,7 @@ int drm_open(struct inode *inode, struct file *filp)
+ 	return 0;
+ 
+ err_undo:
 -	dev->open_count--;
 +	local_dec(&dev->open_count);
+ 	drm_minor_release(minor);
  	return retcode;
  }
- EXPORT_SYMBOL(drm_open);
-@@ -463,7 +463,7 @@ int drm_release(struct inode *inode, struct file *filp)
+@@ -430,7 +430,7 @@ int drm_release(struct inode *inode, struct file *filp)
  
  	mutex_lock(&drm_global_mutex);
  
@@ -40458,20 +39986,20 @@ index 7f2af9a..1561914 100644
  
  	if (dev->driver->preclose)
  		dev->driver->preclose(dev, file_priv);
-@@ -472,10 +472,10 @@ int drm_release(struct inode *inode, struct file *filp)
+@@ -439,10 +439,10 @@ int drm_release(struct inode *inode, struct file *filp)
  	 * Begin inline drm_release
  	 */
  
 -	DRM_DEBUG("pid = %d, device = 0x%lx, open_count = %d\n",
 +	DRM_DEBUG("pid = %d, device = 0x%lx, open_count = %ld\n",
  		  task_pid_nr(current),
- 		  (long)old_encode_dev(file_priv->minor->device),
+ 		  (long)old_encode_dev(file_priv->minor->kdev->devt),
 -		  dev->open_count);
 +		  local_read(&dev->open_count));
  
  	/* Release any auth tokens that might point to this file_priv,
  	   (do that under the drm_global_mutex) */
-@@ -573,7 +573,7 @@ int drm_release(struct inode *inode, struct file *filp)
+@@ -543,7 +543,7 @@ int drm_release(struct inode *inode, struct file *filp)
  	 * End inline drm_release
  	 */
  
@@ -40637,10 +40165,10 @@ index 2f4c4343..dd12cd2 100644
  		ret = drm_ioctl(filp, cmd, arg);
  
 diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c
-index 98a33c580..8fd1c2b 100644
+index 4c24c3a..c903cab 100644
 --- a/drivers/gpu/drm/drm_stub.c
 +++ b/drivers/gpu/drm/drm_stub.c
-@@ -409,7 +409,7 @@ void drm_unplug_dev(struct drm_device *dev)
+@@ -455,7 +455,7 @@ void drm_unplug_dev(struct drm_device *dev)
  
  	drm_device_set_unplugged(dev);
  
@@ -40677,24 +40205,11 @@ index d4d16ed..8fb0b51 100644
  
  	int front_offset;
  } drm_i810_private_t;
-diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
-index b2b46c5..feb9fe7 100644
---- a/drivers/gpu/drm/i915/i915_debugfs.c
-+++ b/drivers/gpu/drm/i915/i915_debugfs.c
-@@ -713,7 +713,7 @@ static int i915_interrupt_info(struct seq_file *m, void *data)
- 			   I915_READ(GTIMR));
- 	}
- 	seq_printf(m, "Interrupts received: %d\n",
--		   atomic_read(&dev_priv->irq_received));
-+		   atomic_read_unchecked(&dev_priv->irq_received));
- 	for_each_ring(ring, dev_priv, i) {
- 		if (INTEL_INFO(dev)->gen >= 6) {
- 			seq_printf(m,
 diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c
-index 15a74f9..4278889 100644
+index eedb023..25076a4 100644
 --- a/drivers/gpu/drm/i915/i915_dma.c
 +++ b/drivers/gpu/drm/i915/i915_dma.c
-@@ -1273,7 +1273,7 @@ static bool i915_switcheroo_can_switch(struct pci_dev *pdev)
+@@ -1280,7 +1280,7 @@ static bool i915_switcheroo_can_switch(struct pci_dev *pdev)
  	bool can_switch;
  
  	spin_lock(&dev->count_lock);
@@ -40703,24 +40218,11 @@ index 15a74f9..4278889 100644
  	spin_unlock(&dev->count_lock);
  	return can_switch;
  }
-diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
-index 4677af9..cd79971 100644
---- a/drivers/gpu/drm/i915/i915_drv.h
-+++ b/drivers/gpu/drm/i915/i915_drv.h
-@@ -1362,7 +1362,7 @@ typedef struct drm_i915_private {
- 	drm_dma_handle_t *status_page_dmah;
- 	struct resource mch_res;
- 
--	atomic_t irq_received;
-+	atomic_unchecked_t irq_received;
- 
- 	/* protects the irq masks */
- 	spinlock_t irq_lock;
 diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
-index 768e666..68cf44d 100644
+index 20fef6c..76c78fb 100644
 --- a/drivers/gpu/drm/i915/i915_gem_execbuffer.c
 +++ b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
-@@ -860,9 +860,9 @@ i915_gem_check_execbuffer(struct drm_i915_gem_execbuffer2 *exec)
+@@ -886,9 +886,9 @@ i915_gem_check_execbuffer(struct drm_i915_gem_execbuffer2 *exec)
  
  static int
  validate_exec_list(struct drm_i915_gem_exec_object2 *exec,
@@ -40767,132 +40269,11 @@ index 3c59584..500f2e9 100644
  		ret = drm_ioctl(filp, cmd, arg);
  
  	return ret;
-diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
-index 4050450..f67c5c1 100644
---- a/drivers/gpu/drm/i915/i915_irq.c
-+++ b/drivers/gpu/drm/i915/i915_irq.c
-@@ -1448,7 +1448,7 @@ static irqreturn_t valleyview_irq_handler(int irq, void *arg)
- 	int pipe;
- 	u32 pipe_stats[I915_MAX_PIPES];
- 
--	atomic_inc(&dev_priv->irq_received);
-+	atomic_inc_unchecked(&dev_priv->irq_received);
- 
- 	while (true) {
- 		iir = I915_READ(VLV_IIR);
-@@ -1761,7 +1761,7 @@ static irqreturn_t ironlake_irq_handler(int irq, void *arg)
- 	u32 de_iir, gt_iir, de_ier, sde_ier = 0;
- 	irqreturn_t ret = IRQ_NONE;
- 
--	atomic_inc(&dev_priv->irq_received);
-+	atomic_inc_unchecked(&dev_priv->irq_received);
- 
- 	/* We get interrupts on unclaimed registers, so check for this before we
- 	 * do any I915_{READ,WRITE}. */
-@@ -1831,7 +1831,7 @@ static irqreturn_t gen8_irq_handler(int irq, void *arg)
- 	uint32_t tmp = 0;
- 	enum pipe pipe;
- 
--	atomic_inc(&dev_priv->irq_received);
-+	atomic_inc_unchecked(&dev_priv->irq_received);
- 
- 	master_ctl = I915_READ(GEN8_MASTER_IRQ);
- 	master_ctl &= ~GEN8_MASTER_IRQ_CONTROL;
-@@ -2655,7 +2655,7 @@ static void ironlake_irq_preinstall(struct drm_device *dev)
- {
- 	drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private;
- 
--	atomic_set(&dev_priv->irq_received, 0);
-+	atomic_set_unchecked(&dev_priv->irq_received, 0);
- 
- 	I915_WRITE(HWSTAM, 0xeffe);
- 
-@@ -2673,7 +2673,7 @@ static void valleyview_irq_preinstall(struct drm_device *dev)
- 	drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private;
- 	int pipe;
- 
--	atomic_set(&dev_priv->irq_received, 0);
-+	atomic_set_unchecked(&dev_priv->irq_received, 0);
- 
- 	/* VLV magic */
- 	I915_WRITE(VLV_IMR, 0);
-@@ -2704,7 +2704,7 @@ static void gen8_irq_preinstall(struct drm_device *dev)
- 	struct drm_i915_private *dev_priv = dev->dev_private;
- 	int pipe;
- 
--	atomic_set(&dev_priv->irq_received, 0);
-+	atomic_set_unchecked(&dev_priv->irq_received, 0);
- 
- 	I915_WRITE(GEN8_MASTER_IRQ, 0);
- 	POSTING_READ(GEN8_MASTER_IRQ);
-@@ -3028,7 +3028,7 @@ static void gen8_irq_uninstall(struct drm_device *dev)
- 	if (!dev_priv)
- 		return;
- 
--	atomic_set(&dev_priv->irq_received, 0);
-+	atomic_set_unchecked(&dev_priv->irq_received, 0);
- 
- 	I915_WRITE(GEN8_MASTER_IRQ, 0);
- 
-@@ -3122,7 +3122,7 @@ static void i8xx_irq_preinstall(struct drm_device * dev)
- 	drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private;
- 	int pipe;
- 
--	atomic_set(&dev_priv->irq_received, 0);
-+	atomic_set_unchecked(&dev_priv->irq_received, 0);
- 
- 	for_each_pipe(pipe)
- 		I915_WRITE(PIPESTAT(pipe), 0);
-@@ -3208,7 +3208,7 @@ static irqreturn_t i8xx_irq_handler(int irq, void *arg)
- 		I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
- 		I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT;
- 
--	atomic_inc(&dev_priv->irq_received);
-+	atomic_inc_unchecked(&dev_priv->irq_received);
- 
- 	iir = I915_READ16(IIR);
- 	if (iir == 0)
-@@ -3287,7 +3287,7 @@ static void i915_irq_preinstall(struct drm_device * dev)
- 	drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private;
- 	int pipe;
- 
--	atomic_set(&dev_priv->irq_received, 0);
-+	atomic_set_unchecked(&dev_priv->irq_received, 0);
- 
- 	if (I915_HAS_HOTPLUG(dev)) {
- 		I915_WRITE(PORT_HOTPLUG_EN, 0);
-@@ -3394,7 +3394,7 @@ static irqreturn_t i915_irq_handler(int irq, void *arg)
- 		I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT;
- 	int pipe, ret = IRQ_NONE;
- 
--	atomic_inc(&dev_priv->irq_received);
-+	atomic_inc_unchecked(&dev_priv->irq_received);
- 
- 	iir = I915_READ(IIR);
- 	do {
-@@ -3521,7 +3521,7 @@ static void i965_irq_preinstall(struct drm_device * dev)
- 	drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private;
- 	int pipe;
- 
--	atomic_set(&dev_priv->irq_received, 0);
-+	atomic_set_unchecked(&dev_priv->irq_received, 0);
- 
- 	I915_WRITE(PORT_HOTPLUG_EN, 0);
- 	I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
-@@ -3637,7 +3637,7 @@ static irqreturn_t i965_irq_handler(int irq, void *arg)
- 		I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT |
- 		I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT;
- 
--	atomic_inc(&dev_priv->irq_received);
-+	atomic_inc_unchecked(&dev_priv->irq_received);
- 
- 	iir = I915_READ(IIR);
- 
 diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
-index b6fb3eb..e0fa1e1 100644
+index 5b60e25..eac1625 100644
 --- a/drivers/gpu/drm/i915/intel_display.c
 +++ b/drivers/gpu/drm/i915/intel_display.c
-@@ -10798,13 +10798,13 @@ struct intel_quirk {
+@@ -11171,13 +11171,13 @@ struct intel_quirk {
  	int subsystem_vendor;
  	int subsystem_device;
  	void (*hook)(struct drm_device *dev);
@@ -40908,7 +40289,7 @@ index b6fb3eb..e0fa1e1 100644
  
  static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
  {
-@@ -10812,18 +10812,20 @@ static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
+@@ -11185,18 +11185,20 @@ static int intel_dmi_reverse_brightness(const struct dmi_system_id *id)
  	return 1;
  }
  
@@ -41031,7 +40412,7 @@ index 1b071b8..de8601a 100644
  
  	*sequence = cur_fence;
 diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c
-index 4c3feaa..26391ce 100644
+index 8268a4c..5105708 100644
 --- a/drivers/gpu/drm/nouveau/nouveau_bios.c
 +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c
 @@ -965,7 +965,7 @@ static int parse_bit_tmds_tbl_entry(struct drm_device *dev, struct nvbios *bios,
@@ -41044,7 +40425,7 @@ index 4c3feaa..26391ce 100644
  #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry })
  
 diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.h b/drivers/gpu/drm/nouveau/nouveau_drm.h
-index 23ca7a5..b6c955d 100644
+index 7efbafa..19f8087 100644
 --- a/drivers/gpu/drm/nouveau/nouveau_drm.h
 +++ b/drivers/gpu/drm/nouveau/nouveau_drm.h
 @@ -97,7 +97,6 @@ struct nouveau_drm {
@@ -41069,7 +40450,7 @@ index c1a7e5a..38b8539 100644
  
  	if (nr < DRM_COMMAND_BASE)
 diff --git a/drivers/gpu/drm/nouveau/nouveau_ttm.c b/drivers/gpu/drm/nouveau/nouveau_ttm.c
-index d45d50d..72a5dd2 100644
+index ab0228f..20b756b 100644
 --- a/drivers/gpu/drm/nouveau/nouveau_ttm.c
 +++ b/drivers/gpu/drm/nouveau/nouveau_ttm.c
 @@ -130,11 +130,11 @@ nouveau_vram_manager_debug(struct ttm_mem_type_manager *man, const char *prefix)
@@ -41124,7 +40505,7 @@ index d45d50d..72a5dd2 100644
  
  int
 diff --git a/drivers/gpu/drm/nouveau/nouveau_vga.c b/drivers/gpu/drm/nouveau/nouveau_vga.c
-index 471347e..5adc6b9 100644
+index fb84da3..d7ee463 100644
 --- a/drivers/gpu/drm/nouveau/nouveau_vga.c
 +++ b/drivers/gpu/drm/nouveau/nouveau_vga.c
 @@ -67,7 +67,7 @@ nouveau_switcheroo_can_switch(struct pci_dev *pdev)
@@ -41292,7 +40673,7 @@ index 28f84b4..fb3e224 100644
  	ret = drm_irq_install(qdev->ddev);
  	qdev->ram_header->int_mask = QXL_INTERRUPT_MASK;
 diff --git a/drivers/gpu/drm/qxl/qxl_ttm.c b/drivers/gpu/drm/qxl/qxl_ttm.c
-index c82c1d6a9..6158c02 100644
+index d52c275..4e6b43d 100644
 --- a/drivers/gpu/drm/qxl/qxl_ttm.c
 +++ b/drivers/gpu/drm/qxl/qxl_ttm.c
 @@ -103,7 +103,7 @@ static void qxl_ttm_global_fini(struct qxl_device *qdev)
@@ -41486,10 +40867,10 @@ index 4a85bb6..aaea819 100644
  	if (regcomp
  	    (&mask_rex, "(0x[0-9a-fA-F]*) *([_a-zA-Z0-9]*)", REG_EXTENDED)) {
 diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c
-index 0bf6f4a..18e2437 100644
+index 2cd144c..a01c95a 100644
 --- a/drivers/gpu/drm/radeon/radeon_device.c
 +++ b/drivers/gpu/drm/radeon/radeon_device.c
-@@ -1128,7 +1128,7 @@ static bool radeon_switcheroo_can_switch(struct pci_dev *pdev)
+@@ -1129,7 +1129,7 @@ static bool radeon_switcheroo_can_switch(struct pci_dev *pdev)
  	bool can_switch;
  
  	spin_lock(&dev->count_lock);
@@ -41602,10 +40983,10 @@ index 956ab7f..fbd36d8 100644
  	DRM_DEBUG("pid=%d\n", DRM_CURRENTPID);
  
 diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c
-index 040a2a1..eae4e54 100644
+index c8a8a51..219dacc 100644
 --- a/drivers/gpu/drm/radeon/radeon_ttm.c
 +++ b/drivers/gpu/drm/radeon/radeon_ttm.c
-@@ -790,7 +790,7 @@ void radeon_ttm_set_active_vram_size(struct radeon_device *rdev, u64 size)
+@@ -797,7 +797,7 @@ void radeon_ttm_set_active_vram_size(struct radeon_device *rdev, u64 size)
  	man->size = size >> PAGE_SHIFT;
  }
  
@@ -41614,7 +40995,7 @@ index 040a2a1..eae4e54 100644
  static const struct vm_operations_struct *ttm_vm_ops = NULL;
  
  static int radeon_ttm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
-@@ -831,8 +831,10 @@ int radeon_mmap(struct file *filp, struct vm_area_struct *vma)
+@@ -838,8 +838,10 @@ int radeon_mmap(struct file *filp, struct vm_area_struct *vma)
  	}
  	if (unlikely(ttm_vm_ops == NULL)) {
  		ttm_vm_ops = vma->vm_ops;
@@ -41626,7 +41007,7 @@ index 040a2a1..eae4e54 100644
  	vma->vm_ops = &radeon_ttm_vm_ops;
  	return 0;
 diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c
-index 9336006..ce78aa7 100644
+index edb871d..a275c6ed 100644
 --- a/drivers/gpu/drm/tegra/dc.c
 +++ b/drivers/gpu/drm/tegra/dc.c
 @@ -1057,7 +1057,7 @@ static int tegra_dc_debugfs_init(struct tegra_dc *dc, struct drm_minor *minor)
@@ -41639,10 +41020,10 @@ index 9336006..ce78aa7 100644
  	err = drm_debugfs_create_files(dc->debugfs_files,
  				       ARRAY_SIZE(debugfs_files),
 diff --git a/drivers/gpu/drm/tegra/dsi.c b/drivers/gpu/drm/tegra/dsi.c
-index d452faab..f8cbc6a 100644
+index 0e599f0..c9ea7c7 100644
 --- a/drivers/gpu/drm/tegra/dsi.c
 +++ b/drivers/gpu/drm/tegra/dsi.c
-@@ -53,7 +53,7 @@ struct tegra_dsi {
+@@ -39,7 +39,7 @@ struct tegra_dsi {
  	struct clk *clk_lp;
  	struct clk *clk;
  
@@ -41665,10 +41046,10 @@ index 6928015..c9853e7 100644
  	struct dentry *debugfs;
  };
 diff --git a/drivers/gpu/drm/ttm/ttm_bo_manager.c b/drivers/gpu/drm/ttm/ttm_bo_manager.c
-index c58eba33..83c2728 100644
+index bd850c9..d9f3573 100644
 --- a/drivers/gpu/drm/ttm/ttm_bo_manager.c
 +++ b/drivers/gpu/drm/ttm/ttm_bo_manager.c
-@@ -141,10 +141,10 @@ static void ttm_bo_man_debug(struct ttm_mem_type_manager *man,
+@@ -146,10 +146,10 @@ static void ttm_bo_man_debug(struct ttm_mem_type_manager *man,
  }
  
  const struct ttm_mem_type_manager_func ttm_bo_manager_func = {
@@ -41723,7 +41104,7 @@ index 863bef9..cba15cf 100644
  	int shrink_pages = sc->nr_to_scan;
  	unsigned long freed = 0;
 diff --git a/drivers/gpu/drm/udl/udl_fb.c b/drivers/gpu/drm/udl/udl_fb.c
-index dbadd49..1b7457b 100644
+index 3771763..883f206 100644
 --- a/drivers/gpu/drm/udl/udl_fb.c
 +++ b/drivers/gpu/drm/udl/udl_fb.c
 @@ -367,7 +367,6 @@ static int udl_fb_release(struct fb_info *info, int user)
@@ -41831,7 +41212,7 @@ index 1319433..a993b0c 100644
  	case VIA_IRQ_ABSOLUTE:
  		break;
 diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
-index 0783155..b29e18e 100644
+index 6b252a8..5975dfe 100644
 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
 +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
 @@ -437,7 +437,7 @@ struct vmw_private {
@@ -41903,10 +41284,10 @@ index b1273e8..9c274fd 100644
 +	.debug = vmw_gmrid_man_debug
  };
 diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c b/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
-index 47b7094..698ba09 100644
+index 37881ec..319065d 100644
 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
 +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
-@@ -236,7 +236,7 @@ int vmw_present_ioctl(struct drm_device *dev, void *data,
+@@ -235,7 +235,7 @@ int vmw_present_ioctl(struct drm_device *dev, void *data,
  	int ret;
  
  	num_clips = arg->num_clips;
@@ -41915,7 +41296,7 @@ index 47b7094..698ba09 100644
  
  	if (unlikely(num_clips == 0))
  		return 0;
-@@ -320,7 +320,7 @@ int vmw_present_readback_ioctl(struct drm_device *dev, void *data,
+@@ -318,7 +318,7 @@ int vmw_present_readback_ioctl(struct drm_device *dev, void *data,
  	int ret;
  
  	num_clips = arg->num_clips;
@@ -41982,10 +41363,10 @@ index ec0ae2d..dc0780b 100644
  	/* copy over all the bus versions */
  	if (dev->bus && dev->bus->pm) {
 diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
-index 8a5384c..cf63c18 100644
+index da52279..83ba0e7 100644
 --- a/drivers/hid/hid-core.c
 +++ b/drivers/hid/hid-core.c
-@@ -2422,7 +2422,7 @@ EXPORT_SYMBOL_GPL(hid_ignore);
+@@ -2466,7 +2466,7 @@ EXPORT_SYMBOL_GPL(hid_ignore);
  
  int hid_add_device(struct hid_device *hdev)
  {
@@ -41994,7 +41375,7 @@ index 8a5384c..cf63c18 100644
  	int ret;
  
  	if (WARN_ON(hdev->status & HID_STAT_ADDED))
-@@ -2456,7 +2456,7 @@ int hid_add_device(struct hid_device *hdev)
+@@ -2508,7 +2508,7 @@ int hid_add_device(struct hid_device *hdev)
  	/* XXX hack, any other cleaner solution after the driver core
  	 * is converted to allow more than 20 bytes as the device name? */
  	dev_set_name(&hdev->dev, "%04X:%04X:%04X.%04X", hdev->bus,
@@ -42017,7 +41398,7 @@ index c13fb5b..55a3802 100644
  
  	*off += size;
 diff --git a/drivers/hid/uhid.c b/drivers/hid/uhid.c
-index cedc6da..2c3da2a 100644
+index 0d078c3..cd0962c 100644
 --- a/drivers/hid/uhid.c
 +++ b/drivers/hid/uhid.c
 @@ -47,7 +47,7 @@ struct uhid_device {
@@ -42038,7 +41419,7 @@ index cedc6da..2c3da2a 100644
  	ev->u.feature.rnum = rnum;
  	ev->u.feature.rtype = report_type;
  
-@@ -446,7 +446,7 @@ static int uhid_dev_feature_answer(struct uhid_device *uhid,
+@@ -539,7 +539,7 @@ static int uhid_dev_feature_answer(struct uhid_device *uhid,
  	spin_lock_irqsave(&uhid->qlock, flags);
  
  	/* id for old report; drop it silently */
@@ -42048,10 +41429,10 @@ index cedc6da..2c3da2a 100644
  	if (atomic_read(&uhid->report_done))
  		goto unlock;
 diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
-index 69ea36f..8dbf4bb 100644
+index 602ca86..10a6573 100644
 --- a/drivers/hv/channel.c
 +++ b/drivers/hv/channel.c
-@@ -364,8 +364,8 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer,
+@@ -365,8 +365,8 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer,
  	int ret = 0;
  	int t;
  
@@ -42085,7 +41466,7 @@ index bcb4950..61dba6c 100644
  	if (!virtaddr)
  		goto cleanup;
 diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
-index 7e17a54..a50a33d 100644
+index 7e6d78d..7354bed 100644
 --- a/drivers/hv/hv_balloon.c
 +++ b/drivers/hv/hv_balloon.c
 @@ -464,7 +464,7 @@ MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");
@@ -42142,7 +41523,7 @@ index 7e17a54..a50a33d 100644
  	resp.hdr.size = sizeof(struct dm_unballoon_response);
  
  	vmbus_sendpacket(dm_device.dev->channel, &resp,
-@@ -1215,7 +1215,7 @@ static void version_resp(struct hv_dynmem_device *dm,
+@@ -1216,7 +1216,7 @@ static void version_resp(struct hv_dynmem_device *dm,
  	memset(&version_req, 0, sizeof(struct dm_version_request));
  	version_req.hdr.type = DM_VERSION_REQUEST;
  	version_req.hdr.size = sizeof(struct dm_version_request);
@@ -42151,7 +41532,7 @@ index 7e17a54..a50a33d 100644
  	version_req.version.version = DYNMEM_PROTOCOL_VERSION_WIN7;
  	version_req.is_last_attempt = 1;
  
-@@ -1385,7 +1385,7 @@ static int balloon_probe(struct hv_device *dev,
+@@ -1386,7 +1386,7 @@ static int balloon_probe(struct hv_device *dev,
  	memset(&version_req, 0, sizeof(struct dm_version_request));
  	version_req.hdr.type = DM_VERSION_REQUEST;
  	version_req.hdr.size = sizeof(struct dm_version_request);
@@ -42160,7 +41541,7 @@ index 7e17a54..a50a33d 100644
  	version_req.version.version = DYNMEM_PROTOCOL_VERSION_WIN8;
  	version_req.is_last_attempt = 0;
  
-@@ -1416,7 +1416,7 @@ static int balloon_probe(struct hv_device *dev,
+@@ -1417,7 +1417,7 @@ static int balloon_probe(struct hv_device *dev,
  	memset(&cap_msg, 0, sizeof(struct dm_capabilities));
  	cap_msg.hdr.type = DM_CAPABILITIES_REPORT;
  	cap_msg.hdr.size = sizeof(struct dm_capabilities);
@@ -42170,7 +41551,7 @@ index 7e17a54..a50a33d 100644
  	cap_msg.caps.cap_bits.balloon = 1;
  	cap_msg.caps.cap_bits.hot_add = 1;
 diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
-index e055176..c22ff1f 100644
+index 860134d..ea3a79a 100644
 --- a/drivers/hv/hyperv_vmbus.h
 +++ b/drivers/hv/hyperv_vmbus.h
 @@ -602,7 +602,7 @@ enum vmbus_connect_state {
@@ -42183,10 +41564,10 @@ index e055176..c22ff1f 100644
  	/*
  	 * Represents channel interrupts. Each bit position represents a
 diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
-index 077bb1b..d433d74 100644
+index 8e53a3c..7a64e44 100644
 --- a/drivers/hv/vmbus_drv.c
 +++ b/drivers/hv/vmbus_drv.c
-@@ -844,10 +844,10 @@ int vmbus_device_register(struct hv_device *child_device_obj)
+@@ -807,10 +807,10 @@ int vmbus_device_register(struct hv_device *child_device_obj)
  {
  	int ret = 0;
  
@@ -42263,10 +41644,10 @@ index ae208f6..48b6c5b 100644
  {
  	sysfs_attr_init(&attr->attr);
 diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
-index 1599310..cd9525c 100644
+index d76f0b7..55ae976 100644
 --- a/drivers/hwmon/coretemp.c
 +++ b/drivers/hwmon/coretemp.c
-@@ -823,7 +823,7 @@ static int coretemp_cpu_callback(struct notifier_block *nfb,
+@@ -784,7 +784,7 @@ static int coretemp_cpu_callback(struct notifier_block *nfb,
  	return NOTIFY_OK;
  }
  
@@ -42289,10 +41670,10 @@ index 632f1dc..57e6a58 100644
  
  	/* Set up read-only sensors */
 diff --git a/drivers/hwmon/iio_hwmon.c b/drivers/hwmon/iio_hwmon.c
-index 708081b..fe2d4ab 100644
+index 9fbb1b1..efbaa3e 100644
 --- a/drivers/hwmon/iio_hwmon.c
 +++ b/drivers/hwmon/iio_hwmon.c
-@@ -73,7 +73,7 @@ static int iio_hwmon_probe(struct platform_device *pdev)
+@@ -61,7 +61,7 @@ static int iio_hwmon_probe(struct platform_device *pdev)
  {
  	struct device *dev = &pdev->dev;
  	struct iio_hwmon_state *st;
@@ -42421,7 +41802,7 @@ index 97cd45a..ac54d8b 100644
  	}
  
 diff --git a/drivers/hwmon/via-cputemp.c b/drivers/hwmon/via-cputemp.c
-index 38944e9..ae9e5ed 100644
+index 8df43c5..b07b91d 100644
 --- a/drivers/hwmon/via-cputemp.c
 +++ b/drivers/hwmon/via-cputemp.c
 @@ -296,7 +296,7 @@ static int via_cputemp_cpu_callback(struct notifier_block *nfb,
@@ -42499,7 +41880,7 @@ index 0b510ba..4fbb5085 100644
  	}
  }
 diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c
-index acc911a..8700c3c 100644
+index ede16aec..e423e8a 100644
 --- a/drivers/iio/industrialio-core.c
 +++ b/drivers/iio/industrialio-core.c
 @@ -527,7 +527,7 @@ static ssize_t iio_write_channel_info(struct device *dev,
@@ -42726,7 +42107,7 @@ index 9f5ad7c..588cd84 100644
  			}
  		}
 diff --git a/drivers/infiniband/hw/cxgb4/mem.c b/drivers/infiniband/hw/cxgb4/mem.c
-index 41b1195..27971a0 100644
+index ec7a298..8742e59 100644
 --- a/drivers/infiniband/hw/cxgb4/mem.c
 +++ b/drivers/infiniband/hw/cxgb4/mem.c
 @@ -249,7 +249,7 @@ static int write_tpt_entry(struct c4iw_rdev *rdev, u32 reset_tpt_entry,
@@ -42738,7 +42119,7 @@ index 41b1195..27971a0 100644
  
  	if (c4iw_fatal_error(rdev))
  		return -EIO;
-@@ -266,7 +266,7 @@ static int write_tpt_entry(struct c4iw_rdev *rdev, u32 reset_tpt_entry,
+@@ -270,7 +270,7 @@ static int write_tpt_entry(struct c4iw_rdev *rdev, u32 reset_tpt_entry,
  		if (rdev->stats.stag.cur > rdev->stats.stag.max)
  			rdev->stats.stag.max = rdev->stats.stag.cur;
  		mutex_unlock(&rdev->stats.lock);
@@ -42747,41 +42128,6 @@ index 41b1195..27971a0 100644
  	}
  	PDBG("%s stag_state 0x%0x type 0x%0x pdid 0x%0x, stag_idx 0x%x\n",
  	     __func__, stag_state, type, pdid, stag_idx);
-diff --git a/drivers/infiniband/hw/ipath/ipath_dma.c b/drivers/infiniband/hw/ipath/ipath_dma.c
-index 644c2c7..ecf0879 100644
---- a/drivers/infiniband/hw/ipath/ipath_dma.c
-+++ b/drivers/infiniband/hw/ipath/ipath_dma.c
-@@ -176,17 +176,17 @@ static void ipath_dma_free_coherent(struct ib_device *dev, size_t size,
- }
- 
- struct ib_dma_mapping_ops ipath_dma_mapping_ops = {
--	ipath_mapping_error,
--	ipath_dma_map_single,
--	ipath_dma_unmap_single,
--	ipath_dma_map_page,
--	ipath_dma_unmap_page,
--	ipath_map_sg,
--	ipath_unmap_sg,
--	ipath_sg_dma_address,
--	ipath_sg_dma_len,
--	ipath_sync_single_for_cpu,
--	ipath_sync_single_for_device,
--	ipath_dma_alloc_coherent,
--	ipath_dma_free_coherent
-+	.mapping_error = ipath_mapping_error,
-+	.map_single = ipath_dma_map_single,
-+	.unmap_single = ipath_dma_unmap_single,
-+	.map_page = ipath_dma_map_page,
-+	.unmap_page = ipath_dma_unmap_page,
-+	.map_sg = ipath_map_sg,
-+	.unmap_sg = ipath_unmap_sg,
-+	.dma_address = ipath_sg_dma_address,
-+	.dma_len = ipath_sg_dma_len,
-+	.sync_single_for_cpu = ipath_sync_single_for_cpu,
-+	.sync_single_for_device = ipath_sync_single_for_device,
-+	.alloc_coherent = ipath_dma_alloc_coherent,
-+	.free_coherent = ipath_dma_free_coherent
- };
 diff --git a/drivers/infiniband/hw/ipath/ipath_rc.c b/drivers/infiniband/hw/ipath/ipath_rc.c
 index 79b3dbc..96e5fcc 100644
 --- a/drivers/infiniband/hw/ipath/ipath_rc.c
@@ -42837,7 +42183,7 @@ index 1f95bba..9530f87 100644
  				      sdata, wqe->wr.wr.atomic.swap);
  		goto send_comp;
 diff --git a/drivers/infiniband/hw/mlx4/mad.c b/drivers/infiniband/hw/mlx4/mad.c
-index f2a3f48..673ec79 100644
+index fd36ec6..a6a082f 100644
 --- a/drivers/infiniband/hw/mlx4/mad.c
 +++ b/drivers/infiniband/hw/mlx4/mad.c
 @@ -98,7 +98,7 @@ __be64 mlx4_ib_gen_node_guid(void)
@@ -42850,10 +42196,10 @@ index f2a3f48..673ec79 100644
  }
  
 diff --git a/drivers/infiniband/hw/mlx4/mcg.c b/drivers/infiniband/hw/mlx4/mcg.c
-index 25b2cdf..099ff97 100644
+index ed327e6..ca1739e0 100644
 --- a/drivers/infiniband/hw/mlx4/mcg.c
 +++ b/drivers/infiniband/hw/mlx4/mcg.c
-@@ -1040,7 +1040,7 @@ int mlx4_ib_mcg_port_init(struct mlx4_ib_demux_ctx *ctx)
+@@ -1041,7 +1041,7 @@ int mlx4_ib_mcg_port_init(struct mlx4_ib_demux_ctx *ctx)
  {
  	char name[20];
  
@@ -42863,10 +42209,10 @@ index 25b2cdf..099ff97 100644
  	ctx->mcg_wq = create_singlethread_workqueue(name);
  	if (!ctx->mcg_wq)
 diff --git a/drivers/infiniband/hw/mlx4/mlx4_ib.h b/drivers/infiniband/hw/mlx4/mlx4_ib.h
-index a230683..3723f2d 100644
+index 66b0b7d..f14836a 100644
 --- a/drivers/infiniband/hw/mlx4/mlx4_ib.h
 +++ b/drivers/infiniband/hw/mlx4/mlx4_ib.h
-@@ -408,7 +408,7 @@ struct mlx4_ib_demux_ctx {
+@@ -425,7 +425,7 @@ struct mlx4_ib_demux_ctx {
  	struct list_head	mcg_mgid0_list;
  	struct workqueue_struct	*mcg_wq;
  	struct mlx4_ib_demux_pv_ctx **tun;
@@ -42916,7 +42262,7 @@ index 9d3e5c1..6f166df 100644
  		  void *in_mad, void *response_mad)
  {
 diff --git a/drivers/infiniband/hw/mthca/mthca_main.c b/drivers/infiniband/hw/mthca/mthca_main.c
-index 87897b9..7e79542 100644
+index ded76c1..0cf0a08 100644
 --- a/drivers/infiniband/hw/mthca/mthca_main.c
 +++ b/drivers/infiniband/hw/mthca/mthca_main.c
 @@ -692,7 +692,7 @@ err_close:
@@ -42960,7 +42306,7 @@ index ed9a989..6aa5dc2 100644
  			int list_len, u64 iova, u64 total_size,
  			u32 access, struct mthca_mr *mr)
 diff --git a/drivers/infiniband/hw/mthca/mthca_provider.c b/drivers/infiniband/hw/mthca/mthca_provider.c
-index 42dde06..1257310 100644
+index 415f8e1..e34214e 100644
 --- a/drivers/infiniband/hw/mthca/mthca_provider.c
 +++ b/drivers/infiniband/hw/mthca/mthca_provider.c
 @@ -764,7 +764,7 @@ unlock:
@@ -43054,7 +42400,7 @@ index 33cc589..3bd6538 100644
  extern u32 int_mod_timer_init;
  extern u32 int_mod_cq_depth_256;
 diff --git a/drivers/infiniband/hw/nes/nes_cm.c b/drivers/infiniband/hw/nes/nes_cm.c
-index 9c9f2f5..2559190 100644
+index dfa9df4..6bf7221 100644
 --- a/drivers/infiniband/hw/nes/nes_cm.c
 +++ b/drivers/infiniband/hw/nes/nes_cm.c
 @@ -68,14 +68,14 @@ u32 cm_packets_dropped;
@@ -43079,7 +42425,7 @@ index 9c9f2f5..2559190 100644
  
  static inline int mini_cm_accelerated(struct nes_cm_core *, struct nes_cm_node *);
  static struct nes_cm_listener *mini_cm_listen(struct nes_cm_core *, struct nes_vnic *, struct nes_cm_info *);
-@@ -133,28 +133,28 @@ static void print_core(struct nes_cm_core *core);
+@@ -134,28 +134,28 @@ static void record_ird_ord(struct nes_cm_node *, u16, u16);
  /* instance of function pointers for client API */
  /* set address of this instance to cm_core->cm_ops at cm_core alloc */
  static struct nes_cm_ops nes_cm_api = {
@@ -43126,7 +42472,7 @@ index 9c9f2f5..2559190 100644
  
  int nes_add_ref_cm_node(struct nes_cm_node *cm_node)
  {
-@@ -1272,7 +1272,7 @@ static int mini_cm_dec_refcnt_listen(struct nes_cm_core *cm_core,
+@@ -1319,7 +1319,7 @@ static int mini_cm_dec_refcnt_listen(struct nes_cm_core *cm_core,
  		kfree(listener);
  		listener = NULL;
  		ret = 0;
@@ -43135,7 +42481,7 @@ index 9c9f2f5..2559190 100644
  	} else {
  		spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
  	}
-@@ -1465,7 +1465,7 @@ static struct nes_cm_node *make_cm_node(struct nes_cm_core *cm_core,
+@@ -1513,7 +1513,7 @@ static struct nes_cm_node *make_cm_node(struct nes_cm_core *cm_core,
  		  cm_node->rem_mac);
  
  	add_hte_node(cm_core, cm_node);
@@ -43144,7 +42490,7 @@ index 9c9f2f5..2559190 100644
  
  	return cm_node;
  }
-@@ -1523,7 +1523,7 @@ static int rem_ref_cm_node(struct nes_cm_core *cm_core,
+@@ -1571,7 +1571,7 @@ static int rem_ref_cm_node(struct nes_cm_core *cm_core,
  	}
  
  	atomic_dec(&cm_core->node_cnt);
@@ -43153,7 +42499,7 @@ index 9c9f2f5..2559190 100644
  	nesqp = cm_node->nesqp;
  	if (nesqp) {
  		nesqp->cm_node = NULL;
-@@ -1587,7 +1587,7 @@ static int process_options(struct nes_cm_node *cm_node, u8 *optionsloc,
+@@ -1635,7 +1635,7 @@ static int process_options(struct nes_cm_node *cm_node, u8 *optionsloc,
  
  static void drop_packet(struct sk_buff *skb)
  {
@@ -43162,7 +42508,7 @@ index 9c9f2f5..2559190 100644
  	dev_kfree_skb_any(skb);
  }
  
-@@ -1650,7 +1650,7 @@ static void handle_rst_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
+@@ -1698,7 +1698,7 @@ static void handle_rst_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
  {
  
  	int	reset = 0;	/* whether to send reset in case of err.. */
@@ -43171,7 +42517,7 @@ index 9c9f2f5..2559190 100644
  	nes_debug(NES_DBG_CM, "Received Reset, cm_node = %p, state = %u."
  			" refcnt=%d\n", cm_node, cm_node->state,
  			atomic_read(&cm_node->ref_count));
-@@ -2291,7 +2291,7 @@ static struct nes_cm_node *mini_cm_connect(struct nes_cm_core *cm_core,
+@@ -2339,7 +2339,7 @@ static struct nes_cm_node *mini_cm_connect(struct nes_cm_core *cm_core,
  				rem_ref_cm_node(cm_node->cm_core, cm_node);
  				return NULL;
  			}
@@ -43180,7 +42526,7 @@ index 9c9f2f5..2559190 100644
  			loopbackremotenode->loopbackpartner = cm_node;
  			loopbackremotenode->tcp_cntxt.rcv_wscale =
  				NES_CM_DEFAULT_RCV_WND_SCALE;
-@@ -2566,7 +2566,7 @@ static int mini_cm_recv_pkt(struct nes_cm_core *cm_core,
+@@ -2614,7 +2614,7 @@ static int mini_cm_recv_pkt(struct nes_cm_core *cm_core,
  				nes_queue_mgt_skbs(skb, nesvnic, cm_node->nesqp);
  			else {
  				rem_ref_cm_node(cm_core, cm_node);
@@ -43189,7 +42535,7 @@ index 9c9f2f5..2559190 100644
  				dev_kfree_skb_any(skb);
  			}
  			break;
-@@ -2874,7 +2874,7 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
+@@ -2922,7 +2922,7 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
  
  	if ((cm_id) && (cm_id->event_handler)) {
  		if (issue_disconn) {
@@ -43198,7 +42544,7 @@ index 9c9f2f5..2559190 100644
  			cm_event.event = IW_CM_EVENT_DISCONNECT;
  			cm_event.status = disconn_status;
  			cm_event.local_addr = cm_id->local_addr;
-@@ -2896,7 +2896,7 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
+@@ -2944,7 +2944,7 @@ static int nes_cm_disconn_true(struct nes_qp *nesqp)
  		}
  
  		if (issue_close) {
@@ -43207,7 +42553,7 @@ index 9c9f2f5..2559190 100644
  			nes_disconnect(nesqp, 1);
  
  			cm_id->provider_data = nesqp;
-@@ -3034,7 +3034,7 @@ int nes_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
+@@ -3082,7 +3082,7 @@ int nes_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
  
  	nes_debug(NES_DBG_CM, "QP%u, cm_node=%p, jiffies = %lu listener = %p\n",
  		nesqp->hwqp.qp_id, cm_node, jiffies, cm_node->listener);
@@ -43216,7 +42562,7 @@ index 9c9f2f5..2559190 100644
  
  	nes_debug(NES_DBG_CM, "netdev refcnt = %u.\n",
  			netdev_refcnt_read(nesvnic->netdev));
-@@ -3223,7 +3223,7 @@ int nes_reject(struct iw_cm_id *cm_id, const void *pdata, u8 pdata_len)
+@@ -3278,7 +3278,7 @@ int nes_reject(struct iw_cm_id *cm_id, const void *pdata, u8 pdata_len)
  	struct nes_cm_core *cm_core;
  	u8 *start_buff;
  
@@ -43225,7 +42571,7 @@ index 9c9f2f5..2559190 100644
  	cm_node = (struct nes_cm_node *)cm_id->provider_data;
  	loopback = cm_node->loopbackpartner;
  	cm_core = cm_node->cm_core;
-@@ -3285,7 +3285,7 @@ int nes_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
+@@ -3340,7 +3340,7 @@ int nes_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
  		  ntohs(raddr->sin_port), ntohl(laddr->sin_addr.s_addr),
  		  ntohs(laddr->sin_port));
  
@@ -43234,7 +42580,7 @@ index 9c9f2f5..2559190 100644
  	nesqp->active_conn = 1;
  
  	/* cache the cm_id in the qp */
-@@ -3397,7 +3397,7 @@ int nes_create_listen(struct iw_cm_id *cm_id, int backlog)
+@@ -3451,7 +3451,7 @@ int nes_create_listen(struct iw_cm_id *cm_id, int backlog)
  			g_cm_core->api->stop_listener(g_cm_core, (void *)cm_node);
  			return err;
  		}
@@ -43243,7 +42589,7 @@ index 9c9f2f5..2559190 100644
  	}
  
  	cm_id->add_ref(cm_id);
-@@ -3504,7 +3504,7 @@ static void cm_event_connected(struct nes_cm_event *event)
+@@ -3558,7 +3558,7 @@ static void cm_event_connected(struct nes_cm_event *event)
  
  	if (nesqp->destroyed)
  		return;
@@ -43252,7 +42598,7 @@ index 9c9f2f5..2559190 100644
  	nes_debug(NES_DBG_CM, "QP%u attempting to connect to  0x%08X:0x%04X on"
  		  " local port 0x%04X. jiffies = %lu.\n",
  		  nesqp->hwqp.qp_id, ntohl(raddr->sin_addr.s_addr),
-@@ -3685,7 +3685,7 @@ static void cm_event_reset(struct nes_cm_event *event)
+@@ -3741,7 +3741,7 @@ static void cm_event_reset(struct nes_cm_event *event)
  
  	cm_id->add_ref(cm_id);
  	ret = cm_id->event_handler(cm_id, &cm_event);
@@ -43261,7 +42607,7 @@ index 9c9f2f5..2559190 100644
  	cm_event.event = IW_CM_EVENT_CLOSE;
  	cm_event.status = 0;
  	cm_event.provider_data = cm_id->provider_data;
-@@ -3725,7 +3725,7 @@ static void cm_event_mpa_req(struct nes_cm_event *event)
+@@ -3781,7 +3781,7 @@ static void cm_event_mpa_req(struct nes_cm_event *event)
  		return;
  	cm_id = cm_node->cm_id;
  
@@ -43270,7 +42616,7 @@ index 9c9f2f5..2559190 100644
  	nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
  		  cm_node, cm_id, jiffies);
  
-@@ -3769,7 +3769,7 @@ static void cm_event_mpa_reject(struct nes_cm_event *event)
+@@ -3830,7 +3830,7 @@ static void cm_event_mpa_reject(struct nes_cm_event *event)
  		return;
  	cm_id = cm_node->cm_id;
  
@@ -43377,7 +42723,7 @@ index 49eb511..a774366 100644
  
  /**
 diff --git a/drivers/infiniband/hw/nes/nes_verbs.c b/drivers/infiniband/hw/nes/nes_verbs.c
-index eb62461..2b7fc71 100644
+index 218dd35..97ce31d 100644
 --- a/drivers/infiniband/hw/nes/nes_verbs.c
 +++ b/drivers/infiniband/hw/nes/nes_verbs.c
 @@ -46,9 +46,9 @@
@@ -43402,7 +42748,7 @@ index eb62461..2b7fc71 100644
  	switch (init_attr->qp_type) {
  		case IB_QPT_RC:
  			if (nes_drv_opt & NES_DRV_OPT_NO_INLINE_DATA) {
-@@ -1466,7 +1466,7 @@ static int nes_destroy_qp(struct ib_qp *ibqp)
+@@ -1468,7 +1468,7 @@ static int nes_destroy_qp(struct ib_qp *ibqp)
  	struct iw_cm_event cm_event;
  	int ret = 0;
  
@@ -43412,7 +42758,7 @@ index eb62461..2b7fc71 100644
  
  	/* Blow away the connection if it exists. */
 diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h
-index 1946101..09766d2 100644
+index c00ae09..04e91be 100644
 --- a/drivers/infiniband/hw/qib/qib.h
 +++ b/drivers/infiniband/hw/qib/qib.h
 @@ -52,6 +52,7 @@
@@ -43501,10 +42847,10 @@ index 603fe0d..f63decc 100644
  	snprintf(led->name, sizeof(led->name), "xpad%ld", led_no);
  	led->xpad = xpad;
 diff --git a/drivers/input/misc/ims-pcu.c b/drivers/input/misc/ims-pcu.c
-index e204f26..8459f15 100644
+index 5a73639..d586683 100644
 --- a/drivers/input/misc/ims-pcu.c
 +++ b/drivers/input/misc/ims-pcu.c
-@@ -1621,7 +1621,7 @@ static int ims_pcu_identify_type(struct ims_pcu *pcu, u8 *device_id)
+@@ -1850,7 +1850,7 @@ static int ims_pcu_identify_type(struct ims_pcu *pcu, u8 *device_id)
  
  static int ims_pcu_init_application_mode(struct ims_pcu *pcu)
  {
@@ -43512,16 +42858,16 @@ index e204f26..8459f15 100644
 +	static atomic_unchecked_t device_no = ATOMIC_INIT(0);
  
  	const struct ims_pcu_device_info *info;
- 	u8 device_id;
-@@ -1653,7 +1653,7 @@ static int ims_pcu_init_application_mode(struct ims_pcu *pcu)
+ 	int error;
+@@ -1881,7 +1881,7 @@ static int ims_pcu_init_application_mode(struct ims_pcu *pcu)
  	}
  
  	/* Device appears to be operable, complete initialization */
 -	pcu->device_no = atomic_inc_return(&device_no) - 1;
 +	pcu->device_no = atomic_inc_return_unchecked(&device_no) - 1;
  
- 	error = ims_pcu_setup_backlight(pcu);
- 	if (error)
+ 	/*
+ 	 * PCU-B devices, both GEN_1 and GEN_2 do not have OFN sensor
 diff --git a/drivers/input/mouse/psmouse.h b/drivers/input/mouse/psmouse.h
 index 2f0b39d..7370f13 100644
 --- a/drivers/input/mouse/psmouse.h
@@ -43636,7 +42982,7 @@ index 228632c9..edfe331 100644
  
  bool setup_remapped_irq(int irq, struct irq_cfg *cfg, struct irq_chip *chip)
 diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
-index ac2d41b..c657aa4 100644
+index 57d165e..611997e 100644
 --- a/drivers/irqchip/irq-gic.c
 +++ b/drivers/irqchip/irq-gic.c
 @@ -84,7 +84,7 @@ static u8 gic_cpu_map[NR_GIC_CPU_IF] __read_mostly;
@@ -43900,10 +43246,10 @@ index 4d9b195..455075c 100644
  		} else {
  			memcpy(buf, dp, left);
 diff --git a/drivers/isdn/i4l/isdn_common.c b/drivers/isdn/i4l/isdn_common.c
-index 9bb12ba..d4262f7 100644
+index 9b856e1..fa03c92 100644
 --- a/drivers/isdn/i4l/isdn_common.c
 +++ b/drivers/isdn/i4l/isdn_common.c
-@@ -1651,6 +1651,8 @@ isdn_ioctl(struct file *file, uint cmd, ulong arg)
+@@ -1654,6 +1654,8 @@ isdn_ioctl(struct file *file, uint cmd, ulong arg)
  			} else
  				return -EINVAL;
  		case IIOCDBGVAR:
@@ -44022,7 +43368,7 @@ index e2d4e58..40cd045 100644
  
  /* error message helper function */
 diff --git a/drivers/isdn/icn/icn.c b/drivers/isdn/icn/icn.c
-index 53d487f..cae33fe 100644
+index 6a7447c..cae33fe 100644
 --- a/drivers/isdn/icn/icn.c
 +++ b/drivers/isdn/icn/icn.c
 @@ -1045,7 +1045,7 @@ icn_writecmd(const u_char *buf, int len, int user, icn_card *card)
@@ -44034,38 +43380,6 @@ index 53d487f..cae33fe 100644
  				return -EFAULT;
  		} else
  			memcpy(msg, buf, count);
-@@ -1155,7 +1155,7 @@ icn_command(isdn_ctrl *c, icn_card *card)
- 	ulong a;
- 	ulong flags;
- 	int i;
--	char cbuf[60];
-+	char cbuf[80];
- 	isdn_ctrl cmd;
- 	icn_cdef cdef;
- 	char __user *arg;
-@@ -1309,7 +1309,6 @@ icn_command(isdn_ctrl *c, icn_card *card)
- 			break;
- 		if ((c->arg & 255) < ICN_BCH) {
- 			char *p;
--			char dial[50];
- 			char dcode[4];
- 
- 			a = c->arg;
-@@ -1321,10 +1320,10 @@ icn_command(isdn_ctrl *c, icn_card *card)
- 			} else
- 				/* Normal Dial */
- 				strcpy(dcode, "CAL");
--			strcpy(dial, p);
--			sprintf(cbuf, "%02d;D%s_R%s,%02d,%02d,%s\n", (int) (a + 1),
--				dcode, dial, c->parm.setup.si1,
--				c->parm.setup.si2, c->parm.setup.eazmsn);
-+			snprintf(cbuf, sizeof(cbuf),
-+				 "%02d;D%s_R%s,%02d,%02d,%s\n", (int) (a + 1),
-+				 dcode, p, c->parm.setup.si1,
-+				 c->parm.setup.si2, c->parm.setup.eazmsn);
- 			i = icn_writecmd(cbuf, strlen(cbuf), 0, card);
- 		}
- 		break;
 diff --git a/drivers/isdn/mISDN/dsp_cmx.c b/drivers/isdn/mISDN/dsp_cmx.c
 index a4f05c5..1433bc5 100644
 --- a/drivers/isdn/mISDN/dsp_cmx.c
@@ -44080,7 +43394,7 @@ index a4f05c5..1433bc5 100644
  {
  	struct dsp_conf *conf;
 diff --git a/drivers/leds/leds-clevo-mail.c b/drivers/leds/leds-clevo-mail.c
-index d93e245..e7ece6b 100644
+index f58a354..fbae176 100644
 --- a/drivers/leds/leds-clevo-mail.c
 +++ b/drivers/leds/leds-clevo-mail.c
 @@ -40,7 +40,7 @@ static int __init clevo_mail_led_dmi_callback(const struct dmi_system_id *id)
@@ -44093,7 +43407,7 @@ index d93e245..e7ece6b 100644
  		.callback = clevo_mail_led_dmi_callback,
  		.ident = "Clevo D410J",
 diff --git a/drivers/leds/leds-ss4200.c b/drivers/leds/leds-ss4200.c
-index 5b8f938..b73d657 100644
+index 2eb3ef6..295891f 100644
 --- a/drivers/leds/leds-ss4200.c
 +++ b/drivers/leds/leds-ss4200.c
 @@ -91,7 +91,7 @@ MODULE_PARM_DESC(nodetect, "Skip DMI-based hardware detection");
@@ -44137,7 +43451,7 @@ index 0bf1e4e..b4bf44e 100644
  
  	printk(KERN_INFO "lguest: mapped switcher at %p\n",
 diff --git a/drivers/lguest/page_tables.c b/drivers/lguest/page_tables.c
-index bfb39bb..08a603b 100644
+index e8b55c3..3514c37 100644
 --- a/drivers/lguest/page_tables.c
 +++ b/drivers/lguest/page_tables.c
 @@ -559,7 +559,7 @@ void pin_page(struct lg_cpu *cpu, unsigned long vaddr)
@@ -44270,7 +43584,7 @@ index 7ef7461..5a09dac 100644
  	cl->fn = fn;
  	cl->wq = wq;
 diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c
-index 4195a01..42527ac 100644
+index 9a8e66a..10cc762 100644
 --- a/drivers/md/bitmap.c
 +++ b/drivers/md/bitmap.c
 @@ -1779,7 +1779,7 @@ void bitmap_status(struct seq_file *seq, struct bitmap *bitmap)
@@ -44438,7 +43752,7 @@ index d1600d2..4c3af3a 100644
  				schedule_work(&sc->trigger_event);
  		}
 diff --git a/drivers/md/dm-table.c b/drivers/md/dm-table.c
-index 6a7f2b8..fea0bde 100644
+index 50601ec..6d3b9dc 100644
 --- a/drivers/md/dm-table.c
 +++ b/drivers/md/dm-table.c
 @@ -274,7 +274,7 @@ static struct dm_dev_internal *find_device(struct list_head *l, dev_t dev)
@@ -44482,10 +43796,10 @@ index b086a94..74cb67e 100644
  	pmd->bl_info.value_type.inc = data_block_inc;
  	pmd->bl_info.value_type.dec = data_block_dec;
 diff --git a/drivers/md/dm.c b/drivers/md/dm.c
-index 8c53b09..f1fb2b0 100644
+index 455e649..1f214be 100644
 --- a/drivers/md/dm.c
 +++ b/drivers/md/dm.c
-@@ -185,9 +185,9 @@ struct mapped_device {
+@@ -178,9 +178,9 @@ struct mapped_device {
  	/*
  	 * Event handling.
  	 */
@@ -44497,7 +43811,7 @@ index 8c53b09..f1fb2b0 100644
  	struct list_head uevent_list;
  	spinlock_t uevent_lock; /* Protect access to uevent_list */
  
-@@ -1888,8 +1888,8 @@ static struct mapped_device *alloc_dev(int minor)
+@@ -1884,8 +1884,8 @@ static struct mapped_device *alloc_dev(int minor)
  	spin_lock_init(&md->deferred_lock);
  	atomic_set(&md->holders, 1);
  	atomic_set(&md->open_count, 0);
@@ -44508,7 +43822,7 @@ index 8c53b09..f1fb2b0 100644
  	INIT_LIST_HEAD(&md->uevent_list);
  	spin_lock_init(&md->uevent_lock);
  
-@@ -2043,7 +2043,7 @@ static void event_callback(void *context)
+@@ -2039,7 +2039,7 @@ static void event_callback(void *context)
  
  	dm_send_uevents(&uevents, &disk_to_dev(md->disk)->kobj);
  
@@ -44517,7 +43831,7 @@ index 8c53b09..f1fb2b0 100644
  	wake_up(&md->eventq);
  }
  
-@@ -2736,18 +2736,18 @@ int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
+@@ -2732,18 +2732,18 @@ int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
  
  uint32_t dm_next_uevent_seq(struct mapped_device *md)
  {
@@ -44540,7 +43854,7 @@ index 8c53b09..f1fb2b0 100644
  
  void dm_uevent_add(struct mapped_device *md, struct list_head *elist)
 diff --git a/drivers/md/md.c b/drivers/md/md.c
-index 8b013f8..93eed41 100644
+index 2382cfc..0d7e551 100644
 --- a/drivers/md/md.c
 +++ b/drivers/md/md.c
 @@ -194,10 +194,10 @@ EXPORT_SYMBOL_GPL(bio_clone_mddev);
@@ -44612,7 +43926,7 @@ index 8b013f8..93eed41 100644
  
  	INIT_LIST_HEAD(&rdev->same_set);
  	init_waitqueue_head(&rdev->blocked_wait);
-@@ -7075,7 +7075,7 @@ static int md_seq_show(struct seq_file *seq, void *v)
+@@ -7058,7 +7058,7 @@ static int md_seq_show(struct seq_file *seq, void *v)
  
  		spin_unlock(&pers_lock);
  		seq_printf(seq, "\n");
@@ -44621,7 +43935,7 @@ index 8b013f8..93eed41 100644
  		return 0;
  	}
  	if (v == (void*)2) {
-@@ -7178,7 +7178,7 @@ static int md_seq_open(struct inode *inode, struct file *file)
+@@ -7161,7 +7161,7 @@ static int md_seq_open(struct inode *inode, struct file *file)
  		return error;
  
  	seq = file->private_data;
@@ -44630,7 +43944,7 @@ index 8b013f8..93eed41 100644
  	return error;
  }
  
-@@ -7192,7 +7192,7 @@ static unsigned int mdstat_poll(struct file *filp, poll_table *wait)
+@@ -7178,7 +7178,7 @@ static unsigned int mdstat_poll(struct file *filp, poll_table *wait)
  	/* always allow read */
  	mask = POLLIN | POLLRDNORM;
  
@@ -44639,7 +43953,7 @@ index 8b013f8..93eed41 100644
  		mask |= POLLERR | POLLPRI;
  	return mask;
  }
-@@ -7236,7 +7236,7 @@ static int is_mddev_idle(struct mddev *mddev, int init)
+@@ -7222,7 +7222,7 @@ static int is_mddev_idle(struct mddev *mddev, int init)
  		struct gendisk *disk = rdev->bdev->bd_contains->bd_disk;
  		curr_events = (int)part_stat_read(&disk->part0, sectors[0]) +
  			      (int)part_stat_read(&disk->part0, sectors[1]) -
@@ -44649,7 +43963,7 @@ index 8b013f8..93eed41 100644
  		 * as sync_io is counted when a request starts, and
  		 * disk_stats is counted when it completes.
 diff --git a/drivers/md/md.h b/drivers/md/md.h
-index 07bba96..2d6788c 100644
+index a49d991..3582bb7 100644
 --- a/drivers/md/md.h
 +++ b/drivers/md/md.h
 @@ -94,13 +94,13 @@ struct md_rdev {
@@ -44797,10 +44111,10 @@ index cb882aa..9bd076e 100644
  
  			rdev_dec_pending(rdev, mddev);
 diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
-index 16f5c21..522b82e 100644
+index ad1b9be..b417412 100644
 --- a/drivers/md/raid5.c
 +++ b/drivers/md/raid5.c
-@@ -1707,6 +1707,10 @@ static int grow_one_stripe(struct r5conf *conf, int hash)
+@@ -1702,6 +1702,10 @@ static int grow_one_stripe(struct r5conf *conf, int hash)
  	return 1;
  }
  
@@ -44811,7 +44125,7 @@ index 16f5c21..522b82e 100644
  static int grow_stripes(struct r5conf *conf, int num)
  {
  	struct kmem_cache *sc;
-@@ -1718,7 +1722,11 @@ static int grow_stripes(struct r5conf *conf, int num)
+@@ -1713,7 +1717,11 @@ static int grow_stripes(struct r5conf *conf, int num)
  			"raid%d-%s", conf->level, mdname(conf->mddev));
  	else
  		sprintf(conf->cache_name[0],
@@ -44823,7 +44137,7 @@ index 16f5c21..522b82e 100644
  	sprintf(conf->cache_name[1], "%s-alt", conf->cache_name[0]);
  
  	conf->active_name = 0;
-@@ -1991,21 +1999,21 @@ static void raid5_end_read_request(struct bio * bi, int error)
+@@ -1986,21 +1994,21 @@ static void raid5_end_read_request(struct bio * bi, int error)
  				mdname(conf->mddev), STRIPE_SECTORS,
  				(unsigned long long)s,
  				bdevname(rdev->bdev, b));
@@ -44849,7 +44163,7 @@ index 16f5c21..522b82e 100644
  		if (test_bit(R5_ReadRepl, &sh->dev[i].flags))
  			printk_ratelimited(
  				KERN_WARNING
-@@ -2033,7 +2041,7 @@ static void raid5_end_read_request(struct bio * bi, int error)
+@@ -2028,7 +2036,7 @@ static void raid5_end_read_request(struct bio * bi, int error)
  				mdname(conf->mddev),
  				(unsigned long long)s,
  				bdn);
@@ -44871,6 +44185,19 @@ index 983db75..ef9248c 100644
  	struct device *clsdev;
  	int minor;
  	int id;
+diff --git a/drivers/media/dvb-frontends/af9033.h b/drivers/media/dvb-frontends/af9033.h
+index 539f4db..cdd403b 100644
+--- a/drivers/media/dvb-frontends/af9033.h
++++ b/drivers/media/dvb-frontends/af9033.h
+@@ -82,7 +82,7 @@ struct af9033_ops {
+ 	int (*pid_filter_ctrl)(struct dvb_frontend *fe, int onoff);
+ 	int (*pid_filter)(struct dvb_frontend *fe, int index, u16 pid,
+ 			  int onoff);
+-};
++} __no_const;
+ 
+ 
+ #if IS_ENABLED(CONFIG_DVB_AF9033)
 diff --git a/drivers/media/dvb-frontends/dib3000.h b/drivers/media/dvb-frontends/dib3000.h
 index 9b6c3bb..baeb5c7 100644
 --- a/drivers/media/dvb-frontends/dib3000.h
@@ -44915,7 +44242,7 @@ index 802642d..5534900 100644
  /* Parameter declarations */
  static int cardtype[IVTV_MAX_CARDS];
 diff --git a/drivers/media/platform/omap/omap_vout.c b/drivers/media/platform/omap/omap_vout.c
-index dfd0a21..6bbb465 100644
+index 9a726ea..f5e9b52 100644
 --- a/drivers/media/platform/omap/omap_vout.c
 +++ b/drivers/media/platform/omap/omap_vout.c
 @@ -63,7 +63,6 @@ enum omap_vout_channels {
@@ -44926,7 +44253,7 @@ index dfd0a21..6bbb465 100644
  /* Variables configurable through module params*/
  static u32 video1_numbuffers = 3;
  static u32 video2_numbuffers = 3;
-@@ -1014,6 +1013,12 @@ static int omap_vout_open(struct file *file)
+@@ -1015,6 +1014,12 @@ static int omap_vout_open(struct file *file)
  {
  	struct videobuf_queue *q;
  	struct omap_vout_device *vout = NULL;
@@ -44939,7 +44266,7 @@ index dfd0a21..6bbb465 100644
  
  	vout = video_drvdata(file);
  	v4l2_dbg(1, debug, &vout->vid_dev->v4l2_dev, "Entering %s\n", __func__);
-@@ -1031,10 +1036,6 @@ static int omap_vout_open(struct file *file)
+@@ -1032,10 +1037,6 @@ static int omap_vout_open(struct file *file)
  	vout->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
  
  	q = &vout->vbq;
@@ -44990,7 +44317,7 @@ index b713403..53cb5ad 100644
  	if (done && done != layer->shadow_buf)
  		vb2_buffer_done(&done->vb, VB2_BUF_STATE_DONE);
 diff --git a/drivers/media/platform/s5p-tv/mixer_video.c b/drivers/media/platform/s5p-tv/mixer_video.c
-index c5059ba..2649f28 100644
+index a1ce55f..4a3c4d9 100644
 --- a/drivers/media/platform/s5p-tv/mixer_video.c
 +++ b/drivers/media/platform/s5p-tv/mixer_video.c
 @@ -210,7 +210,7 @@ static void mxr_layer_default_geo(struct mxr_layer *layer)
@@ -45044,7 +44371,7 @@ index c5059ba..2649f28 100644
  
  		/* retrieve update selection rectangle */
  		res.left = target->x_offset;
-@@ -955,13 +955,13 @@ static int start_streaming(struct vb2_queue *vq, unsigned int count)
+@@ -950,13 +950,13 @@ static int start_streaming(struct vb2_queue *vq, unsigned int count)
  	mxr_output_get(mdev);
  
  	mxr_layer_update_output(layer);
@@ -45060,7 +44387,7 @@ index c5059ba..2649f28 100644
  	mxr_streamer_get(mdev);
  
  	return 0;
-@@ -1031,7 +1031,7 @@ static int stop_streaming(struct vb2_queue *vq)
+@@ -1026,7 +1026,7 @@ static int stop_streaming(struct vb2_queue *vq)
  	spin_unlock_irqrestore(&layer->enq_slock, flags);
  
  	/* disabling layer in hardware */
@@ -45069,7 +44396,7 @@ index c5059ba..2649f28 100644
  	/* remove one streamer */
  	mxr_streamer_put(mdev);
  	/* allow changes in output configuration */
-@@ -1070,8 +1070,8 @@ void mxr_base_layer_unregister(struct mxr_layer *layer)
+@@ -1065,8 +1065,8 @@ void mxr_base_layer_unregister(struct mxr_layer *layer)
  
  void mxr_layer_release(struct mxr_layer *layer)
  {
@@ -45080,7 +44407,7 @@ index c5059ba..2649f28 100644
  }
  
  void mxr_base_layer_release(struct mxr_layer *layer)
-@@ -1097,7 +1097,7 @@ struct mxr_layer *mxr_base_layer_create(struct mxr_device *mdev,
+@@ -1092,7 +1092,7 @@ struct mxr_layer *mxr_base_layer_create(struct mxr_device *mdev,
  
  	layer->mdev = mdev;
  	layer->idx = idx;
@@ -45103,7 +44430,7 @@ index c9388c4..ce71ece 100644
  		.buffer_set = mxr_vp_buffer_set,
  		.stream_set = mxr_vp_stream_set,
 diff --git a/drivers/media/platform/vivi.c b/drivers/media/platform/vivi.c
-index 2d4e73b..8b4d5b6 100644
+index 3890f4f..b5c7511 100644
 --- a/drivers/media/platform/vivi.c
 +++ b/drivers/media/platform/vivi.c
 @@ -58,8 +58,8 @@ MODULE_AUTHOR("Mauro Carvalho Chehab, Ted Walther and John Sokol");
@@ -45118,10 +44445,10 @@ index 2d4e73b..8b4d5b6 100644
  
  static unsigned n_devs = 1;
 diff --git a/drivers/media/radio/radio-cadet.c b/drivers/media/radio/radio-cadet.c
-index 545c04c..a14bded 100644
+index d719e59..63f3470 100644
 --- a/drivers/media/radio/radio-cadet.c
 +++ b/drivers/media/radio/radio-cadet.c
-@@ -324,6 +324,8 @@ static ssize_t cadet_read(struct file *file, char __user *data, size_t count, lo
+@@ -333,6 +333,8 @@ static ssize_t cadet_read(struct file *file, char __user *data, size_t count, lo
  	unsigned char readbuf[RDS_BUFFER];
  	int i = 0;
  
@@ -45130,15 +44457,18 @@ index 545c04c..a14bded 100644
  	mutex_lock(&dev->lock);
  	if (dev->rdsstat == 0)
  		cadet_start_rds(dev);
-@@ -339,7 +341,7 @@ static ssize_t cadet_read(struct file *file, char __user *data, size_t count, lo
- 	while (i < count && dev->rdsin != dev->rdsout)
+@@ -349,8 +351,9 @@ static ssize_t cadet_read(struct file *file, char __user *data, size_t count, lo
  		readbuf[i++] = dev->rdsbuf[dev->rdsout++];
+ 	mutex_unlock(&dev->lock);
  
 -	if (i && copy_to_user(data, readbuf, i))
-+	if (i > sizeof(readbuf) || copy_to_user(data, readbuf, i))
- 		i = -EFAULT;
- unlock:
- 	mutex_unlock(&dev->lock);
+-		return -EFAULT;
++	if (i > sizeof(readbuf) || (i && copy_to_user(data, readbuf, i)))
++		i = -EFAULT;
++
+ 	return i;
+ }
+ 
 diff --git a/drivers/media/radio/radio-maxiradio.c b/drivers/media/radio/radio-maxiradio.c
 index 5236035..c622c74 100644
 --- a/drivers/media/radio/radio-maxiradio.c
@@ -45218,7 +44548,7 @@ index ae0f56a..ec71784 100644
  /* debug */
  static int dvb_usb_dw2102_debug;
 diff --git a/drivers/media/v4l2-core/v4l2-compat-ioctl32.c b/drivers/media/v4l2-core/v4l2-compat-ioctl32.c
-index fca336b..fb70ab7 100644
+index 7e2411c..cef73ca 100644
 --- a/drivers/media/v4l2-core/v4l2-compat-ioctl32.c
 +++ b/drivers/media/v4l2-core/v4l2-compat-ioctl32.c
 @@ -328,7 +328,7 @@ struct v4l2_buffer32 {
@@ -45284,7 +44614,7 @@ index fca336b..fb70ab7 100644
  	int n = kp->count;
  	compat_caddr_t p;
  
-@@ -774,7 +774,7 @@ static int put_v4l2_subdev_edid32(struct v4l2_subdev_edid *kp, struct v4l2_subde
+@@ -774,7 +774,7 @@ static int put_v4l2_edid32(struct v4l2_edid *kp, struct v4l2_edid32 __user *up)
  		put_user(kp->start_block, &up->start_block) ||
  		put_user(kp->blocks, &up->blocks) ||
  		put_user(tmp, &up->edid) ||
@@ -45294,10 +44624,10 @@ index fca336b..fb70ab7 100644
  	return 0;
  }
 diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c b/drivers/media/v4l2-core/v4l2-ctrls.c
-index 6ff002b..6b9316b 100644
+index 55c6832..a91c7a6 100644
 --- a/drivers/media/v4l2-core/v4l2-ctrls.c
 +++ b/drivers/media/v4l2-core/v4l2-ctrls.c
-@@ -1401,8 +1401,8 @@ static int validate_new(const struct v4l2_ctrl *ctrl,
+@@ -1431,8 +1431,8 @@ static int validate_new(const struct v4l2_ctrl *ctrl,
  		return 0;
  
  	case V4L2_CTRL_TYPE_STRING:
@@ -45325,10 +44655,10 @@ index 02d1b63..5fd6b16 100644
  
  	if (basename[len - 1] >= '0' && basename[len - 1] <= '9')
 diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c b/drivers/media/v4l2-core/v4l2-ioctl.c
-index 707aef7..93b8ac0 100644
+index d9113cc..7de6ccc 100644
 --- a/drivers/media/v4l2-core/v4l2-ioctl.c
 +++ b/drivers/media/v4l2-core/v4l2-ioctl.c
-@@ -1942,7 +1942,8 @@ struct v4l2_ioctl_info {
+@@ -2003,7 +2003,8 @@ struct v4l2_ioctl_info {
  				struct file *file, void *fh, void *p);
  	} u;
  	void (*debug)(const void *arg, bool write_only);
@@ -45338,7 +44668,7 @@ index 707aef7..93b8ac0 100644
  
  /* This control needs a priority check */
  #define INFO_FL_PRIO	(1 << 0)
-@@ -2123,7 +2124,7 @@ static long __video_do_ioctl(struct file *file,
+@@ -2186,7 +2187,7 @@ static long __video_do_ioctl(struct file *file,
  	struct video_device *vfd = video_devdata(file);
  	const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops;
  	bool write_only = false;
@@ -45347,7 +44677,7 @@ index 707aef7..93b8ac0 100644
  	const struct v4l2_ioctl_info *info;
  	void *fh = file->private_data;
  	struct v4l2_fh *vfh = NULL;
-@@ -2197,7 +2198,7 @@ done:
+@@ -2260,7 +2261,7 @@ done:
  }
  
  static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
@@ -45356,7 +44686,7 @@ index 707aef7..93b8ac0 100644
  {
  	int ret = 0;
  
-@@ -2213,7 +2214,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
+@@ -2276,7 +2277,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
  				ret = -EINVAL;
  				break;
  			}
@@ -45365,7 +44695,7 @@ index 707aef7..93b8ac0 100644
  			*kernel_ptr = (void *)&buf->m.planes;
  			*array_size = sizeof(struct v4l2_plane) * buf->length;
  			ret = 1;
-@@ -2248,7 +2249,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
+@@ -2311,7 +2312,7 @@ static int check_array_args(unsigned int cmd, void *parg, size_t *array_size,
  				ret = -EINVAL;
  				break;
  			}
@@ -45374,7 +44704,7 @@ index 707aef7..93b8ac0 100644
  			*kernel_ptr = (void *)&ctrls->controls;
  			*array_size = sizeof(struct v4l2_ext_control)
  				    * ctrls->count;
-@@ -2349,7 +2350,7 @@ video_usercopy(struct file *file, unsigned int cmd, unsigned long arg,
+@@ -2412,7 +2413,7 @@ video_usercopy(struct file *file, unsigned int cmd, unsigned long arg,
  	}
  
  	if (has_array_args) {
@@ -45659,7 +44989,7 @@ index b7d87cd..3fb36da 100644
  
  	token = i2o_parm_field_get(d, 0xF103, -1, &work32, sizeof(work32));
 diff --git a/drivers/message/i2o/iop.c b/drivers/message/i2o/iop.c
-index a8c08f3..155fe3d 100644
+index 92752fb..a7494f6 100644
 --- a/drivers/message/i2o/iop.c
 +++ b/drivers/message/i2o/iop.c
 @@ -111,10 +111,10 @@ u32 i2o_cntxt_list_add(struct i2o_controller * c, void *ptr)
@@ -45676,7 +45006,7 @@ index a8c08f3..155fe3d 100644
  
  	list_add(&entry->list, &c->context_list);
  
-@@ -1077,7 +1077,7 @@ struct i2o_controller *i2o_iop_alloc(void)
+@@ -1076,7 +1076,7 @@ struct i2o_controller *i2o_iop_alloc(void)
  
  #if BITS_PER_LONG == 64
  	spin_lock_init(&c->context_list_lock);
@@ -45712,7 +45042,7 @@ index a83eed5..62a58a9 100644
  
  	if (node && !pdata) {
 diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c
-index d657331..0d9a80f 100644
+index 460a014..21d3061 100644
 --- a/drivers/mfd/tps65910.c
 +++ b/drivers/mfd/tps65910.c
 @@ -230,7 +230,7 @@ static int tps65910_irq_init(struct tps65910 *tps65910, int irq,
@@ -45725,10 +45055,10 @@ index d657331..0d9a80f 100644
  	if (!irq) {
  		dev_warn(tps65910->dev, "No interrupt support, no core IRQ\n");
 diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c
-index 9aa6d1e..1631bfc 100644
+index 596b1f6..5b6ab74 100644
 --- a/drivers/mfd/twl4030-irq.c
 +++ b/drivers/mfd/twl4030-irq.c
-@@ -35,6 +35,7 @@
+@@ -34,6 +34,7 @@
  #include <linux/of.h>
  #include <linux/irqdomain.h>
  #include <linux/i2c/twl.h>
@@ -45736,7 +45066,7 @@ index 9aa6d1e..1631bfc 100644
  
  #include "twl-core.h"
  
-@@ -726,10 +727,12 @@ int twl4030_init_irq(struct device *dev, int irq_num)
+@@ -725,10 +726,12 @@ int twl4030_init_irq(struct device *dev, int irq_num)
  	 * Install an irq handler for each of the SIH modules;
  	 * clone dummy irq_chip since PIH can't *do* anything
  	 */
@@ -45768,10 +45098,10 @@ index 464419b..64bae8d 100644
  	c2dev->dev = device_create(c2port_class, NULL, 0, c2dev,
  				   "c2port%d", c2dev->id);
 diff --git a/drivers/misc/eeprom/sunxi_sid.c b/drivers/misc/eeprom/sunxi_sid.c
-index 9c34e57..b981cda 100644
+index 3f2b625..945e179 100644
 --- a/drivers/misc/eeprom/sunxi_sid.c
 +++ b/drivers/misc/eeprom/sunxi_sid.c
-@@ -127,7 +127,9 @@ static int sunxi_sid_probe(struct platform_device *pdev)
+@@ -126,7 +126,9 @@ static int sunxi_sid_probe(struct platform_device *pdev)
  
  	platform_set_drvdata(pdev, sid_data);
  
@@ -45805,10 +45135,10 @@ index 36f5d52..32311c3 100644
  	if (memcmp(before, after, BREAK_INSTR_SIZE)) {
  		printk(KERN_CRIT "kgdbts: ERROR kgdb corrupted memory\n");
 diff --git a/drivers/misc/lis3lv02d/lis3lv02d.c b/drivers/misc/lis3lv02d/lis3lv02d.c
-index 036effe..b3a6336 100644
+index 3ef4627..8d00486 100644
 --- a/drivers/misc/lis3lv02d/lis3lv02d.c
 +++ b/drivers/misc/lis3lv02d/lis3lv02d.c
-@@ -498,7 +498,7 @@ static irqreturn_t lis302dl_interrupt(int irq, void *data)
+@@ -497,7 +497,7 @@ static irqreturn_t lis302dl_interrupt(int irq, void *data)
  	 * the lid is closed. This leads to interrupts as soon as a little move
  	 * is done.
  	 */
@@ -45817,7 +45147,7 @@ index 036effe..b3a6336 100644
  
  	wake_up_interruptible(&lis3->misc_wait);
  	kill_fasync(&lis3->async_queue, SIGIO, POLL_IN);
-@@ -584,7 +584,7 @@ static int lis3lv02d_misc_open(struct inode *inode, struct file *file)
+@@ -583,7 +583,7 @@ static int lis3lv02d_misc_open(struct inode *inode, struct file *file)
  	if (lis3->pm_dev)
  		pm_runtime_get_sync(lis3->pm_dev);
  
@@ -45826,7 +45156,7 @@ index 036effe..b3a6336 100644
  	return 0;
  }
  
-@@ -616,7 +616,7 @@ static ssize_t lis3lv02d_misc_read(struct file *file, char __user *buf,
+@@ -615,7 +615,7 @@ static ssize_t lis3lv02d_misc_read(struct file *file, char __user *buf,
  	add_wait_queue(&lis3->misc_wait, &wait);
  	while (true) {
  		set_current_state(TASK_INTERRUPTIBLE);
@@ -45835,7 +45165,7 @@ index 036effe..b3a6336 100644
  		if (data)
  			break;
  
-@@ -657,7 +657,7 @@ static unsigned int lis3lv02d_misc_poll(struct file *file, poll_table *wait)
+@@ -656,7 +656,7 @@ static unsigned int lis3lv02d_misc_poll(struct file *file, poll_table *wait)
  					      struct lis3lv02d, miscdev);
  
  	poll_wait(file, &lis3->misc_wait, wait);
@@ -46161,10 +45491,10 @@ index 82dc574..8539ab2 100644
  
  		break;
 diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c
-index 7b5424f..ed1d6ac 100644
+index 452782b..0c10e40 100644
 --- a/drivers/mmc/card/block.c
 +++ b/drivers/mmc/card/block.c
-@@ -575,7 +575,7 @@ static int mmc_blk_ioctl_cmd(struct block_device *bdev,
+@@ -574,7 +574,7 @@ static int mmc_blk_ioctl_cmd(struct block_device *bdev,
  	if (idata->ic.postsleep_min_us)
  		usleep_range(idata->ic.postsleep_min_us, idata->ic.postsleep_max_us);
  
@@ -46174,7 +45504,7 @@ index 7b5424f..ed1d6ac 100644
  		goto cmd_rel_host;
  	}
 diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/mmc_ops.c
-index e5b5eeb..7bf2212 100644
+index f51b5ba..86614a7 100644
 --- a/drivers/mmc/core/mmc_ops.c
 +++ b/drivers/mmc/core/mmc_ops.c
 @@ -247,7 +247,7 @@ mmc_send_cxd_data(struct mmc_card *card, struct mmc_host *host,
@@ -46187,10 +45517,10 @@ index e5b5eeb..7bf2212 100644
  		/*
  		 * dma onto stack is unsafe/nonportable, but callers to this
 diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h
-index 6bf24ab..13d0293b 100644
+index 6834977..824ee1b 100644
 --- a/drivers/mmc/host/dw_mmc.h
 +++ b/drivers/mmc/host/dw_mmc.h
-@@ -258,5 +258,5 @@ struct dw_mci_drv_data {
+@@ -259,5 +259,5 @@ struct dw_mci_drv_data {
  	int		(*parse_dt)(struct dw_mci *host);
  	int		(*execute_tuning)(struct dw_mci_slot *slot, u32 opcode,
  					struct dw_mci_tuning_data *tuning_data);
@@ -46198,11 +45528,11 @@ index 6bf24ab..13d0293b 100644
 +} __do_const;
  #endif /* _DW_MMC_H_ */
 diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
-index b931226..df6a085 100644
+index 771c60a..12cb615 100644
 --- a/drivers/mmc/host/mmci.c
 +++ b/drivers/mmc/host/mmci.c
-@@ -1504,7 +1504,9 @@ static int mmci_probe(struct amba_device *dev,
- 	}
+@@ -1570,7 +1570,9 @@ static int mmci_probe(struct amba_device *dev,
+ 	mmc->caps2 = plat->capabilities2;
  
  	if (variant->busy_detect) {
 -		mmci_ops.card_busy = mmci_card_busy;
@@ -46210,8 +45540,8 @@ index b931226..df6a085 100644
 +		*(void **)&mmci_ops.card_busy = mmci_card_busy;
 +		pax_close_kernel();
  		mmci_write_datactrlreg(host, MCI_ST_DPSM_BUSYMODE);
- 	}
- 
+ 		mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY;
+ 		mmc->max_busy_timeout = 0;
 diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
 index b841bb7..d82712f5 100644
 --- a/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -46232,10 +45562,10 @@ index b841bb7..d82712f5 100644
  	if (imx_data->socdata->flags & ESDHC_FLAG_STD_TUNING)
  		writel(readl(host->ioaddr + ESDHC_TUNING_CTRL) |
 diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
-index 6debda9..2ba7427 100644
+index d61eb5a..88c0f5d 100644
 --- a/drivers/mmc/host/sdhci-s3c.c
 +++ b/drivers/mmc/host/sdhci-s3c.c
-@@ -668,9 +668,11 @@ static int sdhci_s3c_probe(struct platform_device *pdev)
+@@ -657,9 +657,11 @@ static int sdhci_s3c_probe(struct platform_device *pdev)
  	 * we can use overriding functions instead of default.
  	 */
  	if (host->quirks & SDHCI_QUIRK_NONSTANDARD_CLOCK) {
@@ -46251,10 +45581,10 @@ index 6debda9..2ba7427 100644
  
  	/* It supports additional host capabilities if needed */
 diff --git a/drivers/mtd/chips/cfi_cmdset_0020.c b/drivers/mtd/chips/cfi_cmdset_0020.c
-index 096993f..f02c23b 100644
+index 6293855..3415551 100644
 --- a/drivers/mtd/chips/cfi_cmdset_0020.c
 +++ b/drivers/mtd/chips/cfi_cmdset_0020.c
-@@ -669,7 +669,7 @@ cfi_staa_writev(struct mtd_info *mtd, const struct kvec *vecs,
+@@ -666,7 +666,7 @@ cfi_staa_writev(struct mtd_info *mtd, const struct kvec *vecs,
  	size_t	 totlen = 0, thislen;
  	int	 ret = 0;
  	size_t	 buflen = 0;
@@ -46276,10 +45606,10 @@ index c07cd57..61c4fbd 100644
  #include "denali.h"
  
 diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
-index ca6369f..0ce9fed 100644
+index bb77f75..47539b1 100644
 --- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
 +++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
-@@ -369,7 +369,7 @@ void prepare_data_dma(struct gpmi_nand_data *this, enum dma_data_direction dr)
+@@ -370,7 +370,7 @@ void prepare_data_dma(struct gpmi_nand_data *this, enum dma_data_direction dr)
  
  	/* first try to map the upper buffer directly */
  	if (virt_addr_valid(this->upper_buf) &&
@@ -46314,10 +45644,10 @@ index cf49c22..971b133 100644
  	struct sm_sysfs_attribute *vendor_attribute;
  	char *vendor;
 diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
-index 91ec8cd..562ff5f 100644
+index d3a6789..198ec21 100644
 --- a/drivers/net/bonding/bond_main.c
 +++ b/drivers/net/bonding/bond_main.c
-@@ -4552,6 +4552,7 @@ static void __exit bonding_exit(void)
+@@ -4504,6 +4504,7 @@ static void __exit bonding_exit(void)
  
  	bond_netlink_fini();
  	unregister_pernet_subsys(&bond_net_ops);
@@ -46326,7 +45656,7 @@ index 91ec8cd..562ff5f 100644
  #ifdef CONFIG_NET_POLL_CONTROLLER
  	/*
 diff --git a/drivers/net/bonding/bond_netlink.c b/drivers/net/bonding/bond_netlink.c
-index 70651f8..7eb1bdf 100644
+index f847e16..fc8dbe9 100644
 --- a/drivers/net/bonding/bond_netlink.c
 +++ b/drivers/net/bonding/bond_netlink.c
 @@ -542,7 +542,7 @@ nla_put_failure:
@@ -46368,11 +45698,38 @@ index 455d4c3..3353ee7 100644
  	}
  
  	if (!request_mem_region(mem->start, mem_size, pdev->name)) {
+diff --git a/drivers/net/ethernet/altera/altera_tse_main.c b/drivers/net/ethernet/altera/altera_tse_main.c
+index 7330681..7e9e463 100644
+--- a/drivers/net/ethernet/altera/altera_tse_main.c
++++ b/drivers/net/ethernet/altera/altera_tse_main.c
+@@ -1182,7 +1182,7 @@ static int tse_shutdown(struct net_device *dev)
+ 	return 0;
+ }
+ 
+-static struct net_device_ops altera_tse_netdev_ops = {
++static net_device_ops_no_const altera_tse_netdev_ops __read_only = {
+ 	.ndo_open		= tse_open,
+ 	.ndo_stop		= tse_shutdown,
+ 	.ndo_start_xmit		= tse_start_xmit,
+@@ -1439,11 +1439,13 @@ static int altera_tse_probe(struct platform_device *pdev)
+ 	ndev->netdev_ops = &altera_tse_netdev_ops;
+ 	altera_tse_set_ethtool_ops(ndev);
+ 
++	pax_open_kernel();
+ 	altera_tse_netdev_ops.ndo_set_rx_mode = tse_set_rx_mode;
+ 
+ 	if (priv->hash_filter)
+ 		altera_tse_netdev_ops.ndo_set_rx_mode =
+ 			tse_set_rx_mode_hashfilter;
++	pax_close_kernel();
+ 
+ 	/* Scatter/gather IO is not supported,
+ 	 * so it is turned off
 diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
-index a89a40f..5a8a2ac 100644
+index 3448cc0..67b2dc4 100644
 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
 +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
-@@ -1062,7 +1062,7 @@ static inline u8 bnx2x_get_path_func_num(struct bnx2x *bp)
+@@ -1058,7 +1058,7 @@ static inline u8 bnx2x_get_path_func_num(struct bnx2x *bp)
  static inline void bnx2x_init_bp_objs(struct bnx2x *bp)
  {
  	/* RX_MODE controlling object */
@@ -46382,7 +45739,7 @@ index a89a40f..5a8a2ac 100644
  	/* multicast configuration controlling object */
  	bnx2x_init_mcast_obj(bp, &bp->mcast_obj, bp->fp->cl_id, bp->fp->cid,
 diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
-index 0fb6ff2..78fd55c 100644
+index 31297266..944cf6e 100644
 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
 +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
 @@ -2329,15 +2329,14 @@ int bnx2x_config_rx_mode(struct bnx2x *bp,
@@ -46407,10 +45764,10 @@ index 0fb6ff2..78fd55c 100644
  }
  
 diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
-index 00d7f21..2cddec4 100644
+index 80f6c79..fb7d12d 100644
 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
 +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
-@@ -1321,8 +1321,7 @@ int bnx2x_vlan_mac_move(struct bnx2x *bp,
+@@ -1340,8 +1340,7 @@ int bnx2x_vlan_mac_move(struct bnx2x *bp,
  
  /********************* RX MODE ****************/
  
@@ -46465,10 +45822,10 @@ index 8cffcdf..aadf043 100644
  #define L2T_SKB_CB(skb) ((struct l2t_skb_cb *)(skb)->cb)
  
 diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
-index 34e2488..07e2079 100644
+index 24e16e3..bfe6ef2 100644
 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
 +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
-@@ -2120,7 +2120,7 @@ static void get_regs(struct net_device *dev, struct ethtool_regs *regs,
+@@ -2139,7 +2139,7 @@ static void get_regs(struct net_device *dev, struct ethtool_regs *regs,
  
  	int i;
  	struct adapter *ap = netdev2adap(dev);
@@ -46500,10 +45857,10 @@ index c05b66d..ed69872 100644
  	break;
      }
 diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex/benet/be_main.c
-index 36c8061..ca5e1e0 100644
+index dc19bc5..f2d4548 100644
 --- a/drivers/net/ethernet/emulex/benet/be_main.c
 +++ b/drivers/net/ethernet/emulex/benet/be_main.c
-@@ -534,7 +534,7 @@ static void accumulate_16bit_val(u32 *acc, u16 val)
+@@ -535,7 +535,7 @@ static void accumulate_16bit_val(u32 *acc, u16 val)
  
  	if (wrapped)
  		newacc += 65536;
@@ -46513,7 +45870,7 @@ index 36c8061..ca5e1e0 100644
  
  static void populate_erx_stats(struct be_adapter *adapter,
 diff --git a/drivers/net/ethernet/faraday/ftgmac100.c b/drivers/net/ethernet/faraday/ftgmac100.c
-index c11ecbc..13bb299 100644
+index 68069ea..c4484f6 100644
 --- a/drivers/net/ethernet/faraday/ftgmac100.c
 +++ b/drivers/net/ethernet/faraday/ftgmac100.c
 @@ -30,6 +30,8 @@
@@ -46539,7 +45896,7 @@ index 8be5b40..081bc1b 100644
  #include "ftmac100.h"
  
 diff --git a/drivers/net/ethernet/intel/i40e/i40e_ptp.c b/drivers/net/ethernet/intel/i40e/i40e_ptp.c
-index e33ec6c..f54cfe7 100644
+index e61e637..9117795 100644
 --- a/drivers/net/ethernet/intel/i40e/i40e_ptp.c
 +++ b/drivers/net/ethernet/intel/i40e/i40e_ptp.c
 @@ -436,7 +436,7 @@ void i40e_ptp_set_increment(struct i40e_pf *pf)
@@ -46552,10 +45909,10 @@ index e33ec6c..f54cfe7 100644
  }
  
 diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
-index 5184e2a..acb28c3 100644
+index 8902ae6..e7bcdce 100644
 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
 +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
-@@ -776,7 +776,7 @@ void ixgbe_ptp_start_cyclecounter(struct ixgbe_adapter *adapter)
+@@ -771,7 +771,7 @@ void ixgbe_ptp_start_cyclecounter(struct ixgbe_adapter *adapter)
  	}
  
  	/* update the base incval used to calculate frequency adjustment */
@@ -46590,11 +45947,11 @@ index 089b713..28d87ae 100644
  		__vxge_hw_mempool_create(vpath->hldev,
  			fifo->config->memblock_size,
 diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
-index 90a2dda..47e620e 100644
+index ba20c72..f30c0fe 100644
 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
 +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
-@@ -2088,7 +2088,9 @@ int qlcnic_83xx_configure_opmode(struct qlcnic_adapter *adapter)
- 		adapter->max_tx_rings = QLCNIC_MAX_VNIC_TX_RINGS;
+@@ -2176,7 +2176,9 @@ int qlcnic_83xx_configure_opmode(struct qlcnic_adapter *adapter)
+ 		max_tx_rings = QLCNIC_MAX_VNIC_TX_RINGS;
  	} else if (ret == QLC_83XX_DEFAULT_OPMODE) {
  		ahw->nic_mode = QLCNIC_DEFAULT_MODE;
 -		adapter->nic_ops->init_driver = qlcnic_83xx_init_default_driver;
@@ -46602,8 +45959,8 @@ index 90a2dda..47e620e 100644
 +		*(void **)&adapter->nic_ops->init_driver = qlcnic_83xx_init_default_driver;
 +		pax_close_kernel();
  		ahw->idc.state_entry = qlcnic_83xx_idc_ready_state_entry;
- 		adapter->max_sds_rings = QLCNIC_MAX_SDS_RINGS;
- 		adapter->max_tx_rings = QLCNIC_MAX_TX_RINGS;
+ 		max_sds_rings = QLCNIC_MAX_SDS_RINGS;
+ 		max_tx_rings = QLCNIC_MAX_TX_RINGS;
 diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c
 index be7d7a6..a8983f8 100644
 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c
@@ -46635,33 +45992,21 @@ index be7d7a6..a8983f8 100644
  		break;
  	default:
  		dev_err(&adapter->pdev->dev, "Invalid Virtual NIC opmode\n");
-diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
-index 7d4f549..3e46c89 100644
---- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
-+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
-@@ -1022,6 +1022,7 @@ static int qlcnic_dcb_peer_app_info(struct net_device *netdev,
- 	struct qlcnic_dcb_cee *peer;
- 	int i;
- 
-+	memset(info, 0, sizeof(*info));
- 	*app_count = 0;
- 
- 	if (!test_bit(QLCNIC_DCB_STATE, &adapter->dcb->state))
 diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
-index 7763962..c3499a7 100644
+index 37b979b..50f5b95 100644
 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
 +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
-@@ -1108,7 +1108,7 @@ int qlcnic_dump_fw(struct qlcnic_adapter *adapter)
- 	struct qlcnic_dump_entry *entry;
+@@ -1217,7 +1217,7 @@ flash_temp:
+ int qlcnic_dump_fw(struct qlcnic_adapter *adapter)
+ {
  	struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump;
- 	struct qlcnic_dump_template_hdr *tmpl_hdr = fw_dump->tmpl_hdr;
 -	static const struct qlcnic_dump_operations *fw_dump_ops;
 +	const struct qlcnic_dump_operations *fw_dump_ops;
- 	struct device *dev = &adapter->pdev->dev;
- 	struct qlcnic_hardware_context *ahw;
- 	void *temp_buffer;
+ 	struct qlcnic_83xx_dump_template_hdr *hdr_83xx;
+ 	u32 entry_offset, dump, no_entries, buf_offset = 0;
+ 	int i, k, ops_cnt, ops_index, dump_size = 0;
 diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
-index 3ff7bc3..366091b 100644
+index aa1c079..2b1a3e8 100644
 --- a/drivers/net/ethernet/realtek/r8169.c
 +++ b/drivers/net/ethernet/realtek/r8169.c
 @@ -758,22 +758,22 @@ struct rtl8169_private {
@@ -46692,10 +46037,10 @@ index 3ff7bc3..366091b 100644
  	int (*set_speed)(struct net_device *, u8 aneg, u16 sp, u8 dpx, u32 adv);
  	int (*get_settings)(struct net_device *, struct ethtool_cmd *);
 diff --git a/drivers/net/ethernet/sfc/ptp.c b/drivers/net/ethernet/sfc/ptp.c
-index d7a3682..9ce272a 100644
+index 6b861e3..204ac86 100644
 --- a/drivers/net/ethernet/sfc/ptp.c
 +++ b/drivers/net/ethernet/sfc/ptp.c
-@@ -825,7 +825,7 @@ static int efx_ptp_synchronize(struct efx_nic *efx, unsigned int num_readings)
+@@ -822,7 +822,7 @@ static int efx_ptp_synchronize(struct efx_nic *efx, unsigned int num_readings)
  		       ptp->start.dma_addr);
  
  	/* Clear flag that signals MC ready */
@@ -46720,10 +46065,10 @@ index 50617c5..b13724c 100644
  
  /* To mask all all interrupts.*/
 diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
-index 7b594ce..1f6c5708 100644
+index d18f711d..5755800 100644
 --- a/drivers/net/hyperv/hyperv_net.h
 +++ b/drivers/net/hyperv/hyperv_net.h
-@@ -100,7 +100,7 @@ struct rndis_device {
+@@ -101,7 +101,7 @@ struct rndis_device {
  
  	enum rndis_device_state state;
  	bool link_state;
@@ -46733,10 +46078,10 @@ index 7b594ce..1f6c5708 100644
  	spinlock_t request_lock;
  	struct list_head req_list;
 diff --git a/drivers/net/hyperv/rndis_filter.c b/drivers/net/hyperv/rndis_filter.c
-index b54fd25..9bd2bae 100644
+index 143a98c..d54fbaa 100644
 --- a/drivers/net/hyperv/rndis_filter.c
 +++ b/drivers/net/hyperv/rndis_filter.c
-@@ -103,7 +103,7 @@ static struct rndis_request *get_rndis_request(struct rndis_device *dev,
+@@ -100,7 +100,7 @@ static struct rndis_request *get_rndis_request(struct rndis_device *dev,
  	 * template
  	 */
  	set = &rndis_msg->msg.set_req;
@@ -46745,7 +46090,7 @@ index b54fd25..9bd2bae 100644
  
  	/* Add to the request list */
  	spin_lock_irqsave(&dev->request_lock, flags);
-@@ -770,7 +770,7 @@ static void rndis_filter_halt_device(struct rndis_device *dev)
+@@ -834,7 +834,7 @@ static void rndis_filter_halt_device(struct rndis_device *dev)
  
  	/* Setup the rndis set */
  	halt = &request->request_msg.msg.halt_req;
@@ -46755,7 +46100,7 @@ index b54fd25..9bd2bae 100644
  	/* Ignore return since this msg is optional. */
  	rndis_filter_send_request(dev, request);
 diff --git a/drivers/net/ieee802154/fakehard.c b/drivers/net/ieee802154/fakehard.c
-index bf0d55e..82bcfbd1 100644
+index 78f18be..1d19c62 100644
 --- a/drivers/net/ieee802154/fakehard.c
 +++ b/drivers/net/ieee802154/fakehard.c
 @@ -364,7 +364,7 @@ static int ieee802154fake_probe(struct platform_device *pdev)
@@ -46768,10 +46113,10 @@ index bf0d55e..82bcfbd1 100644
  	priv = netdev_priv(dev);
  	priv->phy = phy;
 diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c
-index 20bb669..9a0e17e 100644
+index d53e299..e99c458 100644
 --- a/drivers/net/macvlan.c
 +++ b/drivers/net/macvlan.c
-@@ -991,13 +991,15 @@ static const struct nla_policy macvlan_policy[IFLA_MACVLAN_MAX + 1] = {
+@@ -984,13 +984,15 @@ static const struct nla_policy macvlan_policy[IFLA_MACVLAN_MAX + 1] = {
  int macvlan_link_register(struct rtnl_link_ops *ops)
  {
  	/* common fields */
@@ -46794,7 +46139,7 @@ index 20bb669..9a0e17e 100644
  
  	return rtnl_link_register(ops);
  };
-@@ -1052,7 +1054,7 @@ static int macvlan_device_event(struct notifier_block *unused,
+@@ -1045,7 +1047,7 @@ static int macvlan_device_event(struct notifier_block *unused,
  	return NOTIFY_DONE;
  }
  
@@ -46838,10 +46183,10 @@ index daec9b0..6428fcb 100644
  }
  EXPORT_SYMBOL(free_mdio_bitbang);
 diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/net/ppp/ppp_generic.c
-index 72ff14b..11d442d 100644
+index e3923eb..2a0373b 100644
 --- a/drivers/net/ppp/ppp_generic.c
 +++ b/drivers/net/ppp/ppp_generic.c
-@@ -999,7 +999,6 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
+@@ -1012,7 +1012,6 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
  	void __user *addr = (void __user *) ifr->ifr_ifru.ifru_data;
  	struct ppp_stats stats;
  	struct ppp_comp_stats cstats;
@@ -46849,7 +46194,7 @@ index 72ff14b..11d442d 100644
  
  	switch (cmd) {
  	case SIOCGPPPSTATS:
-@@ -1021,8 +1020,7 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
+@@ -1034,8 +1033,7 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
  		break;
  
  	case SIOCGPPPVER:
@@ -46873,10 +46218,10 @@ index 1252d9c..80e660b 100644
  
  	/* We've got a compressed packet; read the change byte */
 diff --git a/drivers/net/team/team.c b/drivers/net/team/team.c
-index c8624a8..f0a4f6a 100644
+index ce4989b..b40b328 100644
 --- a/drivers/net/team/team.c
 +++ b/drivers/net/team/team.c
-@@ -2869,7 +2869,7 @@ static int team_device_event(struct notifier_block *unused,
+@@ -2868,7 +2868,7 @@ static int team_device_event(struct notifier_block *unused,
  	return NOTIFY_DONE;
  }
  
@@ -46886,7 +46231,7 @@ index c8624a8..f0a4f6a 100644
  };
  
 diff --git a/drivers/net/tun.c b/drivers/net/tun.c
-index 26f8635..c237839 100644
+index ee328ba..c4a0041 100644
 --- a/drivers/net/tun.c
 +++ b/drivers/net/tun.c
 @@ -1876,7 +1876,7 @@ unlock:
@@ -47000,18 +46345,18 @@ index 660bd5e..ac59452 100644
  				    hso_start_serial_device(serial_table[i], GFP_NOIO);
  				hso_kick_transmit(dev2ser(serial_table[i]));
 diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c
-index adb12f3..48005ab 100644
+index 3fbfb08..2c16265 100644
 --- a/drivers/net/usb/r8152.c
 +++ b/drivers/net/usb/r8152.c
-@@ -513,7 +513,7 @@ struct r8152 {
- 		void (*disable)(struct r8152 *);
+@@ -567,7 +567,7 @@ struct r8152 {
+ 		void (*up)(struct r8152 *);
  		void (*down)(struct r8152 *);
  		void (*unload)(struct r8152 *);
 -	} rtl_ops;
 +	} __no_const rtl_ops;
  
  	int intr_interval;
- 	u32 msg_enable;
+ 	u32 saved_wolopts;
 diff --git a/drivers/net/usb/sierra_net.c b/drivers/net/usb/sierra_net.c
 index a2515887..6d13233 100644
 --- a/drivers/net/usb/sierra_net.c
@@ -47035,10 +46380,10 @@ index a2515887..6d13233 100644
  
  	/* we will have to manufacture ethernet headers, prepare template */
 diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
-index d091e52..568bb179 100644
+index 4dbb2ed..5410db0 100644
 --- a/drivers/net/vxlan.c
 +++ b/drivers/net/vxlan.c
-@@ -2847,7 +2847,7 @@ nla_put_failure:
+@@ -2840,7 +2840,7 @@ nla_put_failure:
  	return -EMSGSIZE;
  }
  
@@ -47047,7 +46392,7 @@ index d091e52..568bb179 100644
  	.kind		= "vxlan",
  	.maxtype	= IFLA_VXLAN_MAX,
  	.policy		= vxlan_policy,
-@@ -2894,7 +2894,7 @@ static int vxlan_lowerdev_event(struct notifier_block *unused,
+@@ -2887,7 +2887,7 @@ static int vxlan_lowerdev_event(struct notifier_block *unused,
  	return NOTIFY_DONE;
  }
  
@@ -47238,10 +46583,10 @@ index 0b60295..b8bfa5b 100644
  		if (rd == NULL) {
  			result = -ENOMEM;
 diff --git a/drivers/net/wireless/airo.c b/drivers/net/wireless/airo.c
-index edf4b57..68b51c0 100644
+index 64747d4..17c4cf3 100644
 --- a/drivers/net/wireless/airo.c
 +++ b/drivers/net/wireless/airo.c
-@@ -7843,7 +7843,7 @@ static int writerids(struct net_device *dev, aironet_ioctl *comp) {
+@@ -7846,7 +7846,7 @@ static int writerids(struct net_device *dev, aironet_ioctl *comp) {
  	struct airo_info *ai = dev->ml_priv;
  	int  ridcode;
          int  enabled;
@@ -47264,10 +46609,10 @@ index 99b3bfa..9559372 100644
  	return msecs_to_jiffies((s->poll_timeout[2] << 16)
  				| (s->poll_timeout[1] << 8)
 diff --git a/drivers/net/wireless/ath/ath10k/htc.c b/drivers/net/wireless/ath/ath10k/htc.c
-index edc57ab..ff49e0a 100644
+index 7f1bccd..ca2ffca 100644
 --- a/drivers/net/wireless/ath/ath10k/htc.c
 +++ b/drivers/net/wireless/ath/ath10k/htc.c
-@@ -831,7 +831,10 @@ void ath10k_htc_stop(struct ath10k_htc *htc)
+@@ -840,7 +840,10 @@ void ath10k_htc_stop(struct ath10k_htc *htc)
  /* registered target arrival callback from the HIF layer */
  int ath10k_htc_init(struct ath10k *ar)
  {
@@ -47279,7 +46624,7 @@ index edc57ab..ff49e0a 100644
  	struct ath10k_htc_ep *ep = NULL;
  	struct ath10k_htc *htc = &ar->htc;
  
-@@ -841,8 +844,6 @@ int ath10k_htc_init(struct ath10k *ar)
+@@ -850,8 +853,6 @@ int ath10k_htc_init(struct ath10k *ar)
  	ath10k_htc_reset_endpoint_states(htc);
  
  	/* setup HIF layer callbacks */
@@ -47549,10 +46894,10 @@ index 92190da..f3a4c4c 100644
  	u32 freqref, vco_freq, val1, val2, val3, timeout, timeoutref, count;
  	u16 old_comm15, scale;
 diff --git a/drivers/net/wireless/iwlegacy/3945-mac.c b/drivers/net/wireless/iwlegacy/3945-mac.c
-index 0487461..fd9e84a 100644
+index dc1d20c..f7a4f06 100644
 --- a/drivers/net/wireless/iwlegacy/3945-mac.c
 +++ b/drivers/net/wireless/iwlegacy/3945-mac.c
-@@ -3638,7 +3638,9 @@ il3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
+@@ -3633,7 +3633,9 @@ il3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
  	 */
  	if (il3945_mod_params.disable_hw_scan) {
  		D_INFO("Disabling hw_scan\n");
@@ -47700,7 +47045,7 @@ index d2fe259..0c4c682 100644
  	memset(buf, 0, sizeof(buf));
  	buf_size = min(count, sizeof(buf) - 1);
 diff --git a/drivers/net/wireless/iwlwifi/dvm/main.c b/drivers/net/wireless/iwlwifi/dvm/main.c
-index ea7e70c..bc0c45f 100644
+index 6a6df71..eb5c93a 100644
 --- a/drivers/net/wireless/iwlwifi/dvm/main.c
 +++ b/drivers/net/wireless/iwlwifi/dvm/main.c
 @@ -1127,7 +1127,7 @@ static void iwl_option_config(struct iwl_priv *priv)
@@ -47721,10 +47066,10 @@ index ea7e70c..bc0c45f 100644
  		       data->sku_cap_band_24GHz_enable ? "" : "NOT", "enabled",
  		       data->sku_cap_band_52GHz_enable ? "" : "NOT", "enabled",
 diff --git a/drivers/net/wireless/iwlwifi/pcie/trans.c b/drivers/net/wireless/iwlwifi/pcie/trans.c
-index 8d42fd9..d923d65 100644
+index 2365553..97126d8 100644
 --- a/drivers/net/wireless/iwlwifi/pcie/trans.c
 +++ b/drivers/net/wireless/iwlwifi/pcie/trans.c
-@@ -1365,7 +1365,7 @@ static ssize_t iwl_dbgfs_interrupt_write(struct file *file,
+@@ -1552,7 +1552,7 @@ static ssize_t iwl_dbgfs_interrupt_write(struct file *file,
  	struct isr_statistics *isr_stats = &trans_pcie->isr_stats;
  
  	char buf[8];
@@ -47733,7 +47078,7 @@ index 8d42fd9..d923d65 100644
  	u32 reset_flag;
  
  	memset(buf, 0, sizeof(buf));
-@@ -1386,7 +1386,7 @@ static ssize_t iwl_dbgfs_csr_write(struct file *file,
+@@ -1573,7 +1573,7 @@ static ssize_t iwl_dbgfs_csr_write(struct file *file,
  {
  	struct iwl_trans *trans = file->private_data;
  	char buf[8];
@@ -47743,10 +47088,10 @@ index 8d42fd9..d923d65 100644
  
  	memset(buf, 0, sizeof(buf));
 diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c
-index 69d4c31..bd0b316 100644
+index 9d7a52f..2729a99 100644
 --- a/drivers/net/wireless/mac80211_hwsim.c
 +++ b/drivers/net/wireless/mac80211_hwsim.c
-@@ -2541,20 +2541,20 @@ static int __init init_mac80211_hwsim(void)
+@@ -2570,20 +2570,20 @@ static int __init init_mac80211_hwsim(void)
  	if (channels < 1)
  		return -EINVAL;
  
@@ -47782,7 +47127,7 @@ index 69d4c31..bd0b316 100644
  	spin_lock_init(&hwsim_radio_lock);
  	INIT_LIST_HEAD(&hwsim_radios);
 diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c
-index 5028557..91cf394 100644
+index 39d22a1..4ec8612 100644
 --- a/drivers/net/wireless/rndis_wlan.c
 +++ b/drivers/net/wireless/rndis_wlan.c
 @@ -1236,7 +1236,7 @@ static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold)
@@ -47824,10 +47169,10 @@ index 5642ccc..01f03eb 100644
  	hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG);
  	hdr->seq_ctrl |= cpu_to_le16(seqno);
 diff --git a/drivers/net/wireless/ti/wl1251/sdio.c b/drivers/net/wireless/ti/wl1251/sdio.c
-index e2b3d9c..67a5184 100644
+index b661f896..ddf7d2b 100644
 --- a/drivers/net/wireless/ti/wl1251/sdio.c
 +++ b/drivers/net/wireless/ti/wl1251/sdio.c
-@@ -271,13 +271,17 @@ static int wl1251_sdio_probe(struct sdio_func *func,
+@@ -282,13 +282,17 @@ static int wl1251_sdio_probe(struct sdio_func *func,
  
  		irq_set_irq_type(wl->irq, IRQ_TYPE_EDGE_RISING);
  
@@ -47850,7 +47195,7 @@ index e2b3d9c..67a5184 100644
  		wl1251_info("using SDIO interrupt");
  	}
 diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c
-index be7129b..4161356 100644
+index d50dfac..0a6f5be3 100644
 --- a/drivers/net/wireless/ti/wl12xx/main.c
 +++ b/drivers/net/wireless/ti/wl12xx/main.c
 @@ -656,7 +656,9 @@ static int wl12xx_identify_chip(struct wl1271 *wl)
@@ -47876,10 +47221,10 @@ index be7129b..4161356 100644
  		wlcore_set_min_fw_ver(wl, WL127X_CHIP_VER,
  			      WL127X_IFTYPE_SR_VER,  WL127X_MAJOR_SR_VER,
 diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c
-index ec37b16..7e34d66 100644
+index de5b4fa..7996ec6 100644
 --- a/drivers/net/wireless/ti/wl18xx/main.c
 +++ b/drivers/net/wireless/ti/wl18xx/main.c
-@@ -1823,8 +1823,10 @@ static int wl18xx_setup(struct wl1271 *wl)
+@@ -1900,8 +1900,10 @@ static int wl18xx_setup(struct wl1271 *wl)
  	}
  
  	if (!checksum_param) {
@@ -48224,7 +47569,7 @@ index cfa92a9..29539c5 100644
  	mutex_lock(&pci_hp_mutex);
  	/*
 diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
-index 53b58de..4479896 100644
+index 0e0a2ff..29dff57 100644
 --- a/drivers/pci/hotplug/pciehp_core.c
 +++ b/drivers/pci/hotplug/pciehp_core.c
 @@ -92,7 +92,7 @@ static int init_slot(struct controller *ctrl)
@@ -48261,10 +47606,10 @@ index fb02fc2..83dc2c3 100644
  		kfree(msi_dev_attr);
  		++count;
 diff --git a/drivers/pci/pci-sysfs.c b/drivers/pci/pci-sysfs.c
-index 276ef9c..1d33a36 100644
+index 4e0acef..bd98e31 100644
 --- a/drivers/pci/pci-sysfs.c
 +++ b/drivers/pci/pci-sysfs.c
-@@ -1112,7 +1112,7 @@ static int pci_create_attr(struct pci_dev *pdev, int num, int write_combine)
+@@ -1101,7 +1101,7 @@ static int pci_create_attr(struct pci_dev *pdev, int num, int write_combine)
  {
  	/* allocate attribute structure, piggyback attribute name */
  	int name_len = write_combine ? 13 : 10;
@@ -48273,7 +47618,7 @@ index 276ef9c..1d33a36 100644
  	int retval;
  
  	res_attr = kzalloc(sizeof(*res_attr) + name_len, GFP_ATOMIC);
-@@ -1297,7 +1297,7 @@ static struct device_attribute reset_attr = __ATTR(reset, 0200, NULL, reset_stor
+@@ -1286,7 +1286,7 @@ static struct device_attribute reset_attr = __ATTR(reset, 0200, NULL, reset_stor
  static int pci_create_capabilities_sysfs(struct pci_dev *dev)
  {
  	int retval;
@@ -48282,7 +47627,7 @@ index 276ef9c..1d33a36 100644
  
  	/* If the device has VPD, try to expose it in sysfs. */
  	if (dev->vpd) {
-@@ -1344,7 +1344,7 @@ int __must_check pci_create_sysfs_dev_files (struct pci_dev *pdev)
+@@ -1333,7 +1333,7 @@ int __must_check pci_create_sysfs_dev_files (struct pci_dev *pdev)
  {
  	int retval;
  	int rom_size = 0;
@@ -48292,10 +47637,10 @@ index 276ef9c..1d33a36 100644
  	if (!sysfs_initialized)
  		return -EACCES;
 diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h
-index 4df38df..b6bb7fe 100644
+index 6bd0822..35bc2b3 100644
 --- a/drivers/pci/pci.h
 +++ b/drivers/pci/pci.h
-@@ -93,7 +93,7 @@ struct pci_vpd_ops {
+@@ -91,7 +91,7 @@ struct pci_vpd_ops {
  struct pci_vpd {
  	unsigned int len;
  	const struct pci_vpd_ops *ops;
@@ -48322,7 +47667,7 @@ index e1e7026..d28dd33 100644
  #define ASPM_STATE_ALL		(ASPM_STATE_L0S | ASPM_STATE_L1)
  
 diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
-index 6e34498..9911975 100644
+index ef09f5f..49ac62f 100644
 --- a/drivers/pci/probe.c
 +++ b/drivers/pci/probe.c
 @@ -175,7 +175,7 @@ int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type,
@@ -48368,6 +47713,28 @@ index 7f3aad0..7d604bb 100644
  	{
  		.ident = "Samsung Series 5 550",
  		.matches = {
+diff --git a/drivers/platform/x86/alienware-wmi.c b/drivers/platform/x86/alienware-wmi.c
+index 541f951..4dfd598 100644
+--- a/drivers/platform/x86/alienware-wmi.c
++++ b/drivers/platform/x86/alienware-wmi.c
+@@ -132,7 +132,7 @@ struct wmax_led_args {
+ } __packed;
+ 
+ static struct platform_device *platform_device;
+-static struct device_attribute *zone_dev_attrs;
++static device_attribute_no_const *zone_dev_attrs;
+ static struct attribute **zone_attrs;
+ static struct platform_zone *zone_data;
+ 
+@@ -143,7 +143,7 @@ static struct platform_driver platform_driver = {
+ 		   }
+ };
+ 
+-static struct attribute_group zone_attribute_group = {
++static attribute_group_no_const zone_attribute_group = {
+ 	.name = "rgb_zones",
+ };
+ 
 diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
 index c5e082f..d6307a0 100644
 --- a/drivers/platform/x86/asus-wmi.c
@@ -48444,10 +47811,10 @@ index 70222f2..8c8ce66 100644
  	acpi_status status;
  
 diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c
-index 8f8551a..3ace3ca 100644
+index 9c5a074..06c976a 100644
 --- a/drivers/platform/x86/sony-laptop.c
 +++ b/drivers/platform/x86/sony-laptop.c
-@@ -2451,7 +2451,7 @@ static void sony_nc_gfx_switch_cleanup(struct platform_device *pd)
+@@ -2527,7 +2527,7 @@ static void sony_nc_gfx_switch_cleanup(struct platform_device *pd)
  }
  
  /* High speed charging function */
@@ -48456,8 +47823,53 @@ index 8f8551a..3ace3ca 100644
  
  static ssize_t sony_nc_highspeed_charging_store(struct device *dev,
  		struct device_attribute *attr,
+@@ -2601,7 +2601,7 @@ static void sony_nc_highspeed_charging_cleanup(struct platform_device *pd)
+ }
+ 
+ /* low battery function */
+-static struct device_attribute *lowbatt_handle;
++static device_attribute_no_const *lowbatt_handle;
+ 
+ static ssize_t sony_nc_lowbatt_store(struct device *dev,
+ 		struct device_attribute *attr,
+@@ -2667,7 +2667,7 @@ static void sony_nc_lowbatt_cleanup(struct platform_device *pd)
+ }
+ 
+ /* fan speed function */
+-static struct device_attribute *fan_handle, *hsf_handle;
++static device_attribute_no_const *fan_handle, *hsf_handle;
+ 
+ static ssize_t sony_nc_hsfan_store(struct device *dev,
+ 		struct device_attribute *attr,
+@@ -2774,7 +2774,7 @@ static void sony_nc_fanspeed_cleanup(struct platform_device *pd)
+ }
+ 
+ /* USB charge function */
+-static struct device_attribute *uc_handle;
++static device_attribute_no_const *uc_handle;
+ 
+ static ssize_t sony_nc_usb_charge_store(struct device *dev,
+ 		struct device_attribute *attr,
+@@ -2848,7 +2848,7 @@ static void sony_nc_usb_charge_cleanup(struct platform_device *pd)
+ }
+ 
+ /* Panel ID function */
+-static struct device_attribute *panel_handle;
++static device_attribute_no_const *panel_handle;
+ 
+ static ssize_t sony_nc_panelid_show(struct device *dev,
+ 		struct device_attribute *attr, char *buffer)
+@@ -2895,7 +2895,7 @@ static void sony_nc_panelid_cleanup(struct platform_device *pd)
+ }
+ 
+ /* smart connect function */
+-static struct device_attribute *sc_handle;
++static device_attribute_no_const *sc_handle;
+ 
+ static ssize_t sony_nc_smart_conn_store(struct device *dev,
+ 		struct device_attribute *attr,
 diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
-index e2a91c8..986cc9f 100644
+index 15e61c1..40a39c7 100644
 --- a/drivers/platform/x86/thinkpad_acpi.c
 +++ b/drivers/platform/x86/thinkpad_acpi.c
 @@ -2094,7 +2094,7 @@ static int hotkey_mask_get(void)
@@ -48469,114 +47881,7 @@ index e2a91c8..986cc9f 100644
  {
  	/* log only what the user can fix... */
  	const u32 wantedmask = hotkey_driver_mask &
-@@ -2321,11 +2321,6 @@ static void hotkey_read_nvram(struct tp_nvram_state *n, const u32 m)
- 	}
- }
- 
--static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
--					   struct tp_nvram_state *newn,
--					   const u32 event_mask)
--{
--
- #define TPACPI_COMPARE_KEY(__scancode, __member) \
- 	do { \
- 		if ((event_mask & (1 << __scancode)) && \
-@@ -2339,36 +2334,42 @@ static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
- 			tpacpi_hotkey_send_key(__scancode); \
- 	} while (0)
- 
--	void issue_volchange(const unsigned int oldvol,
--			     const unsigned int newvol)
--	{
--		unsigned int i = oldvol;
-+static void issue_volchange(const unsigned int oldvol,
-+			    const unsigned int newvol,
-+			    const u32 event_mask)
-+{
-+	unsigned int i = oldvol;
- 
--		while (i > newvol) {
--			TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEDOWN);
--			i--;
--		}
--		while (i < newvol) {
--			TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP);
--			i++;
--		}
-+	while (i > newvol) {
-+		TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEDOWN);
-+		i--;
- 	}
-+	while (i < newvol) {
-+		TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP);
-+		i++;
-+	}
-+}
- 
--	void issue_brightnesschange(const unsigned int oldbrt,
--				    const unsigned int newbrt)
--	{
--		unsigned int i = oldbrt;
-+static void issue_brightnesschange(const unsigned int oldbrt,
-+				   const unsigned int newbrt,
-+				   const u32 event_mask)
-+{
-+	unsigned int i = oldbrt;
- 
--		while (i > newbrt) {
--			TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNEND);
--			i--;
--		}
--		while (i < newbrt) {
--			TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNHOME);
--			i++;
--		}
-+	while (i > newbrt) {
-+		TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNEND);
-+		i--;
-+	}
-+	while (i < newbrt) {
-+		TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNHOME);
-+		i++;
- 	}
-+}
- 
-+static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
-+					   struct tp_nvram_state *newn,
-+					   const u32 event_mask)
-+{
- 	TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_THINKPAD, thinkpad_toggle);
- 	TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNSPACE, zoom_toggle);
- 	TPACPI_COMPARE_KEY(TP_ACPI_HOTKEYSCAN_FNF7, display_toggle);
-@@ -2402,7 +2403,7 @@ static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
- 		    oldn->volume_level != newn->volume_level) {
- 			/* recently muted, or repeated mute keypress, or
- 			 * multiple presses ending in mute */
--			issue_volchange(oldn->volume_level, newn->volume_level);
-+			issue_volchange(oldn->volume_level, newn->volume_level, event_mask);
- 			TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_MUTE);
- 		}
- 	} else {
-@@ -2412,7 +2413,7 @@ static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
- 			TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_VOLUMEUP);
- 		}
- 		if (oldn->volume_level != newn->volume_level) {
--			issue_volchange(oldn->volume_level, newn->volume_level);
-+			issue_volchange(oldn->volume_level, newn->volume_level, event_mask);
- 		} else if (oldn->volume_toggle != newn->volume_toggle) {
- 			/* repeated vol up/down keypress at end of scale ? */
- 			if (newn->volume_level == 0)
-@@ -2425,7 +2426,8 @@ static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
- 	/* handle brightness */
- 	if (oldn->brightness_level != newn->brightness_level) {
- 		issue_brightnesschange(oldn->brightness_level,
--				       newn->brightness_level);
-+				       newn->brightness_level,
-+				       event_mask);
- 	} else if (oldn->brightness_toggle != newn->brightness_toggle) {
- 		/* repeated key presses that didn't change state */
- 		if (newn->brightness_level == 0)
-@@ -2434,10 +2436,10 @@ static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
+@@ -2438,10 +2438,10 @@ static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn,
  				&& !tp_features.bright_unkfw)
  			TPACPI_MAY_SEND_KEY(TP_ACPI_HOTKEYSCAN_FNHOME);
  	}
@@ -48589,10 +47894,10 @@ index e2a91c8..986cc9f 100644
  /*
   * Polling driver
 diff --git a/drivers/pnp/pnpbios/bioscalls.c b/drivers/pnp/pnpbios/bioscalls.c
-index 769d265..a3a05ca 100644
+index 438d4c7..ca8a2fb 100644
 --- a/drivers/pnp/pnpbios/bioscalls.c
 +++ b/drivers/pnp/pnpbios/bioscalls.c
-@@ -58,7 +58,7 @@ do { \
+@@ -59,7 +59,7 @@ do { \
  	set_desc_limit(&gdt[(selname) >> 3], (size) - 1); \
  } while(0)
  
@@ -48601,7 +47906,7 @@ index 769d265..a3a05ca 100644
  			(unsigned long)__va(0x400UL), PAGE_SIZE - 0x400 - 1);
  
  /*
-@@ -95,7 +95,10 @@ static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3,
+@@ -96,7 +96,10 @@ static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3,
  
  	cpu = get_cpu();
  	save_desc_40 = get_cpu_gdt_table(cpu)[0x40 / 8];
@@ -48612,7 +47917,7 @@ index 769d265..a3a05ca 100644
  
  	/* On some boxes IRQ's during PnP BIOS calls are deadly.  */
  	spin_lock_irqsave(&pnp_bios_lock, flags);
-@@ -133,7 +136,10 @@ static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3,
+@@ -134,7 +137,10 @@ static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3,
  			     :"memory");
  	spin_unlock_irqrestore(&pnp_bios_lock, flags);
  
@@ -48623,7 +47928,7 @@ index 769d265..a3a05ca 100644
  	put_cpu();
  
  	/* If we get here and this is set then the PnP BIOS faulted on us. */
-@@ -467,7 +473,7 @@ int pnp_bios_read_escd(char *data, u32 nvram_base)
+@@ -468,7 +474,7 @@ int pnp_bios_read_escd(char *data, u32 nvram_base)
  	return status;
  }
  
@@ -48632,7 +47937,7 @@ index 769d265..a3a05ca 100644
  {
  	int i;
  
-@@ -475,6 +481,8 @@ void pnpbios_calls_init(union pnp_bios_install_struct *header)
+@@ -476,6 +482,8 @@ void pnpbios_calls_init(union pnp_bios_install_struct *header)
  	pnp_bios_callpoint.offset = header->fields.pm16offset;
  	pnp_bios_callpoint.segment = PNP_CS16;
  
@@ -48641,7 +47946,7 @@ index 769d265..a3a05ca 100644
  	for_each_possible_cpu(i) {
  		struct desc_struct *gdt = get_cpu_gdt_table(i);
  		if (!gdt)
-@@ -486,4 +494,6 @@ void pnpbios_calls_init(union pnp_bios_install_struct *header)
+@@ -487,4 +495,6 @@ void pnpbios_calls_init(union pnp_bios_install_struct *header)
  		set_desc_base(&gdt[GDT_ENTRY_PNPBIOS_DS],
  			 (unsigned long)__va(header->fields.pm16dseg));
  	}
@@ -48649,7 +47954,7 @@ index 769d265..a3a05ca 100644
 +	pax_close_kernel();
  }
 diff --git a/drivers/pnp/resource.c b/drivers/pnp/resource.c
-index bacddd1..65ea100 100644
+index 01712cb..782e822 100644
 --- a/drivers/pnp/resource.c
 +++ b/drivers/pnp/resource.c
 @@ -360,7 +360,7 @@ int pnp_check_irq(struct pnp_dev *dev, struct resource *res)
@@ -48952,11 +48257,37 @@ index 84419af..268ede8 100644
  		power_zone->zone_dev_attrs[count++] =
  					&dev_attr_energy_uj.attr;
  	}
+diff --git a/drivers/ptp/ptp_private.h b/drivers/ptp/ptp_private.h
+index 9c5d414..c7900ce 100644
+--- a/drivers/ptp/ptp_private.h
++++ b/drivers/ptp/ptp_private.h
+@@ -51,7 +51,7 @@ struct ptp_clock {
+ 	struct mutex pincfg_mux; /* protect concurrent info->pin_config access */
+ 	wait_queue_head_t tsev_wq;
+ 	int defunct; /* tells readers to go away when clock is being removed */
+-	struct device_attribute *pin_dev_attr;
++	device_attribute_no_const *pin_dev_attr;
+ 	struct attribute **pin_attr;
+ 	struct attribute_group pin_attr_group;
+ };
+diff --git a/drivers/ptp/ptp_sysfs.c b/drivers/ptp/ptp_sysfs.c
+index 302e626..12579af 100644
+--- a/drivers/ptp/ptp_sysfs.c
++++ b/drivers/ptp/ptp_sysfs.c
+@@ -280,7 +280,7 @@ static int ptp_populate_pins(struct ptp_clock *ptp)
+ 		goto no_pin_attr;
+ 
+ 	for (i = 0; i < n_pins; i++) {
+-		struct device_attribute *da = &ptp->pin_dev_attr[i];
++		device_attribute_no_const *da = &ptp->pin_dev_attr[i];
+ 		sysfs_attr_init(&da->attr);
+ 		da->attr.name = info->pin_config[i].name;
+ 		da->attr.mode = 0644;
 diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
-index afca1bc..86840b8 100644
+index 9a09f3c..450b523 100644
 --- a/drivers/regulator/core.c
 +++ b/drivers/regulator/core.c
-@@ -3366,7 +3366,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
+@@ -3380,7 +3380,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
  {
  	const struct regulation_constraints *constraints = NULL;
  	const struct regulator_init_data *init_data;
@@ -48965,7 +48296,7 @@ index afca1bc..86840b8 100644
  	struct regulator_dev *rdev;
  	struct device *dev;
  	int ret, i;
-@@ -3436,7 +3436,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
+@@ -3450,7 +3450,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
  	rdev->dev.of_node = config->of_node;
  	rdev->dev.parent = dev;
  	dev_set_name(&rdev->dev, "regulator.%d",
@@ -48975,10 +48306,10 @@ index afca1bc..86840b8 100644
  	if (ret != 0) {
  		put_device(&rdev->dev);
 diff --git a/drivers/regulator/max8660.c b/drivers/regulator/max8660.c
-index 8d94d3d..653b623 100644
+index 2fc4111..6aa88ca 100644
 --- a/drivers/regulator/max8660.c
 +++ b/drivers/regulator/max8660.c
-@@ -420,8 +420,10 @@ static int max8660_probe(struct i2c_client *client,
+@@ -424,8 +424,10 @@ static int max8660_probe(struct i2c_client *client,
  		max8660->shadow_regs[MAX8660_OVER1] = 5;
  	} else {
  		/* Otherwise devices can be toggled via software */
@@ -48992,10 +48323,10 @@ index 8d94d3d..653b623 100644
  
  	/*
 diff --git a/drivers/regulator/max8973-regulator.c b/drivers/regulator/max8973-regulator.c
-index 892aa1e..ebd1b9c 100644
+index dbedf17..18ff6b7 100644
 --- a/drivers/regulator/max8973-regulator.c
 +++ b/drivers/regulator/max8973-regulator.c
-@@ -406,9 +406,11 @@ static int max8973_probe(struct i2c_client *client,
+@@ -403,9 +403,11 @@ static int max8973_probe(struct i2c_client *client,
  	if (!pdata || !pdata->enable_ext_control) {
  		max->desc.enable_reg = MAX8973_VOUT;
  		max->desc.enable_mask = MAX8973_VOUT_ENABLE;
@@ -49030,7 +48361,7 @@ index f374fa5..26f0683 100644
  	mc13xxx_data = mc13xxx_parse_regulators_dt(pdev, mc13892_regulators,
  					ARRAY_SIZE(mc13892_regulators));
 diff --git a/drivers/rtc/rtc-cmos.c b/drivers/rtc/rtc-cmos.c
-index cae212f..58a3980 100644
+index 0963c93..ea29cce 100644
 --- a/drivers/rtc/rtc-cmos.c
 +++ b/drivers/rtc/rtc-cmos.c
 @@ -777,7 +777,9 @@ cmos_do_probe(struct device *dev, struct resource *ports, int rtc_irq)
@@ -49066,7 +48397,7 @@ index d049393..bb20be0 100644
  
  	case RTC_PIE_ON:
 diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c
-index 4e75345..09f8663 100644
+index f03d5ba..8325bf6 100644
 --- a/drivers/rtc/rtc-ds1307.c
 +++ b/drivers/rtc/rtc-ds1307.c
 @@ -107,7 +107,7 @@ struct ds1307 {
@@ -49307,7 +48638,7 @@ index 045c4e1..13de803 100644
  	error = bus_register(&fcoe_bus_type);
  	if (error)
 diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c
-index f28ea07..34b16d3 100644
+index 3cbb57a..95e47a3 100644
 --- a/drivers/scsi/hosts.c
 +++ b/drivers/scsi/hosts.c
 @@ -42,7 +42,7 @@
@@ -49329,19 +48660,23 @@ index f28ea07..34b16d3 100644
  
  	/* These three are default values which can be overridden */
 diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
-index 868318a..e07ef3b 100644
+index 9a6e4a2..27843b6 100644
 --- a/drivers/scsi/hpsa.c
 +++ b/drivers/scsi/hpsa.c
-@@ -571,7 +571,7 @@ static inline u32 next_command(struct ctlr_info *h, u8 q)
+@@ -687,10 +687,10 @@ static inline u32 next_command(struct ctlr_info *h, u8 q)
  	unsigned long flags;
  
+ 	if (h->transMethod & CFGTBL_Trans_io_accel1)
+-		return h->access.command_completed(h, q);
++		return h->access->command_completed(h, q);
+ 
  	if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant)))
 -		return h->access.command_completed(h, q);
 +		return h->access->command_completed(h, q);
  
  	if ((rq->head[rq->current_entry] & 1) == rq->wraparound) {
  		a = rq->head[rq->current_entry];
-@@ -3474,7 +3474,7 @@ static void start_io(struct ctlr_info *h)
+@@ -5448,7 +5448,7 @@ static void start_io(struct ctlr_info *h)
  	while (!list_empty(&h->reqQ)) {
  		c = list_entry(h->reqQ.next, struct CommandList, list);
  		/* can't do anything if fifo is full */
@@ -49350,7 +48685,7 @@ index 868318a..e07ef3b 100644
  			h->fifo_recently_full = 1;
  			dev_warn(&h->pdev->dev, "fifo full\n");
  			break;
-@@ -3498,7 +3498,7 @@ static void start_io(struct ctlr_info *h)
+@@ -5472,7 +5472,7 @@ static void start_io(struct ctlr_info *h)
  
  		/* Tell the controller execute command */
  		spin_unlock_irqrestore(&h->lock, flags);
@@ -49359,7 +48694,7 @@ index 868318a..e07ef3b 100644
  		spin_lock_irqsave(&h->lock, flags);
  	}
  	spin_unlock_irqrestore(&h->lock, flags);
-@@ -3506,17 +3506,17 @@ static void start_io(struct ctlr_info *h)
+@@ -5480,17 +5480,17 @@ static void start_io(struct ctlr_info *h)
  
  static inline unsigned long get_next_completion(struct ctlr_info *h, u8 q)
  {
@@ -49380,7 +48715,7 @@ index 868318a..e07ef3b 100644
  		(h->interrupts_enabled == 0);
  }
  
-@@ -4442,7 +4442,7 @@ static int hpsa_pci_init(struct ctlr_info *h)
+@@ -6444,7 +6444,7 @@ static int hpsa_pci_init(struct ctlr_info *h)
  	if (prod_index < 0)
  		return -ENODEV;
  	h->product_name = products[prod_index].product_name;
@@ -49389,7 +48724,7 @@ index 868318a..e07ef3b 100644
  
  	pci_disable_link_state(h->pdev, PCIE_LINK_STATE_L0S |
  			       PCIE_LINK_STATE_L1 | PCIE_LINK_STATE_CLKPM);
-@@ -4712,7 +4712,7 @@ static void controller_lockup_detected(struct ctlr_info *h)
+@@ -6723,7 +6723,7 @@ static void controller_lockup_detected(struct ctlr_info *h)
  {
  	unsigned long flags;
  
@@ -49398,7 +48733,7 @@ index 868318a..e07ef3b 100644
  	spin_lock_irqsave(&h->lock, flags);
  	h->lockup_detected = readl(h->vaddr + SA5_SCRATCHPAD_OFFSET);
  	spin_unlock_irqrestore(&h->lock, flags);
-@@ -4843,7 +4843,7 @@ reinit_after_soft_reset:
+@@ -6951,7 +6951,7 @@ reinit_after_soft_reset:
  	}
  
  	/* make sure the board interrupts are off */
@@ -49407,7 +48742,7 @@ index 868318a..e07ef3b 100644
  
  	if (hpsa_request_irq(h, do_hpsa_intr_msi, do_hpsa_intr_intx))
  		goto clean2;
-@@ -4877,7 +4877,7 @@ reinit_after_soft_reset:
+@@ -6986,7 +6986,7 @@ reinit_after_soft_reset:
  		 * fake ones to scoop up any residual completions.
  		 */
  		spin_lock_irqsave(&h->lock, flags);
@@ -49416,7 +48751,7 @@ index 868318a..e07ef3b 100644
  		spin_unlock_irqrestore(&h->lock, flags);
  		free_irqs(h);
  		rc = hpsa_request_irq(h, hpsa_msix_discard_completions,
-@@ -4896,9 +4896,9 @@ reinit_after_soft_reset:
+@@ -7005,9 +7005,9 @@ reinit_after_soft_reset:
  		dev_info(&h->pdev->dev, "Board READY.\n");
  		dev_info(&h->pdev->dev,
  			"Waiting for stale completions to drain.\n");
@@ -49428,8 +48763,8 @@ index 868318a..e07ef3b 100644
  
  		rc = controller_reset_failed(h->cfgtable);
  		if (rc)
-@@ -4919,7 +4919,7 @@ reinit_after_soft_reset:
- 	}
+@@ -7033,7 +7033,7 @@ reinit_after_soft_reset:
+ 	h->drv_req_rescan = 0;
  
  	/* Turn the interrupts on so we can service requests */
 -	h->access.set_intr_mask(h, HPSA_INTR_ON);
@@ -49437,7 +48772,7 @@ index 868318a..e07ef3b 100644
  
  	hpsa_hba_inquiry(h);
  	hpsa_register_scsi(h);	/* hook ourselves into SCSI subsystem */
-@@ -4988,7 +4988,7 @@ static void hpsa_shutdown(struct pci_dev *pdev)
+@@ -7102,7 +7102,7 @@ static void hpsa_shutdown(struct pci_dev *pdev)
  	 * To write all data in the battery backed cache to disks
  	 */
  	hpsa_flush_cache(h);
@@ -49446,29 +48781,44 @@ index 868318a..e07ef3b 100644
  	hpsa_free_irqs_and_disable_msix(h);
  }
  
-@@ -5162,7 +5162,7 @@ static void hpsa_enter_performant_mode(struct ctlr_info *h, u32 use_short_tags)
- 		return;
- 	}
- 	/* Change the access methods to the performant access methods */
--	h->access = SA5_performant_access;
-+	h->access = &SA5_performant_access;
- 	h->transMethod = CFGTBL_Trans_Performant;
- }
+@@ -7220,7 +7220,7 @@ static void hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
+ 				CFGTBL_Trans_enable_directed_msix |
+ 			(trans_support & (CFGTBL_Trans_io_accel1 |
+ 				CFGTBL_Trans_io_accel2));
+-	struct access_method access = SA5_performant_access;
++	struct access_method *access = &SA5_performant_access;
  
+ 	/* This is a bit complicated.  There are 8 registers on
+ 	 * the controller which we write to to tell it 8 different
+@@ -7285,12 +7285,12 @@ static void hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
+ 	 * enable outbound interrupt coalescing in accelerator mode;
+ 	 */
+ 	if (trans_support & CFGTBL_Trans_io_accel1) {
+-		access = SA5_ioaccel_mode1_access;
++		access = &SA5_ioaccel_mode1_access;
+ 		writel(10, &h->cfgtable->HostWrite.CoalIntDelay);
+ 		writel(4, &h->cfgtable->HostWrite.CoalIntCount);
+ 	} else {
+ 		if (trans_support & CFGTBL_Trans_io_accel2) {
+-			access = SA5_ioaccel_mode2_access;
++			access = &SA5_ioaccel_mode2_access;
+ 			writel(10, &h->cfgtable->HostWrite.CoalIntDelay);
+ 			writel(4, &h->cfgtable->HostWrite.CoalIntCount);
+ 		}
 diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h
-index 01c3283..4655219 100644
+index 44235a2..962e91b 100644
 --- a/drivers/scsi/hpsa.h
 +++ b/drivers/scsi/hpsa.h
-@@ -79,7 +79,7 @@ struct ctlr_info {
+@@ -128,7 +128,7 @@ struct ctlr_info {
  	unsigned int msix_vector;
  	unsigned int msi_vector;
  	int intr_mode; /* either PERF_MODE_INT or SIMPLE_MODE_INT */
 -	struct access_method access;
 +	struct access_method *access;
+ 	char hba_mode_enabled;
  
  	/* queue and queue Info */
- 	struct list_head reqQ;
-@@ -388,19 +388,19 @@ static bool SA5_performant_intr_pending(struct ctlr_info *h)
+@@ -541,35 +541,35 @@ static unsigned long SA5_ioaccel_mode1_completed(struct ctlr_info *h, u8 q)
  }
  
  static struct access_method SA5_access = {
@@ -49484,6 +48834,32 @@ index 01c3283..4655219 100644
 +	.command_completed = SA5_completed,
  };
  
+ static struct access_method SA5_ioaccel_mode1_access = {
+-	SA5_submit_command,
+-	SA5_performant_intr_mask,
+-	SA5_fifo_full,
+-	SA5_ioaccel_mode1_intr_pending,
+-	SA5_ioaccel_mode1_completed,
++	.submit_command = SA5_submit_command,
++	.set_intr_mask = SA5_performant_intr_mask,
++	.fifo_full = SA5_fifo_full,
++	.intr_pending = SA5_ioaccel_mode1_intr_pending,
++	.command_completed = SA5_ioaccel_mode1_completed,
+ };
+ 
+ static struct access_method SA5_ioaccel_mode2_access = {
+-	SA5_submit_command_ioaccel2,
+-	SA5_performant_intr_mask,
+-	SA5_fifo_full,
+-	SA5_performant_intr_pending,
+-	SA5_performant_completed,
++	.submit_command = SA5_submit_command_ioaccel2,
++	.set_intr_mask = SA5_performant_intr_mask,
++	.fifo_full = SA5_fifo_full,
++	.intr_pending = SA5_performant_intr_pending,
++	.command_completed = SA5_performant_completed,
+ };
+ 
  static struct access_method SA5_performant_access = {
 -	SA5_submit_command,
 -	SA5_performant_intr_mask,
@@ -49644,7 +49020,7 @@ index 1b3a094..068e683 100644
  }
  EXPORT_SYMBOL(fc_exch_update_stats);
 diff --git a/drivers/scsi/libsas/sas_ata.c b/drivers/scsi/libsas/sas_ata.c
-index d289583..b745eec 100644
+index 766098a..1c6c971 100644
 --- a/drivers/scsi/libsas/sas_ata.c
 +++ b/drivers/scsi/libsas/sas_ata.c
 @@ -554,7 +554,7 @@ static struct ata_port_operations sas_sata_ops = {
@@ -49657,10 +49033,10 @@ index d289583..b745eec 100644
  	.qc_issue		= sas_ata_qc_issue,
  	.qc_fill_rtf		= sas_ata_qc_fill_rtf,
 diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
-index 4e1b75c..0bbdfa9 100644
+index 94a3caf..a118dec 100644
 --- a/drivers/scsi/lpfc/lpfc.h
 +++ b/drivers/scsi/lpfc/lpfc.h
-@@ -432,7 +432,7 @@ struct lpfc_vport {
+@@ -430,7 +430,7 @@ struct lpfc_vport {
  	struct dentry *debug_nodelist;
  	struct dentry *vport_debugfs_root;
  	struct lpfc_debugfs_trc *disc_trc;
@@ -49669,7 +49045,7 @@ index 4e1b75c..0bbdfa9 100644
  #endif
  	uint8_t stat_data_enabled;
  	uint8_t stat_data_blocked;
-@@ -865,8 +865,8 @@ struct lpfc_hba {
+@@ -879,8 +879,8 @@ struct lpfc_hba {
  	struct timer_list fabric_block_timer;
  	unsigned long bit_flags;
  #define	FABRIC_COMANDS_BLOCKED	0
@@ -49679,8 +49055,8 @@ index 4e1b75c..0bbdfa9 100644
 +	atomic_unchecked_t num_cmd_success;
  	unsigned long last_rsrc_error_time;
  	unsigned long last_ramp_down_time;
- 	unsigned long last_ramp_up_time;
-@@ -902,7 +902,7 @@ struct lpfc_hba {
+ #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
+@@ -915,7 +915,7 @@ struct lpfc_hba {
  
  	struct dentry *debug_slow_ring_trc;
  	struct lpfc_debugfs_trc *slow_ring_trc;
@@ -49690,7 +49066,7 @@ index 4e1b75c..0bbdfa9 100644
  	struct dentry *idiag_root;
  	struct dentry *idiag_pci_cfg;
 diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
-index b800cc9..16b6a91 100644
+index 828c08e..e3378e0 100644
 --- a/drivers/scsi/lpfc/lpfc_debugfs.c
 +++ b/drivers/scsi/lpfc/lpfc_debugfs.c
 @@ -106,7 +106,7 @@ MODULE_PARM_DESC(lpfc_debugfs_mask_disc_trc,
@@ -49754,7 +49130,7 @@ index b800cc9..16b6a91 100644
  	dtp->jif = jiffies;
  #endif
  	return;
-@@ -4168,7 +4168,7 @@ lpfc_debugfs_initialize(struct lpfc_vport *vport)
+@@ -4268,7 +4268,7 @@ lpfc_debugfs_initialize(struct lpfc_vport *vport)
  						 "slow_ring buffer\n");
  				goto debug_failed;
  			}
@@ -49763,7 +49139,7 @@ index b800cc9..16b6a91 100644
  			memset(phba->slow_ring_trc, 0,
  				(sizeof(struct lpfc_debugfs_trc) *
  				lpfc_debugfs_max_slow_ring_trc));
-@@ -4214,7 +4214,7 @@ lpfc_debugfs_initialize(struct lpfc_vport *vport)
+@@ -4314,7 +4314,7 @@ lpfc_debugfs_initialize(struct lpfc_vport *vport)
  				 "buffer\n");
  		goto debug_failed;
  	}
@@ -49773,10 +49149,10 @@ index b800cc9..16b6a91 100644
  	snprintf(name, sizeof(name), "discovery_trace");
  	vport->debug_disc_trc =
 diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
-index 68c94cc..8c27be5 100644
+index 635eeb3..038aef6 100644
 --- a/drivers/scsi/lpfc/lpfc_init.c
 +++ b/drivers/scsi/lpfc/lpfc_init.c
-@@ -10949,8 +10949,10 @@ lpfc_init(void)
+@@ -11194,8 +11194,10 @@ lpfc_init(void)
  			"misc_register returned with status %d", error);
  
  	if (lpfc_enable_npiv) {
@@ -49790,10 +49166,10 @@ index 68c94cc..8c27be5 100644
  	lpfc_transport_template =
  				fc_attach_transport(&lpfc_transport_functions);
 diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
-index b2ede05..aaf482ca 100644
+index 462453e..c0023a6 100644
 --- a/drivers/scsi/lpfc/lpfc_scsi.c
 +++ b/drivers/scsi/lpfc/lpfc_scsi.c
-@@ -353,7 +353,7 @@ lpfc_rampdown_queue_depth(struct lpfc_hba *phba)
+@@ -382,7 +382,7 @@ lpfc_rampdown_queue_depth(struct lpfc_hba *phba)
  	uint32_t evt_posted;
  
  	spin_lock_irqsave(&phba->hbalock, flags);
@@ -49802,16 +49178,7 @@ index b2ede05..aaf482ca 100644
  	phba->last_rsrc_error_time = jiffies;
  
  	if ((phba->last_ramp_down_time + QUEUE_RAMP_DOWN_INTERVAL) > jiffies) {
-@@ -394,7 +394,7 @@ lpfc_rampup_queue_depth(struct lpfc_vport  *vport,
- 	unsigned long flags;
- 	struct lpfc_hba *phba = vport->phba;
- 	uint32_t evt_posted;
--	atomic_inc(&phba->num_cmd_success);
-+	atomic_inc_unchecked(&phba->num_cmd_success);
- 
- 	if (vport->cfg_lun_queue_depth <= queue_depth)
- 		return;
-@@ -438,8 +438,8 @@ lpfc_ramp_down_queue_handler(struct lpfc_hba *phba)
+@@ -423,8 +423,8 @@ lpfc_ramp_down_queue_handler(struct lpfc_hba *phba)
  	unsigned long num_rsrc_err, num_cmd_success;
  	int i;
  
@@ -49822,18 +49189,7 @@ index b2ede05..aaf482ca 100644
  
  	/*
  	 * The error and success command counters are global per
-@@ -467,8 +467,8 @@ lpfc_ramp_down_queue_handler(struct lpfc_hba *phba)
- 			}
- 		}
- 	lpfc_destroy_vport_work_array(phba, vports);
--	atomic_set(&phba->num_rsrc_err, 0);
--	atomic_set(&phba->num_cmd_success, 0);
-+	atomic_set_unchecked(&phba->num_rsrc_err, 0);
-+	atomic_set_unchecked(&phba->num_cmd_success, 0);
- }
- 
- /**
-@@ -502,8 +502,8 @@ lpfc_ramp_up_queue_handler(struct lpfc_hba *phba)
+@@ -452,8 +452,8 @@ lpfc_ramp_down_queue_handler(struct lpfc_hba *phba)
  			}
  		}
  	lpfc_destroy_vport_work_array(phba, vports);
@@ -49992,10 +49348,10 @@ index e1d150f..6c6df44 100644
  	/* To indicate add/delete/modify during CCN */
  	u8 change_detected;
 diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c
-index 4a0d7c9..3d658d7 100644
+index 07befcf..c0bff13 100644
 --- a/drivers/scsi/qla2xxx/qla_attr.c
 +++ b/drivers/scsi/qla2xxx/qla_attr.c
-@@ -2038,7 +2038,7 @@ qla24xx_vport_disable(struct fc_vport *fc_vport, bool disable)
+@@ -2188,7 +2188,7 @@ qla24xx_vport_disable(struct fc_vport *fc_vport, bool disable)
  	return 0;
  }
  
@@ -50004,7 +49360,7 @@ index 4a0d7c9..3d658d7 100644
  
  	.show_host_node_name = 1,
  	.show_host_port_name = 1,
-@@ -2086,7 +2086,7 @@ struct fc_function_template qla2xxx_transport_functions = {
+@@ -2236,7 +2236,7 @@ struct fc_function_template qla2xxx_transport_functions = {
  	.bsg_timeout = qla24xx_bsg_timeout,
  };
  
@@ -50014,10 +49370,10 @@ index 4a0d7c9..3d658d7 100644
  	.show_host_node_name = 1,
  	.show_host_port_name = 1,
 diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h
-index 1f42662..bf9836c 100644
+index e665e81..16e84e6 100644
 --- a/drivers/scsi/qla2xxx/qla_gbl.h
 +++ b/drivers/scsi/qla2xxx/qla_gbl.h
-@@ -546,8 +546,8 @@ extern void qla2x00_get_sym_node_name(scsi_qla_host_t *, uint8_t *);
+@@ -557,8 +557,8 @@ extern void qla2x00_get_sym_node_name(scsi_qla_host_t *, uint8_t *);
  struct device_attribute;
  extern struct device_attribute *qla2x00_host_attrs[];
  struct fc_function_template;
@@ -50029,10 +49385,10 @@ index 1f42662..bf9836c 100644
  extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *, bool);
  extern void qla2x00_init_host_attr(scsi_qla_host_t *);
 diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
-index 83cb612..9b7b08c 100644
+index 19e99cc..b3c0b7b 100644
 --- a/drivers/scsi/qla2xxx/qla_os.c
 +++ b/drivers/scsi/qla2xxx/qla_os.c
-@@ -1491,8 +1491,10 @@ qla2x00_config_dma_addressing(struct qla_hw_data *ha)
+@@ -1493,8 +1493,10 @@ qla2x00_config_dma_addressing(struct qla_hw_data *ha)
  		    !pci_set_consistent_dma_mask(ha->pdev, DMA_BIT_MASK(64))) {
  			/* Ok, a 64bit DMA mask is applicable. */
  			ha->flags.enable_64bit_addressing = 1;
@@ -50046,10 +49402,10 @@ index 83cb612..9b7b08c 100644
  		}
  	}
 diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h
-index aa67bb9..06d0e2a 100644
+index 73a5022..4e0797c 100644
 --- a/drivers/scsi/qla4xxx/ql4_def.h
 +++ b/drivers/scsi/qla4xxx/ql4_def.h
-@@ -303,7 +303,7 @@ struct ddb_entry {
+@@ -305,7 +305,7 @@ struct ddb_entry {
  					   * (4000 only) */
  	atomic_t relogin_timer;		  /* Max Time to wait for
  					   * relogin to complete */
@@ -50059,10 +49415,10 @@ index aa67bb9..06d0e2a 100644
  	uint32_t default_time2wait;	  /* Default Min time between
  					   * relogins (+aens) */
 diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
-index c21adc3..1b4155f 100644
+index 459b9f7..2930a68 100644
 --- a/drivers/scsi/qla4xxx/ql4_os.c
 +++ b/drivers/scsi/qla4xxx/ql4_os.c
-@@ -4463,12 +4463,12 @@ static void qla4xxx_check_relogin_flash_ddb(struct iscsi_cls_session *cls_sess)
+@@ -4499,12 +4499,12 @@ static void qla4xxx_check_relogin_flash_ddb(struct iscsi_cls_session *cls_sess)
  		 */
  		if (!iscsi_is_session_online(cls_sess)) {
  			/* Reset retry relogin timer */
@@ -50077,7 +49433,7 @@ index c21adc3..1b4155f 100644
  				ddb_entry->default_time2wait + 4));
  			set_bit(DPC_RELOGIN_DEVICE, &ha->dpc_flags);
  			atomic_set(&ddb_entry->retry_relogin_timer,
-@@ -6552,7 +6552,7 @@ static void qla4xxx_setup_flash_ddb_entry(struct scsi_qla_host *ha,
+@@ -6609,7 +6609,7 @@ static void qla4xxx_setup_flash_ddb_entry(struct scsi_qla_host *ha,
  
  	atomic_set(&ddb_entry->retry_relogin_timer, INVALID_ENTRY);
  	atomic_set(&ddb_entry->relogin_timer, 0);
@@ -50087,10 +49443,10 @@ index c21adc3..1b4155f 100644
  	ddb_entry->default_relogin_timeout =
  		(def_timeout > LOGIN_TOV) && (def_timeout < LOGIN_TOV * 10) ?
 diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c
-index d8afec8..3ec7152 100644
+index 88d46fe..7351be5 100644
 --- a/drivers/scsi/scsi.c
 +++ b/drivers/scsi/scsi.c
-@@ -658,7 +658,7 @@ int scsi_dispatch_cmd(struct scsi_cmnd *cmd)
+@@ -640,7 +640,7 @@ int scsi_dispatch_cmd(struct scsi_cmnd *cmd)
  	struct Scsi_Host *host = cmd->device->host;
  	int rtn = 0;
  
@@ -50100,10 +49456,10 @@ index d8afec8..3ec7152 100644
  	/* check if the device is still usable */
  	if (unlikely(cmd->device->sdev_state == SDEV_DEL)) {
 diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
-index 62ec84b..93159d8 100644
+index 9db097a..ca5c291 100644
 --- a/drivers/scsi/scsi_lib.c
 +++ b/drivers/scsi/scsi_lib.c
-@@ -1474,7 +1474,7 @@ static void scsi_kill_request(struct request *req, struct request_queue *q)
+@@ -1464,7 +1464,7 @@ static void scsi_kill_request(struct request *req, struct request_queue *q)
  	shost = sdev->host;
  	scsi_init_cmd_errh(cmd);
  	cmd->result = DID_NO_CONNECT << 16;
@@ -50112,7 +49468,7 @@ index 62ec84b..93159d8 100644
  
  	/*
  	 * SCSI request completion path will do scsi_device_unbusy(),
-@@ -1500,9 +1500,9 @@ static void scsi_softirq_done(struct request *rq)
+@@ -1490,9 +1490,9 @@ static void scsi_softirq_done(struct request *rq)
  
  	INIT_LIST_HEAD(&cmd->eh_entry);
  
@@ -50125,10 +49481,10 @@ index 62ec84b..93159d8 100644
  	disposition = scsi_decide_disposition(cmd);
  	if (disposition != SUCCESS &&
 diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c
-index 665acbf..d18fab4 100644
+index 074e8cc..f612e5c 100644
 --- a/drivers/scsi/scsi_sysfs.c
 +++ b/drivers/scsi/scsi_sysfs.c
-@@ -734,7 +734,7 @@ show_iostat_##field(struct device *dev, struct device_attribute *attr,	\
+@@ -780,7 +780,7 @@ show_iostat_##field(struct device *dev, struct device_attribute *attr,	\
  		    char *buf)						\
  {									\
  	struct scsi_device *sdev = to_scsi_device(dev);			\
@@ -50138,10 +49494,10 @@ index 665acbf..d18fab4 100644
  }									\
  static DEVICE_ATTR(field, S_IRUGO, show_iostat_##field, NULL)
 diff --git a/drivers/scsi/scsi_tgt_lib.c b/drivers/scsi/scsi_tgt_lib.c
-index 84a1fdf..693b0d6 100644
+index e51add0..1e06a96 100644
 --- a/drivers/scsi/scsi_tgt_lib.c
 +++ b/drivers/scsi/scsi_tgt_lib.c
-@@ -362,7 +362,7 @@ static int scsi_map_user_pages(struct scsi_tgt_cmd *tcmd, struct scsi_cmnd *cmd,
+@@ -363,7 +363,7 @@ static int scsi_map_user_pages(struct scsi_tgt_cmd *tcmd, struct scsi_cmnd *cmd,
  	int err;
  
  	dprintk("%lx %u\n", uaddr, len);
@@ -50151,10 +49507,10 @@ index 84a1fdf..693b0d6 100644
  		/*
  		 * TODO: need to fixup sg_tablesize, max_segment_size,
 diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c
-index 4628fd5..a94a1c2 100644
+index f80908f..22aba76 100644
 --- a/drivers/scsi/scsi_transport_fc.c
 +++ b/drivers/scsi/scsi_transport_fc.c
-@@ -497,7 +497,7 @@ static DECLARE_TRANSPORT_CLASS(fc_vport_class,
+@@ -498,7 +498,7 @@ static DECLARE_TRANSPORT_CLASS(fc_vport_class,
   * Netlink Infrastructure
   */
  
@@ -50163,7 +49519,7 @@ index 4628fd5..a94a1c2 100644
  
  /**
   * fc_get_event_number - Obtain the next sequential FC event number
-@@ -510,7 +510,7 @@ static atomic_t fc_event_seq;
+@@ -511,7 +511,7 @@ static atomic_t fc_event_seq;
  u32
  fc_get_event_number(void)
  {
@@ -50172,7 +49528,7 @@ index 4628fd5..a94a1c2 100644
  }
  EXPORT_SYMBOL(fc_get_event_number);
  
-@@ -654,7 +654,7 @@ static __init int fc_transport_init(void)
+@@ -655,7 +655,7 @@ static __init int fc_transport_init(void)
  {
  	int error;
  
@@ -50181,7 +49537,7 @@ index 4628fd5..a94a1c2 100644
  
  	error = transport_class_register(&fc_host_class);
  	if (error)
-@@ -844,7 +844,7 @@ static int fc_str_to_dev_loss(const char *buf, unsigned long *val)
+@@ -845,7 +845,7 @@ static int fc_str_to_dev_loss(const char *buf, unsigned long *val)
  	char *cp;
  
  	*val = simple_strtoul(buf, &cp, 0);
@@ -50191,7 +49547,7 @@ index 4628fd5..a94a1c2 100644
  	/*
  	 * Check for overflow; dev_loss_tmo is u32
 diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
-index fd8ffe6..fd0bebf 100644
+index 0102a2d..cc3f8e9 100644
 --- a/drivers/scsi/scsi_transport_iscsi.c
 +++ b/drivers/scsi/scsi_transport_iscsi.c
 @@ -79,7 +79,7 @@ struct iscsi_internal {
@@ -50222,7 +49578,7 @@ index fd8ffe6..fd0bebf 100644
  	err = class_register(&iscsi_transport_class);
  	if (err)
 diff --git a/drivers/scsi/scsi_transport_srp.c b/drivers/scsi/scsi_transport_srp.c
-index d47ffc8..30f46a9 100644
+index 13e8983..d306a68 100644
 --- a/drivers/scsi/scsi_transport_srp.c
 +++ b/drivers/scsi/scsi_transport_srp.c
 @@ -36,7 +36,7 @@
@@ -50253,10 +49609,10 @@ index d47ffc8..30f46a9 100644
  
  	transport_setup_device(&rport->dev);
 diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
-index 36d1a23..3f33303 100644
+index efcbcd1..aeaf26e 100644
 --- a/drivers/scsi/sd.c
 +++ b/drivers/scsi/sd.c
-@@ -2962,7 +2962,7 @@ static int sd_probe(struct device *dev)
+@@ -2968,7 +2968,7 @@ static int sd_probe(struct device *dev)
  	sdkp->disk = gd;
  	sdkp->index = index;
  	atomic_set(&sdkp->openers, 0);
@@ -50279,10 +49635,10 @@ index df5e961..df6b97f 100644
  		return blk_trace_startstop(sdp->device->request_queue, 1);
  	case BLKTRACESTOP:
 diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c
-index fbf3b22..f5c8b60 100644
+index 939edf4..3f50423 100644
 --- a/drivers/spi/spi.c
 +++ b/drivers/spi/spi.c
-@@ -1980,7 +1980,7 @@ int spi_bus_unlock(struct spi_master *master)
+@@ -2204,7 +2204,7 @@ int spi_bus_unlock(struct spi_master *master)
  EXPORT_SYMBOL_GPL(spi_bus_unlock);
  
  /* portable code must never pass more than 32 bytes */
@@ -50336,36 +49692,18 @@ index fe47cd3..19a1bd1 100644
  static struct tty_driver *gdm_driver[TTY_MAX_COUNT];
  static struct gdm *gdm_table[TTY_MAX_COUNT][GDM_TTY_MINOR];
 diff --git a/drivers/staging/imx-drm/imx-drm-core.c b/drivers/staging/imx-drm/imx-drm-core.c
-index 236ed66..dd9cd74 100644
+index c270c9a..94ddf82 100644
 --- a/drivers/staging/imx-drm/imx-drm-core.c
 +++ b/drivers/staging/imx-drm/imx-drm-core.c
-@@ -488,7 +488,7 @@ int imx_drm_add_crtc(struct drm_crtc *crtc,
- 		goto err_busy;
- 	}
- 
--	if (imxdrm->drm->open_count) {
-+	if (local_read(&imxdrm->drm->open_count)) {
- 		ret = -EBUSY;
- 		goto err_busy;
- 	}
-@@ -576,7 +576,7 @@ int imx_drm_add_encoder(struct drm_encoder *encoder,
- 
- 	mutex_lock(&imxdrm->mutex);
- 
--	if (imxdrm->drm->open_count) {
-+	if (local_read(&imxdrm->drm->open_count)) {
- 		ret = -EBUSY;
- 		goto err_busy;
- 	}
-@@ -715,7 +715,7 @@ int imx_drm_add_connector(struct drm_connector *connector,
+@@ -362,7 +362,7 @@ int imx_drm_add_crtc(struct drm_device *drm, struct drm_crtc *crtc,
+ 	if (imxdrm->pipes >= MAX_CRTC)
+ 		return -EINVAL;
  
- 	mutex_lock(&imxdrm->mutex);
+-	if (imxdrm->drm->open_count)
++	if (local_read(&imxdrm->drm->open_count))
+ 		return -EBUSY;
  
--	if (imxdrm->drm->open_count) {
-+	if (local_read(&imxdrm->drm->open_count)) {
- 		ret = -EBUSY;
- 		goto err_busy;
- 	}
+ 	imx_drm_crtc = kzalloc(sizeof(*imx_drm_crtc), GFP_KERNEL);
 diff --git a/drivers/staging/lustre/lnet/selftest/brw_test.c b/drivers/staging/lustre/lnet/selftest/brw_test.c
 index 3f8020c..649fded 100644
 --- a/drivers/staging/lustre/lnet/selftest/brw_test.c
@@ -50445,7 +49783,7 @@ index 750cac4..e4d751f 100644
  srpc_service_t ping_test_service;
  void ping_init_test_service(void)
 diff --git a/drivers/staging/lustre/lustre/include/lustre_dlm.h b/drivers/staging/lustre/lustre/include/lustre_dlm.h
-index ec4bb5e..740c6dd 100644
+index 3e25f00..0d59cf5 100644
 --- a/drivers/staging/lustre/lustre/include/lustre_dlm.h
 +++ b/drivers/staging/lustre/lustre/include/lustre_dlm.h
 @@ -1141,7 +1141,7 @@ struct ldlm_callback_suite {
@@ -50458,10 +49796,10 @@ index ec4bb5e..740c6dd 100644
  /* ldlm_lockd.c */
  int ldlm_del_waiting_lock(struct ldlm_lock *lock);
 diff --git a/drivers/staging/lustre/lustre/include/obd.h b/drivers/staging/lustre/lustre/include/obd.h
-index c3470ce..2bef527 100644
+index 72cf3fe..4beac19 100644
 --- a/drivers/staging/lustre/lustre/include/obd.h
 +++ b/drivers/staging/lustre/lustre/include/obd.h
-@@ -1426,7 +1426,7 @@ struct md_ops {
+@@ -1427,7 +1427,7 @@ struct md_ops {
  	 * lprocfs_alloc_md_stats() in obdclass/lprocfs_status.c. Also, add a
  	 * wrapper function in include/linux/obd_class.h.
  	 */
@@ -50471,10 +49809,10 @@ index c3470ce..2bef527 100644
  struct lsm_operations {
  	void (*lsm_free)(struct lov_stripe_md *);
 diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_flock.c b/drivers/staging/lustre/lustre/ldlm/ldlm_flock.c
-index c9aae13..60ea292 100644
+index 986bf38..eab2558f 100644
 --- a/drivers/staging/lustre/lustre/ldlm/ldlm_flock.c
 +++ b/drivers/staging/lustre/lustre/ldlm/ldlm_flock.c
-@@ -239,7 +239,7 @@ ldlm_process_flock_lock(struct ldlm_lock *req, __u64 *flags, int first_enq,
+@@ -259,7 +259,7 @@ ldlm_process_flock_lock(struct ldlm_lock *req, __u64 *flags, int first_enq,
  	int added = (mode == LCK_NL);
  	int overlaps = 0;
  	int splitted = 0;
@@ -50536,7 +49874,7 @@ index 24ae26d..9d09cab 100644
  
  extern int insert_proc(void);
 diff --git a/drivers/staging/lustre/lustre/llite/dir.c b/drivers/staging/lustre/lustre/llite/dir.c
-index 52b7731..d604da0 100644
+index 7fbc18e..f982071 100644
 --- a/drivers/staging/lustre/lustre/llite/dir.c
 +++ b/drivers/staging/lustre/lustre/llite/dir.c
 @@ -660,7 +660,7 @@ int ll_dir_setdirstripe(struct inode *dir, struct lmv_user_md *lump,
@@ -50549,7 +49887,7 @@ index 52b7731..d604da0 100644
  				     strlen(filename), mode, LUSTRE_OPC_MKDIR,
  				     lump);
 diff --git a/drivers/staging/media/solo6x10/solo6x10-core.c b/drivers/staging/media/solo6x10/solo6x10-core.c
-index 480b7c4..6846324 100644
+index f670469..03b7438 100644
 --- a/drivers/staging/media/solo6x10/solo6x10-core.c
 +++ b/drivers/staging/media/solo6x10/solo6x10-core.c
 @@ -434,7 +434,7 @@ static void solo_device_release(struct device *dev)
@@ -50562,7 +49900,7 @@ index 480b7c4..6846324 100644
  	const char *driver;
  	int i;
 diff --git a/drivers/staging/media/solo6x10/solo6x10-g723.c b/drivers/staging/media/solo6x10/solo6x10-g723.c
-index 1db18c7..35e6afc 100644
+index 74f037b..5b5bb76 100644
 --- a/drivers/staging/media/solo6x10/solo6x10-g723.c
 +++ b/drivers/staging/media/solo6x10/solo6x10-g723.c
 @@ -355,7 +355,7 @@ static int solo_snd_pcm_init(struct solo_dev *solo_dev)
@@ -50633,10 +49971,10 @@ index a0f4868..139f1fb 100644
  				dev_kfree_skb_irq(skb);
  			}
 diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c
-index 089dc4b..c9a687e 100644
+index ff7214a..6dd90f0 100644
 --- a/drivers/staging/octeon/ethernet.c
 +++ b/drivers/staging/octeon/ethernet.c
-@@ -253,11 +253,11 @@ static struct net_device_stats *cvm_oct_common_get_stats(struct net_device *dev)
+@@ -247,11 +247,11 @@ static struct net_device_stats *cvm_oct_common_get_stats(struct net_device *dev)
  		 * since the RX tasklet also increments it.
  		 */
  #ifdef CONFIG_64BIT
@@ -50666,10 +50004,10 @@ index c274b34..f84de76 100644
  enum rt_eeprom_type {
  	EEPROM_93C46,
 diff --git a/drivers/staging/rtl8188eu/include/rtw_io.h b/drivers/staging/rtl8188eu/include/rtw_io.h
-index 3d1dfcc..ff5620a 100644
+index e8790f8..b4a5980 100644
 --- a/drivers/staging/rtl8188eu/include/rtw_io.h
 +++ b/drivers/staging/rtl8188eu/include/rtw_io.h
-@@ -126,7 +126,7 @@ struct _io_ops {
+@@ -124,7 +124,7 @@ struct _io_ops {
  	u32 (*_write_scsi)(struct intf_hdl *pintfhdl, u32 cnt, u8 *pmem);
  	void (*_read_port_cancel)(struct intf_hdl *pintfhdl);
  	void (*_write_port_cancel)(struct intf_hdl *pintfhdl);
@@ -50691,8 +50029,34 @@ index dc23395..cf7e9b1 100644
  
  struct io_req {
  	struct list_head list;
+diff --git a/drivers/staging/rtl8723au/include/hal_intf.h b/drivers/staging/rtl8723au/include/hal_intf.h
+index d183f4b..3f4903d 100644
+--- a/drivers/staging/rtl8723au/include/hal_intf.h
++++ b/drivers/staging/rtl8723au/include/hal_intf.h
+@@ -251,7 +251,7 @@ struct hal_ops {
+ 	void (*hal_reset_security_engine)(struct rtw_adapter *adapter);
+ 	s32 (*c2h_handler)(struct rtw_adapter *padapter, struct c2h_evt_hdr *c2h_evt);
+ 	c2h_id_filter c2h_id_filter_ccx;
+-};
++} __no_const;
+ 
+ enum rt_eeprom_type {
+ 	EEPROM_93C46,
+diff --git a/drivers/staging/rtl8723au/include/rtw_io.h b/drivers/staging/rtl8723au/include/rtw_io.h
+index 8d39d800..3f21c0c 100644
+--- a/drivers/staging/rtl8723au/include/rtw_io.h
++++ b/drivers/staging/rtl8723au/include/rtw_io.h
+@@ -130,7 +130,7 @@ struct _io_ops
+ 		void (*_read_port_cancel)(struct intf_hdl *pintfhdl);
+ 		void (*_write_port_cancel)(struct intf_hdl *pintfhdl);
+ 
+-};
++} __no_const;
+ 
+ struct io_req {
+ 	struct list_head	list;
 diff --git a/drivers/staging/sbe-2t3e3/netdev.c b/drivers/staging/sbe-2t3e3/netdev.c
-index 1f5088b..0e59820 100644
+index fe6c951..72935ba 100644
 --- a/drivers/staging/sbe-2t3e3/netdev.c
 +++ b/drivers/staging/sbe-2t3e3/netdev.c
 @@ -51,7 +51,7 @@ static int t3e3_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
@@ -50718,10 +50082,10 @@ index a863a98..d272795 100644
  	/*
  	 * NOTE:
 diff --git a/drivers/staging/usbip/vhci_hcd.c b/drivers/staging/usbip/vhci_hcd.c
-index 72391ef..7c6717a 100644
+index 70e1755..de41855 100644
 --- a/drivers/staging/usbip/vhci_hcd.c
 +++ b/drivers/staging/usbip/vhci_hcd.c
-@@ -440,7 +440,7 @@ static void vhci_tx_urb(struct urb *urb)
+@@ -439,7 +439,7 @@ static void vhci_tx_urb(struct urb *urb)
  
  	spin_lock(&vdev->priv_lock);
  
@@ -50730,7 +50094,7 @@ index 72391ef..7c6717a 100644
  	if (priv->seqnum == 0xffff)
  		dev_info(&urb->dev->dev, "seqnum max\n");
  
-@@ -686,7 +686,7 @@ static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status)
+@@ -685,7 +685,7 @@ static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status)
  			return -ENOMEM;
  		}
  
@@ -50739,7 +50103,7 @@ index 72391ef..7c6717a 100644
  		if (unlink->seqnum == 0xffff)
  			pr_info("seqnum max\n");
  
-@@ -890,7 +890,7 @@ static int vhci_start(struct usb_hcd *hcd)
+@@ -889,7 +889,7 @@ static int vhci_start(struct usb_hcd *hcd)
  		vdev->rhport = rhport;
  	}
  
@@ -50822,7 +50186,7 @@ index 67ba48b..24e602f 100644
  
  	pDevice->apdev->type = ARPHRD_IEEE80211;
 diff --git a/drivers/target/sbp/sbp_target.c b/drivers/target/sbp/sbp_target.c
-index 24884ca..26c8220 100644
+index e7e9372..161f530 100644
 --- a/drivers/target/sbp/sbp_target.c
 +++ b/drivers/target/sbp/sbp_target.c
 @@ -62,7 +62,7 @@ static const u32 sbp_unit_directory_template[] = {
@@ -50857,10 +50221,10 @@ index 26416c1..e796a3d 100644
  	spin_lock_init(&dev->t10_wwn.t10_vpd_lock);
  	INIT_LIST_HEAD(&dev->t10_pr.registration_list);
 diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c
-index 98b48d4..f4297e5 100644
+index 789aa9e..084b425 100644
 --- a/drivers/target/target_core_transport.c
 +++ b/drivers/target/target_core_transport.c
-@@ -1137,7 +1137,7 @@ transport_check_alloc_task_attr(struct se_cmd *cmd)
+@@ -1148,7 +1148,7 @@ transport_check_alloc_task_attr(struct se_cmd *cmd)
  	 * Used to determine when ORDERED commands should go from
  	 * Dormant to Active status.
  	 */
@@ -51360,7 +50724,7 @@ index 2ebe47b..3205833 100644
  
  	dlci->modem_rx = 0;
 diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c
-index e36d1f5..9938e3e 100644
+index fe9d129..477300f 100644
 --- a/drivers/tty/n_tty.c
 +++ b/drivers/tty/n_tty.c
 @@ -115,7 +115,7 @@ struct n_tty_data {
@@ -51372,7 +50736,7 @@ index e36d1f5..9938e3e 100644
  	size_t line_start;
  
  	/* protected by output lock */
-@@ -2519,6 +2519,7 @@ void n_tty_inherit_ops(struct tty_ldisc_ops *ops)
+@@ -2516,6 +2516,7 @@ void n_tty_inherit_ops(struct tty_ldisc_ops *ops)
  {
  	*ops = tty_ldisc_N_TTY;
  	ops->owner = NULL;
@@ -51566,10 +50930,10 @@ index a260cde..6b2b5ce 100644
  /* This is only available if kgdboc is a built in for early debugging */
  static int __init kgdboc_early_init(char *opt)
 diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial/msm_serial.c
-index b5d779c..3622cfe 100644
+index 053b98e..86742e5 100644
 --- a/drivers/tty/serial/msm_serial.c
 +++ b/drivers/tty/serial/msm_serial.c
-@@ -897,7 +897,7 @@ static struct uart_driver msm_uart_driver = {
+@@ -1026,7 +1026,7 @@ static struct uart_driver msm_uart_driver = {
  	.cons = MSM_CONSOLE,
  };
  
@@ -51577,8 +50941,8 @@ index b5d779c..3622cfe 100644
 +static atomic_unchecked_t msm_uart_next_id = ATOMIC_INIT(0);
  
  static const struct of_device_id msm_uartdm_table[] = {
- 	{ .compatible = "qcom,msm-uartdm" },
-@@ -912,7 +912,7 @@ static int __init msm_serial_probe(struct platform_device *pdev)
+ 	{ .compatible = "qcom,msm-uartdm-v1.1", .data = (void *)UARTDM_1P1 },
+@@ -1045,7 +1045,7 @@ static int __init msm_serial_probe(struct platform_device *pdev)
  	int irq;
  
  	if (pdev->id == -1)
@@ -51588,7 +50952,7 @@ index b5d779c..3622cfe 100644
  	if (unlikely(pdev->id < 0 || pdev->id >= UART_NR))
  		return -ENXIO;
 diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c
-index 9cd706d..6ff2de7 100644
+index 1f5505e..a1a767d 100644
 --- a/drivers/tty/serial/samsung.c
 +++ b/drivers/tty/serial/samsung.c
 @@ -463,11 +463,16 @@ static void s3c24xx_serial_shutdown(struct uart_port *port)
@@ -51620,10 +50984,19 @@ index 9cd706d..6ff2de7 100644
  
  	if (cfg->uart_flags & UPF_CONS_FLOW) {
 diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c
-index ece2049..fba2524 100644
+index b68550d..a62d7f8 100644
 --- a/drivers/tty/serial/serial_core.c
 +++ b/drivers/tty/serial/serial_core.c
-@@ -1448,7 +1448,7 @@ static void uart_hangup(struct tty_struct *tty)
+@@ -1329,7 +1329,7 @@ static void uart_close(struct tty_struct *tty, struct file *filp)
+ 
+ 	pr_debug("uart_close(%d) called\n", uport ? uport->line : -1);
+ 
+-	if (!port->count || tty_port_close_start(port, tty, filp) == 0)
++	if (!atomic_read(&port->count) || tty_port_close_start(port, tty, filp) == 0)
+ 		return;
+ 
+ 	/*
+@@ -1456,7 +1456,7 @@ static void uart_hangup(struct tty_struct *tty)
  		uart_flush_buffer(tty);
  		uart_shutdown(tty, state);
  		spin_lock_irqsave(&port->lock, flags);
@@ -51632,7 +51005,7 @@ index ece2049..fba2524 100644
  		clear_bit(ASYNCB_NORMAL_ACTIVE, &port->flags);
  		spin_unlock_irqrestore(&port->lock, flags);
  		tty_port_tty_set(port, NULL);
-@@ -1544,7 +1544,7 @@ static int uart_open(struct tty_struct *tty, struct file *filp)
+@@ -1554,7 +1554,7 @@ static int uart_open(struct tty_struct *tty, struct file *filp)
  		goto end;
  	}
  
@@ -51641,16 +51014,7 @@ index ece2049..fba2524 100644
  	if (!state->uart_port || state->uart_port->flags & UPF_DEAD) {
  		retval = -ENXIO;
  		goto err_dec_count;
-@@ -1572,7 +1572,7 @@ static int uart_open(struct tty_struct *tty, struct file *filp)
- 	/*
- 	 * Make sure the device is in D0 state.
- 	 */
--	if (port->count == 1)
-+	if (atomic_read(&port->count) == 1)
- 		uart_change_pm(state, UART_PM_STATE_ON);
- 
- 	/*
-@@ -1590,7 +1590,7 @@ static int uart_open(struct tty_struct *tty, struct file *filp)
+@@ -1594,7 +1594,7 @@ static int uart_open(struct tty_struct *tty, struct file *filp)
  end:
  	return retval;
  err_dec_count:
@@ -51660,7 +51024,7 @@ index ece2049..fba2524 100644
  	goto end;
  }
 diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c
-index 5ae14b4..2c1288f 100644
+index d48e040..0f52764 100644
 --- a/drivers/tty/synclink.c
 +++ b/drivers/tty/synclink.c
 @@ -3090,7 +3090,7 @@ static void mgsl_close(struct tty_struct *tty, struct file * filp)
@@ -51910,7 +51274,7 @@ index c359a91..959fc26 100644
  
  	if (!retval)
 diff --git a/drivers/tty/synclinkmp.c b/drivers/tty/synclinkmp.c
-index 144202e..4ccb07d 100644
+index 53ba853..3c30f6d 100644
 --- a/drivers/tty/synclinkmp.c
 +++ b/drivers/tty/synclinkmp.c
 @@ -750,7 +750,7 @@ static int open(struct tty_struct *tty, struct file *filp)
@@ -52000,7 +51364,7 @@ index 144202e..4ccb07d 100644
  		return -EBUSY;
  
  	if (cmd != SIOCWANDEV)
-@@ -2620,7 +2620,7 @@ static irqreturn_t synclinkmp_interrupt(int dummy, void *dev_id)
+@@ -2621,7 +2621,7 @@ static irqreturn_t synclinkmp_interrupt(int dummy, void *dev_id)
  		 * do not request bottom half processing if the
  		 * device is not open in a normal mode.
  		 */
@@ -52009,7 +51373,7 @@ index 144202e..4ccb07d 100644
  		     port->pending_bh && !port->bh_running &&
  		     !port->bh_requested ) {
  			if ( debug_level >= DEBUG_LEVEL_ISR )
-@@ -3318,12 +3318,12 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
+@@ -3319,12 +3319,12 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
  
  	if (debug_level >= DEBUG_LEVEL_INFO)
  		printk("%s(%d):%s block_til_ready() before block, count=%d\n",
@@ -52024,7 +51388,7 @@ index 144202e..4ccb07d 100644
  	}
  	spin_unlock_irqrestore(&info->lock, flags);
  	port->blocked_open++;
-@@ -3352,7 +3352,7 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
+@@ -3353,7 +3353,7 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
  
  		if (debug_level >= DEBUG_LEVEL_INFO)
  			printk("%s(%d):%s block_til_ready() count=%d\n",
@@ -52033,7 +51397,7 @@ index 144202e..4ccb07d 100644
  
  		tty_unlock(tty);
  		schedule();
-@@ -3363,12 +3363,12 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
+@@ -3364,12 +3364,12 @@ static int block_til_ready(struct tty_struct *tty, struct file *filp,
  	remove_wait_queue(&port->open_wait, &wait);
  
  	if (extra_count)
@@ -52062,7 +51426,7 @@ index ce396ec..04a37be 100644
  
  		if (get_user(c, buf))
 diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c
-index d3448a9..28e8db0 100644
+index 3411071..86f2cf2 100644
 --- a/drivers/tty/tty_io.c
 +++ b/drivers/tty/tty_io.c
 @@ -3475,7 +3475,7 @@ EXPORT_SYMBOL_GPL(get_current_tty);
@@ -52460,11 +51824,11 @@ index 2a3bbdf..91d72cf 100644
  		file->f_version = event_count;
  		return POLLIN | POLLRDNORM;
 diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c
-index 90e18f6..5eeda46 100644
+index 257876e..4304364 100644
 --- a/drivers/usb/core/devio.c
 +++ b/drivers/usb/core/devio.c
 @@ -187,7 +187,7 @@ static ssize_t usbdev_read(struct file *file, char __user *buf, size_t nbytes,
- 	struct dev_state *ps = file->private_data;
+ 	struct usb_dev_state *ps = file->private_data;
  	struct usb_device *dev = ps->dev;
  	ssize_t ret = 0;
 -	unsigned len;
@@ -52500,7 +51864,7 @@ index 90e18f6..5eeda46 100644
  				    dev->rawdescriptors[i] + (*ppos - pos),
  				    min(len, alloclen))) {
 diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
-index 2518c32..1c201bb 100644
+index 9c4e292..b89877f 100644
 --- a/drivers/usb/core/hcd.c
 +++ b/drivers/usb/core/hcd.c
 @@ -1550,7 +1550,7 @@ int usb_hcd_submit_urb (struct urb *urb, gfp_t mem_flags)
@@ -52522,7 +51886,7 @@ index 2518c32..1c201bb 100644
  			wake_up(&usb_kill_urb_queue);
  		usb_put_urb(urb);
 diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
-index 3baa51b..92907cf 100644
+index 229a73f..ef86f98 100644
 --- a/drivers/usb/core/hub.c
 +++ b/drivers/usb/core/hub.c
 @@ -27,6 +27,7 @@
@@ -52533,7 +51897,7 @@ index 3baa51b..92907cf 100644
  
  #include <asm/uaccess.h>
  #include <asm/byteorder.h>
-@@ -4483,6 +4484,10 @@ static void hub_port_connect_change(struct usb_hub *hub, int port1,
+@@ -4512,6 +4513,10 @@ static void hub_port_connect_change(struct usb_hub *hub, int port1,
  			goto done;
  		return;
  	}
@@ -52545,7 +51909,7 @@ index 3baa51b..92907cf 100644
  		unit_load = 150;
  	else
 diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c
-index f829a1a..e6c334a 100644
+index 0c8a7fc..c45b40a 100644
 --- a/drivers/usb/core/message.c
 +++ b/drivers/usb/core/message.c
 @@ -128,7 +128,7 @@ static int usb_internal_control_msg(struct usb_device *usb_dev,
@@ -52559,7 +51923,7 @@ index f829a1a..e6c334a 100644
  {
 @@ -180,7 +180,7 @@ EXPORT_SYMBOL_GPL(usb_control_msg);
   * If successful, 0. Otherwise a negative error number. The number of actual
-  * bytes transferred will be stored in the @actual_length paramater.
+  * bytes transferred will be stored in the @actual_length parameter.
   */
 -int usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe,
 +int __intentional_overflow(-1) usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe,
@@ -52602,10 +51966,10 @@ index 4d11449..f4ccabf 100644
  	INIT_LIST_HEAD(&dev->ep0.urb_list);
  	dev->ep0.desc.bLength = USB_DT_ENDPOINT_SIZE;
 diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
-index 2da0a5a..4870e09 100644
+index 70715ee..07a175c 100644
 --- a/drivers/usb/dwc3/gadget.c
 +++ b/drivers/usb/dwc3/gadget.c
-@@ -532,8 +532,6 @@ static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep,
+@@ -550,8 +550,6 @@ static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep,
  		if (!usb_endpoint_xfer_isoc(desc))
  			return 0;
  
@@ -52849,7 +52213,7 @@ index 8d7fc48..01c4986 100644
  	struct usb_serial *serial;
  	int retval = -ENODEV;
 diff --git a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h
-index 75f70f0..d467e1a 100644
+index 307e339..6aa97cb 100644
 --- a/drivers/usb/storage/usb.h
 +++ b/drivers/usb/storage/usb.h
 @@ -63,7 +63,7 @@ struct us_unusual_dev {
@@ -52862,10 +52226,10 @@ index 75f70f0..d467e1a 100644
  
  /* Dynamic bitflag definitions (us->dflags): used in set_bit() etc. */
 diff --git a/drivers/usb/wusbcore/wa-hc.h b/drivers/usb/wusbcore/wa-hc.h
-index a2ef84b..aa7c2b8 100644
+index f2a8d29..7bc3fe7 100644
 --- a/drivers/usb/wusbcore/wa-hc.h
 +++ b/drivers/usb/wusbcore/wa-hc.h
-@@ -225,7 +225,7 @@ struct wahc {
+@@ -240,7 +240,7 @@ struct wahc {
  	spinlock_t xfer_list_lock;
  	struct work_struct xfer_enqueue_work;
  	struct work_struct xfer_error_work;
@@ -52874,20 +52238,20 @@ index a2ef84b..aa7c2b8 100644
  
  	kernel_ulong_t	quirks;
  };
-@@ -287,7 +287,7 @@ static inline void wa_init(struct wahc *wa)
+@@ -305,7 +305,7 @@ static inline void wa_init(struct wahc *wa)
  	INIT_WORK(&wa->xfer_enqueue_work, wa_urb_enqueue_run);
  	INIT_WORK(&wa->xfer_error_work, wa_process_errored_transfers_run);
  	wa->dto_in_use = 0;
 -	atomic_set(&wa->xfer_id_count, 1);
 +	atomic_set_unchecked(&wa->xfer_id_count, 1);
- }
- 
- /**
+ 	/* init the buf in URBs */
+ 	for (index = 0; index < WA_MAX_BUF_IN_URBS; ++index)
+ 		usb_init_urb(&(wa->buf_in_urbs[index]));
 diff --git a/drivers/usb/wusbcore/wa-xfer.c b/drivers/usb/wusbcore/wa-xfer.c
-index 3cd96e9..bd7c58d 100644
+index 3e2e4ed..060c9b8 100644
 --- a/drivers/usb/wusbcore/wa-xfer.c
 +++ b/drivers/usb/wusbcore/wa-xfer.c
-@@ -312,7 +312,7 @@ static void wa_xfer_completion(struct wa_xfer *xfer)
+@@ -314,7 +314,7 @@ static void wa_xfer_completion(struct wa_xfer *xfer)
   */
  static void wa_xfer_id_init(struct wa_xfer *xfer)
  {
@@ -52897,7 +52261,7 @@ index 3cd96e9..bd7c58d 100644
  
  /* Return the xfer's ID. */
 diff --git a/drivers/vfio/vfio.c b/drivers/vfio/vfio.c
-index 21271d8..45b55a0 100644
+index 512f479..7e041d0 100644
 --- a/drivers/vfio/vfio.c
 +++ b/drivers/vfio/vfio.c
 @@ -487,7 +487,7 @@ static int vfio_group_nb_add_dev(struct vfio_group *group, struct device *dev)
@@ -52979,10 +52343,23 @@ index 5174eba..451e6bc 100644
  	return 0;
  }
  
-diff --git a/drivers/video/arcfb.c b/drivers/video/arcfb.c
+diff --git a/drivers/video/backlight/kb3886_bl.c b/drivers/video/backlight/kb3886_bl.c
+index 84a110a..96312c3 100644
+--- a/drivers/video/backlight/kb3886_bl.c
++++ b/drivers/video/backlight/kb3886_bl.c
+@@ -78,7 +78,7 @@ static struct kb3886bl_machinfo *bl_machinfo;
+ static unsigned long kb3886bl_flags;
+ #define KB3886BL_SUSPENDED     0x01
+ 
+-static struct dmi_system_id kb3886bl_device_table[] __initdata = {
++static const struct dmi_system_id kb3886bl_device_table[] __initconst = {
+ 	{
+ 		.ident = "Sahara Touch-iT",
+ 		.matches = {
+diff --git a/drivers/video/fbdev/arcfb.c b/drivers/video/fbdev/arcfb.c
 index 1b0b233..6f34c2c 100644
---- a/drivers/video/arcfb.c
-+++ b/drivers/video/arcfb.c
+--- a/drivers/video/fbdev/arcfb.c
++++ b/drivers/video/fbdev/arcfb.c
 @@ -458,7 +458,7 @@ static ssize_t arcfb_write(struct fb_info *info, const char __user *buf,
  		return -ENOSPC;
  
@@ -52992,10 +52369,10 @@ index 1b0b233..6f34c2c 100644
  		count = fbmemlength - p;
  		err = -ENOSPC;
  	}
-diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c
+diff --git a/drivers/video/fbdev/aty/aty128fb.c b/drivers/video/fbdev/aty/aty128fb.c
 index 52108be..c7c110d 100644
---- a/drivers/video/aty/aty128fb.c
-+++ b/drivers/video/aty/aty128fb.c
+--- a/drivers/video/fbdev/aty/aty128fb.c
++++ b/drivers/video/fbdev/aty/aty128fb.c
 @@ -149,7 +149,7 @@ enum {
  };
  
@@ -53005,10 +52382,10 @@ index 52108be..c7c110d 100644
  	"AGP",
  	"PCI",
  	"PRO AGP",
-diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c
-index 28fafbf..ae91651 100644
---- a/drivers/video/aty/atyfb_base.c
-+++ b/drivers/video/aty/atyfb_base.c
+diff --git a/drivers/video/fbdev/aty/atyfb_base.c b/drivers/video/fbdev/aty/atyfb_base.c
+index c3d0074..0b9077e 100644
+--- a/drivers/video/fbdev/aty/atyfb_base.c
++++ b/drivers/video/fbdev/aty/atyfb_base.c
 @@ -1326,10 +1326,14 @@ static int atyfb_set_par(struct fb_info *info)
  	par->accel_flags = var->accel_flags; /* hack */
  
@@ -53026,12 +52403,12 @@ index 28fafbf..ae91651 100644
  		info->flags |= FBINFO_HWACCEL_DISABLED;
  	}
  
-diff --git a/drivers/video/aty/mach64_cursor.c b/drivers/video/aty/mach64_cursor.c
-index 0fe02e2..ab01b26 100644
---- a/drivers/video/aty/mach64_cursor.c
-+++ b/drivers/video/aty/mach64_cursor.c
+diff --git a/drivers/video/fbdev/aty/mach64_cursor.c b/drivers/video/fbdev/aty/mach64_cursor.c
+index 2fa0317..4983f2a 100644
+--- a/drivers/video/fbdev/aty/mach64_cursor.c
++++ b/drivers/video/fbdev/aty/mach64_cursor.c
 @@ -8,6 +8,7 @@
- #include "../fb_draw.h"
+ #include "../core/fb_draw.h"
  
  #include <asm/io.h>
 +#include <asm/pgtable.h>
@@ -53049,23 +52426,10 @@ index 0fe02e2..ab01b26 100644
  
  	return 0;
  }
-diff --git a/drivers/video/backlight/kb3886_bl.c b/drivers/video/backlight/kb3886_bl.c
-index 84a110a..96312c3 100644
---- a/drivers/video/backlight/kb3886_bl.c
-+++ b/drivers/video/backlight/kb3886_bl.c
-@@ -78,7 +78,7 @@ static struct kb3886bl_machinfo *bl_machinfo;
- static unsigned long kb3886bl_flags;
- #define KB3886BL_SUSPENDED     0x01
- 
--static struct dmi_system_id kb3886bl_device_table[] __initdata = {
-+static const struct dmi_system_id kb3886bl_device_table[] __initconst = {
- 	{
- 		.ident = "Sahara Touch-iT",
- 		.matches = {
-diff --git a/drivers/video/fb_defio.c b/drivers/video/fb_defio.c
+diff --git a/drivers/video/fbdev/core/fb_defio.c b/drivers/video/fbdev/core/fb_defio.c
 index 900aa4e..6d49418 100644
---- a/drivers/video/fb_defio.c
-+++ b/drivers/video/fb_defio.c
+--- a/drivers/video/fbdev/core/fb_defio.c
++++ b/drivers/video/fbdev/core/fb_defio.c
 @@ -206,7 +206,9 @@ void fb_deferred_io_init(struct fb_info *info)
  
  	BUG_ON(!fbdefio);
@@ -53086,10 +52450,10 @@ index 900aa4e..6d49418 100644
  	mutex_destroy(&fbdefio->lock);
  }
  EXPORT_SYMBOL_GPL(fb_deferred_io_cleanup);
-diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
-index 7309ac7..be3c49c 100644
---- a/drivers/video/fbmem.c
-+++ b/drivers/video/fbmem.c
+diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c
+index b6d5008..5bca7bf 100644
+--- a/drivers/video/fbdev/core/fbmem.c
++++ b/drivers/video/fbdev/core/fbmem.c
 @@ -433,7 +433,7 @@ static void fb_do_show_logo(struct fb_info *info, struct fb_image *image,
  			image->dx += image->width + 8;
  		}
@@ -53126,11 +52490,11 @@ index 7309ac7..be3c49c 100644
  
  	data = (__u32) (unsigned long) fix->smem_start;
  	err |= put_user(data, &fix32->smem_start);
-diff --git a/drivers/video/hyperv_fb.c b/drivers/video/hyperv_fb.c
-index 130708f..cdac1a9 100644
---- a/drivers/video/hyperv_fb.c
-+++ b/drivers/video/hyperv_fb.c
-@@ -233,7 +233,7 @@ static uint screen_fb_size;
+diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
+index e23392e..8a77540 100644
+--- a/drivers/video/fbdev/hyperv_fb.c
++++ b/drivers/video/fbdev/hyperv_fb.c
+@@ -235,7 +235,7 @@ static uint screen_fb_size;
  static inline int synthvid_send(struct hv_device *hdev,
  				struct synthvid_msg *msg)
  {
@@ -53139,7 +52503,7 @@ index 130708f..cdac1a9 100644
  	int ret;
  
  	msg->pipe_hdr.type = PIPE_MSG_DATA;
-@@ -241,7 +241,7 @@ static inline int synthvid_send(struct hv_device *hdev,
+@@ -243,7 +243,7 @@ static inline int synthvid_send(struct hv_device *hdev,
  
  	ret = vmbus_sendpacket(hdev->channel, msg,
  			       msg->vid_hdr.size + sizeof(struct pipe_msg_hdr),
@@ -53148,10 +52512,10 @@ index 130708f..cdac1a9 100644
  			       VM_PKT_DATA_INBAND, 0);
  
  	if (ret)
-diff --git a/drivers/video/i810/i810_accel.c b/drivers/video/i810/i810_accel.c
+diff --git a/drivers/video/fbdev/i810/i810_accel.c b/drivers/video/fbdev/i810/i810_accel.c
 index 7672d2e..b56437f 100644
---- a/drivers/video/i810/i810_accel.c
-+++ b/drivers/video/i810/i810_accel.c
+--- a/drivers/video/fbdev/i810/i810_accel.c
++++ b/drivers/video/fbdev/i810/i810_accel.c
 @@ -73,6 +73,7 @@ static inline int wait_for_space(struct fb_info *info, u32 space)
  		}
  	}
@@ -53160,385 +52524,923 @@ index 7672d2e..b56437f 100644
  	i810_report_error(mmio); 
  	par->dev_flags |= LOCKUP;
  	info->pixmap.scan_align = 1;
-diff --git a/drivers/video/logo/logo_linux_clut224.ppm b/drivers/video/logo/logo_linux_clut224.ppm
-index 3c14e43..2630570 100644
---- a/drivers/video/logo/logo_linux_clut224.ppm
-+++ b/drivers/video/logo/logo_linux_clut224.ppm
-@@ -2,1603 +2,1123 @@ P3
- # Standard 224-color Linux logo
- 80 80
- 255
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  6   6   6   6   6   6  10  10  10  10  10  10
-- 10  10  10   6   6   6   6   6   6   6   6   6
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   6   6   6  10  10  10  14  14  14
-- 22  22  22  26  26  26  30  30  30  34  34  34
-- 30  30  30  30  30  30  26  26  26  18  18  18
-- 14  14  14  10  10  10   6   6   6   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   1   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  6   6   6  14  14  14  26  26  26  42  42  42
-- 54  54  54  66  66  66  78  78  78  78  78  78
-- 78  78  78  74  74  74  66  66  66  54  54  54
-- 42  42  42  26  26  26  18  18  18  10  10  10
--  6   6   6   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   1   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  10  10  10
-- 22  22  22  42  42  42  66  66  66  86  86  86
-- 66  66  66  38  38  38  38  38  38  22  22  22
-- 26  26  26  34  34  34  54  54  54  66  66  66
-- 86  86  86  70  70  70  46  46  46  26  26  26
-- 14  14  14   6   6   6   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   1   0   0   1   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0  10  10  10  26  26  26
-- 50  50  50  82  82  82  58  58  58   6   6   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  6   6   6  54  54  54  86  86  86  66  66  66
-- 38  38  38  18  18  18   6   6   6   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   6   6   6  22  22  22  50  50  50
-- 78  78  78  34  34  34   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   6   6   6  70  70  70
-- 78  78  78  46  46  46  22  22  22   6   6   6
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   1   0   0   1   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  6   6   6  18  18  18  42  42  42  82  82  82
-- 26  26  26   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6  14  14  14
-- 46  46  46  34  34  34   6   6   6   2   2   6
-- 42  42  42  78  78  78  42  42  42  18  18  18
--  6   6   6   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   1   0   0   0   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
-- 10  10  10  30  30  30  66  66  66  58  58  58
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6  26  26  26
-- 86  86  86 101 101 101  46  46  46  10  10  10
--  2   2   6  58  58  58  70  70  70  34  34  34
-- 10  10  10   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   1   0   0   1   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
-- 14  14  14  42  42  42  86  86  86  10  10  10
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6  30  30  30
-- 94  94  94  94  94  94  58  58  58  26  26  26
--  2   2   6   6   6   6  78  78  78  54  54  54
-- 22  22  22   6   6   6   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   6   6   6
-- 22  22  22  62  62  62  62  62  62   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6  26  26  26
-- 54  54  54  38  38  38  18  18  18  10  10  10
--  2   2   6   2   2   6  34  34  34  82  82  82
-- 38  38  38  14  14  14   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   1   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   6   6   6
-- 30  30  30  78  78  78  30  30  30   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6  10  10  10
-- 10  10  10   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6  78  78  78
-- 50  50  50  18  18  18   6   6   6   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   1   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  10  10  10
-- 38  38  38  86  86  86  14  14  14   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6  54  54  54
-- 66  66  66  26  26  26   6   6   6   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   1   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  14  14  14
-- 42  42  42  82  82  82   2   2   6   2   2   6
--  2   2   6   6   6   6  10  10  10   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6   6   6   6
-- 14  14  14  10  10  10   2   2   6   2   2   6
--  2   2   6   2   2   6   2   2   6  18  18  18
-- 82  82  82  34  34  34  10  10  10   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   1   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  14  14  14
-- 46  46  46  86  86  86   2   2   6   2   2   6
--  6   6   6   6   6   6  22  22  22  34  34  34
--  6   6   6   2   2   6   2   2   6   2   2   6
--  2   2   6   2   2   6  18  18  18  34  34  34
-- 10  10  10  50  50  50  22  22  22   2   2   6
--  2   2   6   2   2   6   2   2   6  10  10  10
-- 86  86  86  42  42  42  14  14  14   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   1   0   0   1   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  14  14  14
-- 46  46  46  86  86  86   2   2   6   2   2   6
-- 38  38  38 116 116 116  94  94  94  22  22  22
-- 22  22  22   2   2   6   2   2   6   2   2   6
-- 14  14  14  86  86  86 138 138 138 162 162 162
--154 154 154  38  38  38  26  26  26   6   6   6
--  2   2   6   2   2   6   2   2   6   2   2   6
-- 86  86  86  46  46  46  14  14  14   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  14  14  14
-- 46  46  46  86  86  86   2   2   6  14  14  14
--134 134 134 198 198 198 195 195 195 116 116 116
-- 10  10  10   2   2   6   2   2   6   6   6   6
--101  98  89 187 187 187 210 210 210 218 218 218
--214 214 214 134 134 134  14  14  14   6   6   6
--  2   2   6   2   2   6   2   2   6   2   2   6
-- 86  86  86  50  50  50  18  18  18   6   6   6
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   1   0   0   0
--  0   0   1   0   0   1   0   0   1   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  14  14  14
-- 46  46  46  86  86  86   2   2   6  54  54  54
--218 218 218 195 195 195 226 226 226 246 246 246
-- 58  58  58   2   2   6   2   2   6  30  30  30
--210 210 210 253 253 253 174 174 174 123 123 123
--221 221 221 234 234 234  74  74  74   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
-- 70  70  70  58  58  58  22  22  22   6   6   6
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0   0   0   0
+diff --git a/drivers/video/fbdev/matrox/matroxfb_DAC1064.c b/drivers/video/fbdev/matrox/matroxfb_DAC1064.c
+index a01147f..5d896f8 100644
+--- a/drivers/video/fbdev/matrox/matroxfb_DAC1064.c
++++ b/drivers/video/fbdev/matrox/matroxfb_DAC1064.c
+@@ -1088,14 +1088,20 @@ static void MGAG100_restore(struct matrox_fb_info *minfo)
+ 
+ #ifdef CONFIG_FB_MATROX_MYSTIQUE
+ struct matrox_switch matrox_mystique = {
+-	MGA1064_preinit, MGA1064_reset, MGA1064_init, MGA1064_restore,
++	.preinit = MGA1064_preinit,
++	.reset = MGA1064_reset,
++	.init = MGA1064_init,
++	.restore = MGA1064_restore,
+ };
+ EXPORT_SYMBOL(matrox_mystique);
+ #endif
+ 
+ #ifdef CONFIG_FB_MATROX_G
+ struct matrox_switch matrox_G100 = {
+-	MGAG100_preinit, MGAG100_reset, MGAG100_init, MGAG100_restore,
++	.preinit = MGAG100_preinit,
++	.reset = MGAG100_reset,
++	.init = MGAG100_init,
++	.restore = MGAG100_restore,
+ };
+ EXPORT_SYMBOL(matrox_G100);
+ #endif
+diff --git a/drivers/video/fbdev/matrox/matroxfb_Ti3026.c b/drivers/video/fbdev/matrox/matroxfb_Ti3026.c
+index 195ad7c..09743fc 100644
+--- a/drivers/video/fbdev/matrox/matroxfb_Ti3026.c
++++ b/drivers/video/fbdev/matrox/matroxfb_Ti3026.c
+@@ -738,7 +738,10 @@ static int Ti3026_preinit(struct matrox_fb_info *minfo)
+ }
+ 
+ struct matrox_switch matrox_millennium = {
+-	Ti3026_preinit, Ti3026_reset, Ti3026_init, Ti3026_restore
++	.preinit = Ti3026_preinit,
++	.reset = Ti3026_reset,
++	.init = Ti3026_init,
++	.restore = Ti3026_restore
+ };
+ EXPORT_SYMBOL(matrox_millennium);
+ #endif
+diff --git a/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c b/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
+index fe92eed..106e085 100644
+--- a/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
++++ b/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
+@@ -312,14 +312,18 @@ void mb862xxfb_init_accel(struct fb_info *info, int xres)
+ 	struct mb862xxfb_par *par = info->par;
+ 
+ 	if (info->var.bits_per_pixel == 32) {
+-		info->fbops->fb_fillrect = cfb_fillrect;
+-		info->fbops->fb_copyarea = cfb_copyarea;
+-		info->fbops->fb_imageblit = cfb_imageblit;
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_fillrect = cfb_fillrect;
++		*(void **)&info->fbops->fb_copyarea = cfb_copyarea;
++		*(void **)&info->fbops->fb_imageblit = cfb_imageblit;
++		pax_close_kernel();
+ 	} else {
+ 		outreg(disp, GC_L0EM, 3);
+-		info->fbops->fb_fillrect = mb86290fb_fillrect;
+-		info->fbops->fb_copyarea = mb86290fb_copyarea;
+-		info->fbops->fb_imageblit = mb86290fb_imageblit;
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_fillrect = mb86290fb_fillrect;
++		*(void **)&info->fbops->fb_copyarea = mb86290fb_copyarea;
++		*(void **)&info->fbops->fb_imageblit = mb86290fb_imageblit;
++		pax_close_kernel();
+ 	}
+ 	outreg(draw, GDC_REG_DRAW_BASE, 0);
+ 	outreg(draw, GDC_REG_MODE_MISC, 0x8000);
+diff --git a/drivers/video/fbdev/nvidia/nvidia.c b/drivers/video/fbdev/nvidia/nvidia.c
+index def0412..fed6529 100644
+--- a/drivers/video/fbdev/nvidia/nvidia.c
++++ b/drivers/video/fbdev/nvidia/nvidia.c
+@@ -669,19 +669,23 @@ static int nvidiafb_set_par(struct fb_info *info)
+ 	info->fix.line_length = (info->var.xres_virtual *
+ 				 info->var.bits_per_pixel) >> 3;
+ 	if (info->var.accel_flags) {
+-		info->fbops->fb_imageblit = nvidiafb_imageblit;
+-		info->fbops->fb_fillrect = nvidiafb_fillrect;
+-		info->fbops->fb_copyarea = nvidiafb_copyarea;
+-		info->fbops->fb_sync = nvidiafb_sync;
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_imageblit = nvidiafb_imageblit;
++		*(void **)&info->fbops->fb_fillrect = nvidiafb_fillrect;
++		*(void **)&info->fbops->fb_copyarea = nvidiafb_copyarea;
++		*(void **)&info->fbops->fb_sync = nvidiafb_sync;
++		pax_close_kernel();
+ 		info->pixmap.scan_align = 4;
+ 		info->flags &= ~FBINFO_HWACCEL_DISABLED;
+ 		info->flags |= FBINFO_READS_FAST;
+ 		NVResetGraphics(info);
+ 	} else {
+-		info->fbops->fb_imageblit = cfb_imageblit;
+-		info->fbops->fb_fillrect = cfb_fillrect;
+-		info->fbops->fb_copyarea = cfb_copyarea;
+-		info->fbops->fb_sync = NULL;
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_imageblit = cfb_imageblit;
++		*(void **)&info->fbops->fb_fillrect = cfb_fillrect;
++		*(void **)&info->fbops->fb_copyarea = cfb_copyarea;
++		*(void **)&info->fbops->fb_sync = NULL;
++		pax_close_kernel();
+ 		info->pixmap.scan_align = 1;
+ 		info->flags |= FBINFO_HWACCEL_DISABLED;
+ 		info->flags &= ~FBINFO_READS_FAST;
+@@ -1173,8 +1177,11 @@ static int nvidia_set_fbinfo(struct fb_info *info)
+ 	info->pixmap.size = 8 * 1024;
+ 	info->pixmap.flags = FB_PIXMAP_SYSTEM;
+ 
+-	if (!hwcur)
+-	    info->fbops->fb_cursor = NULL;
++	if (!hwcur) {
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_cursor = NULL;
++		pax_close_kernel();
++	}
+ 
+ 	info->var.accel_flags = (!noaccel);
+ 
+diff --git a/drivers/video/fbdev/omap2/dss/display.c b/drivers/video/fbdev/omap2/dss/display.c
+index 2412a0d..294215b 100644
+--- a/drivers/video/fbdev/omap2/dss/display.c
++++ b/drivers/video/fbdev/omap2/dss/display.c
+@@ -161,12 +161,14 @@ int omapdss_register_display(struct omap_dss_device *dssdev)
+ 	if (dssdev->name == NULL)
+ 		dssdev->name = dssdev->alias;
+ 
++	pax_open_kernel();
+ 	if (drv && drv->get_resolution == NULL)
+-		drv->get_resolution = omapdss_default_get_resolution;
++		*(void **)&drv->get_resolution = omapdss_default_get_resolution;
+ 	if (drv && drv->get_recommended_bpp == NULL)
+-		drv->get_recommended_bpp = omapdss_default_get_recommended_bpp;
++		*(void **)&drv->get_recommended_bpp = omapdss_default_get_recommended_bpp;
+ 	if (drv && drv->get_timings == NULL)
+-		drv->get_timings = omapdss_default_get_timings;
++		*(void **)&drv->get_timings = omapdss_default_get_timings;
++	pax_close_kernel();
+ 
+ 	mutex_lock(&panel_list_mutex);
+ 	list_add_tail(&dssdev->panel_list, &panel_list);
+diff --git a/drivers/video/fbdev/s1d13xxxfb.c b/drivers/video/fbdev/s1d13xxxfb.c
+index 83433cb..71e9b98 100644
+--- a/drivers/video/fbdev/s1d13xxxfb.c
++++ b/drivers/video/fbdev/s1d13xxxfb.c
+@@ -881,8 +881,10 @@ static int s1d13xxxfb_probe(struct platform_device *pdev)
+ 
+ 	switch(prod_id) {
+ 	case S1D13506_PROD_ID:	/* activate acceleration */
+-		s1d13xxxfb_fbops.fb_fillrect = s1d13xxxfb_bitblt_solidfill;
+-		s1d13xxxfb_fbops.fb_copyarea = s1d13xxxfb_bitblt_copyarea;
++		pax_open_kernel();
++		*(void **)&s1d13xxxfb_fbops.fb_fillrect = s1d13xxxfb_bitblt_solidfill;
++		*(void **)&s1d13xxxfb_fbops.fb_copyarea = s1d13xxxfb_bitblt_copyarea;
++		pax_close_kernel();
+ 		info->flags = FBINFO_DEFAULT | FBINFO_HWACCEL_YPAN |
+ 			FBINFO_HWACCEL_FILLRECT | FBINFO_HWACCEL_COPYAREA;
+ 		break;
+diff --git a/drivers/video/fbdev/sh_mobile_lcdcfb.c b/drivers/video/fbdev/sh_mobile_lcdcfb.c
+index 2bcc84a..29dd1ea 100644
+--- a/drivers/video/fbdev/sh_mobile_lcdcfb.c
++++ b/drivers/video/fbdev/sh_mobile_lcdcfb.c
+@@ -439,9 +439,9 @@ static unsigned long lcdc_sys_read_data(void *handle)
+ }
+ 
+ static struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = {
+-	lcdc_sys_write_index,
+-	lcdc_sys_write_data,
+-	lcdc_sys_read_data,
++	.write_index = lcdc_sys_write_index,
++	.write_data = lcdc_sys_write_data,
++	.read_data = lcdc_sys_read_data,
+ };
+ 
+ static int sh_mobile_lcdc_sginit(struct fb_info *info,
+diff --git a/drivers/video/fbdev/smscufx.c b/drivers/video/fbdev/smscufx.c
+index d513ed6..90b0de9 100644
+--- a/drivers/video/fbdev/smscufx.c
++++ b/drivers/video/fbdev/smscufx.c
+@@ -1175,7 +1175,9 @@ static int ufx_ops_release(struct fb_info *info, int user)
+ 		fb_deferred_io_cleanup(info);
+ 		kfree(info->fbdefio);
+ 		info->fbdefio = NULL;
+-		info->fbops->fb_mmap = ufx_ops_mmap;
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_mmap = ufx_ops_mmap;
++		pax_close_kernel();
+ 	}
+ 
+ 	pr_debug("released /dev/fb%d user=%d count=%d",
+diff --git a/drivers/video/fbdev/udlfb.c b/drivers/video/fbdev/udlfb.c
+index 77b890e..458e666 100644
+--- a/drivers/video/fbdev/udlfb.c
++++ b/drivers/video/fbdev/udlfb.c
+@@ -623,11 +623,11 @@ static int dlfb_handle_damage(struct dlfb_data *dev, int x, int y,
+ 		dlfb_urb_completion(urb);
+ 
+ error:
+-	atomic_add(bytes_sent, &dev->bytes_sent);
+-	atomic_add(bytes_identical, &dev->bytes_identical);
+-	atomic_add(width*height*2, &dev->bytes_rendered);
++	atomic_add_unchecked(bytes_sent, &dev->bytes_sent);
++	atomic_add_unchecked(bytes_identical, &dev->bytes_identical);
++	atomic_add_unchecked(width*height*2, &dev->bytes_rendered);
+ 	end_cycles = get_cycles();
+-	atomic_add(((unsigned int) ((end_cycles - start_cycles)
++	atomic_add_unchecked(((unsigned int) ((end_cycles - start_cycles)
+ 		    >> 10)), /* Kcycles */
+ 		   &dev->cpu_kcycles_used);
+ 
+@@ -748,11 +748,11 @@ static void dlfb_dpy_deferred_io(struct fb_info *info,
+ 		dlfb_urb_completion(urb);
+ 
+ error:
+-	atomic_add(bytes_sent, &dev->bytes_sent);
+-	atomic_add(bytes_identical, &dev->bytes_identical);
+-	atomic_add(bytes_rendered, &dev->bytes_rendered);
++	atomic_add_unchecked(bytes_sent, &dev->bytes_sent);
++	atomic_add_unchecked(bytes_identical, &dev->bytes_identical);
++	atomic_add_unchecked(bytes_rendered, &dev->bytes_rendered);
+ 	end_cycles = get_cycles();
+-	atomic_add(((unsigned int) ((end_cycles - start_cycles)
++	atomic_add_unchecked(((unsigned int) ((end_cycles - start_cycles)
+ 		    >> 10)), /* Kcycles */
+ 		   &dev->cpu_kcycles_used);
+ }
+@@ -993,7 +993,9 @@ static int dlfb_ops_release(struct fb_info *info, int user)
+ 		fb_deferred_io_cleanup(info);
+ 		kfree(info->fbdefio);
+ 		info->fbdefio = NULL;
+-		info->fbops->fb_mmap = dlfb_ops_mmap;
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_mmap = dlfb_ops_mmap;
++		pax_close_kernel();
+ 	}
+ 
+ 	pr_warn("released /dev/fb%d user=%d count=%d\n",
+@@ -1376,7 +1378,7 @@ static ssize_t metrics_bytes_rendered_show(struct device *fbdev,
+ 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
+ 	struct dlfb_data *dev = fb_info->par;
+ 	return snprintf(buf, PAGE_SIZE, "%u\n",
+-			atomic_read(&dev->bytes_rendered));
++			atomic_read_unchecked(&dev->bytes_rendered));
+ }
+ 
+ static ssize_t metrics_bytes_identical_show(struct device *fbdev,
+@@ -1384,7 +1386,7 @@ static ssize_t metrics_bytes_identical_show(struct device *fbdev,
+ 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
+ 	struct dlfb_data *dev = fb_info->par;
+ 	return snprintf(buf, PAGE_SIZE, "%u\n",
+-			atomic_read(&dev->bytes_identical));
++			atomic_read_unchecked(&dev->bytes_identical));
+ }
+ 
+ static ssize_t metrics_bytes_sent_show(struct device *fbdev,
+@@ -1392,7 +1394,7 @@ static ssize_t metrics_bytes_sent_show(struct device *fbdev,
+ 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
+ 	struct dlfb_data *dev = fb_info->par;
+ 	return snprintf(buf, PAGE_SIZE, "%u\n",
+-			atomic_read(&dev->bytes_sent));
++			atomic_read_unchecked(&dev->bytes_sent));
+ }
+ 
+ static ssize_t metrics_cpu_kcycles_used_show(struct device *fbdev,
+@@ -1400,7 +1402,7 @@ static ssize_t metrics_cpu_kcycles_used_show(struct device *fbdev,
+ 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
+ 	struct dlfb_data *dev = fb_info->par;
+ 	return snprintf(buf, PAGE_SIZE, "%u\n",
+-			atomic_read(&dev->cpu_kcycles_used));
++			atomic_read_unchecked(&dev->cpu_kcycles_used));
+ }
+ 
+ static ssize_t edid_show(
+@@ -1460,10 +1462,10 @@ static ssize_t metrics_reset_store(struct device *fbdev,
+ 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
+ 	struct dlfb_data *dev = fb_info->par;
+ 
+-	atomic_set(&dev->bytes_rendered, 0);
+-	atomic_set(&dev->bytes_identical, 0);
+-	atomic_set(&dev->bytes_sent, 0);
+-	atomic_set(&dev->cpu_kcycles_used, 0);
++	atomic_set_unchecked(&dev->bytes_rendered, 0);
++	atomic_set_unchecked(&dev->bytes_identical, 0);
++	atomic_set_unchecked(&dev->bytes_sent, 0);
++	atomic_set_unchecked(&dev->cpu_kcycles_used, 0);
+ 
+ 	return count;
+ }
+diff --git a/drivers/video/fbdev/uvesafb.c b/drivers/video/fbdev/uvesafb.c
+index 509d452..7c9d2de 100644
+--- a/drivers/video/fbdev/uvesafb.c
++++ b/drivers/video/fbdev/uvesafb.c
+@@ -19,6 +19,7 @@
+ #include <linux/io.h>
+ #include <linux/mutex.h>
+ #include <linux/slab.h>
++#include <linux/moduleloader.h>
+ #include <video/edid.h>
+ #include <video/uvesafb.h>
+ #ifdef CONFIG_X86
+@@ -565,10 +566,32 @@ static int uvesafb_vbe_getpmi(struct uvesafb_ktask *task,
+ 	if ((task->t.regs.eax & 0xffff) != 0x4f || task->t.regs.es < 0xc000) {
+ 		par->pmi_setpal = par->ypan = 0;
+ 	} else {
++
++#ifdef CONFIG_PAX_KERNEXEC
++#ifdef CONFIG_MODULES
++		par->pmi_code = module_alloc_exec((u16)task->t.regs.ecx);
++#endif
++		if (!par->pmi_code) {
++			par->pmi_setpal = par->ypan = 0;
++			return 0;
++		}
++#endif
++
+ 		par->pmi_base = (u16 *)phys_to_virt(((u32)task->t.regs.es << 4)
+ 						+ task->t.regs.edi);
++
++#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
++		pax_open_kernel();
++		memcpy(par->pmi_code, par->pmi_base, (u16)task->t.regs.ecx);
++		pax_close_kernel();
++
++		par->pmi_start = ktva_ktla(par->pmi_code + par->pmi_base[1]);
++		par->pmi_pal = ktva_ktla(par->pmi_code + par->pmi_base[2]);
++#else
+ 		par->pmi_start = (u8 *)par->pmi_base + par->pmi_base[1];
+ 		par->pmi_pal = (u8 *)par->pmi_base + par->pmi_base[2];
++#endif
++
+ 		printk(KERN_INFO "uvesafb: protected mode interface info at "
+ 				 "%04x:%04x\n",
+ 				 (u16)task->t.regs.es, (u16)task->t.regs.edi);
+@@ -813,13 +836,14 @@ static int uvesafb_vbe_init(struct fb_info *info)
+ 	par->ypan = ypan;
+ 
+ 	if (par->pmi_setpal || par->ypan) {
++#if !defined(CONFIG_MODULES) || !defined(CONFIG_PAX_KERNEXEC)
+ 		if (__supported_pte_mask & _PAGE_NX) {
+ 			par->pmi_setpal = par->ypan = 0;
+ 			printk(KERN_WARNING "uvesafb: NX protection is active, "
+ 					    "better not use the PMI.\n");
+-		} else {
++		} else
++#endif
+ 			uvesafb_vbe_getpmi(task, par);
+-		}
+ 	}
+ #else
+ 	/* The protected mode interface is not available on non-x86. */
+@@ -1453,8 +1477,11 @@ static void uvesafb_init_info(struct fb_info *info, struct vbe_mode_ib *mode)
+ 	info->fix.ywrapstep = (par->ypan > 1) ? 1 : 0;
+ 
+ 	/* Disable blanking if the user requested so. */
+-	if (!blank)
+-		info->fbops->fb_blank = NULL;
++	if (!blank) {
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_blank = NULL;
++		pax_close_kernel();
++	}
+ 
+ 	/*
+ 	 * Find out how much IO memory is required for the mode with
+@@ -1525,8 +1552,11 @@ static void uvesafb_init_info(struct fb_info *info, struct vbe_mode_ib *mode)
+ 	info->flags = FBINFO_FLAG_DEFAULT |
+ 			(par->ypan ? FBINFO_HWACCEL_YPAN : 0);
+ 
+-	if (!par->ypan)
+-		info->fbops->fb_pan_display = NULL;
++	if (!par->ypan) {
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_pan_display = NULL;
++		pax_close_kernel();
++	}
+ }
+ 
+ static void uvesafb_init_mtrr(struct fb_info *info)
+@@ -1787,6 +1817,11 @@ out_mode:
+ out:
+ 	kfree(par->vbe_modes);
+ 
++#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
++	if (par->pmi_code)
++		module_free_exec(NULL, par->pmi_code);
++#endif
++
+ 	framebuffer_release(info);
+ 	return err;
+ }
+@@ -1811,6 +1846,11 @@ static int uvesafb_remove(struct platform_device *dev)
+ 		kfree(par->vbe_state_orig);
+ 		kfree(par->vbe_state_saved);
+ 
++#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
++		if (par->pmi_code)
++			module_free_exec(NULL, par->pmi_code);
++#endif
++
+ 		framebuffer_release(info);
+ 	}
+ 	return 0;
+diff --git a/drivers/video/fbdev/vesafb.c b/drivers/video/fbdev/vesafb.c
+index 6170e7f..dd63031 100644
+--- a/drivers/video/fbdev/vesafb.c
++++ b/drivers/video/fbdev/vesafb.c
+@@ -9,6 +9,7 @@
+  */
+ 
+ #include <linux/module.h>
++#include <linux/moduleloader.h>
+ #include <linux/kernel.h>
+ #include <linux/errno.h>
+ #include <linux/string.h>
+@@ -52,8 +53,8 @@ static int   vram_remap;			/* Set amount of memory to be used */
+ static int   vram_total;			/* Set total amount of memory */
+ static int   pmi_setpal __read_mostly = 1;	/* pmi for palette changes ??? */
+ static int   ypan       __read_mostly;		/* 0..nothing, 1..ypan, 2..ywrap */
+-static void  (*pmi_start)(void) __read_mostly;
+-static void  (*pmi_pal)  (void) __read_mostly;
++static void  (*pmi_start)(void) __read_only;
++static void  (*pmi_pal)  (void) __read_only;
+ static int   depth      __read_mostly;
+ static int   vga_compat __read_mostly;
+ /* --------------------------------------------------------------------- */
+@@ -233,6 +234,7 @@ static int vesafb_probe(struct platform_device *dev)
+ 	unsigned int size_remap;
+ 	unsigned int size_total;
+ 	char *option = NULL;
++	void *pmi_code = NULL;
+ 
+ 	/* ignore error return of fb_get_options */
+ 	fb_get_options("vesafb", &option);
+@@ -279,10 +281,6 @@ static int vesafb_probe(struct platform_device *dev)
+ 		size_remap = size_total;
+ 	vesafb_fix.smem_len = size_remap;
+ 
+-#ifndef __i386__
+-	screen_info.vesapm_seg = 0;
+-#endif
+-
+ 	if (!request_mem_region(vesafb_fix.smem_start, size_total, "vesafb")) {
+ 		printk(KERN_WARNING
+ 		       "vesafb: cannot reserve video memory at 0x%lx\n",
+@@ -312,9 +310,21 @@ static int vesafb_probe(struct platform_device *dev)
+ 	printk(KERN_INFO "vesafb: mode is %dx%dx%d, linelength=%d, pages=%d\n",
+ 	       vesafb_defined.xres, vesafb_defined.yres, vesafb_defined.bits_per_pixel, vesafb_fix.line_length, screen_info.pages);
+ 
++#ifdef __i386__
++
++#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
++	pmi_code = module_alloc_exec(screen_info.vesapm_size);
++	if (!pmi_code)
++#elif !defined(CONFIG_PAX_KERNEXEC)
++	if (0)
++#endif
++
++#endif
++	screen_info.vesapm_seg = 0;
++
+ 	if (screen_info.vesapm_seg) {
+-		printk(KERN_INFO "vesafb: protected mode interface info at %04x:%04x\n",
+-		       screen_info.vesapm_seg,screen_info.vesapm_off);
++		printk(KERN_INFO "vesafb: protected mode interface info at %04x:%04x %04x bytes\n",
++		       screen_info.vesapm_seg,screen_info.vesapm_off,screen_info.vesapm_size);
+ 	}
+ 
+ 	if (screen_info.vesapm_seg < 0xc000)
+@@ -322,9 +332,25 @@ static int vesafb_probe(struct platform_device *dev)
+ 
+ 	if (ypan || pmi_setpal) {
+ 		unsigned short *pmi_base;
++
+ 		pmi_base  = (unsigned short*)phys_to_virt(((unsigned long)screen_info.vesapm_seg << 4) + screen_info.vesapm_off);
+-		pmi_start = (void*)((char*)pmi_base + pmi_base[1]);
+-		pmi_pal   = (void*)((char*)pmi_base + pmi_base[2]);
++
++#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
++		pax_open_kernel();
++		memcpy(pmi_code, pmi_base, screen_info.vesapm_size);
++#else
++		pmi_code  = pmi_base;
++#endif
++
++		pmi_start = (void*)((char*)pmi_code + pmi_base[1]);
++		pmi_pal   = (void*)((char*)pmi_code + pmi_base[2]);
++
++#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
++		pmi_start = ktva_ktla(pmi_start);
++		pmi_pal = ktva_ktla(pmi_pal);
++		pax_close_kernel();
++#endif
++
+ 		printk(KERN_INFO "vesafb: pmi: set display start = %p, set palette = %p\n",pmi_start,pmi_pal);
+ 		if (pmi_base[3]) {
+ 			printk(KERN_INFO "vesafb: pmi: ports = ");
+@@ -477,8 +503,11 @@ static int vesafb_probe(struct platform_device *dev)
+ 	info->flags = FBINFO_FLAG_DEFAULT | FBINFO_MISC_FIRMWARE |
+ 		(ypan ? FBINFO_HWACCEL_YPAN : 0);
+ 
+-	if (!ypan)
+-		info->fbops->fb_pan_display = NULL;
++	if (!ypan) {
++		pax_open_kernel();
++		*(void **)&info->fbops->fb_pan_display = NULL;
++		pax_close_kernel();
++	}
+ 
+ 	if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) {
+ 		err = -ENOMEM;
+@@ -492,6 +521,11 @@ static int vesafb_probe(struct platform_device *dev)
+ 	fb_info(info, "%s frame buffer device\n", info->fix.id);
+ 	return 0;
+ err:
++
++#if defined(__i386__) && defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
++	module_free_exec(NULL, pmi_code);
++#endif
++
+ 	if (info->screen_base)
+ 		iounmap(info->screen_base);
+ 	framebuffer_release(info);
+diff --git a/drivers/video/fbdev/via/via_clock.h b/drivers/video/fbdev/via/via_clock.h
+index 88714ae..16c2e11 100644
+--- a/drivers/video/fbdev/via/via_clock.h
++++ b/drivers/video/fbdev/via/via_clock.h
+@@ -56,7 +56,7 @@ struct via_clock {
+ 
+ 	void (*set_engine_pll_state)(u8 state);
+ 	void (*set_engine_pll)(struct via_pll_config config);
+-};
++} __no_const;
+ 
+ 
+ static inline u32 get_pll_internal_frequency(u32 ref_freq,
+diff --git a/drivers/video/logo/logo_linux_clut224.ppm b/drivers/video/logo/logo_linux_clut224.ppm
+index 3c14e43..2630570 100644
+--- a/drivers/video/logo/logo_linux_clut224.ppm
++++ b/drivers/video/logo/logo_linux_clut224.ppm
+@@ -2,1603 +2,1123 @@ P3
+ # Standard 224-color Linux logo
+ 80 80
+ 255
 -  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  14  14  14
-- 46  46  46  82  82  82   2   2   6 106 106 106
--170 170 170  26  26  26  86  86  86 226 226 226
--123 123 123  10  10  10  14  14  14  46  46  46
--231 231 231 190 190 190   6   6   6  70  70  70
-- 90  90  90 238 238 238 158 158 158   2   2   6
--  2   2   6   2   2   6   2   2   6   2   2   6
-- 70  70  70  58  58  58  22  22  22   6   6   6
 -  0   0   0   0   0   0   0   0   0   0   0   0
 -  0   0   0   0   0   0   0   0   0   0   0   0
 -  0   0   0   0   0   0   0   0   0   0   0   0
 -  0   0   0   0   0   0   0   0   0   0   0   0
 -  0   0   0   0   0   0   0   0   0   0   0   0
 -  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   1   0   0   0
--  0   0   1   0   0   1   0   0   1   0   0   0
 -  0   0   0   0   0   0   0   0   0   0   0   0
 -  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6   6   6   6  10  10  10  10  10  10
+- 10  10  10   6   6   6   6   6   6   6   6   6
 -  0   0   0   0   0   0   0   0   0   0   0   0
 -  0   0   0   0   0   0   0   0   0   0   0   0
--  0   0   0   0   0   0   0   0   0  14  14  14
-- 42  42  42  86  86  86   6   6   6 116 116 116
--106 106 106   6   6   6  70  70  70 149 149 149
--128 128 128  18  18  18  38  38  38  54  54  54
--221 221 221 106 106 106   2   2   6  14  14  14
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  10  10  10  14  14  14
+- 22  22  22  26  26  26  30  30  30  34  34  34
+- 30  30  30  30  30  30  26  26  26  18  18  18
+- 14  14  14  10  10  10   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  14  14  14  26  26  26  42  42  42
+- 54  54  54  66  66  66  78  78  78  78  78  78
+- 78  78  78  74  74  74  66  66  66  54  54  54
+- 42  42  42  26  26  26  18  18  18  10  10  10
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 22  22  22  42  42  42  66  66  66  86  86  86
+- 66  66  66  38  38  38  38  38  38  22  22  22
+- 26  26  26  34  34  34  54  54  54  66  66  66
+- 86  86  86  70  70  70  46  46  46  26  26  26
+- 14  14  14   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0  10  10  10  26  26  26
+- 50  50  50  82  82  82  58  58  58   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  6   6   6  54  54  54  86  86  86  66  66  66
+- 38  38  38  18  18  18   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   6   6   6  22  22  22  50  50  50
+- 78  78  78  34  34  34   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   6   6   6  70  70  70
+- 78  78  78  46  46  46  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  6   6   6  18  18  18  42  42  42  82  82  82
+- 26  26  26   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  14  14  14
+- 46  46  46  34  34  34   6   6   6   2   2   6
+- 42  42  42  78  78  78  42  42  42  18  18  18
+-  6   6   6   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   0   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+- 10  10  10  30  30  30  66  66  66  58  58  58
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  26  26  26
+- 86  86  86 101 101 101  46  46  46  10  10  10
+-  2   2   6  58  58  58  70  70  70  34  34  34
+- 10  10  10   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+- 14  14  14  42  42  42  86  86  86  10  10  10
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  30  30  30
+- 94  94  94  94  94  94  58  58  58  26  26  26
+-  2   2   6   6   6   6  78  78  78  54  54  54
+- 22  22  22   6   6   6   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 22  22  22  62  62  62  62  62  62   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  26  26  26
+- 54  54  54  38  38  38  18  18  18  10  10  10
+-  2   2   6   2   2   6  34  34  34  82  82  82
+- 38  38  38  14  14  14   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   6   6   6
+- 30  30  30  78  78  78  30  30  30   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  10  10  10
+- 10  10  10   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  78  78  78
+- 50  50  50  18  18  18   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  10  10  10
+- 38  38  38  86  86  86  14  14  14   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  54  54  54
+- 66  66  66  26  26  26   6   6   6   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 42  42  42  82  82  82   2   2   6   2   2   6
+-  2   2   6   6   6   6  10  10  10   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6   6   6   6
+- 14  14  14  10  10  10   2   2   6   2   2   6
+-  2   2   6   2   2   6   2   2   6  18  18  18
+- 82  82  82  34  34  34  10  10  10   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  86  86  86   2   2   6   2   2   6
+-  6   6   6   6   6   6  22  22  22  34  34  34
+-  6   6   6   2   2   6   2   2   6   2   2   6
+-  2   2   6   2   2   6  18  18  18  34  34  34
+- 10  10  10  50  50  50  22  22  22   2   2   6
+-  2   2   6   2   2   6   2   2   6  10  10  10
+- 86  86  86  42  42  42  14  14  14   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  86  86  86   2   2   6   2   2   6
+- 38  38  38 116 116 116  94  94  94  22  22  22
+- 22  22  22   2   2   6   2   2   6   2   2   6
+- 14  14  14  86  86  86 138 138 138 162 162 162
+-154 154 154  38  38  38  26  26  26   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 86  86  86  46  46  46  14  14  14   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  86  86  86   2   2   6  14  14  14
+-134 134 134 198 198 198 195 195 195 116 116 116
+- 10  10  10   2   2   6   2   2   6   6   6   6
+-101  98  89 187 187 187 210 210 210 218 218 218
+-214 214 214 134 134 134  14  14  14   6   6   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 86  86  86  50  50  50  18  18  18   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   1   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  86  86  86   2   2   6  54  54  54
+-218 218 218 195 195 195 226 226 226 246 246 246
+- 58  58  58   2   2   6   2   2   6  30  30  30
+-210 210 210 253 253 253 174 174 174 123 123 123
+-221 221 221 234 234 234  74  74  74   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 70  70  70  58  58  58  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 46  46  46  82  82  82   2   2   6 106 106 106
+-170 170 170  26  26  26  86  86  86 226 226 226
+-123 123 123  10  10  10  14  14  14  46  46  46
+-231 231 231 190 190 190   6   6   6  70  70  70
+- 90  90  90 238 238 238 158 158 158   2   2   6
+-  2   2   6   2   2   6   2   2   6   2   2   6
+- 70  70  70  58  58  58  22  22  22   6   6   6
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   1   0   0   0
+-  0   0   1   0   0   1   0   0   1   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0   0   0   0
+-  0   0   0   0   0   0   0   0   0  14  14  14
+- 42  42  42  86  86  86   6   6   6 116 116 116
+-106 106 106   6   6   6  70  70  70 149 149 149
+-128 128 128  18  18  18  38  38  38  54  54  54
+-221 221 221 106 106 106   2   2   6  14  14  14
 - 46  46  46 190 190 190 198 198 198   2   2   6
 -  2   2   6   2   2   6   2   2   6   2   2   6
 - 74  74  74  62  62  62  22  22  22   6   6   6
@@ -55589,844 +55491,305 @@ index 3c14e43..2630570 100644
 +5 5 5  5 5 5  2 2 2  0 0 0  0 0 0  13 16 17
 +60 74 84  174 174 174  193 200 203  174 174 174  167 166 167  163 162 163
 +153 152 153  153 152 153  137 136 137  137 136 137  153 152 153  137 136 137
-+125 124 125  41 54 63  24 26 27  4 0 0  4 0 0  5 5 5
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 3 3  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
-+6 6 6  37 38 37  131 129 131  220 221 221  220 221 221  220 221 221
-+193 200 203  193 200 203  220 221 221  205 212 215  220 221 221  244 246 246
-+244 246 246  244 246 246  174 174 174  41 54 63  0 0 0  0 0 0
-+0 0 0  4 4 4  5 5 5  5 5 5  4 4 4  4 4 5
-+4 4 5  4 4 5  4 4 4  4 4 4  6 6 6  6 6 6
-+3 3 3  0 0 0  2 0 0  13 16 17  60 73 81  156 155 156
-+220 221 221  193 200 203  174 174 174  165 164 165  163 162 163  154 153 154
-+153 152 153  153 152 153  158 157 158  163 162 163  137 136 137  60 73 81
-+13 16 17  4 0 0  4 0 0  4 3 3  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+5 5 5  4 3 3  4 3 3  6 6 6  6 6 6  6 6 6
-+6 6 6  6 6 6  6 6 6  37 38 37  167 166 167  244 246 246
-+244 246 246  220 221 221  205 212 215  205 212 215  220 221 221  193 200 203
-+220 221 221  244 246 246  244 246 246  244 246 246  137 136 137  37 38 37
-+3 2 2  0 0 0  1 1 1  5 5 5  5 5 5  4 4 4
-+4 4 4  4 4 4  4 4 4  5 5 5  4 4 4  1 1 1
-+0 0 0  5 5 5  43 57 68  153 152 153  193 200 203  220 221 221
-+177 184 187  174 174 174  167 166 167  166 165 166  158 157 158  157 156 157
-+158 157 158  166 165 166  156 155 156  85 115 134  13 16 17  4 0 0
-+4 0 0  4 0 0  5 5 5  5 5 5  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+5 5 5  4 3 3  6 6 6  6 6 6  4 0 0  6 6 6
-+6 6 6  6 6 6  6 6 6  6 6 6  13 16 17  60 73 81
-+177 184 187  220 221 221  220 221 221  220 221 221  205 212 215  220 221 221
-+220 221 221  205 212 215  220 221 221  244 246 246  244 246 246  205 212 215
-+125 124 125  30 32 34  0 0 0  0 0 0  2 2 2  5 5 5
-+4 4 4  4 4 4  4 4 4  1 1 1  0 0 0  1 0 0
-+37 38 37  131 129 131  205 212 215  220 221 221  193 200 203  174 174 174
-+174 174 174  174 174 174  167 166 167  165 164 165  166 165 166  167 166 167
-+158 157 158  125 124 125  37 38 37  4 0 0  4 0 0  4 0 0
-+4 3 3  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  5 5 5  4 3 3  4 3 3  6 6 6  6 6 6
-+4 0 0  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
-+26 28 28  125 124 125  205 212 215  220 221 221  220 221 221  220 221 221
-+205 212 215  220 221 221  205 212 215  220 221 221  220 221 221  244 246 246
-+244 246 246  190 197 201  60 74 84  16 19 21  4 0 0  0 0 0
-+0 0 0  0 0 0  0 0 0  0 0 0  16 19 21  120 125 127
-+177 184 187  220 221 221  205 212 215  177 184 187  174 174 174  177 184 187
-+174 174 174  174 174 174  167 166 167  174 174 174  166 165 166  137 136 137
-+60 73 81  13 16 17  4 0 0  4 0 0  4 3 3  6 6 6
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+5 5 5  4 3 3  5 5 5  4 3 3  6 6 6  4 0 0
-+6 6 6  6 6 6  4 0 0  6 6 6  4 0 0  6 6 6
-+6 6 6  6 6 6  37 38 37  137 136 137  193 200 203  220 221 221
-+220 221 221  205 212 215  220 221 221  205 212 215  205 212 215  220 221 221
-+220 221 221  220 221 221  244 246 246  166 165 166  43 57 68  2 2 2
-+0 0 0  4 0 0  16 19 21  60 73 81  157 156 157  202 210 214
-+220 221 221  193 200 203  177 184 187  177 184 187  177 184 187  174 174 174
-+174 174 174  174 174 174  174 174 174  157 156 157  60 74 84  24 26 27
-+4 0 0  4 0 0  4 0 0  6 6 6  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  5 5 5  4 3 3  5 5 5  6 6 6
-+6 6 6  4 0 0  6 6 6  6 6 6  6 6 6  4 0 0
-+4 0 0  4 0 0  6 6 6  24 26 27  60 73 81  167 166 167
-+220 221 221  220 221 221  220 221 221  205 212 215  205 212 215  205 212 215
-+205 212 215  220 221 221  220 221 221  220 221 221  205 212 215  137 136 137
-+60 74 84  125 124 125  137 136 137  190 197 201  220 221 221  193 200 203
-+177 184 187  177 184 187  177 184 187  174 174 174  174 174 174  177 184 187
-+190 197 201  174 174 174  125 124 125  37 38 37  6 6 6  4 0 0
-+4 0 0  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  5 5 5  5 5 5  4 3 3  6 6 6
-+4 0 0  6 6 6  6 6 6  6 6 6  4 0 0  6 6 6
-+6 6 6  6 6 6  4 0 0  4 0 0  6 6 6  6 6 6
-+125 124 125  193 200 203  244 246 246  220 221 221  205 212 215  205 212 215
-+205 212 215  193 200 203  205 212 215  205 212 215  220 221 221  220 221 221
-+193 200 203  193 200 203  205 212 215  193 200 203  193 200 203  177 184 187
-+190 197 201  190 197 201  174 174 174  190 197 201  193 200 203  190 197 201
-+153 152 153  60 73 81  4 0 0  4 0 0  4 0 0  3 2 2
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  4 3 3
-+6 6 6  4 3 3  4 3 3  4 3 3  6 6 6  6 6 6
-+4 0 0  6 6 6  6 6 6  6 6 6  4 0 0  4 0 0
-+4 0 0  26 28 28  131 129 131  220 221 221  244 246 246  220 221 221
-+205 212 215  193 200 203  205 212 215  193 200 203  193 200 203  205 212 215
-+220 221 221  193 200 203  193 200 203  193 200 203  190 197 201  174 174 174
-+174 174 174  190 197 201  193 200 203  193 200 203  167 166 167  125 124 125
-+6 6 6  4 0 0  4 0 0  4 3 3  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
-+5 5 5  4 3 3  5 5 5  6 6 6  4 3 3  5 5 5
-+6 6 6  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
-+4 0 0  4 0 0  6 6 6  41 54 63  158 157 158  220 221 221
-+220 221 221  220 221 221  193 200 203  193 200 203  193 200 203  190 197 201
-+190 197 201  190 197 201  190 197 201  190 197 201  174 174 174  193 200 203
-+193 200 203  220 221 221  174 174 174  125 124 125  37 38 37  4 0 0
-+4 0 0  4 3 3  6 6 6  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  5 5 5  4 3 3  4 3 3  4 3 3  5 5 5
-+4 3 3  6 6 6  5 5 5  4 3 3  6 6 6  6 6 6
-+6 6 6  6 6 6  4 0 0  4 0 0  13 16 17  60 73 81
-+174 174 174  220 221 221  220 221 221  205 212 215  190 197 201  174 174 174
-+193 200 203  174 174 174  190 197 201  174 174 174  193 200 203  220 221 221
-+193 200 203  131 129 131  37 38 37  6 6 6  4 0 0  4 0 0
-+6 6 6  6 6 6  4 3 3  5 5 5  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  5 5 5  5 5 5  5 5 5
-+5 5 5  4 3 3  4 3 3  5 5 5  4 3 3  4 3 3
-+5 5 5  6 6 6  6 6 6  4 0 0  6 6 6  6 6 6
-+6 6 6  125 124 125  174 174 174  220 221 221  220 221 221  193 200 203
-+193 200 203  193 200 203  193 200 203  193 200 203  220 221 221  158 157 158
-+60 73 81  6 6 6  4 0 0  4 0 0  5 5 5  6 6 6
-+5 5 5  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  5 5 5  5 5 5  4 3 3  5 5 5  4 3 3
-+5 5 5  5 5 5  6 6 6  6 6 6  4 0 0  4 0 0
-+4 0 0  4 0 0  26 28 28  125 124 125  174 174 174  193 200 203
-+193 200 203  174 174 174  193 200 203  167 166 167  125 124 125  6 6 6
-+6 6 6  6 6 6  4 0 0  6 6 6  6 6 6  5 5 5
-+4 3 3  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
-+4 3 3  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
-+6 6 6  4 0 0  4 0 0  6 6 6  37 38 37  125 124 125
-+153 152 153  131 129 131  125 124 125  37 38 37  6 6 6  6 6 6
-+6 6 6  4 0 0  6 6 6  6 6 6  4 3 3  5 5 5
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  5 5 5  5 5 5  4 3 3  5 5 5  4 3 3
-+6 6 6  6 6 6  4 0 0  4 0 0  6 6 6  6 6 6
-+24 26 27  24 26 27  6 6 6  6 6 6  6 6 6  4 0 0
-+6 6 6  6 6 6  4 0 0  6 6 6  5 5 5  4 3 3
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  5 5 5  4 3 3  5 5 5  6 6 6
-+4 0 0  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
-+6 6 6  6 6 6  6 6 6  4 0 0  6 6 6  6 6 6
-+4 0 0  6 6 6  6 6 6  4 3 3  5 5 5  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  5 5 5  4 3 3  5 5 5
-+5 5 5  5 5 5  4 0 0  6 6 6  4 0 0  6 6 6
-+6 6 6  6 6 6  6 6 6  4 0 0  6 6 6  4 0 0
-+6 6 6  4 3 3  5 5 5  4 3 3  5 5 5  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
-+4 3 3  6 6 6  4 3 3  6 6 6  6 6 6  6 6 6
-+4 0 0  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
-+6 6 6  4 3 3  5 5 5  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  5 5 5  4 3 3  5 5 5  4 0 0  6 6 6
-+6 6 6  4 0 0  6 6 6  6 6 6  4 0 0  6 6 6
-+4 3 3  5 5 5  5 5 5  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  5 5 5  4 3 3  5 5 5  6 6 6  4 3 3
-+4 3 3  6 6 6  6 6 6  4 3 3  6 6 6  4 3 3
-+5 5 5  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  5 5 5  4 3 3  6 6 6
-+5 5 5  4 3 3  4 3 3  4 3 3  5 5 5  5 5 5
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  4 3 3
-+5 5 5  4 3 3  5 5 5  5 5 5  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
-+4 4 4  4 4 4
-diff --git a/drivers/video/matrox/matroxfb_DAC1064.c b/drivers/video/matrox/matroxfb_DAC1064.c
-index a01147f..5d896f8 100644
---- a/drivers/video/matrox/matroxfb_DAC1064.c
-+++ b/drivers/video/matrox/matroxfb_DAC1064.c
-@@ -1088,14 +1088,20 @@ static void MGAG100_restore(struct matrox_fb_info *minfo)
- 
- #ifdef CONFIG_FB_MATROX_MYSTIQUE
- struct matrox_switch matrox_mystique = {
--	MGA1064_preinit, MGA1064_reset, MGA1064_init, MGA1064_restore,
-+	.preinit = MGA1064_preinit,
-+	.reset = MGA1064_reset,
-+	.init = MGA1064_init,
-+	.restore = MGA1064_restore,
- };
- EXPORT_SYMBOL(matrox_mystique);
- #endif
- 
- #ifdef CONFIG_FB_MATROX_G
- struct matrox_switch matrox_G100 = {
--	MGAG100_preinit, MGAG100_reset, MGAG100_init, MGAG100_restore,
-+	.preinit = MGAG100_preinit,
-+	.reset = MGAG100_reset,
-+	.init = MGAG100_init,
-+	.restore = MGAG100_restore,
- };
- EXPORT_SYMBOL(matrox_G100);
- #endif
-diff --git a/drivers/video/matrox/matroxfb_Ti3026.c b/drivers/video/matrox/matroxfb_Ti3026.c
-index 195ad7c..09743fc 100644
---- a/drivers/video/matrox/matroxfb_Ti3026.c
-+++ b/drivers/video/matrox/matroxfb_Ti3026.c
-@@ -738,7 +738,10 @@ static int Ti3026_preinit(struct matrox_fb_info *minfo)
- }
- 
- struct matrox_switch matrox_millennium = {
--	Ti3026_preinit, Ti3026_reset, Ti3026_init, Ti3026_restore
-+	.preinit = Ti3026_preinit,
-+	.reset = Ti3026_reset,
-+	.init = Ti3026_init,
-+	.restore = Ti3026_restore
- };
- EXPORT_SYMBOL(matrox_millennium);
- #endif
-diff --git a/drivers/video/mb862xx/mb862xxfb_accel.c b/drivers/video/mb862xx/mb862xxfb_accel.c
-index fe92eed..106e085 100644
---- a/drivers/video/mb862xx/mb862xxfb_accel.c
-+++ b/drivers/video/mb862xx/mb862xxfb_accel.c
-@@ -312,14 +312,18 @@ void mb862xxfb_init_accel(struct fb_info *info, int xres)
- 	struct mb862xxfb_par *par = info->par;
- 
- 	if (info->var.bits_per_pixel == 32) {
--		info->fbops->fb_fillrect = cfb_fillrect;
--		info->fbops->fb_copyarea = cfb_copyarea;
--		info->fbops->fb_imageblit = cfb_imageblit;
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_fillrect = cfb_fillrect;
-+		*(void **)&info->fbops->fb_copyarea = cfb_copyarea;
-+		*(void **)&info->fbops->fb_imageblit = cfb_imageblit;
-+		pax_close_kernel();
- 	} else {
- 		outreg(disp, GC_L0EM, 3);
--		info->fbops->fb_fillrect = mb86290fb_fillrect;
--		info->fbops->fb_copyarea = mb86290fb_copyarea;
--		info->fbops->fb_imageblit = mb86290fb_imageblit;
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_fillrect = mb86290fb_fillrect;
-+		*(void **)&info->fbops->fb_copyarea = mb86290fb_copyarea;
-+		*(void **)&info->fbops->fb_imageblit = mb86290fb_imageblit;
-+		pax_close_kernel();
- 	}
- 	outreg(draw, GDC_REG_DRAW_BASE, 0);
- 	outreg(draw, GDC_REG_MODE_MISC, 0x8000);
-diff --git a/drivers/video/nvidia/nvidia.c b/drivers/video/nvidia/nvidia.c
-index def0412..fed6529 100644
---- a/drivers/video/nvidia/nvidia.c
-+++ b/drivers/video/nvidia/nvidia.c
-@@ -669,19 +669,23 @@ static int nvidiafb_set_par(struct fb_info *info)
- 	info->fix.line_length = (info->var.xres_virtual *
- 				 info->var.bits_per_pixel) >> 3;
- 	if (info->var.accel_flags) {
--		info->fbops->fb_imageblit = nvidiafb_imageblit;
--		info->fbops->fb_fillrect = nvidiafb_fillrect;
--		info->fbops->fb_copyarea = nvidiafb_copyarea;
--		info->fbops->fb_sync = nvidiafb_sync;
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_imageblit = nvidiafb_imageblit;
-+		*(void **)&info->fbops->fb_fillrect = nvidiafb_fillrect;
-+		*(void **)&info->fbops->fb_copyarea = nvidiafb_copyarea;
-+		*(void **)&info->fbops->fb_sync = nvidiafb_sync;
-+		pax_close_kernel();
- 		info->pixmap.scan_align = 4;
- 		info->flags &= ~FBINFO_HWACCEL_DISABLED;
- 		info->flags |= FBINFO_READS_FAST;
- 		NVResetGraphics(info);
- 	} else {
--		info->fbops->fb_imageblit = cfb_imageblit;
--		info->fbops->fb_fillrect = cfb_fillrect;
--		info->fbops->fb_copyarea = cfb_copyarea;
--		info->fbops->fb_sync = NULL;
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_imageblit = cfb_imageblit;
-+		*(void **)&info->fbops->fb_fillrect = cfb_fillrect;
-+		*(void **)&info->fbops->fb_copyarea = cfb_copyarea;
-+		*(void **)&info->fbops->fb_sync = NULL;
-+		pax_close_kernel();
- 		info->pixmap.scan_align = 1;
- 		info->flags |= FBINFO_HWACCEL_DISABLED;
- 		info->flags &= ~FBINFO_READS_FAST;
-@@ -1173,8 +1177,11 @@ static int nvidia_set_fbinfo(struct fb_info *info)
- 	info->pixmap.size = 8 * 1024;
- 	info->pixmap.flags = FB_PIXMAP_SYSTEM;
- 
--	if (!hwcur)
--	    info->fbops->fb_cursor = NULL;
-+	if (!hwcur) {
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_cursor = NULL;
-+		pax_close_kernel();
-+	}
- 
- 	info->var.accel_flags = (!noaccel);
- 
-diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c
-index 669a81f..e216d76 100644
---- a/drivers/video/omap2/dss/display.c
-+++ b/drivers/video/omap2/dss/display.c
-@@ -137,12 +137,14 @@ int omapdss_register_display(struct omap_dss_device *dssdev)
- 	snprintf(dssdev->alias, sizeof(dssdev->alias),
- 			"display%d", disp_num_counter++);
- 
-+	pax_open_kernel();
- 	if (drv && drv->get_resolution == NULL)
--		drv->get_resolution = omapdss_default_get_resolution;
-+		*(void **)&drv->get_resolution = omapdss_default_get_resolution;
- 	if (drv && drv->get_recommended_bpp == NULL)
--		drv->get_recommended_bpp = omapdss_default_get_recommended_bpp;
-+		*(void **)&drv->get_recommended_bpp = omapdss_default_get_recommended_bpp;
- 	if (drv && drv->get_timings == NULL)
--		drv->get_timings = omapdss_default_get_timings;
-+		*(void **)&drv->get_timings = omapdss_default_get_timings;
-+	pax_close_kernel();
- 
- 	mutex_lock(&panel_list_mutex);
- 	list_add_tail(&dssdev->panel_list, &panel_list);
-diff --git a/drivers/video/s1d13xxxfb.c b/drivers/video/s1d13xxxfb.c
-index 83433cb..71e9b98 100644
---- a/drivers/video/s1d13xxxfb.c
-+++ b/drivers/video/s1d13xxxfb.c
-@@ -881,8 +881,10 @@ static int s1d13xxxfb_probe(struct platform_device *pdev)
- 
- 	switch(prod_id) {
- 	case S1D13506_PROD_ID:	/* activate acceleration */
--		s1d13xxxfb_fbops.fb_fillrect = s1d13xxxfb_bitblt_solidfill;
--		s1d13xxxfb_fbops.fb_copyarea = s1d13xxxfb_bitblt_copyarea;
-+		pax_open_kernel();
-+		*(void **)&s1d13xxxfb_fbops.fb_fillrect = s1d13xxxfb_bitblt_solidfill;
-+		*(void **)&s1d13xxxfb_fbops.fb_copyarea = s1d13xxxfb_bitblt_copyarea;
-+		pax_close_kernel();
- 		info->flags = FBINFO_DEFAULT | FBINFO_HWACCEL_YPAN |
- 			FBINFO_HWACCEL_FILLRECT | FBINFO_HWACCEL_COPYAREA;
- 		break;
-diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c
-index 2bcc84a..29dd1ea 100644
---- a/drivers/video/sh_mobile_lcdcfb.c
-+++ b/drivers/video/sh_mobile_lcdcfb.c
-@@ -439,9 +439,9 @@ static unsigned long lcdc_sys_read_data(void *handle)
- }
- 
- static struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = {
--	lcdc_sys_write_index,
--	lcdc_sys_write_data,
--	lcdc_sys_read_data,
-+	.write_index = lcdc_sys_write_index,
-+	.write_data = lcdc_sys_write_data,
-+	.read_data = lcdc_sys_read_data,
- };
- 
- static int sh_mobile_lcdc_sginit(struct fb_info *info,
-diff --git a/drivers/video/smscufx.c b/drivers/video/smscufx.c
-index d513ed6..90b0de9 100644
---- a/drivers/video/smscufx.c
-+++ b/drivers/video/smscufx.c
-@@ -1175,7 +1175,9 @@ static int ufx_ops_release(struct fb_info *info, int user)
- 		fb_deferred_io_cleanup(info);
- 		kfree(info->fbdefio);
- 		info->fbdefio = NULL;
--		info->fbops->fb_mmap = ufx_ops_mmap;
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_mmap = ufx_ops_mmap;
-+		pax_close_kernel();
- 	}
- 
- 	pr_debug("released /dev/fb%d user=%d count=%d",
-diff --git a/drivers/video/udlfb.c b/drivers/video/udlfb.c
-index 77b890e..458e666 100644
---- a/drivers/video/udlfb.c
-+++ b/drivers/video/udlfb.c
-@@ -623,11 +623,11 @@ static int dlfb_handle_damage(struct dlfb_data *dev, int x, int y,
- 		dlfb_urb_completion(urb);
- 
- error:
--	atomic_add(bytes_sent, &dev->bytes_sent);
--	atomic_add(bytes_identical, &dev->bytes_identical);
--	atomic_add(width*height*2, &dev->bytes_rendered);
-+	atomic_add_unchecked(bytes_sent, &dev->bytes_sent);
-+	atomic_add_unchecked(bytes_identical, &dev->bytes_identical);
-+	atomic_add_unchecked(width*height*2, &dev->bytes_rendered);
- 	end_cycles = get_cycles();
--	atomic_add(((unsigned int) ((end_cycles - start_cycles)
-+	atomic_add_unchecked(((unsigned int) ((end_cycles - start_cycles)
- 		    >> 10)), /* Kcycles */
- 		   &dev->cpu_kcycles_used);
- 
-@@ -748,11 +748,11 @@ static void dlfb_dpy_deferred_io(struct fb_info *info,
- 		dlfb_urb_completion(urb);
- 
- error:
--	atomic_add(bytes_sent, &dev->bytes_sent);
--	atomic_add(bytes_identical, &dev->bytes_identical);
--	atomic_add(bytes_rendered, &dev->bytes_rendered);
-+	atomic_add_unchecked(bytes_sent, &dev->bytes_sent);
-+	atomic_add_unchecked(bytes_identical, &dev->bytes_identical);
-+	atomic_add_unchecked(bytes_rendered, &dev->bytes_rendered);
- 	end_cycles = get_cycles();
--	atomic_add(((unsigned int) ((end_cycles - start_cycles)
-+	atomic_add_unchecked(((unsigned int) ((end_cycles - start_cycles)
- 		    >> 10)), /* Kcycles */
- 		   &dev->cpu_kcycles_used);
- }
-@@ -993,7 +993,9 @@ static int dlfb_ops_release(struct fb_info *info, int user)
- 		fb_deferred_io_cleanup(info);
- 		kfree(info->fbdefio);
- 		info->fbdefio = NULL;
--		info->fbops->fb_mmap = dlfb_ops_mmap;
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_mmap = dlfb_ops_mmap;
-+		pax_close_kernel();
- 	}
- 
- 	pr_warn("released /dev/fb%d user=%d count=%d\n",
-@@ -1376,7 +1378,7 @@ static ssize_t metrics_bytes_rendered_show(struct device *fbdev,
- 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
- 	struct dlfb_data *dev = fb_info->par;
- 	return snprintf(buf, PAGE_SIZE, "%u\n",
--			atomic_read(&dev->bytes_rendered));
-+			atomic_read_unchecked(&dev->bytes_rendered));
- }
- 
- static ssize_t metrics_bytes_identical_show(struct device *fbdev,
-@@ -1384,7 +1386,7 @@ static ssize_t metrics_bytes_identical_show(struct device *fbdev,
- 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
- 	struct dlfb_data *dev = fb_info->par;
- 	return snprintf(buf, PAGE_SIZE, "%u\n",
--			atomic_read(&dev->bytes_identical));
-+			atomic_read_unchecked(&dev->bytes_identical));
- }
- 
- static ssize_t metrics_bytes_sent_show(struct device *fbdev,
-@@ -1392,7 +1394,7 @@ static ssize_t metrics_bytes_sent_show(struct device *fbdev,
- 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
- 	struct dlfb_data *dev = fb_info->par;
- 	return snprintf(buf, PAGE_SIZE, "%u\n",
--			atomic_read(&dev->bytes_sent));
-+			atomic_read_unchecked(&dev->bytes_sent));
- }
- 
- static ssize_t metrics_cpu_kcycles_used_show(struct device *fbdev,
-@@ -1400,7 +1402,7 @@ static ssize_t metrics_cpu_kcycles_used_show(struct device *fbdev,
- 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
- 	struct dlfb_data *dev = fb_info->par;
- 	return snprintf(buf, PAGE_SIZE, "%u\n",
--			atomic_read(&dev->cpu_kcycles_used));
-+			atomic_read_unchecked(&dev->cpu_kcycles_used));
- }
- 
- static ssize_t edid_show(
-@@ -1460,10 +1462,10 @@ static ssize_t metrics_reset_store(struct device *fbdev,
- 	struct fb_info *fb_info = dev_get_drvdata(fbdev);
- 	struct dlfb_data *dev = fb_info->par;
- 
--	atomic_set(&dev->bytes_rendered, 0);
--	atomic_set(&dev->bytes_identical, 0);
--	atomic_set(&dev->bytes_sent, 0);
--	atomic_set(&dev->cpu_kcycles_used, 0);
-+	atomic_set_unchecked(&dev->bytes_rendered, 0);
-+	atomic_set_unchecked(&dev->bytes_identical, 0);
-+	atomic_set_unchecked(&dev->bytes_sent, 0);
-+	atomic_set_unchecked(&dev->cpu_kcycles_used, 0);
- 
- 	return count;
- }
-diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c
-index 256fba7..6e75516 100644
---- a/drivers/video/uvesafb.c
-+++ b/drivers/video/uvesafb.c
-@@ -19,6 +19,7 @@
- #include <linux/io.h>
- #include <linux/mutex.h>
- #include <linux/slab.h>
-+#include <linux/moduleloader.h>
- #include <video/edid.h>
- #include <video/uvesafb.h>
- #ifdef CONFIG_X86
-@@ -565,10 +566,32 @@ static int uvesafb_vbe_getpmi(struct uvesafb_ktask *task,
- 	if ((task->t.regs.eax & 0xffff) != 0x4f || task->t.regs.es < 0xc000) {
- 		par->pmi_setpal = par->ypan = 0;
- 	} else {
-+
-+#ifdef CONFIG_PAX_KERNEXEC
-+#ifdef CONFIG_MODULES
-+		par->pmi_code = module_alloc_exec((u16)task->t.regs.ecx);
-+#endif
-+		if (!par->pmi_code) {
-+			par->pmi_setpal = par->ypan = 0;
-+			return 0;
-+		}
-+#endif
-+
- 		par->pmi_base = (u16 *)phys_to_virt(((u32)task->t.regs.es << 4)
- 						+ task->t.regs.edi);
-+
-+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+		pax_open_kernel();
-+		memcpy(par->pmi_code, par->pmi_base, (u16)task->t.regs.ecx);
-+		pax_close_kernel();
-+
-+		par->pmi_start = ktva_ktla(par->pmi_code + par->pmi_base[1]);
-+		par->pmi_pal = ktva_ktla(par->pmi_code + par->pmi_base[2]);
-+#else
- 		par->pmi_start = (u8 *)par->pmi_base + par->pmi_base[1];
- 		par->pmi_pal = (u8 *)par->pmi_base + par->pmi_base[2];
-+#endif
-+
- 		printk(KERN_INFO "uvesafb: protected mode interface info at "
- 				 "%04x:%04x\n",
- 				 (u16)task->t.regs.es, (u16)task->t.regs.edi);
-@@ -813,13 +836,14 @@ static int uvesafb_vbe_init(struct fb_info *info)
- 	par->ypan = ypan;
- 
- 	if (par->pmi_setpal || par->ypan) {
-+#if !defined(CONFIG_MODULES) || !defined(CONFIG_PAX_KERNEXEC)
- 		if (__supported_pte_mask & _PAGE_NX) {
- 			par->pmi_setpal = par->ypan = 0;
- 			printk(KERN_WARNING "uvesafb: NX protection is active, "
- 					    "better not use the PMI.\n");
--		} else {
-+		} else
-+#endif
- 			uvesafb_vbe_getpmi(task, par);
--		}
- 	}
- #else
- 	/* The protected mode interface is not available on non-x86. */
-@@ -1453,8 +1477,11 @@ static void uvesafb_init_info(struct fb_info *info, struct vbe_mode_ib *mode)
- 	info->fix.ywrapstep = (par->ypan > 1) ? 1 : 0;
- 
- 	/* Disable blanking if the user requested so. */
--	if (!blank)
--		info->fbops->fb_blank = NULL;
-+	if (!blank) {
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_blank = NULL;
-+		pax_close_kernel();
-+	}
- 
- 	/*
- 	 * Find out how much IO memory is required for the mode with
-@@ -1530,8 +1557,11 @@ static void uvesafb_init_info(struct fb_info *info, struct vbe_mode_ib *mode)
- 	info->flags = FBINFO_FLAG_DEFAULT |
- 			(par->ypan ? FBINFO_HWACCEL_YPAN : 0);
- 
--	if (!par->ypan)
--		info->fbops->fb_pan_display = NULL;
-+	if (!par->ypan) {
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_pan_display = NULL;
-+		pax_close_kernel();
-+	}
- }
- 
- static void uvesafb_init_mtrr(struct fb_info *info)
-@@ -1792,6 +1822,11 @@ out_mode:
- out:
- 	kfree(par->vbe_modes);
- 
-+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+	if (par->pmi_code)
-+		module_free_exec(NULL, par->pmi_code);
-+#endif
-+
- 	framebuffer_release(info);
- 	return err;
- }
-@@ -1816,6 +1851,12 @@ static int uvesafb_remove(struct platform_device *dev)
- 			kfree(par->vbe_modes);
- 			kfree(par->vbe_state_orig);
- 			kfree(par->vbe_state_saved);
-+
-+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+			if (par->pmi_code)
-+				module_free_exec(NULL, par->pmi_code);
-+#endif
-+
- 		}
- 
- 		framebuffer_release(info);
-diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
-index 1c7da3b..56ea0bd 100644
---- a/drivers/video/vesafb.c
-+++ b/drivers/video/vesafb.c
-@@ -9,6 +9,7 @@
-  */
- 
- #include <linux/module.h>
-+#include <linux/moduleloader.h>
- #include <linux/kernel.h>
- #include <linux/errno.h>
- #include <linux/string.h>
-@@ -52,8 +53,8 @@ static int   vram_remap;			/* Set amount of memory to be used */
- static int   vram_total;			/* Set total amount of memory */
- static int   pmi_setpal __read_mostly = 1;	/* pmi for palette changes ??? */
- static int   ypan       __read_mostly;		/* 0..nothing, 1..ypan, 2..ywrap */
--static void  (*pmi_start)(void) __read_mostly;
--static void  (*pmi_pal)  (void) __read_mostly;
-+static void  (*pmi_start)(void) __read_only;
-+static void  (*pmi_pal)  (void) __read_only;
- static int   depth      __read_mostly;
- static int   vga_compat __read_mostly;
- /* --------------------------------------------------------------------- */
-@@ -234,6 +235,7 @@ static int vesafb_probe(struct platform_device *dev)
- 	unsigned int size_remap;
- 	unsigned int size_total;
- 	char *option = NULL;
-+	void *pmi_code = NULL;
- 
- 	/* ignore error return of fb_get_options */
- 	fb_get_options("vesafb", &option);
-@@ -280,10 +282,6 @@ static int vesafb_probe(struct platform_device *dev)
- 		size_remap = size_total;
- 	vesafb_fix.smem_len = size_remap;
- 
--#ifndef __i386__
--	screen_info.vesapm_seg = 0;
--#endif
--
- 	if (!request_mem_region(vesafb_fix.smem_start, size_total, "vesafb")) {
- 		printk(KERN_WARNING
- 		       "vesafb: cannot reserve video memory at 0x%lx\n",
-@@ -312,9 +310,21 @@ static int vesafb_probe(struct platform_device *dev)
- 	printk(KERN_INFO "vesafb: mode is %dx%dx%d, linelength=%d, pages=%d\n",
- 	       vesafb_defined.xres, vesafb_defined.yres, vesafb_defined.bits_per_pixel, vesafb_fix.line_length, screen_info.pages);
- 
-+#ifdef __i386__
-+
-+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+	pmi_code = module_alloc_exec(screen_info.vesapm_size);
-+	if (!pmi_code)
-+#elif !defined(CONFIG_PAX_KERNEXEC)
-+	if (0)
-+#endif
-+
-+#endif
-+	screen_info.vesapm_seg = 0;
-+
- 	if (screen_info.vesapm_seg) {
--		printk(KERN_INFO "vesafb: protected mode interface info at %04x:%04x\n",
--		       screen_info.vesapm_seg,screen_info.vesapm_off);
-+		printk(KERN_INFO "vesafb: protected mode interface info at %04x:%04x %04x bytes\n",
-+		       screen_info.vesapm_seg,screen_info.vesapm_off,screen_info.vesapm_size);
- 	}
- 
- 	if (screen_info.vesapm_seg < 0xc000)
-@@ -322,9 +332,25 @@ static int vesafb_probe(struct platform_device *dev)
- 
- 	if (ypan || pmi_setpal) {
- 		unsigned short *pmi_base;
-+
- 		pmi_base  = (unsigned short*)phys_to_virt(((unsigned long)screen_info.vesapm_seg << 4) + screen_info.vesapm_off);
--		pmi_start = (void*)((char*)pmi_base + pmi_base[1]);
--		pmi_pal   = (void*)((char*)pmi_base + pmi_base[2]);
-+
-+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+		pax_open_kernel();
-+		memcpy(pmi_code, pmi_base, screen_info.vesapm_size);
-+#else
-+		pmi_code  = pmi_base;
-+#endif
-+
-+		pmi_start = (void*)((char*)pmi_code + pmi_base[1]);
-+		pmi_pal   = (void*)((char*)pmi_code + pmi_base[2]);
-+
-+#if defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+		pmi_start = ktva_ktla(pmi_start);
-+		pmi_pal = ktva_ktla(pmi_pal);
-+		pax_close_kernel();
-+#endif
-+
- 		printk(KERN_INFO "vesafb: pmi: set display start = %p, set palette = %p\n",pmi_start,pmi_pal);
- 		if (pmi_base[3]) {
- 			printk(KERN_INFO "vesafb: pmi: ports = ");
-@@ -477,8 +503,11 @@ static int vesafb_probe(struct platform_device *dev)
- 	info->flags = FBINFO_FLAG_DEFAULT | FBINFO_MISC_FIRMWARE |
- 		(ypan ? FBINFO_HWACCEL_YPAN : 0);
- 
--	if (!ypan)
--		info->fbops->fb_pan_display = NULL;
-+	if (!ypan) {
-+		pax_open_kernel();
-+		*(void **)&info->fbops->fb_pan_display = NULL;
-+		pax_close_kernel();
-+	}
- 
- 	if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) {
- 		err = -ENOMEM;
-@@ -492,6 +521,11 @@ static int vesafb_probe(struct platform_device *dev)
- 	fb_info(info, "%s frame buffer device\n", info->fix.id);
- 	return 0;
- err:
-+
-+#if defined(__i386__) && defined(CONFIG_MODULES) && defined(CONFIG_PAX_KERNEXEC)
-+	module_free_exec(NULL, pmi_code);
-+#endif
-+
- 	if (info->screen_base)
- 		iounmap(info->screen_base);
- 	framebuffer_release(info);
-diff --git a/drivers/video/via/via_clock.h b/drivers/video/via/via_clock.h
-index 88714ae..16c2e11 100644
---- a/drivers/video/via/via_clock.h
-+++ b/drivers/video/via/via_clock.h
-@@ -56,7 +56,7 @@ struct via_clock {
- 
- 	void (*set_engine_pll_state)(u8 state);
- 	void (*set_engine_pll)(struct via_pll_config config);
--};
-+} __no_const;
- 
- 
- static inline u32 get_pll_internal_frequency(u32 ref_freq,
++125 124 125  41 54 63  24 26 27  4 0 0  4 0 0  5 5 5
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 3 3  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
++6 6 6  37 38 37  131 129 131  220 221 221  220 221 221  220 221 221
++193 200 203  193 200 203  220 221 221  205 212 215  220 221 221  244 246 246
++244 246 246  244 246 246  174 174 174  41 54 63  0 0 0  0 0 0
++0 0 0  4 4 4  5 5 5  5 5 5  4 4 4  4 4 5
++4 4 5  4 4 5  4 4 4  4 4 4  6 6 6  6 6 6
++3 3 3  0 0 0  2 0 0  13 16 17  60 73 81  156 155 156
++220 221 221  193 200 203  174 174 174  165 164 165  163 162 163  154 153 154
++153 152 153  153 152 153  158 157 158  163 162 163  137 136 137  60 73 81
++13 16 17  4 0 0  4 0 0  4 3 3  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++5 5 5  4 3 3  4 3 3  6 6 6  6 6 6  6 6 6
++6 6 6  6 6 6  6 6 6  37 38 37  167 166 167  244 246 246
++244 246 246  220 221 221  205 212 215  205 212 215  220 221 221  193 200 203
++220 221 221  244 246 246  244 246 246  244 246 246  137 136 137  37 38 37
++3 2 2  0 0 0  1 1 1  5 5 5  5 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  4 4 4  1 1 1
++0 0 0  5 5 5  43 57 68  153 152 153  193 200 203  220 221 221
++177 184 187  174 174 174  167 166 167  166 165 166  158 157 158  157 156 157
++158 157 158  166 165 166  156 155 156  85 115 134  13 16 17  4 0 0
++4 0 0  4 0 0  5 5 5  5 5 5  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++5 5 5  4 3 3  6 6 6  6 6 6  4 0 0  6 6 6
++6 6 6  6 6 6  6 6 6  6 6 6  13 16 17  60 73 81
++177 184 187  220 221 221  220 221 221  220 221 221  205 212 215  220 221 221
++220 221 221  205 212 215  220 221 221  244 246 246  244 246 246  205 212 215
++125 124 125  30 32 34  0 0 0  0 0 0  2 2 2  5 5 5
++4 4 4  4 4 4  4 4 4  1 1 1  0 0 0  1 0 0
++37 38 37  131 129 131  205 212 215  220 221 221  193 200 203  174 174 174
++174 174 174  174 174 174  167 166 167  165 164 165  166 165 166  167 166 167
++158 157 158  125 124 125  37 38 37  4 0 0  4 0 0  4 0 0
++4 3 3  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  5 5 5  4 3 3  4 3 3  6 6 6  6 6 6
++4 0 0  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
++26 28 28  125 124 125  205 212 215  220 221 221  220 221 221  220 221 221
++205 212 215  220 221 221  205 212 215  220 221 221  220 221 221  244 246 246
++244 246 246  190 197 201  60 74 84  16 19 21  4 0 0  0 0 0
++0 0 0  0 0 0  0 0 0  0 0 0  16 19 21  120 125 127
++177 184 187  220 221 221  205 212 215  177 184 187  174 174 174  177 184 187
++174 174 174  174 174 174  167 166 167  174 174 174  166 165 166  137 136 137
++60 73 81  13 16 17  4 0 0  4 0 0  4 3 3  6 6 6
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++5 5 5  4 3 3  5 5 5  4 3 3  6 6 6  4 0 0
++6 6 6  6 6 6  4 0 0  6 6 6  4 0 0  6 6 6
++6 6 6  6 6 6  37 38 37  137 136 137  193 200 203  220 221 221
++220 221 221  205 212 215  220 221 221  205 212 215  205 212 215  220 221 221
++220 221 221  220 221 221  244 246 246  166 165 166  43 57 68  2 2 2
++0 0 0  4 0 0  16 19 21  60 73 81  157 156 157  202 210 214
++220 221 221  193 200 203  177 184 187  177 184 187  177 184 187  174 174 174
++174 174 174  174 174 174  174 174 174  157 156 157  60 74 84  24 26 27
++4 0 0  4 0 0  4 0 0  6 6 6  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  5 5 5  4 3 3  5 5 5  6 6 6
++6 6 6  4 0 0  6 6 6  6 6 6  6 6 6  4 0 0
++4 0 0  4 0 0  6 6 6  24 26 27  60 73 81  167 166 167
++220 221 221  220 221 221  220 221 221  205 212 215  205 212 215  205 212 215
++205 212 215  220 221 221  220 221 221  220 221 221  205 212 215  137 136 137
++60 74 84  125 124 125  137 136 137  190 197 201  220 221 221  193 200 203
++177 184 187  177 184 187  177 184 187  174 174 174  174 174 174  177 184 187
++190 197 201  174 174 174  125 124 125  37 38 37  6 6 6  4 0 0
++4 0 0  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  5 5 5  5 5 5  4 3 3  6 6 6
++4 0 0  6 6 6  6 6 6  6 6 6  4 0 0  6 6 6
++6 6 6  6 6 6  4 0 0  4 0 0  6 6 6  6 6 6
++125 124 125  193 200 203  244 246 246  220 221 221  205 212 215  205 212 215
++205 212 215  193 200 203  205 212 215  205 212 215  220 221 221  220 221 221
++193 200 203  193 200 203  205 212 215  193 200 203  193 200 203  177 184 187
++190 197 201  190 197 201  174 174 174  190 197 201  193 200 203  190 197 201
++153 152 153  60 73 81  4 0 0  4 0 0  4 0 0  3 2 2
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  4 3 3
++6 6 6  4 3 3  4 3 3  4 3 3  6 6 6  6 6 6
++4 0 0  6 6 6  6 6 6  6 6 6  4 0 0  4 0 0
++4 0 0  26 28 28  131 129 131  220 221 221  244 246 246  220 221 221
++205 212 215  193 200 203  205 212 215  193 200 203  193 200 203  205 212 215
++220 221 221  193 200 203  193 200 203  193 200 203  190 197 201  174 174 174
++174 174 174  190 197 201  193 200 203  193 200 203  167 166 167  125 124 125
++6 6 6  4 0 0  4 0 0  4 3 3  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
++5 5 5  4 3 3  5 5 5  6 6 6  4 3 3  5 5 5
++6 6 6  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
++4 0 0  4 0 0  6 6 6  41 54 63  158 157 158  220 221 221
++220 221 221  220 221 221  193 200 203  193 200 203  193 200 203  190 197 201
++190 197 201  190 197 201  190 197 201  190 197 201  174 174 174  193 200 203
++193 200 203  220 221 221  174 174 174  125 124 125  37 38 37  4 0 0
++4 0 0  4 3 3  6 6 6  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  4 3 3  4 3 3  4 3 3  5 5 5
++4 3 3  6 6 6  5 5 5  4 3 3  6 6 6  6 6 6
++6 6 6  6 6 6  4 0 0  4 0 0  13 16 17  60 73 81
++174 174 174  220 221 221  220 221 221  205 212 215  190 197 201  174 174 174
++193 200 203  174 174 174  190 197 201  174 174 174  193 200 203  220 221 221
++193 200 203  131 129 131  37 38 37  6 6 6  4 0 0  4 0 0
++6 6 6  6 6 6  4 3 3  5 5 5  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  5 5 5  5 5 5
++5 5 5  4 3 3  4 3 3  5 5 5  4 3 3  4 3 3
++5 5 5  6 6 6  6 6 6  4 0 0  6 6 6  6 6 6
++6 6 6  125 124 125  174 174 174  220 221 221  220 221 221  193 200 203
++193 200 203  193 200 203  193 200 203  193 200 203  220 221 221  158 157 158
++60 73 81  6 6 6  4 0 0  4 0 0  5 5 5  6 6 6
++5 5 5  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  5 5 5  4 3 3  5 5 5  4 3 3
++5 5 5  5 5 5  6 6 6  6 6 6  4 0 0  4 0 0
++4 0 0  4 0 0  26 28 28  125 124 125  174 174 174  193 200 203
++193 200 203  174 174 174  193 200 203  167 166 167  125 124 125  6 6 6
++6 6 6  6 6 6  4 0 0  6 6 6  6 6 6  5 5 5
++4 3 3  5 5 5  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
++4 3 3  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
++6 6 6  4 0 0  4 0 0  6 6 6  37 38 37  125 124 125
++153 152 153  131 129 131  125 124 125  37 38 37  6 6 6  6 6 6
++6 6 6  4 0 0  6 6 6  6 6 6  4 3 3  5 5 5
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  5 5 5  4 3 3  5 5 5  4 3 3
++6 6 6  6 6 6  4 0 0  4 0 0  6 6 6  6 6 6
++24 26 27  24 26 27  6 6 6  6 6 6  6 6 6  4 0 0
++6 6 6  6 6 6  4 0 0  6 6 6  5 5 5  4 3 3
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  5 5 5  4 3 3  5 5 5  6 6 6
++4 0 0  6 6 6  6 6 6  6 6 6  6 6 6  6 6 6
++6 6 6  6 6 6  6 6 6  4 0 0  6 6 6  6 6 6
++4 0 0  6 6 6  6 6 6  4 3 3  5 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  4 3 3  5 5 5
++5 5 5  5 5 5  4 0 0  6 6 6  4 0 0  6 6 6
++6 6 6  6 6 6  6 6 6  4 0 0  6 6 6  4 0 0
++6 6 6  4 3 3  5 5 5  4 3 3  5 5 5  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  5 5 5
++4 3 3  6 6 6  4 3 3  6 6 6  6 6 6  6 6 6
++4 0 0  6 6 6  4 0 0  6 6 6  6 6 6  6 6 6
++6 6 6  4 3 3  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  4 3 3  5 5 5  4 0 0  6 6 6
++6 6 6  4 0 0  6 6 6  6 6 6  4 0 0  6 6 6
++4 3 3  5 5 5  5 5 5  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  5 5 5  4 3 3  5 5 5  6 6 6  4 3 3
++4 3 3  6 6 6  6 6 6  4 3 3  6 6 6  4 3 3
++5 5 5  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  5 5 5  4 3 3  6 6 6
++5 5 5  4 3 3  4 3 3  4 3 3  5 5 5  5 5 5
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  5 5 5  4 3 3
++5 5 5  4 3 3  5 5 5  5 5 5  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4  4 4 4  4 4 4  4 4 4  4 4 4
++4 4 4  4 4 4
 diff --git a/drivers/xen/xenfs/xenstored.c b/drivers/xen/xenfs/xenstored.c
 index fef20db..d28b1ab 100644
 --- a/drivers/xen/xenfs/xenstored.c
@@ -56458,7 +55821,7 @@ index c71e886..61d3d44b 100644
  	if (retval > 0)
  		retval = 0;
 diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c
-index bb7991c..481e21a 100644
+index 53161ec..e261d8a 100644
 --- a/fs/9p/vfs_inode.c
 +++ b/fs/9p/vfs_inode.c
 @@ -1312,7 +1312,7 @@ static void *v9fs_vfs_follow_link(struct dentry *dentry, struct nameidata *nd)
@@ -56484,7 +55847,7 @@ index 370b24c..ff0be7b 100644
  	  A.out (Assembler.OUTput) is a set of formats for libraries and
  	  executables used in the earliest versions of UNIX.  Linux used
 diff --git a/fs/afs/inode.c b/fs/afs/inode.c
-index ce25d75..dc09eeb 100644
+index 2946712..f737435 100644
 --- a/fs/afs/inode.c
 +++ b/fs/afs/inode.c
 @@ -141,7 +141,7 @@ struct inode *afs_iget_autocell(struct inode *dir, const char *dev_name,
@@ -56506,10 +55869,10 @@ index ce25d75..dc09eeb 100644
  			     &data);
  	if (!inode) {
 diff --git a/fs/aio.c b/fs/aio.c
-index 04cd768..25949c1 100644
+index a0ed6c7..882e5a6 100644
 --- a/fs/aio.c
 +++ b/fs/aio.c
-@@ -375,7 +375,7 @@ static int aio_setup_ring(struct kioctx *ctx)
+@@ -380,7 +380,7 @@ static int aio_setup_ring(struct kioctx *ctx)
  	size += sizeof(struct io_event) * nr_events;
  
  	nr_pages = PFN_UP(size);
@@ -56679,7 +56042,7 @@ index ca0ba15..0fa3257 100644
  				fd_offset + ex.a_text);
  		if (error != N_DATADDR(ex)) {
 diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
-index 67be295..83e2f86 100644
+index aa3cb62..bc53934 100644
 --- a/fs/binfmt_elf.c
 +++ b/fs/binfmt_elf.c
 @@ -34,6 +34,7 @@
@@ -56690,16 +56053,16 @@ index 67be295..83e2f86 100644
  #include <asm/uaccess.h>
  #include <asm/param.h>
  #include <asm/page.h>
-@@ -48,7 +49,7 @@
+@@ -47,7 +48,7 @@
+ 
  static int load_elf_binary(struct linux_binprm *bprm);
- static int load_elf_library(struct file *);
  static unsigned long elf_map(struct file *, unsigned long, struct elf_phdr *,
 -				int, int, unsigned long);
 +				int, int, unsigned long) __intentional_overflow(-1);
  
- /*
-  * If we don't support core dumping, then supply a NULL so we
-@@ -60,6 +61,14 @@ static int elf_core_dump(struct coredump_params *cprm);
+ #ifdef CONFIG_USELIB
+ static int load_elf_library(struct file *);
+@@ -65,6 +66,14 @@ static int elf_core_dump(struct coredump_params *cprm);
  #define elf_core_dump	NULL
  #endif
  
@@ -56714,7 +56077,7 @@ index 67be295..83e2f86 100644
  #if ELF_EXEC_PAGESIZE > PAGE_SIZE
  #define ELF_MIN_ALIGN	ELF_EXEC_PAGESIZE
  #else
-@@ -79,6 +88,15 @@ static struct linux_binfmt elf_format = {
+@@ -84,6 +93,15 @@ static struct linux_binfmt elf_format = {
  	.load_binary	= load_elf_binary,
  	.load_shlib	= load_elf_library,
  	.core_dump	= elf_core_dump,
@@ -56730,7 +56093,7 @@ index 67be295..83e2f86 100644
  	.min_coredump	= ELF_EXEC_PAGESIZE,
  };
  
-@@ -86,6 +104,8 @@ static struct linux_binfmt elf_format = {
+@@ -91,6 +109,8 @@ static struct linux_binfmt elf_format = {
  
  static int set_brk(unsigned long start, unsigned long end)
  {
@@ -56739,7 +56102,7 @@ index 67be295..83e2f86 100644
  	start = ELF_PAGEALIGN(start);
  	end = ELF_PAGEALIGN(end);
  	if (end > start) {
-@@ -94,7 +114,7 @@ static int set_brk(unsigned long start, unsigned long end)
+@@ -99,7 +119,7 @@ static int set_brk(unsigned long start, unsigned long end)
  		if (BAD_ADDR(addr))
  			return addr;
  	}
@@ -56748,7 +56111,7 @@ index 67be295..83e2f86 100644
  	return 0;
  }
  
-@@ -155,12 +175,13 @@ create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec,
+@@ -160,12 +180,13 @@ create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec,
  	elf_addr_t __user *u_rand_bytes;
  	const char *k_platform = ELF_PLATFORM;
  	const char *k_base_platform = ELF_BASE_PLATFORM;
@@ -56763,7 +56126,7 @@ index 67be295..83e2f86 100644
  
  	/*
  	 * In some cases (e.g. Hyper-Threading), we want to avoid L1
-@@ -202,8 +223,12 @@ create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec,
+@@ -207,8 +228,12 @@ create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec,
  	 * Generate 16 random bytes for userspace PRNG seeding.
  	 */
  	get_random_bytes(k_rand_bytes, sizeof(k_rand_bytes));
@@ -56778,7 +56141,7 @@ index 67be295..83e2f86 100644
  	if (__copy_to_user(u_rand_bytes, k_rand_bytes, sizeof(k_rand_bytes)))
  		return -EFAULT;
  
-@@ -318,9 +343,11 @@ create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec,
+@@ -323,9 +348,11 @@ create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec,
  		return -EFAULT;
  	current->mm->env_end = p;
  
@@ -56791,7 +56154,7 @@ index 67be295..83e2f86 100644
  		return -EFAULT;
  	return 0;
  }
-@@ -388,15 +415,14 @@ static unsigned long total_mapping_size(struct elf_phdr *cmds, int nr)
+@@ -393,15 +420,14 @@ static unsigned long total_mapping_size(struct elf_phdr *cmds, int nr)
     an ELF header */
  
  static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
@@ -56810,7 +56173,7 @@ index 67be295..83e2f86 100644
  	unsigned long total_size;
  	int retval, i, size;
  
-@@ -442,6 +468,11 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
+@@ -447,6 +473,11 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
  		goto out_close;
  	}
  
@@ -56822,7 +56185,7 @@ index 67be295..83e2f86 100644
  	eppnt = elf_phdata;
  	for (i = 0; i < interp_elf_ex->e_phnum; i++, eppnt++) {
  		if (eppnt->p_type == PT_LOAD) {
-@@ -465,8 +496,6 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
+@@ -470,8 +501,6 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
  			map_addr = elf_map(interpreter, load_addr + vaddr,
  					eppnt, elf_prot, elf_type, total_size);
  			total_size = 0;
@@ -56831,7 +56194,7 @@ index 67be295..83e2f86 100644
  			error = map_addr;
  			if (BAD_ADDR(map_addr))
  				goto out_close;
-@@ -485,8 +514,8 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
+@@ -490,8 +519,8 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
  			k = load_addr + eppnt->p_vaddr;
  			if (BAD_ADDR(k) ||
  			    eppnt->p_filesz > eppnt->p_memsz ||
@@ -56842,7 +56205,7 @@ index 67be295..83e2f86 100644
  				error = -ENOMEM;
  				goto out_close;
  			}
-@@ -525,9 +554,11 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
+@@ -530,9 +559,11 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
  		elf_bss = ELF_PAGESTART(elf_bss + ELF_MIN_ALIGN - 1);
  
  		/* Map the last of the bss segment */
@@ -56857,7 +56220,7 @@ index 67be295..83e2f86 100644
  	}
  
  	error = load_addr;
-@@ -538,6 +569,336 @@ out:
+@@ -543,6 +574,336 @@ out:
  	return error;
  }
  
@@ -57194,7 +56557,7 @@ index 67be295..83e2f86 100644
  /*
   * These are the functions used to load ELF style executables and shared
   * libraries.  There is no binary dependent code anywhere else.
-@@ -551,6 +912,11 @@ static unsigned long randomize_stack_top(unsigned long stack_top)
+@@ -556,6 +917,11 @@ static unsigned long randomize_stack_top(unsigned long stack_top)
  {
  	unsigned int random_variable = 0;
  
@@ -57206,7 +56569,7 @@ index 67be295..83e2f86 100644
  	if ((current->flags & PF_RANDOMIZE) &&
  		!(current->personality & ADDR_NO_RANDOMIZE)) {
  		random_variable = get_random_int() & STACK_RND_MASK;
-@@ -569,7 +935,7 @@ static int load_elf_binary(struct linux_binprm *bprm)
+@@ -574,7 +940,7 @@ static int load_elf_binary(struct linux_binprm *bprm)
   	unsigned long load_addr = 0, load_bias = 0;
  	int load_addr_set = 0;
  	char * elf_interpreter = NULL;
@@ -57215,13 +56578,7 @@ index 67be295..83e2f86 100644
  	struct elf_phdr *elf_ppnt, *elf_phdata;
  	unsigned long elf_bss, elf_brk;
  	int retval, i;
-@@ -579,12 +945,12 @@ static int load_elf_binary(struct linux_binprm *bprm)
- 	unsigned long start_code, end_code, start_data, end_data;
- 	unsigned long reloc_func_desc __maybe_unused = 0;
- 	int executable_stack = EXSTACK_DEFAULT;
--	unsigned long def_flags = 0;
- 	struct pt_regs *regs = current_pt_regs();
- 	struct {
+@@ -589,6 +955,7 @@ static int load_elf_binary(struct linux_binprm *bprm)
  		struct elfhdr elf_ex;
  		struct elfhdr interp_elf_ex;
  	} *loc;
@@ -57229,13 +56586,7 @@ index 67be295..83e2f86 100644
  
  	loc = kmalloc(sizeof(*loc), GFP_KERNEL);
  	if (!loc) {
-@@ -720,11 +1086,82 @@ static int load_elf_binary(struct linux_binprm *bprm)
- 		goto out_free_dentry;
- 
- 	/* OK, This is the point of no return */
--	current->mm->def_flags = def_flags;
-+	current->mm->def_flags = 0;
- 
+@@ -726,6 +1093,77 @@ static int load_elf_binary(struct linux_binprm *bprm)
  	/* Do this immediately, since STACK_TOP as used in setup_arg_pages
  	   may depend on the personality.  */
  	SET_PERSONALITY(loc->elf_ex);
@@ -57313,7 +56664,7 @@ index 67be295..83e2f86 100644
  	if (elf_read_implies_exec(loc->elf_ex, executable_stack))
  		current->personality |= READ_IMPLIES_EXEC;
  
-@@ -814,6 +1251,20 @@ static int load_elf_binary(struct linux_binprm *bprm)
+@@ -815,6 +1253,20 @@ static int load_elf_binary(struct linux_binprm *bprm)
  #else
  			load_bias = ELF_PAGESTART(ELF_ET_DYN_BASE - vaddr);
  #endif
@@ -57334,7 +56685,7 @@ index 67be295..83e2f86 100644
  		}
  
  		error = elf_map(bprm->file, load_bias + vaddr, elf_ppnt,
-@@ -846,9 +1297,9 @@ static int load_elf_binary(struct linux_binprm *bprm)
+@@ -847,9 +1299,9 @@ static int load_elf_binary(struct linux_binprm *bprm)
  		 * allowed task size. Note that p_filesz must always be
  		 * <= p_memsz so it is only necessary to check p_memsz.
  		 */
@@ -57347,7 +56698,7 @@ index 67be295..83e2f86 100644
  			/* set_brk can never work. Avoid overflows. */
  			send_sig(SIGKILL, current, 0);
  			retval = -EINVAL;
-@@ -887,17 +1338,45 @@ static int load_elf_binary(struct linux_binprm *bprm)
+@@ -888,17 +1340,45 @@ static int load_elf_binary(struct linux_binprm *bprm)
  		goto out_free_dentry;
  	}
  	if (likely(elf_bss != elf_brk) && unlikely(padzero(elf_bss))) {
@@ -57399,7 +56750,7 @@ index 67be295..83e2f86 100644
  					    load_bias);
  		if (!IS_ERR((void *)elf_entry)) {
  			/*
-@@ -1119,7 +1598,7 @@ static bool always_dump_vma(struct vm_area_struct *vma)
+@@ -1122,7 +1602,7 @@ static bool always_dump_vma(struct vm_area_struct *vma)
   * Decide what to dump of a segment, part, all or none.
   */
  static unsigned long vma_dump_size(struct vm_area_struct *vma,
@@ -57408,7 +56759,7 @@ index 67be295..83e2f86 100644
  {
  #define FILTER(type)	(mm_flags & (1UL << MMF_DUMP_##type))
  
-@@ -1157,7 +1636,7 @@ static unsigned long vma_dump_size(struct vm_area_struct *vma,
+@@ -1160,7 +1640,7 @@ static unsigned long vma_dump_size(struct vm_area_struct *vma,
  	if (vma->vm_file == NULL)
  		return 0;
  
@@ -57417,7 +56768,7 @@ index 67be295..83e2f86 100644
  		goto whole;
  
  	/*
-@@ -1364,9 +1843,9 @@ static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm)
+@@ -1367,9 +1847,9 @@ static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm)
  {
  	elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv;
  	int i = 0;
@@ -57429,7 +56780,7 @@ index 67be295..83e2f86 100644
  	fill_note(note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv);
  }
  
-@@ -1375,7 +1854,7 @@ static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata,
+@@ -1378,7 +1858,7 @@ static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata,
  {
  	mm_segment_t old_fs = get_fs();
  	set_fs(KERNEL_DS);
@@ -57438,7 +56789,7 @@ index 67be295..83e2f86 100644
  	set_fs(old_fs);
  	fill_note(note, "CORE", NT_SIGINFO, sizeof(*csigdata), csigdata);
  }
-@@ -1999,14 +2478,14 @@ static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum,
+@@ -2002,14 +2482,14 @@ static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum,
  }
  
  static size_t elf_core_vma_data_size(struct vm_area_struct *gate_vma,
@@ -57455,7 +56806,7 @@ index 67be295..83e2f86 100644
  	return size;
  }
  
-@@ -2097,7 +2576,7 @@ static int elf_core_dump(struct coredump_params *cprm)
+@@ -2100,7 +2580,7 @@ static int elf_core_dump(struct coredump_params *cprm)
  
  	dataoff = offset = roundup(offset, ELF_EXEC_PAGESIZE);
  
@@ -57464,7 +56815,7 @@ index 67be295..83e2f86 100644
  	offset += elf_core_extra_data_size();
  	e_shoff = offset;
  
-@@ -2125,7 +2604,7 @@ static int elf_core_dump(struct coredump_params *cprm)
+@@ -2128,7 +2608,7 @@ static int elf_core_dump(struct coredump_params *cprm)
  		phdr.p_offset = offset;
  		phdr.p_vaddr = vma->vm_start;
  		phdr.p_paddr = 0;
@@ -57473,7 +56824,7 @@ index 67be295..83e2f86 100644
  		phdr.p_memsz = vma->vm_end - vma->vm_start;
  		offset += phdr.p_filesz;
  		phdr.p_flags = vma->vm_flags & VM_READ ? PF_R : 0;
-@@ -2158,7 +2637,7 @@ static int elf_core_dump(struct coredump_params *cprm)
+@@ -2161,7 +2641,7 @@ static int elf_core_dump(struct coredump_params *cprm)
  		unsigned long addr;
  		unsigned long end;
  
@@ -57482,7 +56833,7 @@ index 67be295..83e2f86 100644
  
  		for (addr = vma->vm_start; addr < end; addr += PAGE_SIZE) {
  			struct page *page;
-@@ -2199,6 +2678,167 @@ out:
+@@ -2202,6 +2682,167 @@ out:
  
  #endif		/* CONFIG_ELF_CORE */
  
@@ -57651,10 +57002,10 @@ index 67be295..83e2f86 100644
  {
  	register_binfmt(&elf_format);
 diff --git a/fs/bio.c b/fs/bio.c
-index 8754e7b..0669094 100644
+index 6f0362b..26a7496 100644
 --- a/fs/bio.c
 +++ b/fs/bio.c
-@@ -1145,7 +1145,7 @@ struct bio *bio_copy_user_iov(struct request_queue *q,
+@@ -1144,7 +1144,7 @@ struct bio *bio_copy_user_iov(struct request_queue *q,
  		/*
  		 * Overflow, abort
  		 */
@@ -57663,7 +57014,7 @@ index 8754e7b..0669094 100644
  			return ERR_PTR(-EINVAL);
  
  		nr_pages += end - start;
-@@ -1279,7 +1279,7 @@ static struct bio *__bio_map_user_iov(struct request_queue *q,
+@@ -1278,7 +1278,7 @@ static struct bio *__bio_map_user_iov(struct request_queue *q,
  		/*
  		 * Overflow, abort
  		 */
@@ -57672,7 +57023,7 @@ index 8754e7b..0669094 100644
  			return ERR_PTR(-EINVAL);
  
  		nr_pages += end - start;
-@@ -1541,7 +1541,7 @@ static void bio_copy_kern_endio(struct bio *bio, int err)
+@@ -1540,7 +1540,7 @@ static void bio_copy_kern_endio(struct bio *bio, int err)
  	const int read = bio_data_dir(bio) == READ;
  	struct bio_map_data *bmd = bio->bi_private;
  	int i;
@@ -57682,7 +57033,7 @@ index 8754e7b..0669094 100644
  	bio_for_each_segment_all(bvec, bio, i) {
  		char *addr = page_address(bvec->bv_page);
 diff --git a/fs/block_dev.c b/fs/block_dev.c
-index 1e86823..8e34695 100644
+index 552a8d1..d51ccf3 100644
 --- a/fs/block_dev.c
 +++ b/fs/block_dev.c
 @@ -637,7 +637,7 @@ static bool bd_may_claim(struct block_device *bdev, struct block_device *whole,
@@ -57695,7 +57046,7 @@ index 1e86823..8e34695 100644
  	else if (whole->bd_holder != NULL)
  		return false;	 /* is a partition of a held device */
 diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
-index cbd3a7d6f..c6a2881 100644
+index 1bcfcdb..e942132 100644
 --- a/fs/btrfs/ctree.c
 +++ b/fs/btrfs/ctree.c
 @@ -1216,9 +1216,12 @@ static noinline int __btrfs_cow_block(struct btrfs_trans_handle *trans,
@@ -57715,7 +57066,7 @@ index cbd3a7d6f..c6a2881 100644
  
  		WARN_ON(trans->transid != btrfs_header_generation(parent));
 diff --git a/fs/btrfs/delayed-inode.c b/fs/btrfs/delayed-inode.c
-index 451b00c..a2cccee 100644
+index 33e561a..16df7ae 100644
 --- a/fs/btrfs/delayed-inode.c
 +++ b/fs/btrfs/delayed-inode.c
 @@ -459,7 +459,7 @@ static int __btrfs_add_delayed_deletion_item(struct btrfs_delayed_node *node,
@@ -57768,10 +57119,10 @@ index f70119f..ab5894d 100644
  	spin_lock_init(&delayed_root->lock);
  	init_waitqueue_head(&delayed_root->wait);
 diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
-index a6d8efa..2f062cf 100644
+index 2f6d7b1..f186382 100644
 --- a/fs/btrfs/ioctl.c
 +++ b/fs/btrfs/ioctl.c
-@@ -3491,9 +3491,12 @@ static long btrfs_ioctl_space_info(struct btrfs_root *root, void __user *arg)
+@@ -3575,9 +3575,12 @@ static long btrfs_ioctl_space_info(struct btrfs_root *root, void __user *arg)
  	for (i = 0; i < num_types; i++) {
  		struct btrfs_space_info *tmp;
  
@@ -57784,7 +57135,7 @@ index a6d8efa..2f062cf 100644
  		info = NULL;
  		rcu_read_lock();
  		list_for_each_entry_rcu(tmp, &root->fs_info->space_info,
-@@ -3515,10 +3518,7 @@ static long btrfs_ioctl_space_info(struct btrfs_root *root, void __user *arg)
+@@ -3599,10 +3602,7 @@ static long btrfs_ioctl_space_info(struct btrfs_root *root, void __user *arg)
  				memcpy(dest, &space, sizeof(space));
  				dest++;
  				space_args.total_spaces++;
@@ -57796,10 +57147,10 @@ index a6d8efa..2f062cf 100644
  		up_read(&info->groups_sem);
  	}
 diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
-index d04db81..96e54f1 100644
+index 9601d25..2896d6c 100644
 --- a/fs/btrfs/super.c
 +++ b/fs/btrfs/super.c
-@@ -268,7 +268,7 @@ void __btrfs_abort_transaction(struct btrfs_trans_handle *trans,
+@@ -270,7 +270,7 @@ void __btrfs_abort_transaction(struct btrfs_trans_handle *trans,
  		           function, line, errstr);
  		return;
  	}
@@ -57809,10 +57160,10 @@ index d04db81..96e54f1 100644
  	wake_up(&root->fs_info->transaction_wait);
  	wake_up(&root->fs_info->transaction_blocked_wait);
 diff --git a/fs/btrfs/sysfs.c b/fs/btrfs/sysfs.c
-index 865f4cf..f321e86 100644
+index c5eb214..218cc24 100644
 --- a/fs/btrfs/sysfs.c
 +++ b/fs/btrfs/sysfs.c
-@@ -436,7 +436,7 @@ static int addrm_unknown_feature_attrs(struct btrfs_fs_info *fs_info, bool add)
+@@ -437,7 +437,7 @@ static int addrm_unknown_feature_attrs(struct btrfs_fs_info *fs_info, bool add)
  	for (set = 0; set < FEAT_MAX; set++) {
  		int i;
  		struct attribute *attrs[2];
@@ -57821,8 +57172,57 @@ index 865f4cf..f321e86 100644
  			.name = "features",
  			.attrs = attrs,
  		};
+diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
+index e2f45fc..b036909 100644
+--- a/fs/btrfs/tree-log.c
++++ b/fs/btrfs/tree-log.c
+@@ -2533,7 +2533,7 @@ int btrfs_sync_log(struct btrfs_trans_handle *trans,
+ 		blk_finish_plug(&plug);
+ 		btrfs_abort_transaction(trans, root, ret);
+ 		btrfs_free_logged_extents(log, log_transid);
+-		ACCESS_ONCE(root->fs_info->last_trans_log_full_commit) =
++		ACCESS_ONCE_RW(root->fs_info->last_trans_log_full_commit) =
+ 								trans->transid;
+ 		mutex_unlock(&root->log_mutex);
+ 		goto out;
+@@ -2577,7 +2577,7 @@ int btrfs_sync_log(struct btrfs_trans_handle *trans,
+ 			list_del_init(&root_log_ctx.list);
+ 
+ 		blk_finish_plug(&plug);
+-		ACCESS_ONCE(root->fs_info->last_trans_log_full_commit) =
++		ACCESS_ONCE_RW(root->fs_info->last_trans_log_full_commit) =
+ 								trans->transid;
+ 		if (ret != -ENOSPC) {
+ 			btrfs_abort_transaction(trans, root, ret);
+@@ -2622,7 +2622,7 @@ int btrfs_sync_log(struct btrfs_trans_handle *trans,
+ 	 * now that we've moved on to the tree of log tree roots,
+ 	 * check the full commit flag again
+ 	 */
+-	if (ACCESS_ONCE(root->fs_info->last_trans_log_full_commit) ==
++	if (ACCESS_ONCE_RW(root->fs_info->last_trans_log_full_commit) ==
+ 	    trans->transid) {
+ 		blk_finish_plug(&plug);
+ 		btrfs_wait_marked_extents(log, &log->dirty_log_pages, mark);
+@@ -2637,7 +2637,7 @@ int btrfs_sync_log(struct btrfs_trans_handle *trans,
+ 					 EXTENT_DIRTY | EXTENT_NEW);
+ 	blk_finish_plug(&plug);
+ 	if (ret) {
+-		ACCESS_ONCE(root->fs_info->last_trans_log_full_commit) =
++		ACCESS_ONCE_RW(root->fs_info->last_trans_log_full_commit) =
+ 								trans->transid;
+ 		btrfs_abort_transaction(trans, root, ret);
+ 		btrfs_free_logged_extents(log, log_transid);
+@@ -2667,7 +2667,7 @@ int btrfs_sync_log(struct btrfs_trans_handle *trans,
+ 	 */
+ 	ret = write_ctree_super(trans, root->fs_info->tree_root, 1);
+ 	if (ret) {
+-		ACCESS_ONCE(root->fs_info->last_trans_log_full_commit) =
++		ACCESS_ONCE_RW(root->fs_info->last_trans_log_full_commit) =
+ 								trans->transid;
+ 		btrfs_abort_transaction(trans, root, ret);
+ 		goto out_wake_log_root;
 diff --git a/fs/buffer.c b/fs/buffer.c
-index 27265a8..289f488 100644
+index 9ddb9fc..7aa2487 100644
 --- a/fs/buffer.c
 +++ b/fs/buffer.c
 @@ -3428,7 +3428,7 @@ void __init buffer_init(void)
@@ -57835,7 +57235,7 @@ index 27265a8..289f488 100644
  
  	/*
 diff --git a/fs/cachefiles/bind.c b/fs/cachefiles/bind.c
-index 622f469..e8d2d55 100644
+index 5b99baf..47fffb5 100644
 --- a/fs/cachefiles/bind.c
 +++ b/fs/cachefiles/bind.c
 @@ -39,13 +39,11 @@ int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args)
@@ -57933,7 +57333,7 @@ index 5349473..d6c0b93 100644
  
  #else
 diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
-index ca65f39..48921e3 100644
+index c0a6817..ea811166 100644
 --- a/fs/cachefiles/namei.c
 +++ b/fs/cachefiles/namei.c
 @@ -317,7 +317,7 @@ try_again:
@@ -57976,10 +57376,10 @@ index eccd339..4c1d995 100644
  			return 0;
  
 diff --git a/fs/cachefiles/rdwr.c b/fs/cachefiles/rdwr.c
-index ebaff36..7e3ea26 100644
+index 4b1fb5c..0d2a699 100644
 --- a/fs/cachefiles/rdwr.c
 +++ b/fs/cachefiles/rdwr.c
-@@ -950,7 +950,7 @@ int cachefiles_write_page(struct fscache_storage *op, struct page *page)
+@@ -943,7 +943,7 @@ int cachefiles_write_page(struct fscache_storage *op, struct page *page)
  			old_fs = get_fs();
  			set_fs(KERNEL_DS);
  			ret = file->f_op->write(
@@ -57989,10 +57389,10 @@ index ebaff36..7e3ea26 100644
  			kunmap(page);
  			file_end_write(file);
 diff --git a/fs/ceph/dir.c b/fs/ceph/dir.c
-index 5e0982a..b7e82bc 100644
+index c29d6ae..a56c4ae 100644
 --- a/fs/ceph/dir.c
 +++ b/fs/ceph/dir.c
-@@ -248,7 +248,7 @@ static int ceph_readdir(struct file *file, struct dir_context *ctx)
+@@ -250,7 +250,7 @@ static int ceph_readdir(struct file *file, struct dir_context *ctx)
  	struct ceph_fs_client *fsc = ceph_inode_to_client(inode);
  	struct ceph_mds_client *mdsc = fsc->mdsc;
  	unsigned frag = fpos_frag(ctx->pos);
@@ -58002,7 +57402,7 @@ index 5e0982a..b7e82bc 100644
  	u32 ftype;
  	struct ceph_mds_reply_info_parsed *rinfo;
 diff --git a/fs/ceph/super.c b/fs/ceph/super.c
-index 10a4ccb..92dbc5e 100644
+index 06150fd..192061b 100644
 --- a/fs/ceph/super.c
 +++ b/fs/ceph/super.c
 @@ -895,7 +895,7 @@ static int ceph_compare_super(struct super_block *sb, void *data)
@@ -58068,7 +57468,7 @@ index f3ac415..3d2420c 100644
  					server->ops->print_stats(m, tcon);
  			}
 diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
-index 7c6b73c..a8f0db2 100644
+index 5be1f997..fa1015a1 100644
 --- a/fs/cifs/cifsfs.c
 +++ b/fs/cifs/cifsfs.c
 @@ -1068,7 +1068,7 @@ cifs_init_request_bufs(void)
@@ -58185,7 +57585,7 @@ index 30f6e92..e915ba5 100644
  GLOBAL_EXTERN atomic_t smBufAllocCount;
  GLOBAL_EXTERN atomic_t midCount;
 diff --git a/fs/cifs/file.c b/fs/cifs/file.c
-index 87c4dd0..a90f115 100644
+index 5ed03e0..e9a3a6c 100644
 --- a/fs/cifs/file.c
 +++ b/fs/cifs/file.c
 @@ -1900,10 +1900,14 @@ static int cifs_writepages(struct address_space *mapping,
@@ -58459,10 +57859,10 @@ index 35ddc3e..563e809 100644
  }
  
 diff --git a/fs/cifs/smb2pdu.c b/fs/cifs/smb2pdu.c
-index 8603447..f9caeee 100644
+index 3802f8c..3a98488 100644
 --- a/fs/cifs/smb2pdu.c
 +++ b/fs/cifs/smb2pdu.c
-@@ -2094,8 +2094,7 @@ SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
+@@ -2092,8 +2092,7 @@ SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
  	default:
  		cifs_dbg(VFS, "info level %u isn't supported\n",
  			 srch_inf->info_level);
@@ -58521,7 +57921,7 @@ index 1da168c..8bc7ff6 100644
  
  	return hit;
 diff --git a/fs/compat.c b/fs/compat.c
-index 6af20de..fec3fbb 100644
+index 66d3d3c..9c10175 100644
 --- a/fs/compat.c
 +++ b/fs/compat.c
 @@ -54,7 +54,7 @@
@@ -58533,7 +57933,7 @@ index 6af20de..fec3fbb 100644
  
  int compat_printk(const char *fmt, ...)
  {
-@@ -488,7 +488,7 @@ compat_sys_io_setup(unsigned nr_reqs, u32 __user *ctx32p)
+@@ -512,7 +512,7 @@ COMPAT_SYSCALL_DEFINE2(io_setup, unsigned, nr_reqs, u32 __user *, ctx32p)
  
  	set_fs(KERNEL_DS);
  	/* The __user pointer cast is valid because of the set_fs() */
@@ -58542,7 +57942,7 @@ index 6af20de..fec3fbb 100644
  	set_fs(oldfs);
  	/* truncating is ok because it's a user address */
  	if (!ret)
-@@ -546,7 +546,7 @@ ssize_t compat_rw_copy_check_uvector(int type,
+@@ -562,7 +562,7 @@ ssize_t compat_rw_copy_check_uvector(int type,
  		goto out;
  
  	ret = -EINVAL;
@@ -58551,7 +57951,7 @@ index 6af20de..fec3fbb 100644
  		goto out;
  	if (nr_segs > fast_segs) {
  		ret = -ENOMEM;
-@@ -834,6 +834,7 @@ struct compat_old_linux_dirent {
+@@ -850,6 +850,7 @@ struct compat_old_linux_dirent {
  struct compat_readdir_callback {
  	struct dir_context ctx;
  	struct compat_old_linux_dirent __user *dirent;
@@ -58559,7 +57959,7 @@ index 6af20de..fec3fbb 100644
  	int result;
  };
  
-@@ -851,6 +852,10 @@ static int compat_fillonedir(void *__buf, const char *name, int namlen,
+@@ -867,6 +868,10 @@ static int compat_fillonedir(void *__buf, const char *name, int namlen,
  		buf->result = -EOVERFLOW;
  		return -EOVERFLOW;
  	}
@@ -58570,7 +57970,7 @@ index 6af20de..fec3fbb 100644
  	buf->result++;
  	dirent = buf->dirent;
  	if (!access_ok(VERIFY_WRITE, dirent,
-@@ -882,6 +887,7 @@ asmlinkage long compat_sys_old_readdir(unsigned int fd,
+@@ -898,6 +903,7 @@ COMPAT_SYSCALL_DEFINE3(old_readdir, unsigned int, fd,
  	if (!f.file)
  		return -EBADF;
  
@@ -58578,7 +57978,7 @@ index 6af20de..fec3fbb 100644
  	error = iterate_dir(f.file, &buf.ctx);
  	if (buf.result)
  		error = buf.result;
-@@ -901,6 +907,7 @@ struct compat_getdents_callback {
+@@ -917,6 +923,7 @@ struct compat_getdents_callback {
  	struct dir_context ctx;
  	struct compat_linux_dirent __user *current_dir;
  	struct compat_linux_dirent __user *previous;
@@ -58586,7 +57986,7 @@ index 6af20de..fec3fbb 100644
  	int count;
  	int error;
  };
-@@ -922,6 +929,10 @@ static int compat_filldir(void *__buf, const char *name, int namlen,
+@@ -938,6 +945,10 @@ static int compat_filldir(void *__buf, const char *name, int namlen,
  		buf->error = -EOVERFLOW;
  		return -EOVERFLOW;
  	}
@@ -58597,7 +57997,7 @@ index 6af20de..fec3fbb 100644
  	dirent = buf->previous;
  	if (dirent) {
  		if (__put_user(offset, &dirent->d_off))
-@@ -967,6 +978,7 @@ asmlinkage long compat_sys_getdents(unsigned int fd,
+@@ -983,6 +994,7 @@ COMPAT_SYSCALL_DEFINE3(getdents, unsigned int, fd,
  	if (!f.file)
  		return -EBADF;
  
@@ -58605,7 +58005,7 @@ index 6af20de..fec3fbb 100644
  	error = iterate_dir(f.file, &buf.ctx);
  	if (error >= 0)
  		error = buf.error;
-@@ -987,6 +999,7 @@ struct compat_getdents_callback64 {
+@@ -1003,6 +1015,7 @@ struct compat_getdents_callback64 {
  	struct dir_context ctx;
  	struct linux_dirent64 __user *current_dir;
  	struct linux_dirent64 __user *previous;
@@ -58613,7 +58013,7 @@ index 6af20de..fec3fbb 100644
  	int count;
  	int error;
  };
-@@ -1003,6 +1016,10 @@ static int compat_filldir64(void * __buf, const char * name, int namlen, loff_t
+@@ -1019,6 +1032,10 @@ static int compat_filldir64(void * __buf, const char * name, int namlen, loff_t
  	buf->error = -EINVAL;	/* only used if we fail.. */
  	if (reclen > buf->count)
  		return -EINVAL;
@@ -58624,7 +58024,7 @@ index 6af20de..fec3fbb 100644
  	dirent = buf->previous;
  
  	if (dirent) {
-@@ -1052,6 +1069,7 @@ asmlinkage long compat_sys_getdents64(unsigned int fd,
+@@ -1068,6 +1085,7 @@ COMPAT_SYSCALL_DEFINE3(getdents64, unsigned int, fd,
  	if (!f.file)
  		return -EBADF;
  
@@ -58633,7 +58033,7 @@ index 6af20de..fec3fbb 100644
  	if (error >= 0)
  		error = buf.error;
 diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c
-index a81147e..20bf2b5 100644
+index 4d24d17..4f8c09e 100644
 --- a/fs/compat_binfmt_elf.c
 +++ b/fs/compat_binfmt_elf.c
 @@ -30,11 +30,13 @@
@@ -58651,7 +58051,7 @@ index a81147e..20bf2b5 100644
  
  /*
 diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
-index 3881610..ab3df0b 100644
+index e822890..59374d5 100644
 --- a/fs/compat_ioctl.c
 +++ b/fs/compat_ioctl.c
 @@ -621,7 +621,7 @@ static int serial_struct_ioctl(unsigned fd, unsigned cmd,
@@ -58683,7 +58083,7 @@ index 3881610..ab3df0b 100644
  		return -EFAULT;
  
  	return ioctl_preallocate(file, p);
-@@ -1617,8 +1617,8 @@ asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd,
+@@ -1618,8 +1618,8 @@ COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd,
  static int __init init_sys32_ioctl_cmp(const void *p, const void *q)
  {
  	unsigned int a, b;
@@ -58829,10 +58229,10 @@ index 0b2528f..836c55f 100644
  		return 0;
  	while (nr) {
 diff --git a/fs/dcache.c b/fs/dcache.c
-index 7f3b400..9c911f2 100644
+index e99c6f5..2838bf58 100644
 --- a/fs/dcache.c
 +++ b/fs/dcache.c
-@@ -1495,7 +1495,7 @@ struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name)
+@@ -1445,7 +1445,7 @@ struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name)
  	 */
  	dentry->d_iname[DNAME_INLINE_LEN-1] = 0;
  	if (name->len > DNAME_INLINE_LEN-1) {
@@ -58841,7 +58241,7 @@ index 7f3b400..9c911f2 100644
  		if (!dname) {
  			kmem_cache_free(dentry_cache, dentry); 
  			return NULL;
-@@ -3430,7 +3430,8 @@ void __init vfs_caches_init(unsigned long mempages)
+@@ -3413,7 +3413,8 @@ void __init vfs_caches_init(unsigned long mempages)
  	mempages -= reserve;
  
  	names_cachep = kmem_cache_create("names_cache", PATH_MAX, 0,
@@ -58852,10 +58252,10 @@ index 7f3b400..9c911f2 100644
  	dcache_init();
  	inode_init();
 diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
-index 9c0444c..628490c 100644
+index 8c41b52..145b1b9 100644
 --- a/fs/debugfs/inode.c
 +++ b/fs/debugfs/inode.c
-@@ -415,7 +415,11 @@ EXPORT_SYMBOL_GPL(debugfs_create_file);
+@@ -416,7 +416,11 @@ EXPORT_SYMBOL_GPL(debugfs_create_file);
   */
  struct dentry *debugfs_create_dir(const char *name, struct dentry *parent)
  {
@@ -58868,7 +58268,7 @@ index 9c0444c..628490c 100644
  }
  EXPORT_SYMBOL_GPL(debugfs_create_dir);
 diff --git a/fs/ecryptfs/inode.c b/fs/ecryptfs/inode.c
-index b167ca4..a224e19 100644
+index d4a9431..77f9b2e 100644
 --- a/fs/ecryptfs/inode.c
 +++ b/fs/ecryptfs/inode.c
 @@ -673,7 +673,7 @@ static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz)
@@ -58894,10 +58294,10 @@ index e4141f2..d8263e8 100644
  		i += packet_length_size;
  		if (copy_to_user(&buf[i], msg_ctx->msg, msg_ctx->msg_size))
 diff --git a/fs/exec.c b/fs/exec.c
-index 31e46b1..88754df 100644
+index 238b7aa..a421d91 100644
 --- a/fs/exec.c
 +++ b/fs/exec.c
-@@ -55,8 +55,20 @@
+@@ -56,8 +56,20 @@
  #include <linux/pipe_fs_i.h>
  #include <linux/oom.h>
  #include <linux/compat.h>
@@ -58918,7 +58318,7 @@ index 31e46b1..88754df 100644
  #include <asm/mmu_context.h>
  #include <asm/tlb.h>
  
-@@ -65,19 +77,34 @@
+@@ -66,19 +78,34 @@
  
  #include <trace/events/sched.h>
  
@@ -58955,7 +58355,7 @@ index 31e46b1..88754df 100644
  	write_unlock(&binfmt_lock);
  }
  
-@@ -86,7 +113,7 @@ EXPORT_SYMBOL(__register_binfmt);
+@@ -87,7 +114,7 @@ EXPORT_SYMBOL(__register_binfmt);
  void unregister_binfmt(struct linux_binfmt * fmt)
  {
  	write_lock(&binfmt_lock);
@@ -58964,7 +58364,7 @@ index 31e46b1..88754df 100644
  	write_unlock(&binfmt_lock);
  }
  
-@@ -180,18 +207,10 @@ static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos,
+@@ -183,18 +210,10 @@ static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos,
  		int write)
  {
  	struct page *page;
@@ -58986,7 +58386,7 @@ index 31e46b1..88754df 100644
  		return NULL;
  
  	if (write) {
-@@ -207,6 +226,17 @@ static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos,
+@@ -210,6 +229,17 @@ static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos,
  		if (size <= ARG_MAX)
  			return page;
  
@@ -59004,7 +58404,7 @@ index 31e46b1..88754df 100644
  		/*
  		 * Limit to 1/4-th the stack size for the argv+env strings.
  		 * This ensures that:
-@@ -266,6 +296,11 @@ static int __bprm_mm_init(struct linux_binprm *bprm)
+@@ -269,6 +299,11 @@ static int __bprm_mm_init(struct linux_binprm *bprm)
  	vma->vm_end = STACK_TOP_MAX;
  	vma->vm_start = vma->vm_end - PAGE_SIZE;
  	vma->vm_flags = VM_SOFTDIRTY | VM_STACK_FLAGS | VM_STACK_INCOMPLETE_SETUP;
@@ -59016,7 +58416,7 @@ index 31e46b1..88754df 100644
  	vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
  	INIT_LIST_HEAD(&vma->anon_vma_chain);
  
-@@ -276,6 +311,12 @@ static int __bprm_mm_init(struct linux_binprm *bprm)
+@@ -279,6 +314,12 @@ static int __bprm_mm_init(struct linux_binprm *bprm)
  	mm->stack_vm = mm->total_vm = 1;
  	up_write(&mm->mmap_sem);
  	bprm->p = vma->vm_end - sizeof(void *);
@@ -59029,7 +58429,7 @@ index 31e46b1..88754df 100644
  	return 0;
  err:
  	up_write(&mm->mmap_sem);
-@@ -396,7 +437,7 @@ struct user_arg_ptr {
+@@ -399,7 +440,7 @@ struct user_arg_ptr {
  	} ptr;
  };
  
@@ -59038,7 +58438,7 @@ index 31e46b1..88754df 100644
  {
  	const char __user *native;
  
-@@ -405,14 +446,14 @@ static const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr)
+@@ -408,14 +449,14 @@ static const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr)
  		compat_uptr_t compat;
  
  		if (get_user(compat, argv.ptr.compat + nr))
@@ -59055,7 +58455,7 @@ index 31e46b1..88754df 100644
  
  	return native;
  }
-@@ -431,7 +472,7 @@ static int count(struct user_arg_ptr argv, int max)
+@@ -434,7 +475,7 @@ static int count(struct user_arg_ptr argv, int max)
  			if (!p)
  				break;
  
@@ -59064,7 +58464,7 @@ index 31e46b1..88754df 100644
  				return -EFAULT;
  
  			if (i >= max)
-@@ -466,7 +507,7 @@ static int copy_strings(int argc, struct user_arg_ptr argv,
+@@ -469,7 +510,7 @@ static int copy_strings(int argc, struct user_arg_ptr argv,
  
  		ret = -EFAULT;
  		str = get_user_arg_ptr(argv, argc);
@@ -59073,7 +58473,7 @@ index 31e46b1..88754df 100644
  			goto out;
  
  		len = strnlen_user(str, MAX_ARG_STRLEN);
-@@ -548,7 +589,7 @@ int copy_strings_kernel(int argc, const char *const *__argv,
+@@ -551,7 +592,7 @@ int copy_strings_kernel(int argc, const char *const *__argv,
  	int r;
  	mm_segment_t oldfs = get_fs();
  	struct user_arg_ptr argv = {
@@ -59082,7 +58482,7 @@ index 31e46b1..88754df 100644
  	};
  
  	set_fs(KERNEL_DS);
-@@ -583,7 +624,8 @@ static int shift_arg_pages(struct vm_area_struct *vma, unsigned long shift)
+@@ -586,7 +627,8 @@ static int shift_arg_pages(struct vm_area_struct *vma, unsigned long shift)
  	unsigned long new_end = old_end - shift;
  	struct mmu_gather tlb;
  
@@ -59092,7 +58492,7 @@ index 31e46b1..88754df 100644
  
  	/*
  	 * ensure there are no vmas between where we want to go
-@@ -592,6 +634,10 @@ static int shift_arg_pages(struct vm_area_struct *vma, unsigned long shift)
+@@ -595,6 +637,10 @@ static int shift_arg_pages(struct vm_area_struct *vma, unsigned long shift)
  	if (vma != find_vma(mm, new_start))
  		return -EFAULT;
  
@@ -59103,7 +58503,7 @@ index 31e46b1..88754df 100644
  	/*
  	 * cover the whole range: [new_start, old_end)
  	 */
-@@ -672,10 +718,6 @@ int setup_arg_pages(struct linux_binprm *bprm,
+@@ -675,10 +721,6 @@ int setup_arg_pages(struct linux_binprm *bprm,
  	stack_top = arch_align_stack(stack_top);
  	stack_top = PAGE_ALIGN(stack_top);
  
@@ -59114,7 +58514,7 @@ index 31e46b1..88754df 100644
  	stack_shift = vma->vm_end - stack_top;
  
  	bprm->p -= stack_shift;
-@@ -687,8 +729,28 @@ int setup_arg_pages(struct linux_binprm *bprm,
+@@ -690,8 +732,28 @@ int setup_arg_pages(struct linux_binprm *bprm,
  	bprm->exec -= stack_shift;
  
  	down_write(&mm->mmap_sem);
@@ -59143,7 +58543,7 @@ index 31e46b1..88754df 100644
  	/*
  	 * Adjust stack execute permissions; explicitly enable for
  	 * EXSTACK_ENABLE_X, disable for EXSTACK_DISABLE_X and leave alone
-@@ -707,13 +769,6 @@ int setup_arg_pages(struct linux_binprm *bprm,
+@@ -710,13 +772,6 @@ int setup_arg_pages(struct linux_binprm *bprm,
  		goto out_unlock;
  	BUG_ON(prev != vma);
  
@@ -59157,7 +58557,7 @@ index 31e46b1..88754df 100644
  	/* mprotect_fixup is overkill to remove the temporary stack flags */
  	vma->vm_flags &= ~VM_STACK_INCOMPLETE_SETUP;
  
-@@ -737,6 +792,27 @@ int setup_arg_pages(struct linux_binprm *bprm,
+@@ -740,6 +795,27 @@ int setup_arg_pages(struct linux_binprm *bprm,
  #endif
  	current->mm->start_stack = bprm->p;
  	ret = expand_stack(vma, stack_base);
@@ -59185,7 +58585,7 @@ index 31e46b1..88754df 100644
  	if (ret)
  		ret = -EFAULT;
  
-@@ -772,6 +848,8 @@ static struct file *do_open_exec(struct filename *name)
+@@ -775,6 +851,8 @@ static struct file *do_open_exec(struct filename *name)
  
  	fsnotify_open(file);
  
@@ -59194,7 +58594,7 @@ index 31e46b1..88754df 100644
  	err = deny_write_access(file);
  	if (err)
  		goto exit;
-@@ -801,7 +879,7 @@ int kernel_read(struct file *file, loff_t offset,
+@@ -804,7 +882,7 @@ int kernel_read(struct file *file, loff_t offset,
  	old_fs = get_fs();
  	set_fs(get_ds());
  	/* The cast to a user pointer is valid due to the set_fs() */
@@ -59203,15 +58603,15 @@ index 31e46b1..88754df 100644
  	set_fs(old_fs);
  	return result;
  }
-@@ -846,6 +924,7 @@ static int exec_mmap(struct mm_struct *mm)
+@@ -849,6 +927,7 @@ static int exec_mmap(struct mm_struct *mm)
  	tsk->mm = mm;
  	tsk->active_mm = mm;
  	activate_mm(active_mm, mm);
 +	populate_stack();
+ 	tsk->mm->vmacache_seqnum = 0;
+ 	vmacache_flush(tsk);
  	task_unlock(tsk);
- 	if (old_mm) {
- 		up_read(&old_mm->mmap_sem);
-@@ -1258,7 +1337,7 @@ static void check_unsafe_exec(struct linux_binprm *bprm)
+@@ -1246,7 +1325,7 @@ static void check_unsafe_exec(struct linux_binprm *bprm)
  	}
  	rcu_read_unlock();
  
@@ -59220,7 +58620,7 @@ index 31e46b1..88754df 100644
  		bprm->unsafe |= LSM_UNSAFE_SHARE;
  	else
  		p->fs->in_exec = 1;
-@@ -1434,6 +1513,31 @@ static int exec_binprm(struct linux_binprm *bprm)
+@@ -1422,6 +1501,31 @@ static int exec_binprm(struct linux_binprm *bprm)
  	return ret;
  }
  
@@ -59252,7 +58652,7 @@ index 31e46b1..88754df 100644
  /*
   * sys_execve() executes a new program.
   */
-@@ -1441,6 +1545,11 @@ static int do_execve_common(struct filename *filename,
+@@ -1429,6 +1533,11 @@ static int do_execve_common(struct filename *filename,
  				struct user_arg_ptr argv,
  				struct user_arg_ptr envp)
  {
@@ -59264,7 +58664,7 @@ index 31e46b1..88754df 100644
  	struct linux_binprm *bprm;
  	struct file *file;
  	struct files_struct *displaced;
-@@ -1449,6 +1558,8 @@ static int do_execve_common(struct filename *filename,
+@@ -1437,6 +1546,8 @@ static int do_execve_common(struct filename *filename,
  	if (IS_ERR(filename))
  		return PTR_ERR(filename);
  
@@ -59273,7 +58673,7 @@ index 31e46b1..88754df 100644
  	/*
  	 * We move the actual failure in case of RLIMIT_NPROC excess from
  	 * set*uid() to execve() because too many poorly written programs
-@@ -1486,11 +1597,21 @@ static int do_execve_common(struct filename *filename,
+@@ -1474,11 +1585,21 @@ static int do_execve_common(struct filename *filename,
  	if (IS_ERR(file))
  		goto out_unmark;
  
@@ -59295,7 +58695,7 @@ index 31e46b1..88754df 100644
  	retval = bprm_mm_init(bprm);
  	if (retval)
  		goto out_unmark;
-@@ -1507,24 +1628,70 @@ static int do_execve_common(struct filename *filename,
+@@ -1495,24 +1616,70 @@ static int do_execve_common(struct filename *filename,
  	if (retval < 0)
  		goto out;
  
@@ -59370,7 +58770,7 @@ index 31e46b1..88754df 100644
  	current->fs->in_exec = 0;
  	current->in_execve = 0;
  	acct_update_integrals(current);
-@@ -1535,6 +1702,14 @@ static int do_execve_common(struct filename *filename,
+@@ -1523,6 +1690,14 @@ static int do_execve_common(struct filename *filename,
  		put_files_struct(displaced);
  	return retval;
  
@@ -59385,7 +58785,7 @@ index 31e46b1..88754df 100644
  out:
  	if (bprm->mm) {
  		acct_arg_size(bprm, 0);
-@@ -1626,3 +1801,312 @@ asmlinkage long compat_sys_execve(const char __user * filename,
+@@ -1614,3 +1789,312 @@ COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename,
  	return compat_do_execve(getname(filename), argv, envp);
  }
  #endif
@@ -59741,7 +59141,7 @@ index 9142614..97484fa 100644
  cleanup:
  	brelse(bh);
 diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c
-index 22548f5..41521d8 100644
+index 158b5d4..2432610 100644
 --- a/fs/ext3/balloc.c
 +++ b/fs/ext3/balloc.c
 @@ -1438,10 +1438,10 @@ static int ext3_has_free_blocks(struct ext3_sb_info *sbi, int use_reservation)
@@ -59783,7 +59183,7 @@ index c6874be..f8a6ae8 100644
  
  static int
 diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c
-index 6ea7b14..8fa16d9 100644
+index 5c56785..77698a2 100644
 --- a/fs/ext4/balloc.c
 +++ b/fs/ext4/balloc.c
 @@ -534,8 +534,8 @@ static int ext4_has_free_clusters(struct ext4_sb_info *sbi,
@@ -59798,10 +59198,10 @@ index 6ea7b14..8fa16d9 100644
  		if (free_clusters >= (nclusters + dirty_clusters +
  				      resv_clusters))
 diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
-index 3a603a8..9b868ba 100644
+index 66946aa..4706fa4 100644
 --- a/fs/ext4/ext4.h
 +++ b/fs/ext4/ext4.h
-@@ -1269,19 +1269,19 @@ struct ext4_sb_info {
+@@ -1274,19 +1274,19 @@ struct ext4_sb_info {
  	unsigned long s_mb_last_start;
  
  	/* stats for buddy allocator */
@@ -59832,10 +59232,10 @@ index 3a603a8..9b868ba 100644
  
  	/* locality groups */
 diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
-index 04a5c75..09894fa 100644
+index c8238a2..42c2029 100644
 --- a/fs/ext4/mballoc.c
 +++ b/fs/ext4/mballoc.c
-@@ -1880,7 +1880,7 @@ void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac,
+@@ -1889,7 +1889,7 @@ void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac,
  		BUG_ON(ac->ac_b_ex.fe_len != ac->ac_g_ex.fe_len);
  
  		if (EXT4_SB(sb)->s_mb_stats)
@@ -59844,7 +59244,7 @@ index 04a5c75..09894fa 100644
  
  		break;
  	}
-@@ -2189,7 +2189,7 @@ repeat:
+@@ -2199,7 +2199,7 @@ repeat:
  			ac->ac_status = AC_STATUS_CONTINUE;
  			ac->ac_flags |= EXT4_MB_HINT_FIRST;
  			cr = 3;
@@ -59853,7 +59253,7 @@ index 04a5c75..09894fa 100644
  			goto repeat;
  		}
  	}
-@@ -2697,25 +2697,25 @@ int ext4_mb_release(struct super_block *sb)
+@@ -2707,25 +2707,25 @@ int ext4_mb_release(struct super_block *sb)
  	if (sbi->s_mb_stats) {
  		ext4_msg(sb, KERN_INFO,
  		       "mballoc: %u blocks %u reqs (%u success)",
@@ -59889,7 +59289,7 @@ index 04a5c75..09894fa 100644
  	}
  
  	free_percpu(sbi->s_locality_groups);
-@@ -3169,16 +3169,16 @@ static void ext4_mb_collect_stats(struct ext4_allocation_context *ac)
+@@ -3179,16 +3179,16 @@ static void ext4_mb_collect_stats(struct ext4_allocation_context *ac)
  	struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
  
  	if (sbi->s_mb_stats && ac->ac_g_ex.fe_len > 1) {
@@ -59912,7 +59312,7 @@ index 04a5c75..09894fa 100644
  	}
  
  	if (ac->ac_op == EXT4_MB_HISTORY_ALLOC)
-@@ -3583,7 +3583,7 @@ ext4_mb_new_inode_pa(struct ext4_allocation_context *ac)
+@@ -3593,7 +3593,7 @@ ext4_mb_new_inode_pa(struct ext4_allocation_context *ac)
  	trace_ext4_mb_new_inode_pa(ac, pa);
  
  	ext4_mb_use_inode_pa(ac, pa);
@@ -59921,7 +59321,7 @@ index 04a5c75..09894fa 100644
  
  	ei = EXT4_I(ac->ac_inode);
  	grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
-@@ -3643,7 +3643,7 @@ ext4_mb_new_group_pa(struct ext4_allocation_context *ac)
+@@ -3653,7 +3653,7 @@ ext4_mb_new_group_pa(struct ext4_allocation_context *ac)
  	trace_ext4_mb_new_group_pa(ac, pa);
  
  	ext4_mb_use_group_pa(ac, pa);
@@ -59930,7 +59330,7 @@ index 04a5c75..09894fa 100644
  
  	grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
  	lg = ac->ac_lg;
-@@ -3732,7 +3732,7 @@ ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh,
+@@ -3742,7 +3742,7 @@ ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh,
  		 * from the bitmap and continue.
  		 */
  	}
@@ -59939,7 +59339,7 @@ index 04a5c75..09894fa 100644
  
  	return err;
  }
-@@ -3750,7 +3750,7 @@ ext4_mb_release_group_pa(struct ext4_buddy *e4b,
+@@ -3760,7 +3760,7 @@ ext4_mb_release_group_pa(struct ext4_buddy *e4b,
  	ext4_get_group_no_and_offset(sb, pa->pa_pstart, &group, &bit);
  	BUG_ON(group != e4b->bd_group && pa->pa_len != 0);
  	mb_free_blocks(pa->pa_inode, e4b, bit, pa->pa_len);
@@ -59962,10 +59362,10 @@ index 04434ad..6404663 100644
  		       "MMP failure info: last update time: %llu, last update "
  		       "node: %s, last update device: %s\n",
 diff --git a/fs/ext4/super.c b/fs/ext4/super.c
-index 710fed2..a82e4e8 100644
+index 6f9e6fa..5431c02 100644
 --- a/fs/ext4/super.c
 +++ b/fs/ext4/super.c
-@@ -1270,7 +1270,7 @@ static ext4_fsblk_t get_sb_block(void **data)
+@@ -1275,7 +1275,7 @@ static ext4_fsblk_t get_sb_block(void **data)
  }
  
  #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
@@ -59974,7 +59374,7 @@ index 710fed2..a82e4e8 100644
  	"Contact linux-ext4@vger.kernel.org if you think we should keep it.\n";
  
  #ifdef CONFIG_QUOTA
-@@ -2450,7 +2450,7 @@ struct ext4_attr {
+@@ -2455,7 +2455,7 @@ struct ext4_attr {
  		int offset;
  		int deprecated_val;
  	} u;
@@ -59984,10 +59384,10 @@ index 710fed2..a82e4e8 100644
  static int parse_strtoull(const char *buf,
  		unsigned long long max, unsigned long long *value)
 diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c
-index 55e611c..cfad16d 100644
+index 4eec399..1d9444c 100644
 --- a/fs/ext4/xattr.c
 +++ b/fs/ext4/xattr.c
-@@ -381,7 +381,7 @@ static int
+@@ -383,7 +383,7 @@ static int
  ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry,
  			char *buffer, size_t buffer_size)
  {
@@ -59996,7 +59396,7 @@ index 55e611c..cfad16d 100644
  
  	for (; !IS_LAST_ENTRY(entry); entry = EXT4_XATTR_NEXT(entry)) {
  		const struct xattr_handler *handler =
-@@ -398,9 +398,10 @@ ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry,
+@@ -400,9 +400,10 @@ ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry,
  				buffer += size;
  			}
  			rest -= size;
@@ -60009,7 +59409,7 @@ index 55e611c..cfad16d 100644
  
  static int
 diff --git a/fs/fcntl.c b/fs/fcntl.c
-index ef68665..5deacdc 100644
+index 72c82f6..a18b263 100644
 --- a/fs/fcntl.c
 +++ b/fs/fcntl.c
 @@ -106,6 +106,11 @@ int __f_setown(struct file *filp, struct pid *pid, enum pid_type type,
@@ -60056,7 +59456,7 @@ index 999ff5c..ac037c9 100644
  		goto out_err;
  	}
 diff --git a/fs/file.c b/fs/file.c
-index eb56a13..ccee850 100644
+index 8f294cf..d0f3872 100644
 --- a/fs/file.c
 +++ b/fs/file.c
 @@ -16,6 +16,7 @@
@@ -60067,7 +59467,7 @@ index eb56a13..ccee850 100644
  #include <linux/fdtable.h>
  #include <linux/bitops.h>
  #include <linux/interrupt.h>
-@@ -141,7 +142,7 @@ out:
+@@ -144,7 +145,7 @@ out:
   * Return <0 error code on error; 1 on successful completion.
   * The files->file_lock should be held on entry, and will be held on exit.
   */
@@ -60076,7 +59476,7 @@ index eb56a13..ccee850 100644
  	__releases(files->file_lock)
  	__acquires(files->file_lock)
  {
-@@ -186,7 +187,7 @@ static int expand_fdtable(struct files_struct *files, int nr)
+@@ -189,7 +190,7 @@ static int expand_fdtable(struct files_struct *files, int nr)
   * expanded and execution may have blocked.
   * The files->file_lock should be held on entry, and will be held on exit.
   */
@@ -60085,7 +59485,7 @@ index eb56a13..ccee850 100644
  {
  	struct fdtable *fdt;
  
-@@ -807,6 +808,7 @@ int replace_fd(unsigned fd, struct file *file, unsigned flags)
+@@ -804,6 +805,7 @@ int replace_fd(unsigned fd, struct file *file, unsigned flags)
  	if (!file)
  		return __close_fd(files, fd);
  
@@ -60093,7 +59493,7 @@ index eb56a13..ccee850 100644
  	if (fd >= rlimit(RLIMIT_NOFILE))
  		return -EBADF;
  
-@@ -833,6 +835,7 @@ SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags)
+@@ -830,6 +832,7 @@ SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags)
  	if (unlikely(oldfd == newfd))
  		return -EINVAL;
  
@@ -60101,7 +59501,7 @@ index eb56a13..ccee850 100644
  	if (newfd >= rlimit(RLIMIT_NOFILE))
  		return -EBADF;
  
-@@ -888,6 +891,7 @@ SYSCALL_DEFINE1(dup, unsigned int, fildes)
+@@ -885,6 +888,7 @@ SYSCALL_DEFINE1(dup, unsigned int, fildes)
  int f_dupfd(unsigned int from, struct file *file, unsigned flags)
  {
  	int err;
@@ -60110,10 +59510,10 @@ index eb56a13..ccee850 100644
  		return -EINVAL;
  	err = alloc_fd(from, flags);
 diff --git a/fs/filesystems.c b/fs/filesystems.c
-index 92567d9..fcd8cbf 100644
+index 5797d45..7d7d79a 100644
 --- a/fs/filesystems.c
 +++ b/fs/filesystems.c
-@@ -273,7 +273,11 @@ struct file_system_type *get_fs_type(const char *name)
+@@ -275,7 +275,11 @@ struct file_system_type *get_fs_type(const char *name)
  	int len = dot ? dot - name : strlen(name);
  
  	fs = __get_fs_type(name, len);
@@ -61600,10 +61000,10 @@ index 40d13c7..ddf52b9 100644
  	seq_printf(m, "CacheOp: alo=%d luo=%d luc=%d gro=%d\n",
  		   atomic_read(&fscache_n_cop_alloc_object),
 diff --git a/fs/fuse/cuse.c b/fs/fuse/cuse.c
-index b96a49b..9bfdc47 100644
+index 13b691a..1ffca5ae 100644
 --- a/fs/fuse/cuse.c
 +++ b/fs/fuse/cuse.c
-@@ -606,10 +606,12 @@ static int __init cuse_init(void)
+@@ -607,10 +607,12 @@ static int __init cuse_init(void)
  		INIT_LIST_HEAD(&cuse_conntbl[i]);
  
  	/* inherit and extend fuse_dev_operations */
@@ -61621,7 +61021,7 @@ index b96a49b..9bfdc47 100644
  	cuse_class = class_create(THIS_MODULE, "cuse");
  	if (IS_ERR(cuse_class))
 diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
-index 0a648bb..8d463f1 100644
+index aac71ce..fcd6a1b 100644
 --- a/fs/fuse/dev.c
 +++ b/fs/fuse/dev.c
 @@ -1323,7 +1323,7 @@ static ssize_t fuse_dev_splice_read(struct file *in, loff_t *ppos,
@@ -61643,10 +61043,10 @@ index 0a648bb..8d463f1 100644
  	}
  
 diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c
-index 1d1292c..bba17ea 100644
+index 4219835..3473b7e 100644
 --- a/fs/fuse/dir.c
 +++ b/fs/fuse/dir.c
-@@ -1418,7 +1418,7 @@ static char *read_link(struct dentry *dentry)
+@@ -1478,7 +1478,7 @@ static char *read_link(struct dentry *dentry)
  	return link;
  }
  
@@ -61656,7 +61056,7 @@ index 1d1292c..bba17ea 100644
  	if (!IS_ERR(link))
  		free_page((unsigned long) link);
 diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
-index fe649d3..c679164 100644
+index 9c470fd..aae410e 100644
 --- a/fs/hostfs/hostfs_kern.c
 +++ b/fs/hostfs/hostfs_kern.c
 @@ -898,7 +898,7 @@ static void *hostfs_follow_link(struct dentry *dentry, struct nameidata *nd)
@@ -61669,7 +61069,7 @@ index fe649d3..c679164 100644
  		__putname(s);
  }
 diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c
-index d19b30a..ef89c36 100644
+index e19d4c0..8a357a9 100644
 --- a/fs/hugetlbfs/inode.c
 +++ b/fs/hugetlbfs/inode.c
 @@ -152,6 +152,7 @@ hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
@@ -61709,7 +61109,7 @@ index d19b30a..ef89c36 100644
  	info.high_limit = TASK_SIZE;
  	info.align_mask = PAGE_MASK & ~huge_page_mask(h);
  	info.align_offset = 0;
-@@ -908,7 +918,7 @@ static struct file_system_type hugetlbfs_fs_type = {
+@@ -921,7 +931,7 @@ static struct file_system_type hugetlbfs_fs_type = {
  };
  MODULE_ALIAS_FS("hugetlbfs");
  
@@ -61719,11 +61119,15 @@ index d19b30a..ef89c36 100644
  static int can_do_hugetlb_shm(void)
  {
 diff --git a/fs/inode.c b/fs/inode.c
-index e846a32..6b22e15 100644
+index d2fb2f2..a6444b0 100644
 --- a/fs/inode.c
 +++ b/fs/inode.c
-@@ -841,8 +841,8 @@ unsigned int get_next_ino(void)
+@@ -839,16 +839,20 @@ unsigned int get_next_ino(void)
+ 	unsigned int *p = &get_cpu_var(last_ino);
+ 	unsigned int res = *p;
  
++start:
++
  #ifdef CONFIG_SMP
  	if (unlikely((res & (LAST_INO_BATCH-1)) == 0)) {
 -		static atomic_t shared_last_ino;
@@ -61733,6 +61137,15 @@ index e846a32..6b22e15 100644
  
  		res = next - LAST_INO_BATCH;
  	}
+ #endif
+ 
+-	*p = ++res;
++	if (unlikely(!++res))
++		goto start;	/* never zero */
++	*p = res;
+ 	put_cpu_var(last_ino);
+ 	return res;
+ }
 diff --git a/fs/jffs2/erase.c b/fs/jffs2/erase.c
 index 4a6cf28..d3a29d3 100644
 --- a/fs/jffs2/erase.c
@@ -61762,10 +61175,10 @@ index a6597d6..41b30ec 100644
  
  /*
 diff --git a/fs/jfs/super.c b/fs/jfs/super.c
-index e2b7483..855bca3 100644
+index 97f7fda..09bd33d 100644
 --- a/fs/jfs/super.c
 +++ b/fs/jfs/super.c
-@@ -884,7 +884,7 @@ static int __init init_jfs_fs(void)
+@@ -885,7 +885,7 @@ static int __init init_jfs_fs(void)
  
  	jfs_inode_cachep =
  	    kmem_cache_create("jfs_ip", sizeof(struct jfs_inode_info), 0,
@@ -61775,10 +61188,10 @@ index e2b7483..855bca3 100644
  	if (jfs_inode_cachep == NULL)
  		return -ENOMEM;
 diff --git a/fs/kernfs/dir.c b/fs/kernfs/dir.c
-index 39c0143..d54fad4 100644
+index ac127cd..d8079db 100644
 --- a/fs/kernfs/dir.c
 +++ b/fs/kernfs/dir.c
-@@ -28,7 +28,7 @@ DEFINE_MUTEX(kernfs_mutex);
+@@ -182,7 +182,7 @@ struct kernfs_node *kernfs_get_parent(struct kernfs_node *kn)
   *
   *	Returns 31 bit hash of ns + name (so it fits in an off_t )
   */
@@ -61788,7 +61201,7 @@ index 39c0143..d54fad4 100644
  	unsigned long hash = init_name_hash();
  	unsigned int len = strlen(name);
 diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c
-index d29640b..32d2b6b 100644
+index 5e9a80c..3853a24 100644
 --- a/fs/kernfs/file.c
 +++ b/fs/kernfs/file.c
 @@ -33,7 +33,7 @@ static DEFINE_MUTEX(kernfs_open_file_mutex);
@@ -61809,7 +61222,7 @@ index d29640b..32d2b6b 100644
  
  	return of->kn->attr.ops->seq_show(sf, v);
  }
-@@ -353,12 +353,12 @@ static int kernfs_vma_page_mkwrite(struct vm_area_struct *vma,
+@@ -361,12 +361,12 @@ static int kernfs_vma_page_mkwrite(struct vm_area_struct *vma,
  	return ret;
  }
  
@@ -61825,7 +61238,7 @@ index d29640b..32d2b6b 100644
  
  	if (!of->vm_ops)
  		return -EINVAL;
-@@ -559,7 +559,7 @@ static int kernfs_get_open_node(struct kernfs_node *kn,
+@@ -567,7 +567,7 @@ static int kernfs_get_open_node(struct kernfs_node *kn,
  		return -ENOMEM;
  
  	atomic_set(&new_on->refcnt, 0);
@@ -61834,7 +61247,7 @@ index d29640b..32d2b6b 100644
  	init_waitqueue_head(&new_on->poll);
  	INIT_LIST_HEAD(&new_on->files);
  	goto retry;
-@@ -756,7 +756,7 @@ static unsigned int kernfs_fop_poll(struct file *filp, poll_table *wait)
+@@ -773,7 +773,7 @@ static unsigned int kernfs_fop_poll(struct file *filp, poll_table *wait)
  
  	kernfs_put_active(kn);
  
@@ -61843,7 +61256,7 @@ index d29640b..32d2b6b 100644
  		goto trigger;
  
  	return DEFAULT_POLLMASK;
-@@ -781,7 +781,7 @@ void kernfs_notify(struct kernfs_node *kn)
+@@ -798,7 +798,7 @@ void kernfs_notify(struct kernfs_node *kn)
  	if (!WARN_ON(kernfs_type(kn) != KERNFS_FILE)) {
  		on = kn->attr.open;
  		if (on) {
@@ -61853,10 +61266,10 @@ index d29640b..32d2b6b 100644
  		}
  	}
 diff --git a/fs/kernfs/symlink.c b/fs/kernfs/symlink.c
-index 4d45705..b35e0bd 100644
+index 8a19889..4c3069a 100644
 --- a/fs/kernfs/symlink.c
 +++ b/fs/kernfs/symlink.c
-@@ -132,7 +132,7 @@ static void *kernfs_iop_follow_link(struct dentry *dentry, struct nameidata *nd)
+@@ -128,7 +128,7 @@ static void *kernfs_iop_follow_link(struct dentry *dentry, struct nameidata *nd)
  static void kernfs_iop_put_link(struct dentry *dentry, struct nameidata *nd,
  				void *cookie)
  {
@@ -61921,11 +61334,11 @@ index acd3947..1f896e2 100644
  	memcpy(c->data, &cookie, 4);
  	c->len=4;
 diff --git a/fs/locks.c b/fs/locks.c
-index 4dd39b9..12d6aaf 100644
+index e390bd9..c79870e 100644
 --- a/fs/locks.c
 +++ b/fs/locks.c
-@@ -2218,16 +2218,16 @@ void locks_remove_flock(struct file *filp)
- 		return;
+@@ -2315,16 +2315,16 @@ void locks_remove_file(struct file *filp)
+ 	locks_remove_posix(filp, (fl_owner_t)filp);
  
  	if (filp->f_op->flock) {
 -		struct file_lock fl = {
@@ -61946,13 +61359,13 @@ index 4dd39b9..12d6aaf 100644
  
  	spin_lock(&inode->i_lock);
 diff --git a/fs/mount.h b/fs/mount.h
-index b29e42f..5ea7fdf 100644
+index d55297f..f5b28c5 100644
 --- a/fs/mount.h
 +++ b/fs/mount.h
 @@ -11,7 +11,7 @@ struct mnt_namespace {
  	u64			seq;	/* Sequence number to prevent loops */
  	wait_queue_head_t poll;
- 	int event;
+ 	u64 event;
 -};
 +} __randomize_layout;
  
@@ -61968,10 +61381,10 @@ index b29e42f..5ea7fdf 100644
  #define MNT_NS_INTERNAL ERR_PTR(-EINVAL) /* distinct from any mnt_namespace */
  
 diff --git a/fs/namei.c b/fs/namei.c
-index 8274c8d..922e189 100644
+index 985c6f3..f67a0f8 100644
 --- a/fs/namei.c
 +++ b/fs/namei.c
-@@ -330,17 +330,34 @@ int generic_permission(struct inode *inode, int mask)
+@@ -330,17 +330,32 @@ int generic_permission(struct inode *inode, int mask)
  	if (ret != -EACCES)
  		return ret;
  
@@ -61987,10 +61400,9 @@ index 8274c8d..922e189 100644
 -			return 0;
  		if (!(mask & MAY_WRITE))
 -			if (capable_wrt_inode_uidgid(inode,
-+			if (capable_wrt_inode_uidgid_nolog(inode,
-+				CAP_DAC_OVERRIDE) ||
-+			    capable_wrt_inode_uidgid(inode,
- 						     CAP_DAC_READ_SEARCH))
+-						     CAP_DAC_READ_SEARCH))
++			if (capable_wrt_inode_uidgid_nolog(inode, CAP_DAC_OVERRIDE) ||
++			    capable_wrt_inode_uidgid(inode, CAP_DAC_READ_SEARCH))
  				return 0;
 +		if (capable_wrt_inode_uidgid(inode, CAP_DAC_OVERRIDE))
 +			return 0;
@@ -62009,7 +61421,7 @@ index 8274c8d..922e189 100644
  	 * Read/write DACs are always overridable.
  	 * Executable DACs are overridable when there is
  	 * at least one exec bit set.
-@@ -349,14 +366,6 @@ int generic_permission(struct inode *inode, int mask)
+@@ -349,14 +364,6 @@ int generic_permission(struct inode *inode, int mask)
  		if (capable_wrt_inode_uidgid(inode, CAP_DAC_OVERRIDE))
  			return 0;
  
@@ -62023,8 +61435,8 @@ index 8274c8d..922e189 100644
 -
  	return -EACCES;
  }
- 
-@@ -822,7 +831,7 @@ follow_link(struct path *link, struct nameidata *nd, void **p)
+ EXPORT_SYMBOL(generic_permission);
+@@ -824,7 +831,7 @@ follow_link(struct path *link, struct nameidata *nd, void **p)
  {
  	struct dentry *dentry = link->dentry;
  	int error;
@@ -62033,7 +61445,7 @@ index 8274c8d..922e189 100644
  
  	BUG_ON(nd->flags & LOOKUP_RCU);
  
-@@ -843,6 +852,12 @@ follow_link(struct path *link, struct nameidata *nd, void **p)
+@@ -845,6 +852,12 @@ follow_link(struct path *link, struct nameidata *nd, void **p)
  	if (error)
  		goto out_put_nd_path;
  
@@ -62046,7 +61458,7 @@ index 8274c8d..922e189 100644
  	nd->last_type = LAST_BIND;
  	*p = dentry->d_inode->i_op->follow_link(dentry, nd);
  	error = PTR_ERR(*p);
-@@ -1591,6 +1606,8 @@ static inline int nested_symlink(struct path *path, struct nameidata *nd)
+@@ -1596,6 +1609,8 @@ static inline int nested_symlink(struct path *path, struct nameidata *nd)
  		if (res)
  			break;
  		res = walk_component(nd, path, LOOKUP_FOLLOW);
@@ -62055,7 +61467,7 @@ index 8274c8d..922e189 100644
  		put_link(nd, &link, cookie);
  	} while (res > 0);
  
-@@ -1664,7 +1681,7 @@ EXPORT_SYMBOL(full_name_hash);
+@@ -1669,7 +1684,7 @@ EXPORT_SYMBOL(full_name_hash);
  static inline unsigned long hash_name(const char *name, unsigned int *hashp)
  {
  	unsigned long a, b, adata, bdata, mask, hash, len;
@@ -62064,7 +61476,7 @@ index 8274c8d..922e189 100644
  
  	hash = a = 0;
  	len = -sizeof(unsigned long);
-@@ -1948,6 +1965,8 @@ static int path_lookupat(int dfd, const char *name,
+@@ -1953,6 +1968,8 @@ static int path_lookupat(int dfd, const char *name,
  			if (err)
  				break;
  			err = lookup_last(nd, &path);
@@ -62073,7 +61485,7 @@ index 8274c8d..922e189 100644
  			put_link(nd, &link, cookie);
  		}
  	}
-@@ -1955,6 +1974,13 @@ static int path_lookupat(int dfd, const char *name,
+@@ -1960,6 +1977,13 @@ static int path_lookupat(int dfd, const char *name,
  	if (!err)
  		err = complete_walk(nd);
  
@@ -62085,9 +61497,9 @@ index 8274c8d..922e189 100644
 +	}
 +
  	if (!err && nd->flags & LOOKUP_DIRECTORY) {
- 		if (!d_is_directory(nd->path.dentry)) {
+ 		if (!d_can_lookup(nd->path.dentry)) {
  			path_put(&nd->path);
-@@ -1982,8 +2008,15 @@ static int filename_lookup(int dfd, struct filename *name,
+@@ -1987,8 +2011,15 @@ static int filename_lookup(int dfd, struct filename *name,
  		retval = path_lookupat(dfd, name->name,
  						flags | LOOKUP_REVAL, nd);
  
@@ -62104,7 +61516,7 @@ index 8274c8d..922e189 100644
  	return retval;
  }
  
-@@ -2557,6 +2590,13 @@ static int may_open(struct path *path, int acc_mode, int flag)
+@@ -2569,6 +2600,13 @@ static int may_open(struct path *path, int acc_mode, int flag)
  	if (flag & O_NOATIME && !inode_owner_or_capable(inode))
  		return -EPERM;
  
@@ -62118,7 +61530,7 @@ index 8274c8d..922e189 100644
  	return 0;
  }
  
-@@ -2788,7 +2828,7 @@ looked_up:
+@@ -2800,7 +2838,7 @@ looked_up:
   * cleared otherwise prior to returning.
   */
  static int lookup_open(struct nameidata *nd, struct path *path,
@@ -62127,7 +61539,7 @@ index 8274c8d..922e189 100644
  			const struct open_flags *op,
  			bool got_write, int *opened)
  {
-@@ -2823,6 +2863,17 @@ static int lookup_open(struct nameidata *nd, struct path *path,
+@@ -2835,6 +2873,17 @@ static int lookup_open(struct nameidata *nd, struct path *path,
  	/* Negative dentry, just create the file */
  	if (!dentry->d_inode && (op->open_flag & O_CREAT)) {
  		umode_t mode = op->mode;
@@ -62145,7 +61557,7 @@ index 8274c8d..922e189 100644
  		if (!IS_POSIXACL(dir->d_inode))
  			mode &= ~current_umask();
  		/*
-@@ -2844,6 +2895,8 @@ static int lookup_open(struct nameidata *nd, struct path *path,
+@@ -2856,6 +2905,8 @@ static int lookup_open(struct nameidata *nd, struct path *path,
  				   nd->flags & LOOKUP_EXCL);
  		if (error)
  			goto out_dput;
@@ -62154,7 +61566,7 @@ index 8274c8d..922e189 100644
  	}
  out_no_open:
  	path->dentry = dentry;
-@@ -2858,7 +2911,7 @@ out_dput:
+@@ -2870,7 +2921,7 @@ out_dput:
  /*
   * Handle the last step of open()
   */
@@ -62163,7 +61575,7 @@ index 8274c8d..922e189 100644
  		   struct file *file, const struct open_flags *op,
  		   int *opened, struct filename *name)
  {
-@@ -2908,6 +2961,15 @@ static int do_last(struct nameidata *nd, struct path *path,
+@@ -2920,6 +2971,15 @@ static int do_last(struct nameidata *nd, struct path *path,
  		if (error)
  			return error;
  
@@ -62179,7 +61591,7 @@ index 8274c8d..922e189 100644
  		audit_inode(name, dir, LOOKUP_PARENT);
  		error = -EISDIR;
  		/* trailing slashes? */
-@@ -2927,7 +2989,7 @@ retry_lookup:
+@@ -2939,7 +2999,7 @@ retry_lookup:
  		 */
  	}
  	mutex_lock(&dir->d_inode->i_mutex);
@@ -62188,7 +61600,7 @@ index 8274c8d..922e189 100644
  	mutex_unlock(&dir->d_inode->i_mutex);
  
  	if (error <= 0) {
-@@ -2951,11 +3013,28 @@ retry_lookup:
+@@ -2963,11 +3023,28 @@ retry_lookup:
  		goto finish_open_created;
  	}
  
@@ -62218,7 +61630,7 @@ index 8274c8d..922e189 100644
  
  	/*
  	 * If atomic_open() acquired write access it is dropped now due to
-@@ -2996,6 +3075,11 @@ finish_lookup:
+@@ -3008,6 +3085,11 @@ finish_lookup:
  			}
  		}
  		BUG_ON(inode != path->dentry->d_inode);
@@ -62230,7 +61642,7 @@ index 8274c8d..922e189 100644
  		return 1;
  	}
  
-@@ -3005,7 +3089,6 @@ finish_lookup:
+@@ -3017,7 +3099,6 @@ finish_lookup:
  		save_parent.dentry = nd->path.dentry;
  		save_parent.mnt = mntget(path->mnt);
  		nd->path.dentry = path->dentry;
@@ -62238,7 +61650,7 @@ index 8274c8d..922e189 100644
  	}
  	nd->inode = inode;
  	/* Why this, you ask?  _Now_ we might have grown LOOKUP_JUMPED... */
-@@ -3015,7 +3098,18 @@ finish_open:
+@@ -3027,7 +3108,18 @@ finish_open:
  		path_put(&save_parent);
  		return error;
  	}
@@ -62255,9 +61667,9 @@ index 8274c8d..922e189 100644
  	audit_inode(name, nd->path.dentry, 0);
 +
  	error = -EISDIR;
- 	if ((open_flag & O_CREAT) &&
- 	    (d_is_directory(nd->path.dentry) || d_is_autodir(nd->path.dentry)))
-@@ -3179,7 +3273,7 @@ static struct file *path_openat(int dfd, struct filename *pathname,
+ 	if ((open_flag & O_CREAT) && d_is_dir(nd->path.dentry))
+ 		goto out;
+@@ -3190,7 +3282,7 @@ static struct file *path_openat(int dfd, struct filename *pathname,
  	if (unlikely(error))
  		goto out;
  
@@ -62266,7 +61678,7 @@ index 8274c8d..922e189 100644
  	while (unlikely(error > 0)) { /* trailing symlink */
  		struct path link = path;
  		void *cookie;
-@@ -3197,7 +3291,7 @@ static struct file *path_openat(int dfd, struct filename *pathname,
+@@ -3208,7 +3300,7 @@ static struct file *path_openat(int dfd, struct filename *pathname,
  		error = follow_link(&link, nd, &cookie);
  		if (unlikely(error))
  			break;
@@ -62275,7 +61687,7 @@ index 8274c8d..922e189 100644
  		put_link(nd, &link, cookie);
  	}
  out:
-@@ -3297,9 +3391,11 @@ struct dentry *kern_path_create(int dfd, const char *pathname,
+@@ -3308,9 +3400,11 @@ struct dentry *kern_path_create(int dfd, const char *pathname,
  		goto unlock;
  
  	error = -EEXIST;
@@ -62289,7 +61701,7 @@ index 8274c8d..922e189 100644
  	/*
  	 * Special case - lookup gave negative, but... we had foo/bar/
  	 * From the vfs_mknod() POV we just have a negative dentry -
-@@ -3351,6 +3447,20 @@ struct dentry *user_path_create(int dfd, const char __user *pathname,
+@@ -3362,6 +3456,20 @@ struct dentry *user_path_create(int dfd, const char __user *pathname,
  }
  EXPORT_SYMBOL(user_path_create);
  
@@ -62310,7 +61722,7 @@ index 8274c8d..922e189 100644
  int vfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev)
  {
  	int error = may_create(dir, dentry);
-@@ -3413,6 +3523,17 @@ retry:
+@@ -3425,6 +3533,17 @@ retry:
  
  	if (!IS_POSIXACL(path.dentry->d_inode))
  		mode &= ~current_umask();
@@ -62328,7 +61740,7 @@ index 8274c8d..922e189 100644
  	error = security_path_mknod(&path, dentry, mode, dev);
  	if (error)
  		goto out;
-@@ -3429,6 +3550,8 @@ retry:
+@@ -3441,6 +3560,8 @@ retry:
  			break;
  	}
  out:
@@ -62337,7 +61749,7 @@ index 8274c8d..922e189 100644
  	done_path_create(&path, dentry);
  	if (retry_estale(error, lookup_flags)) {
  		lookup_flags |= LOOKUP_REVAL;
-@@ -3481,9 +3604,16 @@ retry:
+@@ -3494,9 +3615,16 @@ retry:
  
  	if (!IS_POSIXACL(path.dentry->d_inode))
  		mode &= ~current_umask();
@@ -62354,7 +61766,7 @@ index 8274c8d..922e189 100644
  	done_path_create(&path, dentry);
  	if (retry_estale(error, lookup_flags)) {
  		lookup_flags |= LOOKUP_REVAL;
-@@ -3564,6 +3694,8 @@ static long do_rmdir(int dfd, const char __user *pathname)
+@@ -3579,6 +3707,8 @@ static long do_rmdir(int dfd, const char __user *pathname)
  	struct filename *name;
  	struct dentry *dentry;
  	struct nameidata nd;
@@ -62363,7 +61775,7 @@ index 8274c8d..922e189 100644
  	unsigned int lookup_flags = 0;
  retry:
  	name = user_path_parent(dfd, pathname, &nd, lookup_flags);
-@@ -3596,10 +3728,21 @@ retry:
+@@ -3611,10 +3741,21 @@ retry:
  		error = -ENOENT;
  		goto exit3;
  	}
@@ -62385,7 +61797,7 @@ index 8274c8d..922e189 100644
  exit3:
  	dput(dentry);
  exit2:
-@@ -3689,6 +3832,8 @@ static long do_unlinkat(int dfd, const char __user *pathname)
+@@ -3705,6 +3846,8 @@ static long do_unlinkat(int dfd, const char __user *pathname)
  	struct nameidata nd;
  	struct inode *inode = NULL;
  	struct inode *delegated_inode = NULL;
@@ -62394,7 +61806,7 @@ index 8274c8d..922e189 100644
  	unsigned int lookup_flags = 0;
  retry:
  	name = user_path_parent(dfd, pathname, &nd, lookup_flags);
-@@ -3715,10 +3860,22 @@ retry_deleg:
+@@ -3731,10 +3874,22 @@ retry_deleg:
  		if (d_is_negative(dentry))
  			goto slashes;
  		ihold(inode);
@@ -62417,7 +61829,7 @@ index 8274c8d..922e189 100644
  exit2:
  		dput(dentry);
  	}
-@@ -3806,9 +3963,17 @@ retry:
+@@ -3823,9 +3978,17 @@ retry:
  	if (IS_ERR(dentry))
  		goto out_putname;
  
@@ -62435,7 +61847,7 @@ index 8274c8d..922e189 100644
  	done_path_create(&path, dentry);
  	if (retry_estale(error, lookup_flags)) {
  		lookup_flags |= LOOKUP_REVAL;
-@@ -3911,6 +4076,7 @@ SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname,
+@@ -3929,6 +4092,7 @@ SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname,
  	struct dentry *new_dentry;
  	struct path old_path, new_path;
  	struct inode *delegated_inode = NULL;
@@ -62443,7 +61855,7 @@ index 8274c8d..922e189 100644
  	int how = 0;
  	int error;
  
-@@ -3934,7 +4100,7 @@ retry:
+@@ -3952,7 +4116,7 @@ retry:
  	if (error)
  		return error;
  
@@ -62452,7 +61864,7 @@ index 8274c8d..922e189 100644
  					(how & LOOKUP_REVAL));
  	error = PTR_ERR(new_dentry);
  	if (IS_ERR(new_dentry))
-@@ -3946,11 +4112,28 @@ retry:
+@@ -3964,11 +4128,28 @@ retry:
  	error = may_linkat(&old_path);
  	if (unlikely(error))
  		goto out_dput;
@@ -62481,39 +61893,40 @@ index 8274c8d..922e189 100644
  	done_path_create(&new_path, new_dentry);
  	if (delegated_inode) {
  		error = break_deleg_wait(&delegated_inode);
-@@ -4237,6 +4420,12 @@ retry_deleg:
+@@ -4278,6 +4459,12 @@ retry_deleg:
  	if (new_dentry == trap)
  		goto exit5;
  
 +	error = gr_acl_handle_rename(new_dentry, new_dir, newnd.path.mnt,
 +				     old_dentry, old_dir->d_inode, oldnd.path.mnt,
-+				     to);
++				     to, flags);
 +	if (error)
 +		goto exit5;
 +
  	error = security_path_rename(&oldnd.path, old_dentry,
- 				     &newnd.path, new_dentry);
+ 				     &newnd.path, new_dentry, flags);
  	if (error)
-@@ -4244,6 +4433,9 @@ retry_deleg:
+@@ -4285,6 +4472,9 @@ retry_deleg:
  	error = vfs_rename(old_dir->d_inode, old_dentry,
- 				   new_dir->d_inode, new_dentry,
- 				   &delegated_inode);
+ 			   new_dir->d_inode, new_dentry,
+ 			   &delegated_inode, flags);
 +	if (!error)
 +		gr_handle_rename(old_dir->d_inode, new_dir->d_inode, old_dentry,
-+				 new_dentry, oldnd.path.mnt, new_dentry->d_inode ? 1 : 0);
++				 new_dentry, oldnd.path.mnt, new_dentry->d_inode ? 1 : 0, flags);
  exit5:
  	dput(new_dentry);
  exit4:
-@@ -4280,6 +4472,8 @@ SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newna
+@@ -4327,14 +4517,24 @@ SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newna
  
- int vfs_readlink(struct dentry *dentry, char __user *buffer, int buflen, const char *link)
+ int readlink_copy(char __user *buffer, int buflen, const char *link)
  {
 +	char tmpbuf[64];
 +	const char *newlink;
- 	int len;
+ 	int len = PTR_ERR(link);
++
+ 	if (IS_ERR(link))
+ 		goto out;
  
- 	len = PTR_ERR(link);
-@@ -4289,7 +4483,14 @@ int vfs_readlink(struct dentry *dentry, char __user *buffer, int buflen, const c
  	len = strlen(link);
  	if (len > (unsigned) buflen)
  		len = buflen;
@@ -62530,10 +61943,10 @@ index 8274c8d..922e189 100644
  out:
  	return len;
 diff --git a/fs/namespace.c b/fs/namespace.c
-index 65233a5..82ac953 100644
+index 182bc41..72e3cf1 100644
 --- a/fs/namespace.c
 +++ b/fs/namespace.c
-@@ -1339,6 +1339,9 @@ static int do_umount(struct mount *mnt, int flags)
+@@ -1348,6 +1348,9 @@ static int do_umount(struct mount *mnt, int flags)
  		if (!(sb->s_flags & MS_RDONLY))
  			retval = do_remount_sb(sb, MS_RDONLY, NULL, 0);
  		up_write(&sb->s_umount);
@@ -62543,7 +61956,7 @@ index 65233a5..82ac953 100644
  		return retval;
  	}
  
-@@ -1361,6 +1364,9 @@ static int do_umount(struct mount *mnt, int flags)
+@@ -1370,6 +1373,9 @@ static int do_umount(struct mount *mnt, int flags)
  	}
  	unlock_mount_hash();
  	namespace_unlock();
@@ -62553,7 +61966,7 @@ index 65233a5..82ac953 100644
  	return retval;
  }
  
-@@ -1380,7 +1386,7 @@ static inline bool may_mount(void)
+@@ -1389,7 +1395,7 @@ static inline bool may_mount(void)
   * unixes. Our API is identical to OSF/1 to avoid making a mess of AMD
   */
  
@@ -62562,7 +61975,7 @@ index 65233a5..82ac953 100644
  {
  	struct path path;
  	struct mount *mnt;
-@@ -1422,7 +1428,7 @@ out:
+@@ -1431,7 +1437,7 @@ out:
  /*
   *	The 2.0 compatible umount. No flags.
   */
@@ -62571,7 +61984,7 @@ index 65233a5..82ac953 100644
  {
  	return sys_umount(name, 0);
  }
-@@ -2431,6 +2437,16 @@ long do_mount(const char *dev_name, const char *dir_name,
+@@ -2440,6 +2446,16 @@ long do_mount(const char *dev_name, const char *dir_name,
  		   MS_NOATIME | MS_NODIRATIME | MS_RELATIME| MS_KERNMOUNT |
  		   MS_STRICTATIME);
  
@@ -62588,7 +62001,7 @@ index 65233a5..82ac953 100644
  	if (flags & MS_REMOUNT)
  		retval = do_remount(&path, flags & ~MS_REMOUNT, mnt_flags,
  				    data_page);
-@@ -2445,6 +2461,9 @@ long do_mount(const char *dev_name, const char *dir_name,
+@@ -2454,6 +2470,9 @@ long do_mount(const char *dev_name, const char *dir_name,
  				      dev_name, data_page);
  dput_out:
  	path_put(&path);
@@ -62598,7 +62011,7 @@ index 65233a5..82ac953 100644
  	return retval;
  }
  
-@@ -2462,7 +2481,7 @@ static void free_mnt_ns(struct mnt_namespace *ns)
+@@ -2471,7 +2490,7 @@ static void free_mnt_ns(struct mnt_namespace *ns)
   * number incrementing at 10Ghz will take 12,427 years to wrap which
   * is effectively never, so we can ignore the possibility.
   */
@@ -62607,7 +62020,7 @@ index 65233a5..82ac953 100644
  
  static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
  {
-@@ -2477,7 +2496,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
+@@ -2486,7 +2505,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
  		kfree(new_ns);
  		return ERR_PTR(ret);
  	}
@@ -62616,7 +62029,7 @@ index 65233a5..82ac953 100644
  	atomic_set(&new_ns->count, 1);
  	new_ns->root = NULL;
  	INIT_LIST_HEAD(&new_ns->list);
-@@ -2487,7 +2506,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
+@@ -2496,7 +2515,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
  	return new_ns;
  }
  
@@ -62625,7 +62038,7 @@ index 65233a5..82ac953 100644
  		struct user_namespace *user_ns, struct fs_struct *new_fs)
  {
  	struct mnt_namespace *new_ns;
-@@ -2608,8 +2627,8 @@ struct dentry *mount_subtree(struct vfsmount *mnt, const char *name)
+@@ -2617,8 +2636,8 @@ struct dentry *mount_subtree(struct vfsmount *mnt, const char *name)
  }
  EXPORT_SYMBOL(mount_subtree);
  
@@ -62636,7 +62049,7 @@ index 65233a5..82ac953 100644
  {
  	int ret;
  	char *kernel_type;
-@@ -2722,6 +2741,11 @@ SYSCALL_DEFINE2(pivot_root, const char __user *, new_root,
+@@ -2731,6 +2750,11 @@ SYSCALL_DEFINE2(pivot_root, const char __user *, new_root,
  	if (error)
  		goto out2;
  
@@ -62648,7 +62061,7 @@ index 65233a5..82ac953 100644
  	get_fs_root(current->fs, &root);
  	old_mp = lock_mount(&old);
  	error = PTR_ERR(old_mp);
-@@ -2990,7 +3014,7 @@ static int mntns_install(struct nsproxy *nsproxy, void *ns)
+@@ -2999,7 +3023,7 @@ static int mntns_install(struct nsproxy *nsproxy, void *ns)
  	    !ns_capable(current_user_ns(), CAP_SYS_ADMIN))
  		return -EPERM;
  
@@ -62671,10 +62084,10 @@ index f4ccfe6..a5cf064 100644
  static struct callback_op callback_ops[];
  
 diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
-index 360114a..ac6e265 100644
+index 0c43897..0949f08 100644
 --- a/fs/nfs/inode.c
 +++ b/fs/nfs/inode.c
-@@ -1189,16 +1189,16 @@ static int nfs_size_need_update(const struct inode *inode, const struct nfs_fatt
+@@ -1209,16 +1209,16 @@ static int nfs_size_need_update(const struct inode *inode, const struct nfs_fatt
  	return nfs_size_to_loff_t(fattr->size) > i_size_read(inode);
  }
  
@@ -62695,7 +62108,7 @@ index 360114a..ac6e265 100644
  
  void nfs_fattr_init(struct nfs_fattr *fattr)
 diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
-index 9a914e8..e89c0ea 100644
+index d543222..2cfa2a2 100644
 --- a/fs/nfsd/nfs4proc.c
 +++ b/fs/nfsd/nfs4proc.c
 @@ -1178,7 +1178,7 @@ struct nfsd4_operation {
@@ -62708,10 +62121,10 @@ index 9a914e8..e89c0ea 100644
  static struct nfsd4_operation nfsd4_ops[];
  
 diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
-index 16e8fa7..b0803f6 100644
+index 18881f3..40e5bef 100644
 --- a/fs/nfsd/nfs4xdr.c
 +++ b/fs/nfsd/nfs4xdr.c
-@@ -1531,7 +1531,7 @@ nfsd4_decode_notsupp(struct nfsd4_compoundargs *argp, void *p)
+@@ -1530,7 +1530,7 @@ nfsd4_decode_notsupp(struct nfsd4_compoundargs *argp, void *p)
  
  typedef __be32(*nfsd4_dec)(struct nfsd4_compoundargs *argp, void *);
  
@@ -62746,7 +62159,7 @@ index f8f060f..c4ba09a 100644
  	/* Don't cache excessive amounts of data and XDR failures */
  	if (!statp || len > (256 >> 2)) {
 diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
-index eea5ad1..5a84ac7 100644
+index 16f0673..1c2c30ab 100644
 --- a/fs/nfsd/vfs.c
 +++ b/fs/nfsd/vfs.c
 @@ -843,7 +843,7 @@ nfsd_vfs_read(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file,
@@ -62864,10 +62277,10 @@ index a80a741..7b96e1b 100644
  	}
  
 diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c
-index 287a22c..4e56e4e 100644
+index 732648b..d3b017f 100644
 --- a/fs/notify/fanotify/fanotify_user.c
 +++ b/fs/notify/fanotify/fanotify_user.c
-@@ -251,8 +251,8 @@ static ssize_t copy_event_to_user(struct fsnotify_group *group,
+@@ -203,8 +203,8 @@ static ssize_t copy_event_to_user(struct fsnotify_group *group,
  
  	fd = fanotify_event_metadata.fd;
  	ret = -EFAULT;
@@ -62877,16 +62290,7 @@ index 287a22c..4e56e4e 100644
 +	    copy_to_user(buf, &fanotify_event_metadata, fanotify_event_metadata.event_len))
  		goto out_close_fd;
  
- 	ret = prepare_for_access_response(group, event, fd);
-@@ -742,6 +742,8 @@ SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags)
- 	oevent->path.mnt = NULL;
- 	oevent->path.dentry = NULL;
- 
-+	if (force_o_largefile())
-+		event_f_flags |= O_LARGEFILE;
- 	group->fanotify_data.f_flags = event_f_flags;
  #ifdef CONFIG_FANOTIFY_ACCESS_PERMISSIONS
- 	oevent->response = 0;
 diff --git a/fs/notify/notification.c b/fs/notify/notification.c
 index 1e58402..bb2d6f4 100644
 --- a/fs/notify/notification.c
@@ -62936,10 +62340,10 @@ index db9bd8a..8338fb6 100644
  	do {
  		len = PAGE_CACHE_SIZE - ofs;
 diff --git a/fs/ntfs/super.c b/fs/ntfs/super.c
-index 82650d5..db37dcf 100644
+index 9de2491..3306095 100644
 --- a/fs/ntfs/super.c
 +++ b/fs/ntfs/super.c
-@@ -685,7 +685,7 @@ static struct buffer_head *read_ntfs_boot_sector(struct super_block *sb,
+@@ -688,7 +688,7 @@ static struct buffer_head *read_ntfs_boot_sector(struct super_block *sb,
  		if (!silent)
  			ntfs_error(sb, "Primary boot sector is invalid.");
  	} else if (!silent)
@@ -62948,7 +62352,7 @@ index 82650d5..db37dcf 100644
  	if (!(NTFS_SB(sb)->on_errors & ON_ERRORS_RECOVER)) {
  		if (bh_primary)
  			brelse(bh_primary);
-@@ -701,7 +701,7 @@ static struct buffer_head *read_ntfs_boot_sector(struct super_block *sb,
+@@ -704,7 +704,7 @@ static struct buffer_head *read_ntfs_boot_sector(struct super_block *sb,
  			goto hotfix_primary_boot_sector;
  		brelse(bh_backup);
  	} else if (!silent)
@@ -62957,7 +62361,7 @@ index 82650d5..db37dcf 100644
  	/* Try to read NT3.51- backup boot sector. */
  	if ((bh_backup = sb_bread(sb, nr_blocks >> 1))) {
  		if (is_boot_sector_ntfs(sb, (NTFS_BOOT_SECTOR*)
-@@ -712,7 +712,7 @@ static struct buffer_head *read_ntfs_boot_sector(struct super_block *sb,
+@@ -715,7 +715,7 @@ static struct buffer_head *read_ntfs_boot_sector(struct super_block *sb,
  					"sector.");
  		brelse(bh_backup);
  	} else if (!silent)
@@ -62980,10 +62384,10 @@ index 0440134..d52c93a 100644
  bail:
  	if (handle)
 diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
-index 553f53c..aaf5133 100644
+index 8d64a97..c37665d 100644
 --- a/fs/ocfs2/ocfs2.h
 +++ b/fs/ocfs2/ocfs2.h
-@@ -235,11 +235,11 @@ enum ocfs2_vol_state
+@@ -236,11 +236,11 @@ enum ocfs2_vol_state
  
  struct ocfs2_alloc_stats
  {
@@ -63001,10 +62405,10 @@ index 553f53c..aaf5133 100644
  
  enum ocfs2_local_alloc_state
 diff --git a/fs/ocfs2/suballoc.c b/fs/ocfs2/suballoc.c
-index 47ae266..6e8b793 100644
+index 0cb889a..6a26b24 100644
 --- a/fs/ocfs2/suballoc.c
 +++ b/fs/ocfs2/suballoc.c
-@@ -866,7 +866,7 @@ static int ocfs2_reserve_suballoc_bits(struct ocfs2_super *osb,
+@@ -867,7 +867,7 @@ static int ocfs2_reserve_suballoc_bits(struct ocfs2_super *osb,
  				mlog_errno(status);
  			goto bail;
  		}
@@ -63013,7 +62417,7 @@ index 47ae266..6e8b793 100644
  
  		/* You should never ask for this much metadata */
  		BUG_ON(bits_wanted >
-@@ -1992,7 +1992,7 @@ int ocfs2_claim_metadata(handle_t *handle,
+@@ -2014,7 +2014,7 @@ int ocfs2_claim_metadata(handle_t *handle,
  		mlog_errno(status);
  		goto bail;
  	}
@@ -63022,7 +62426,7 @@ index 47ae266..6e8b793 100644
  
  	*suballoc_loc = res.sr_bg_blkno;
  	*suballoc_bit_start = res.sr_bit_offset;
-@@ -2156,7 +2156,7 @@ int ocfs2_claim_new_inode_at_loc(handle_t *handle,
+@@ -2180,7 +2180,7 @@ int ocfs2_claim_new_inode_at_loc(handle_t *handle,
  	trace_ocfs2_claim_new_inode_at_loc((unsigned long long)di_blkno,
  					   res->sr_bits);
  
@@ -63031,7 +62435,7 @@ index 47ae266..6e8b793 100644
  
  	BUG_ON(res->sr_bits != 1);
  
-@@ -2198,7 +2198,7 @@ int ocfs2_claim_new_inode(handle_t *handle,
+@@ -2222,7 +2222,7 @@ int ocfs2_claim_new_inode(handle_t *handle,
  		mlog_errno(status);
  		goto bail;
  	}
@@ -63040,7 +62444,7 @@ index 47ae266..6e8b793 100644
  
  	BUG_ON(res.sr_bits != 1);
  
-@@ -2302,7 +2302,7 @@ int __ocfs2_claim_clusters(handle_t *handle,
+@@ -2326,7 +2326,7 @@ int __ocfs2_claim_clusters(handle_t *handle,
  						      cluster_start,
  						      num_clusters);
  		if (!status)
@@ -63049,7 +62453,7 @@ index 47ae266..6e8b793 100644
  	} else {
  		if (min_clusters > (osb->bitmap_cpg - 1)) {
  			/* The only paths asking for contiguousness
-@@ -2328,7 +2328,7 @@ int __ocfs2_claim_clusters(handle_t *handle,
+@@ -2352,7 +2352,7 @@ int __ocfs2_claim_clusters(handle_t *handle,
  				ocfs2_desc_bitmap_to_cluster_off(ac->ac_inode,
  								 res.sr_bg_blkno,
  								 res.sr_bit_offset);
@@ -63059,7 +62463,7 @@ index 47ae266..6e8b793 100644
  		}
  	}
 diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
-index 49d84f8..4807e0b 100644
+index a7cdd56..c583144 100644
 --- a/fs/ocfs2/super.c
 +++ b/fs/ocfs2/super.c
 @@ -300,11 +300,11 @@ static int ocfs2_osb_dump(struct ocfs2_super *osb, char *buf, int len)
@@ -63079,9 +62483,9 @@ index 49d84f8..4807e0b 100644
  
  	out += snprintf(buf + out, len - out,
  			"%10s => State: %u  Descriptor: %llu  Size: %u bits  "
-@@ -2123,11 +2123,11 @@ static int ocfs2_initialize_super(struct super_block *sb,
- 	spin_lock_init(&osb->osb_xattr_lock);
- 	ocfs2_init_steal_slots(osb);
+@@ -2104,11 +2104,11 @@ static int ocfs2_initialize_super(struct super_block *sb,
+ 
+ 	mutex_init(&osb->system_file_mutex);
  
 -	atomic_set(&osb->alloc_stats.moves, 0);
 -	atomic_set(&osb->alloc_stats.local_data, 0);
@@ -63097,7 +62501,7 @@ index 49d84f8..4807e0b 100644
  	/* Copy the blockcheck stats from the superblock probe */
  	osb->osb_ecc_stats = *stats;
 diff --git a/fs/open.c b/fs/open.c
-index 2ed7325..4e77ac3 100644
+index 9d64679..75f925c 100644
 --- a/fs/open.c
 +++ b/fs/open.c
 @@ -32,6 +32,8 @@
@@ -63127,7 +62531,7 @@ index 2ed7325..4e77ac3 100644
  	if (!error)
  		error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, f.file);
  	sb_end_write(inode->i_sb);
-@@ -361,6 +367,9 @@ retry:
+@@ -381,6 +387,9 @@ retry:
  	if (__mnt_is_readonly(path.mnt))
  		res = -EROFS;
  
@@ -63137,7 +62541,7 @@ index 2ed7325..4e77ac3 100644
  out_path_release:
  	path_put(&path);
  	if (retry_estale(res, lookup_flags)) {
-@@ -392,6 +401,8 @@ retry:
+@@ -412,6 +421,8 @@ retry:
  	if (error)
  		goto dput_and_out;
  
@@ -63146,7 +62550,7 @@ index 2ed7325..4e77ac3 100644
  	set_fs_pwd(current->fs, &path);
  
  dput_and_out:
-@@ -421,6 +432,13 @@ SYSCALL_DEFINE1(fchdir, unsigned int, fd)
+@@ -441,6 +452,13 @@ SYSCALL_DEFINE1(fchdir, unsigned int, fd)
  		goto out_putf;
  
  	error = inode_permission(inode, MAY_EXEC | MAY_CHDIR);
@@ -63160,7 +62564,7 @@ index 2ed7325..4e77ac3 100644
  	if (!error)
  		set_fs_pwd(current->fs, &f.file->f_path);
  out_putf:
-@@ -450,7 +468,13 @@ retry:
+@@ -470,7 +488,13 @@ retry:
  	if (error)
  		goto dput_and_out;
  
@@ -63174,7 +62578,7 @@ index 2ed7325..4e77ac3 100644
  	error = 0;
  dput_and_out:
  	path_put(&path);
-@@ -474,6 +498,16 @@ static int chmod_common(struct path *path, umode_t mode)
+@@ -494,6 +518,16 @@ static int chmod_common(struct path *path, umode_t mode)
  		return error;
  retry_deleg:
  	mutex_lock(&inode->i_mutex);
@@ -63191,7 +62595,7 @@ index 2ed7325..4e77ac3 100644
  	error = security_path_chmod(path, mode);
  	if (error)
  		goto out_unlock;
-@@ -539,6 +573,9 @@ static int chown_common(struct path *path, uid_t user, gid_t group)
+@@ -559,6 +593,9 @@ static int chown_common(struct path *path, uid_t user, gid_t group)
  	uid = make_kuid(current_user_ns(), user);
  	gid = make_kgid(current_user_ns(), group);
  
@@ -63201,7 +62605,7 @@ index 2ed7325..4e77ac3 100644
  	newattrs.ia_valid =  ATTR_CTIME;
  	if (user != (uid_t) -1) {
  		if (!uid_valid(uid))
-@@ -982,6 +1019,7 @@ long do_sys_open(int dfd, const char __user *filename, int flags, umode_t mode)
+@@ -978,6 +1015,7 @@ long do_sys_open(int dfd, const char __user *filename, int flags, umode_t mode)
  		} else {
  			fsnotify_open(f);
  			fd_install(fd, f);
@@ -63210,7 +62614,7 @@ index 2ed7325..4e77ac3 100644
  	}
  	putname(tmp);
 diff --git a/fs/pipe.c b/fs/pipe.c
-index 78fd0d0..f71fc09 100644
+index 034bffa..6c6b522 100644
 --- a/fs/pipe.c
 +++ b/fs/pipe.c
 @@ -56,7 +56,7 @@ unsigned int pipe_min_size = PAGE_SIZE;
@@ -63231,7 +62635,7 @@ index 78fd0d0..f71fc09 100644
  		mutex_unlock(&pipe->mutex);
  }
  EXPORT_SYMBOL(pipe_unlock);
-@@ -449,9 +449,9 @@ redo:
+@@ -342,9 +342,9 @@ pipe_read(struct kiocb *iocb, const struct iovec *_iov,
  		}
  		if (bufs)	/* More to do? */
  			continue;
@@ -63243,7 +62647,7 @@ index 78fd0d0..f71fc09 100644
  			/* syscall merging: Usually we must not sleep
  			 * if O_NONBLOCK is set, or if we got some data.
  			 * But if a writer sleeps in kernel space, then
-@@ -513,7 +513,7 @@ pipe_write(struct kiocb *iocb, const struct iovec *_iov,
+@@ -406,7 +406,7 @@ pipe_write(struct kiocb *iocb, const struct iovec *_iov,
  	ret = 0;
  	__pipe_lock(pipe);
  
@@ -63252,7 +62656,7 @@ index 78fd0d0..f71fc09 100644
  		send_sig(SIGPIPE, current, 0);
  		ret = -EPIPE;
  		goto out;
-@@ -562,7 +562,7 @@ redo1:
+@@ -461,7 +461,7 @@ redo1:
  	for (;;) {
  		int bufs;
  
@@ -63261,7 +62665,7 @@ index 78fd0d0..f71fc09 100644
  			send_sig(SIGPIPE, current, 0);
  			if (!ret)
  				ret = -EPIPE;
-@@ -653,9 +653,9 @@ redo2:
+@@ -552,9 +552,9 @@ redo2:
  			kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
  			do_wakeup = 0;
  		}
@@ -63273,7 +62677,7 @@ index 78fd0d0..f71fc09 100644
  	}
  out:
  	__pipe_unlock(pipe);
-@@ -710,7 +710,7 @@ pipe_poll(struct file *filp, poll_table *wait)
+@@ -609,7 +609,7 @@ pipe_poll(struct file *filp, poll_table *wait)
  	mask = 0;
  	if (filp->f_mode & FMODE_READ) {
  		mask = (nrbufs > 0) ? POLLIN | POLLRDNORM : 0;
@@ -63282,7 +62686,7 @@ index 78fd0d0..f71fc09 100644
  			mask |= POLLHUP;
  	}
  
-@@ -720,7 +720,7 @@ pipe_poll(struct file *filp, poll_table *wait)
+@@ -619,7 +619,7 @@ pipe_poll(struct file *filp, poll_table *wait)
  		 * Most Unices do not set POLLERR for FIFOs but on Linux they
  		 * behave exactly like pipes for poll().
  		 */
@@ -63291,7 +62695,7 @@ index 78fd0d0..f71fc09 100644
  			mask |= POLLERR;
  	}
  
-@@ -732,7 +732,7 @@ static void put_pipe_info(struct inode *inode, struct pipe_inode_info *pipe)
+@@ -631,7 +631,7 @@ static void put_pipe_info(struct inode *inode, struct pipe_inode_info *pipe)
  	int kill = 0;
  
  	spin_lock(&inode->i_lock);
@@ -63300,7 +62704,7 @@ index 78fd0d0..f71fc09 100644
  		inode->i_pipe = NULL;
  		kill = 1;
  	}
-@@ -749,11 +749,11 @@ pipe_release(struct inode *inode, struct file *file)
+@@ -648,11 +648,11 @@ pipe_release(struct inode *inode, struct file *file)
  
  	__pipe_lock(pipe);
  	if (file->f_mode & FMODE_READ)
@@ -63315,7 +62719,7 @@ index 78fd0d0..f71fc09 100644
  		wake_up_interruptible_sync_poll(&pipe->wait, POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM | POLLERR | POLLHUP);
  		kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
  		kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT);
-@@ -818,7 +818,7 @@ void free_pipe_info(struct pipe_inode_info *pipe)
+@@ -717,7 +717,7 @@ void free_pipe_info(struct pipe_inode_info *pipe)
  	kfree(pipe);
  }
  
@@ -63324,7 +62728,7 @@ index 78fd0d0..f71fc09 100644
  
  /*
   * pipefs_dname() is called from d_path().
-@@ -848,8 +848,9 @@ static struct inode * get_pipe_inode(void)
+@@ -747,8 +747,9 @@ static struct inode * get_pipe_inode(void)
  		goto fail_iput;
  
  	inode->i_pipe = pipe;
@@ -63336,7 +62740,7 @@ index 78fd0d0..f71fc09 100644
  	inode->i_fop = &pipefifo_fops;
  
  	/*
-@@ -1028,17 +1029,17 @@ static int fifo_open(struct inode *inode, struct file *filp)
+@@ -927,17 +928,17 @@ static int fifo_open(struct inode *inode, struct file *filp)
  	spin_lock(&inode->i_lock);
  	if (inode->i_pipe) {
  		pipe = inode->i_pipe;
@@ -63357,7 +62761,7 @@ index 78fd0d0..f71fc09 100644
  			spin_unlock(&inode->i_lock);
  			free_pipe_info(pipe);
  			pipe = inode->i_pipe;
-@@ -1063,10 +1064,10 @@ static int fifo_open(struct inode *inode, struct file *filp)
+@@ -962,10 +963,10 @@ static int fifo_open(struct inode *inode, struct file *filp)
  	 *  opened, even when there is no process writing the FIFO.
  	 */
  		pipe->r_counter++;
@@ -63370,7 +62774,7 @@ index 78fd0d0..f71fc09 100644
  			if ((filp->f_flags & O_NONBLOCK)) {
  				/* suppress POLLHUP until we have
  				 * seen a writer */
-@@ -1085,14 +1086,14 @@ static int fifo_open(struct inode *inode, struct file *filp)
+@@ -984,14 +985,14 @@ static int fifo_open(struct inode *inode, struct file *filp)
  	 *  errno=ENXIO when there is no process reading the FIFO.
  	 */
  		ret = -ENXIO;
@@ -63388,7 +62792,7 @@ index 78fd0d0..f71fc09 100644
  			if (wait_for_partner(pipe, &pipe->r_counter))
  				goto err_wr;
  		}
-@@ -1106,11 +1107,11 @@ static int fifo_open(struct inode *inode, struct file *filp)
+@@ -1005,11 +1006,11 @@ static int fifo_open(struct inode *inode, struct file *filp)
  	 *  the process can at least talk to itself.
  	 */
  
@@ -63403,7 +62807,7 @@ index 78fd0d0..f71fc09 100644
  			wake_up_partner(pipe);
  		break;
  
-@@ -1124,13 +1125,13 @@ static int fifo_open(struct inode *inode, struct file *filp)
+@@ -1023,13 +1024,13 @@ static int fifo_open(struct inode *inode, struct file *filp)
  	return 0;
  
  err_rd:
@@ -63536,7 +62940,7 @@ index 2183fcf..3c32a98 100644
   	help
  	  Various /proc files exist to monitor process memory utilization:
 diff --git a/fs/proc/array.c b/fs/proc/array.c
-index 656e401..b5b86b9 100644
+index 64db2bc..a8185d6 100644
 --- a/fs/proc/array.c
 +++ b/fs/proc/array.c
 @@ -60,6 +60,7 @@
@@ -63689,7 +63093,7 @@ index 656e401..b5b86b9 100644
  static struct pid *
  get_children_pid(struct inode *inode, struct pid *pid_prev, loff_t pos)
 diff --git a/fs/proc/base.c b/fs/proc/base.c
-index b976062..584d0bc 100644
+index 2d696b0..b9da447 100644
 --- a/fs/proc/base.c
 +++ b/fs/proc/base.c
 @@ -113,6 +113,14 @@ struct pid_entry {
@@ -63707,18 +63111,8 @@ index b976062..584d0bc 100644
  #define NOD(NAME, MODE, IOP, FOP, OP) {			\
  	.name = (NAME),					\
  	.len  = sizeof(NAME) - 1,			\
-@@ -210,6 +218,9 @@ static int proc_pid_cmdline(struct task_struct *task, char * buffer)
- 	if (!mm->arg_end)
- 		goto out_mm;	/* Shh! No looking before we're done */
- 
-+	if (gr_acl_handle_procpidmem(task))
-+		goto out_mm;
-+
-  	len = mm->arg_end - mm->arg_start;
-  
- 	if (len > PAGE_SIZE)
-@@ -237,12 +248,28 @@ out:
- 	return res;
+@@ -205,12 +213,28 @@ static int proc_pid_cmdline(struct task_struct *task, char *buffer)
+ 	return get_cmdline(task, buffer, PAGE_SIZE);
  }
  
 +#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP
@@ -63746,7 +63140,7 @@ index b976062..584d0bc 100644
  		do {
  			nwords += 2;
  		} while (mm->saved_auxv[nwords - 2] != 0); /* AT_NULL */
-@@ -256,7 +283,7 @@ static int proc_pid_auxv(struct task_struct *task, char *buffer)
+@@ -224,7 +248,7 @@ static int proc_pid_auxv(struct task_struct *task, char *buffer)
  }
  
  
@@ -63755,7 +63149,7 @@ index b976062..584d0bc 100644
  /*
   * Provides a wchan file via kallsyms in a proper one-value-per-file format.
   * Returns the resolved symbol.  If that fails, simply return the address.
-@@ -295,7 +322,7 @@ static void unlock_trace(struct task_struct *task)
+@@ -263,7 +287,7 @@ static void unlock_trace(struct task_struct *task)
  	mutex_unlock(&task->signal->cred_guard_mutex);
  }
  
@@ -63764,7 +63158,7 @@ index b976062..584d0bc 100644
  
  #define MAX_STACK_TRACE_DEPTH	64
  
-@@ -518,7 +545,7 @@ static int proc_pid_limits(struct task_struct *task, char *buffer)
+@@ -486,7 +510,7 @@ static int proc_pid_limits(struct task_struct *task, char *buffer)
  	return count;
  }
  
@@ -63773,7 +63167,7 @@ index b976062..584d0bc 100644
  static int proc_pid_syscall(struct task_struct *task, char *buffer)
  {
  	long nr;
-@@ -547,7 +574,7 @@ static int proc_pid_syscall(struct task_struct *task, char *buffer)
+@@ -515,7 +539,7 @@ static int proc_pid_syscall(struct task_struct *task, char *buffer)
  /************************************************************************/
  
  /* permission checks */
@@ -63782,7 +63176,7 @@ index b976062..584d0bc 100644
  {
  	struct task_struct *task;
  	int allowed = 0;
-@@ -557,7 +584,10 @@ static int proc_fd_access_allowed(struct inode *inode)
+@@ -525,7 +549,10 @@ static int proc_fd_access_allowed(struct inode *inode)
  	 */
  	task = get_proc_task(inode);
  	if (task) {
@@ -63794,7 +63188,7 @@ index b976062..584d0bc 100644
  		put_task_struct(task);
  	}
  	return allowed;
-@@ -588,10 +618,35 @@ static bool has_pid_permissions(struct pid_namespace *pid,
+@@ -556,10 +583,35 @@ static bool has_pid_permissions(struct pid_namespace *pid,
  				 struct task_struct *task,
  				 int hide_pid_min)
  {
@@ -63830,7 +63224,7 @@ index b976062..584d0bc 100644
  	return ptrace_may_access(task, PTRACE_MODE_READ);
  }
  
-@@ -609,7 +664,11 @@ static int proc_pid_permission(struct inode *inode, int mask)
+@@ -577,7 +629,11 @@ static int proc_pid_permission(struct inode *inode, int mask)
  	put_task_struct(task);
  
  	if (!has_perms) {
@@ -63842,7 +63236,7 @@ index b976062..584d0bc 100644
  			/*
  			 * Let's make getdents(), stat(), and open()
  			 * consistent with each other.  If a process
-@@ -707,6 +766,11 @@ static int __mem_open(struct inode *inode, struct file *file, unsigned int mode)
+@@ -675,6 +731,11 @@ static int __mem_open(struct inode *inode, struct file *file, unsigned int mode)
  	if (!task)
  		return -ESRCH;
  
@@ -63854,7 +63248,7 @@ index b976062..584d0bc 100644
  	mm = mm_access(task, mode);
  	put_task_struct(task);
  
-@@ -722,6 +786,10 @@ static int __mem_open(struct inode *inode, struct file *file, unsigned int mode)
+@@ -690,6 +751,10 @@ static int __mem_open(struct inode *inode, struct file *file, unsigned int mode)
  
  	file->private_data = mm;
  
@@ -63865,7 +63259,7 @@ index b976062..584d0bc 100644
  	return 0;
  }
  
-@@ -743,6 +811,17 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
+@@ -711,6 +776,17 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
  	ssize_t copied;
  	char *page;
  
@@ -63883,7 +63277,7 @@ index b976062..584d0bc 100644
  	if (!mm)
  		return 0;
  
-@@ -755,7 +834,7 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
+@@ -723,7 +799,7 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
  		goto free;
  
  	while (count > 0) {
@@ -63892,7 +63286,7 @@ index b976062..584d0bc 100644
  
  		if (write && copy_from_user(page, buf, this_len)) {
  			copied = -EFAULT;
-@@ -847,6 +926,13 @@ static ssize_t environ_read(struct file *file, char __user *buf,
+@@ -815,6 +891,13 @@ static ssize_t environ_read(struct file *file, char __user *buf,
  	if (!mm)
  		return 0;
  
@@ -63906,7 +63300,7 @@ index b976062..584d0bc 100644
  	page = (char *)__get_free_page(GFP_TEMPORARY);
  	if (!page)
  		return -ENOMEM;
-@@ -856,7 +942,7 @@ static ssize_t environ_read(struct file *file, char __user *buf,
+@@ -824,7 +907,7 @@ static ssize_t environ_read(struct file *file, char __user *buf,
  		goto free;
  	while (count > 0) {
  		size_t this_len, max_len;
@@ -63915,7 +63309,7 @@ index b976062..584d0bc 100644
  
  		if (src >= (mm->env_end - mm->env_start))
  			break;
-@@ -1467,7 +1553,7 @@ static void *proc_pid_follow_link(struct dentry *dentry, struct nameidata *nd)
+@@ -1438,7 +1521,7 @@ static void *proc_pid_follow_link(struct dentry *dentry, struct nameidata *nd)
  	int error = -EACCES;
  
  	/* Are we allowed to snoop on the tasks file descriptors? */
@@ -63924,7 +63318,7 @@ index b976062..584d0bc 100644
  		goto out;
  
  	error = PROC_I(inode)->op.proc_get_link(dentry, &path);
-@@ -1511,8 +1597,18 @@ static int proc_pid_readlink(struct dentry * dentry, char __user * buffer, int b
+@@ -1482,8 +1565,18 @@ static int proc_pid_readlink(struct dentry * dentry, char __user * buffer, int b
  	struct path path;
  
  	/* Are we allowed to snoop on the tasks file descriptors? */
@@ -63945,7 +63339,7 @@ index b976062..584d0bc 100644
  
  	error = PROC_I(inode)->op.proc_get_link(dentry, &path);
  	if (error)
-@@ -1562,7 +1658,11 @@ struct inode *proc_pid_make_inode(struct super_block * sb, struct task_struct *t
+@@ -1533,7 +1626,11 @@ struct inode *proc_pid_make_inode(struct super_block * sb, struct task_struct *t
  		rcu_read_lock();
  		cred = __task_cred(task);
  		inode->i_uid = cred->euid;
@@ -63957,7 +63351,7 @@ index b976062..584d0bc 100644
  		rcu_read_unlock();
  	}
  	security_task_to_inode(task, inode);
-@@ -1598,10 +1698,19 @@ int pid_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat)
+@@ -1569,10 +1666,19 @@ int pid_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat)
  			return -ENOENT;
  		}
  		if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
@@ -63977,7 +63371,7 @@ index b976062..584d0bc 100644
  		}
  	}
  	rcu_read_unlock();
-@@ -1639,11 +1748,20 @@ int pid_revalidate(struct dentry *dentry, unsigned int flags)
+@@ -1610,11 +1716,20 @@ int pid_revalidate(struct dentry *dentry, unsigned int flags)
  
  	if (task) {
  		if ((inode->i_mode == (S_IFDIR|S_IRUGO|S_IXUGO)) ||
@@ -63998,7 +63392,7 @@ index b976062..584d0bc 100644
  			rcu_read_unlock();
  		} else {
  			inode->i_uid = GLOBAL_ROOT_UID;
-@@ -2178,6 +2296,9 @@ static struct dentry *proc_pident_lookup(struct inode *dir,
+@@ -2149,6 +2264,9 @@ static struct dentry *proc_pident_lookup(struct inode *dir,
  	if (!task)
  		goto out_no_task;
  
@@ -64008,7 +63402,7 @@ index b976062..584d0bc 100644
  	/*
  	 * Yes, it does not scale. And it should not. Don't add
  	 * new entries into /proc/<tgid>/ without very good reasons.
-@@ -2208,6 +2329,9 @@ static int proc_pident_readdir(struct file *file, struct dir_context *ctx,
+@@ -2179,6 +2297,9 @@ static int proc_pident_readdir(struct file *file, struct dir_context *ctx,
  	if (!task)
  		return -ENOENT;
  
@@ -64018,16 +63412,16 @@ index b976062..584d0bc 100644
  	if (!dir_emit_dots(file, ctx))
  		goto out;
  
-@@ -2597,7 +2721,7 @@ static const struct pid_entry tgid_base_stuff[] = {
+@@ -2568,7 +2689,7 @@ static const struct pid_entry tgid_base_stuff[] = {
  	REG("autogroup",  S_IRUGO|S_IWUSR, proc_pid_sched_autogroup_operations),
  #endif
  	REG("comm",      S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
 -#ifdef CONFIG_HAVE_ARCH_TRACEHOOK
 +#if defined(CONFIG_HAVE_ARCH_TRACEHOOK) && !defined(CONFIG_GRKERNSEC_PROC_MEMMAP)
- 	INF("syscall",    S_IRUGO, proc_pid_syscall),
+ 	INF("syscall",    S_IRUSR, proc_pid_syscall),
  #endif
  	INF("cmdline",    S_IRUGO, proc_pid_cmdline),
-@@ -2622,10 +2746,10 @@ static const struct pid_entry tgid_base_stuff[] = {
+@@ -2593,10 +2714,10 @@ static const struct pid_entry tgid_base_stuff[] = {
  #ifdef CONFIG_SECURITY
  	DIR("attr",       S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
  #endif
@@ -64037,10 +63431,10 @@ index b976062..584d0bc 100644
  #endif
 -#ifdef CONFIG_STACKTRACE
 +#if defined(CONFIG_STACKTRACE) && !defined(CONFIG_GRKERNSEC_HIDESYM)
- 	ONE("stack",      S_IRUGO, proc_pid_stack),
+ 	ONE("stack",      S_IRUSR, proc_pid_stack),
  #endif
  #ifdef CONFIG_SCHEDSTATS
-@@ -2659,6 +2783,9 @@ static const struct pid_entry tgid_base_stuff[] = {
+@@ -2630,6 +2751,9 @@ static const struct pid_entry tgid_base_stuff[] = {
  #ifdef CONFIG_HARDWALL
  	INF("hardwall",   S_IRUGO, proc_pid_hardwall),
  #endif
@@ -64050,7 +63444,7 @@ index b976062..584d0bc 100644
  #ifdef CONFIG_USER_NS
  	REG("uid_map",    S_IRUGO|S_IWUSR, proc_uid_map_operations),
  	REG("gid_map",    S_IRUGO|S_IWUSR, proc_gid_map_operations),
-@@ -2789,7 +2916,14 @@ static int proc_pid_instantiate(struct inode *dir,
+@@ -2760,7 +2884,14 @@ static int proc_pid_instantiate(struct inode *dir,
  	if (!inode)
  		goto out;
  
@@ -64065,7 +63459,7 @@ index b976062..584d0bc 100644
  	inode->i_op = &proc_tgid_base_inode_operations;
  	inode->i_fop = &proc_tgid_base_operations;
  	inode->i_flags|=S_IMMUTABLE;
-@@ -2827,7 +2961,11 @@ struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, unsign
+@@ -2798,7 +2929,11 @@ struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, unsign
  	if (!task)
  		goto out;
  
@@ -64077,16 +63471,16 @@ index b976062..584d0bc 100644
  	put_task_struct(task);
  out:
  	return ERR_PTR(result);
-@@ -2933,7 +3071,7 @@ static const struct pid_entry tid_base_stuff[] = {
+@@ -2904,7 +3039,7 @@ static const struct pid_entry tid_base_stuff[] = {
  	REG("sched",     S_IRUGO|S_IWUSR, proc_pid_sched_operations),
  #endif
  	REG("comm",      S_IRUGO|S_IWUSR, proc_pid_set_comm_operations),
 -#ifdef CONFIG_HAVE_ARCH_TRACEHOOK
 +#if defined(CONFIG_HAVE_ARCH_TRACEHOOK) && !defined(CONFIG_GRKERNSEC_PROC_MEMMAP)
- 	INF("syscall",   S_IRUGO, proc_pid_syscall),
+ 	INF("syscall",   S_IRUSR, proc_pid_syscall),
  #endif
  	INF("cmdline",   S_IRUGO, proc_pid_cmdline),
-@@ -2960,10 +3098,10 @@ static const struct pid_entry tid_base_stuff[] = {
+@@ -2931,10 +3066,10 @@ static const struct pid_entry tid_base_stuff[] = {
  #ifdef CONFIG_SECURITY
  	DIR("attr",      S_IRUGO|S_IXUGO, proc_attr_dir_inode_operations, proc_attr_dir_operations),
  #endif
@@ -64096,7 +63490,7 @@ index b976062..584d0bc 100644
  #endif
 -#ifdef CONFIG_STACKTRACE
 +#if defined(CONFIG_STACKTRACE) && !defined(CONFIG_GRKERNSEC_HIDESYM)
- 	ONE("stack",      S_IRUGO, proc_pid_stack),
+ 	ONE("stack",      S_IRUSR, proc_pid_stack),
  #endif
  #ifdef CONFIG_SCHEDSTATS
 diff --git a/fs/proc/cmdline.c b/fs/proc/cmdline.c
@@ -64132,10 +63526,10 @@ index 50493ed..248166b 100644
  }
  fs_initcall(proc_devices_init);
 diff --git a/fs/proc/fd.c b/fs/proc/fd.c
-index 985ea88..d118a0a 100644
+index 0788d09..9cc1385 100644
 --- a/fs/proc/fd.c
 +++ b/fs/proc/fd.c
-@@ -25,7 +25,8 @@ static int seq_show(struct seq_file *m, void *v)
+@@ -26,7 +26,8 @@ static int seq_show(struct seq_file *m, void *v)
  	if (!task)
  		return -ENOENT;
  
@@ -64145,7 +63539,7 @@ index 985ea88..d118a0a 100644
  	put_task_struct(task);
  
  	if (files) {
-@@ -283,11 +284,21 @@ static struct dentry *proc_lookupfd(struct inode *dir, struct dentry *dentry,
+@@ -285,11 +286,21 @@ static struct dentry *proc_lookupfd(struct inode *dir, struct dentry *dentry,
   */
  int proc_fd_permission(struct inode *inode, int mask)
  {
@@ -64299,7 +63693,7 @@ index b7f268e..3bea6b7 100644
  					struct proc_dir_entry *parent,
  					const struct file_operations *proc_fops,
 diff --git a/fs/proc/inode.c b/fs/proc/inode.c
-index 124fc43..8afbb02 100644
+index 0adbc02..bee4d0b 100644
 --- a/fs/proc/inode.c
 +++ b/fs/proc/inode.c
 @@ -23,11 +23,17 @@
@@ -64347,7 +63741,7 @@ index 124fc43..8afbb02 100644
  		if (de->size)
  			inode->i_size = de->size;
 diff --git a/fs/proc/internal.h b/fs/proc/internal.h
-index 651d09a..6a4b495 100644
+index 3ab6d14..b26174e 100644
 --- a/fs/proc/internal.h
 +++ b/fs/proc/internal.h
 @@ -46,9 +46,10 @@ struct proc_dir_entry {
@@ -64472,7 +63866,7 @@ index 39e6ef3..2f9cb5e 100644
  		return -EPERM;
  	if (kcore_need_update)
 diff --git a/fs/proc/meminfo.c b/fs/proc/meminfo.c
-index 136e548..1f88922 100644
+index 7445af0..7c5113c 100644
 --- a/fs/proc/meminfo.c
 +++ b/fs/proc/meminfo.c
 @@ -187,7 +187,7 @@ static int meminfo_proc_show(struct seq_file *m, void *v)
@@ -64738,13 +64132,13 @@ index 7129046..6914844 100644
  			kfree(ctl_table_arg);
  			goto out;
 diff --git a/fs/proc/root.c b/fs/proc/root.c
-index 87dbcbe..55e1b4d 100644
+index 5dbadec..473af2f 100644
 --- a/fs/proc/root.c
 +++ b/fs/proc/root.c
-@@ -186,7 +186,15 @@ void __init proc_root_init(void)
- #ifdef CONFIG_PROC_DEVICETREE
- 	proc_device_tree_init();
+@@ -185,7 +185,15 @@ void __init proc_root_init(void)
+ 	proc_mkdir("openprom", NULL);
  #endif
+ 	proc_tty_init();
 +#ifdef CONFIG_GRKERNSEC_PROC_ADD
 +#ifdef CONFIG_GRKERNSEC_PROC_USER
 +	proc_mkdir_mode("bus", S_IRUSR | S_IXUSR, NULL);
@@ -64758,12 +64152,12 @@ index 87dbcbe..55e1b4d 100644
  }
  
 diff --git a/fs/proc/stat.c b/fs/proc/stat.c
-index 6f599c6..bd00271 100644
+index 9d231e9..2e1b51a 100644
 --- a/fs/proc/stat.c
 +++ b/fs/proc/stat.c
 @@ -11,6 +11,7 @@
  #include <linux/irqnr.h>
- #include <asm/cputime.h>
+ #include <linux/cputime.h>
  #include <linux/tick.h>
 +#include <linux/grsecurity.h>
  
@@ -64875,10 +64269,10 @@ index 6f599c6..bd00271 100644
  	seq_printf(p, "softirq %llu", (unsigned long long)sum_softirq);
  
 diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c
-index 8f78819..ba6c272 100644
+index c4b2646..84f0d7b 100644
 --- a/fs/proc/task_mmu.c
 +++ b/fs/proc/task_mmu.c
-@@ -12,12 +12,19 @@
+@@ -13,12 +13,19 @@
  #include <linux/swap.h>
  #include <linux/swapops.h>
  #include <linux/mmu_notifier.h>
@@ -64898,7 +64292,7 @@ index 8f78819..ba6c272 100644
  void task_mem(struct seq_file *m, struct mm_struct *mm)
  {
  	unsigned long data, text, lib, swap;
-@@ -53,8 +60,13 @@ void task_mem(struct seq_file *m, struct mm_struct *mm)
+@@ -54,8 +61,13 @@ void task_mem(struct seq_file *m, struct mm_struct *mm)
  		"VmExe:\t%8lu kB\n"
  		"VmLib:\t%8lu kB\n"
  		"VmPTE:\t%8lu kB\n"
@@ -64914,7 +64308,7 @@ index 8f78819..ba6c272 100644
  		total_vm << (PAGE_SHIFT-10),
  		mm->locked_vm << (PAGE_SHIFT-10),
  		mm->pinned_vm << (PAGE_SHIFT-10),
-@@ -64,7 +76,19 @@ void task_mem(struct seq_file *m, struct mm_struct *mm)
+@@ -65,7 +77,19 @@ void task_mem(struct seq_file *m, struct mm_struct *mm)
  		mm->stack_vm << (PAGE_SHIFT-10), text, lib,
  		(PTRS_PER_PTE * sizeof(pte_t) *
  		 atomic_long_read(&mm->nr_ptes)) >> 10,
@@ -64935,7 +64329,7 @@ index 8f78819..ba6c272 100644
  }
  
  unsigned long task_vsize(struct mm_struct *mm)
-@@ -270,13 +294,13 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
+@@ -271,13 +295,13 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
  		pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT;
  	}
  
@@ -64954,7 +64348,7 @@ index 8f78819..ba6c272 100644
  
  	seq_setwidth(m, 25 + sizeof(void *) * 6 - 1);
  	seq_printf(m, "%08lx-%08lx %c%c%c%c %08llx %02x:%02x %lu ",
-@@ -286,7 +310,11 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
+@@ -287,7 +311,11 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
  			flags & VM_WRITE ? 'w' : '-',
  			flags & VM_EXEC ? 'x' : '-',
  			flags & VM_MAYSHARE ? 's' : 'p',
@@ -64966,7 +64360,7 @@ index 8f78819..ba6c272 100644
  			MAJOR(dev), MINOR(dev), ino);
  
  	/*
-@@ -295,7 +323,7 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
+@@ -296,7 +324,7 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
  	 */
  	if (file) {
  		seq_pad(m, ' ');
@@ -64975,7 +64369,7 @@ index 8f78819..ba6c272 100644
  		goto done;
  	}
  
-@@ -321,8 +349,9 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
+@@ -322,8 +350,9 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
  			 * Thread stack in /proc/PID/task/TID/maps or
  			 * the main process stack.
  			 */
@@ -64987,7 +64381,7 @@ index 8f78819..ba6c272 100644
  				name = "[stack]";
  			} else {
  				/* Thread stack in /proc/PID/maps */
-@@ -346,6 +375,13 @@ static int show_map(struct seq_file *m, void *v, int is_pid)
+@@ -347,6 +376,13 @@ static int show_map(struct seq_file *m, void *v, int is_pid)
  	struct proc_maps_private *priv = m->private;
  	struct task_struct *task = priv->task;
  
@@ -65001,7 +64395,7 @@ index 8f78819..ba6c272 100644
  	show_map_vma(m, vma, is_pid);
  
  	if (m->count < m->size)  /* vma is copied successfully */
-@@ -586,12 +622,23 @@ static int show_smap(struct seq_file *m, void *v, int is_pid)
+@@ -587,12 +623,23 @@ static int show_smap(struct seq_file *m, void *v, int is_pid)
  		.private = &mss,
  	};
  
@@ -65030,7 +64424,7 @@ index 8f78819..ba6c272 100644
  	show_map_vma(m, vma, is_pid);
  
  	seq_printf(m,
-@@ -609,7 +656,11 @@ static int show_smap(struct seq_file *m, void *v, int is_pid)
+@@ -610,7 +657,11 @@ static int show_smap(struct seq_file *m, void *v, int is_pid)
  		   "KernelPageSize: %8lu kB\n"
  		   "MMUPageSize:    %8lu kB\n"
  		   "Locked:         %8lu kB\n",
@@ -65042,7 +64436,7 @@ index 8f78819..ba6c272 100644
  		   mss.resident >> 10,
  		   (unsigned long)(mss.pss >> (10 + PSS_SHIFT)),
  		   mss.shared_clean  >> 10,
-@@ -1387,6 +1438,13 @@ static int show_numa_map(struct seq_file *m, void *v, int is_pid)
+@@ -1388,6 +1439,13 @@ static int show_numa_map(struct seq_file *m, void *v, int is_pid)
  	char buffer[64];
  	int nid;
  
@@ -65056,7 +64450,7 @@ index 8f78819..ba6c272 100644
  	if (!mm)
  		return 0;
  
-@@ -1404,11 +1462,15 @@ static int show_numa_map(struct seq_file *m, void *v, int is_pid)
+@@ -1405,11 +1463,15 @@ static int show_numa_map(struct seq_file *m, void *v, int is_pid)
  	mpol_to_str(buffer, sizeof(buffer), pol);
  	mpol_cond_put(pol);
  
@@ -65096,7 +64490,7 @@ index 678455d..ebd3245 100644
  		pid_t tid = vm_is_stack(priv->task, vma, is_pid);
  
 diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c
-index 88d4585..c10bfeb 100644
+index 6a8e785..41f2a6c 100644
 --- a/fs/proc/vmcore.c
 +++ b/fs/proc/vmcore.c
 @@ -105,9 +105,13 @@ static ssize_t read_from_oldmem(char *buf, size_t count,
@@ -65188,7 +64582,7 @@ index 72d2917..c917c12 100644
  	if (!msg_head) {
  		printk(KERN_ERR
 diff --git a/fs/read_write.c b/fs/read_write.c
-index 28cc9c8..208e4fb 100644
+index 31c6efa..a068805 100644
 --- a/fs/read_write.c
 +++ b/fs/read_write.c
 @@ -450,7 +450,7 @@ ssize_t __kernel_write(struct file *file, const char *buf, size_t count, loff_t
@@ -65354,7 +64748,7 @@ index 02b0b7d..c85018b 100644
  		   SF(s_do_balance), SF(s_unneeded_left_neighbor),
  		   SF(s_good_search_by_key_reada), SF(s_bmaps),
 diff --git a/fs/reiserfs/reiserfs.h b/fs/reiserfs/reiserfs.h
-index 8d06adf..7e1c9f8 100644
+index 83d4eac..04e39a7 100644
 --- a/fs/reiserfs/reiserfs.h
 +++ b/fs/reiserfs/reiserfs.h
 @@ -453,7 +453,7 @@ struct reiserfs_sb_info {
@@ -65508,10 +64902,10 @@ index 1d641bb..c2f4743 100644
  {
  	const struct seq_operations *op = ((struct seq_file *)file->private_data)->op;
 diff --git a/fs/splice.c b/fs/splice.c
-index 12028fa..a6f2619 100644
+index e246954..bd4f5b5 100644
 --- a/fs/splice.c
 +++ b/fs/splice.c
-@@ -196,7 +196,7 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe,
+@@ -192,7 +192,7 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe,
  	pipe_lock(pipe);
  
  	for (;;) {
@@ -65520,7 +64914,7 @@ index 12028fa..a6f2619 100644
  			send_sig(SIGPIPE, current, 0);
  			if (!ret)
  				ret = -EPIPE;
-@@ -219,7 +219,7 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe,
+@@ -215,7 +215,7 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe,
  			page_nr++;
  			ret += buf->len;
  
@@ -65529,7 +64923,7 @@ index 12028fa..a6f2619 100644
  				do_wakeup = 1;
  
  			if (!--spd->nr_pages)
-@@ -250,9 +250,9 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe,
+@@ -246,9 +246,9 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe,
  			do_wakeup = 0;
  		}
  
@@ -65541,7 +64935,7 @@ index 12028fa..a6f2619 100644
  	}
  
  	pipe_unlock(pipe);
-@@ -583,7 +583,7 @@ static ssize_t kernel_readv(struct file *file, const struct iovec *vec,
+@@ -575,7 +575,7 @@ static ssize_t kernel_readv(struct file *file, const struct iovec *vec,
  	old_fs = get_fs();
  	set_fs(get_ds());
  	/* The cast to a user pointer is valid due to the set_fs() */
@@ -65550,7 +64944,7 @@ index 12028fa..a6f2619 100644
  	set_fs(old_fs);
  
  	return res;
-@@ -598,7 +598,7 @@ ssize_t kernel_write(struct file *file, const char *buf, size_t count,
+@@ -590,7 +590,7 @@ ssize_t kernel_write(struct file *file, const char *buf, size_t count,
  	old_fs = get_fs();
  	set_fs(get_ds());
  	/* The cast to a user pointer is valid due to the set_fs() */
@@ -65559,7 +64953,7 @@ index 12028fa..a6f2619 100644
  	set_fs(old_fs);
  
  	return res;
-@@ -651,7 +651,7 @@ ssize_t default_file_splice_read(struct file *in, loff_t *ppos,
+@@ -643,7 +643,7 @@ ssize_t default_file_splice_read(struct file *in, loff_t *ppos,
  			goto err;
  
  		this_len = min_t(size_t, len, PAGE_CACHE_SIZE - offset);
@@ -65568,7 +64962,7 @@ index 12028fa..a6f2619 100644
  		vec[i].iov_len = this_len;
  		spd.pages[i] = page;
  		spd.nr_pages++;
-@@ -847,7 +847,7 @@ int splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_desc *sd,
+@@ -839,7 +839,7 @@ int splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_desc *sd,
  			ops->release(pipe, buf);
  			pipe->curbuf = (pipe->curbuf + 1) & (pipe->buffers - 1);
  			pipe->nrbufs--;
@@ -65577,7 +64971,7 @@ index 12028fa..a6f2619 100644
  				sd->need_wakeup = true;
  		}
  
-@@ -872,10 +872,10 @@ EXPORT_SYMBOL(splice_from_pipe_feed);
+@@ -864,10 +864,10 @@ EXPORT_SYMBOL(splice_from_pipe_feed);
  int splice_from_pipe_next(struct pipe_inode_info *pipe, struct splice_desc *sd)
  {
  	while (!pipe->nrbufs) {
@@ -65590,7 +64984,7 @@ index 12028fa..a6f2619 100644
  			return 0;
  
  		if (sd->flags & SPLICE_F_NONBLOCK)
-@@ -1197,7 +1197,7 @@ ssize_t splice_direct_to_actor(struct file *in, struct splice_desc *sd,
+@@ -1189,7 +1189,7 @@ ssize_t splice_direct_to_actor(struct file *in, struct splice_desc *sd,
  		 * out of the pipe right after the splice_to_pipe(). So set
  		 * PIPE_READERS appropriately.
  		 */
@@ -65599,7 +64993,7 @@ index 12028fa..a6f2619 100644
  
  		current->splice_pipe = pipe;
  	}
-@@ -1493,6 +1493,7 @@ static int get_iovec_page_array(const struct iovec __user *iov,
+@@ -1485,6 +1485,7 @@ static int get_iovec_page_array(const struct iovec __user *iov,
  
  			partial[buffers].offset = off;
  			partial[buffers].len = plen;
@@ -65607,7 +65001,7 @@ index 12028fa..a6f2619 100644
  
  			off = 0;
  			len -= plen;
-@@ -1795,9 +1796,9 @@ static int ipipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
+@@ -1721,9 +1722,9 @@ static int ipipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
  			ret = -ERESTARTSYS;
  			break;
  		}
@@ -65619,7 +65013,7 @@ index 12028fa..a6f2619 100644
  			if (flags & SPLICE_F_NONBLOCK) {
  				ret = -EAGAIN;
  				break;
-@@ -1829,7 +1830,7 @@ static int opipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
+@@ -1755,7 +1756,7 @@ static int opipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
  	pipe_lock(pipe);
  
  	while (pipe->nrbufs >= pipe->buffers) {
@@ -65628,7 +65022,7 @@ index 12028fa..a6f2619 100644
  			send_sig(SIGPIPE, current, 0);
  			ret = -EPIPE;
  			break;
-@@ -1842,9 +1843,9 @@ static int opipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
+@@ -1768,9 +1769,9 @@ static int opipe_prep(struct pipe_inode_info *pipe, unsigned int flags)
  			ret = -ERESTARTSYS;
  			break;
  		}
@@ -65640,7 +65034,7 @@ index 12028fa..a6f2619 100644
  	}
  
  	pipe_unlock(pipe);
-@@ -1880,14 +1881,14 @@ retry:
+@@ -1806,14 +1807,14 @@ retry:
  	pipe_double_lock(ipipe, opipe);
  
  	do {
@@ -65657,7 +65051,7 @@ index 12028fa..a6f2619 100644
  			break;
  
  		/*
-@@ -1984,7 +1985,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
+@@ -1910,7 +1911,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
  	pipe_double_lock(ipipe, opipe);
  
  	do {
@@ -65666,7 +65060,7 @@ index 12028fa..a6f2619 100644
  			send_sig(SIGPIPE, current, 0);
  			if (!ret)
  				ret = -EPIPE;
-@@ -2029,7 +2030,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
+@@ -1955,7 +1956,7 @@ static int link_pipe(struct pipe_inode_info *ipipe,
  	 * return EAGAIN if we have the potential of some data in the
  	 * future, otherwise just return 0
  	 */
@@ -65715,10 +65109,10 @@ index ae0c3ce..9ee641c 100644
  	generic_fillattr(inode, stat);
  	return 0;
 diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c
-index ee0d761..b346c58 100644
+index 0b45ff4..847de5b 100644
 --- a/fs/sysfs/dir.c
 +++ b/fs/sysfs/dir.c
-@@ -62,9 +62,16 @@ void sysfs_warn_dup(struct kernfs_node *parent, const char *name)
+@@ -41,9 +41,16 @@ void sysfs_warn_dup(struct kernfs_node *parent, const char *name)
  int sysfs_create_dir_ns(struct kobject *kobj, const void *ns)
  {
  	struct kernfs_node *parent, *kn;
@@ -65735,7 +65129,7 @@ index ee0d761..b346c58 100644
  	if (kobj->parent)
  		parent = kobj->parent->sd;
  	else
-@@ -73,11 +80,22 @@ int sysfs_create_dir_ns(struct kobject *kobj, const void *ns)
+@@ -52,11 +59,22 @@ int sysfs_create_dir_ns(struct kobject *kobj, const void *ns)
  	if (!parent)
  		return -ENOENT;
  
@@ -66000,7 +65394,7 @@ index 3377dff..f394815 100644
  	}
  	fdput(f);
 diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c
-index 152543c..d80c361 100644
+index f0efc7e..ba72910 100644
 --- a/fs/xfs/xfs_bmap.c
 +++ b/fs/xfs/xfs_bmap.c
 @@ -584,7 +584,7 @@ xfs_bmap_validate_ret(
@@ -66031,7 +65425,7 @@ index aead369..0dfecfd 100644
  			return 0;
  		sfep = dp->d_ops->sf_nextentry(sfp, sfep);
 diff --git a/fs/xfs/xfs_ioctl.c b/fs/xfs/xfs_ioctl.c
-index 78e62cc..eec3706 100644
+index 6152cbe..f0f9eaa 100644
 --- a/fs/xfs/xfs_ioctl.c
 +++ b/fs/xfs/xfs_ioctl.c
 @@ -122,7 +122,7 @@ xfs_find_handle(
@@ -67287,10 +66681,10 @@ index 0000000..30ababb
 +endif
 diff --git a/grsecurity/gracl.c b/grsecurity/gracl.c
 new file mode 100644
-index 0000000..e56396f
+index 0000000..58223f6
 --- /dev/null
 +++ b/grsecurity/gracl.c
-@@ -0,0 +1,2679 @@
+@@ -0,0 +1,2702 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -69386,13 +68780,15 @@ index 0000000..e56396f
 +gr_handle_rename(struct inode *old_dir, struct inode *new_dir,
 +		 struct dentry *old_dentry,
 +		 struct dentry *new_dentry,
-+		 struct vfsmount *mnt, const __u8 replace)
++		 struct vfsmount *mnt, const __u8 replace, unsigned int flags)
 +{
 +	struct name_entry *matchn;
++	struct name_entry *matchn2 = NULL;
 +	struct inodev_entry *inodev;
 +	struct inode *inode = new_dentry->d_inode;
 +	ino_t old_ino = old_dentry->d_inode->i_ino;
 +	dev_t old_dev = __get_dev(old_dentry);
++	unsigned int exchange = flags & RENAME_EXCHANGE;
 +
 +	/* vfs_rename swaps the name and parent link for old_dentry and
 +	   new_dentry
@@ -69408,12 +68804,30 @@ index 0000000..e56396f
 +	preempt_disable();
 +	matchn = lookup_name_entry(gr_to_filename_rbac(old_dentry, mnt));
 +
++	/* exchange cases:
++	   a filename exists for the source, but not dest
++		do a recreate on source
++	   a filename exists for the dest, but not source
++		do a recreate on dest
++	   a filename exists for both source and dest
++		delete source and dest, then create source and dest
++	   a filename exists for neither source nor dest
++		no updates needed
++
++	   the name entry lookups get us the old inode/dev associated with
++	   each name, so do the deletes first (if possible) so that when
++	   we do the create, we pick up on the right entries
++	*/
++
++	if (exchange)
++		matchn2 = lookup_name_entry(gr_to_filename_rbac(new_dentry, mnt));
++
 +	/* we wouldn't have to check d_inode if it weren't for
 +	   NFS silly-renaming
 +	 */
 +
 +	write_lock(&gr_inode_lock);
-+	if (unlikely(replace && inode)) {
++	if (unlikely((replace || exchange) && inode)) {
 +		ino_t new_ino = inode->i_ino;
 +		dev_t new_dev = __get_dev(new_dentry);
 +
@@ -69426,9 +68840,12 @@ index 0000000..e56396f
 +	if (inodev != NULL && ((old_dentry->d_inode->i_nlink <= 1) || S_ISDIR(old_dentry->d_inode->i_mode)))
 +		do_handle_delete(inodev, old_ino, old_dev);
 +
-+	if (unlikely((unsigned long)matchn))
++	if (unlikely(matchn != NULL))
 +		do_handle_create(matchn, old_dentry, mnt);
 +
++	if (unlikely(matchn2 != NULL))
++		do_handle_create(matchn2, new_dentry, mnt);
++
 +	write_unlock(&gr_inode_lock);
 +	preempt_enable();
 +
@@ -70475,10 +69892,10 @@ index 0000000..ca25605
 +
 diff --git a/grsecurity/gracl_fs.c b/grsecurity/gracl_fs.c
 new file mode 100644
-index 0000000..a89b1f4
+index 0000000..4008fdc
 --- /dev/null
 +++ b/grsecurity/gracl_fs.c
-@@ -0,0 +1,437 @@
+@@ -0,0 +1,445 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/types.h>
@@ -70845,7 +70262,7 @@ index 0000000..a89b1f4
 +		     const struct vfsmount *parent_mnt,
 +		     struct dentry *old_dentry,
 +		     struct inode *old_parent_inode,
-+		     struct vfsmount *old_mnt, const struct filename *newname)
++		     struct vfsmount *old_mnt, const struct filename *newname, unsigned int flags)
 +{
 +	__u32 comp1, comp2;
 +	int error = 0;
@@ -70853,7 +70270,15 @@ index 0000000..a89b1f4
 +	if (unlikely(!gr_acl_is_enabled()))
 +		return 0;
 +
-+	if (d_is_negative(new_dentry)) {
++	if (flags & RENAME_EXCHANGE) {
++		comp1 = gr_search_file(new_dentry, GR_READ | GR_WRITE |
++				       GR_AUDIT_READ | GR_AUDIT_WRITE |
++				       GR_SUPPRESS, parent_mnt);
++		comp2 =
++		    gr_search_file(old_dentry,
++				   GR_READ | GR_WRITE | GR_AUDIT_READ |
++				   GR_AUDIT_WRITE | GR_SUPPRESS, old_mnt);
++	} else if (d_is_negative(new_dentry)) {
 +		comp1 = gr_check_create(new_dentry, parent_dentry, parent_mnt,
 +					GR_READ | GR_WRITE | GR_CREATE | GR_AUDIT_READ |
 +					GR_AUDIT_WRITE | GR_AUDIT_CREATE | GR_SUPPRESS);
@@ -74168,10 +73593,10 @@ index 0000000..baa635c
 +}
 diff --git a/grsecurity/grsec_disabled.c b/grsecurity/grsec_disabled.c
 new file mode 100644
-index 0000000..4d6fce8
+index 0000000..de31e65
 --- /dev/null
 +++ b/grsecurity/grsec_disabled.c
-@@ -0,0 +1,433 @@
+@@ -0,0 +1,434 @@
 +#include <linux/kernel.h>
 +#include <linux/module.h>
 +#include <linux/sched.h>
@@ -74320,7 +73745,7 @@ index 0000000..4d6fce8
 +gr_handle_rename(struct inode *old_dir, struct inode *new_dir,
 +		 struct dentry *old_dentry,
 +		 struct dentry *new_dentry,
-+		 struct vfsmount *mnt, const __u8 replace)
++		 struct vfsmount *mnt, const __u8 replace, unsigned int flags)
 +{
 +	return;
 +}
@@ -74480,7 +73905,8 @@ index 0000000..4d6fce8
 +		     const struct vfsmount *parent_mnt,
 +		     const struct dentry *old_dentry,
 +		     const struct inode *old_parent_inode,
-+		     const struct vfsmount *old_mnt, const struct filename *newname)
++		     const struct vfsmount *old_mnt, const struct filename *newname,
++		     unsigned int flags)
 +{
 +	return 0;
 +}
@@ -76839,10 +76265,10 @@ index 0000000..61b514e
 +EXPORT_SYMBOL_GPL(gr_log_timechange);
 diff --git a/grsecurity/grsec_tpe.c b/grsecurity/grsec_tpe.c
 new file mode 100644
-index 0000000..ee57dcf
+index 0000000..d1953de
 --- /dev/null
 +++ b/grsecurity/grsec_tpe.c
-@@ -0,0 +1,73 @@
+@@ -0,0 +1,78 @@
 +#include <linux/kernel.h>
 +#include <linux/sched.h>
 +#include <linux/file.h>
@@ -76856,6 +76282,7 @@ index 0000000..ee57dcf
 +{
 +#ifdef CONFIG_GRKERNSEC
 +	struct inode *inode = file->f_path.dentry->d_parent->d_inode;
++	struct inode *file_inode = file->f_path.dentry->d_inode;
 +	const struct cred *cred = current_cred();
 +	char *msg = NULL;
 +	char *msg2 = NULL;
@@ -76888,6 +76315,8 @@ index 0000000..ee57dcf
 +		msg2 = "file in world-writable directory";
 +	else if (inode->i_mode & S_IWGRP)
 +		msg2 = "file in group-writable directory";
++	else if (file_inode->i_mode & S_IWOTH)
++		msg2 = "file is world-writable";
 +
 +	if (msg && msg2) {
 +		char fullmsg[70] = {0};
@@ -76907,6 +76336,8 @@ index 0000000..ee57dcf
 +		msg = "file in world-writable directory";
 +	else if (inode->i_mode & S_IWGRP)
 +		msg = "file in group-writable directory";
++	else if (file_inode->i_mode & S_IWOTH)
++		msg = "file is world-writable";
 +
 +	if (msg) {
 +		gr_log_str_fs(GR_DONT_AUDIT, GR_EXEC_TPE_MSG, msg, file->f_path.dentry, file->f_path.mnt);
@@ -77501,6 +76932,19 @@ index 0d68a1e..b74a761 100644
  {
  	machine_restart(NULL);
  }
+diff --git a/include/asm-generic/io.h b/include/asm-generic/io.h
+index 975e1cc..0b8a083 100644
+--- a/include/asm-generic/io.h
++++ b/include/asm-generic/io.h
+@@ -289,7 +289,7 @@ static inline void pci_iounmap(struct pci_dev *dev, void __iomem *p)
+  * These are pretty trivial
+  */
+ #ifndef virt_to_phys
+-static inline unsigned long virt_to_phys(volatile void *address)
++static inline unsigned long __intentional_overflow(-1) virt_to_phys(volatile void *address)
+ {
+ 	return __pa((unsigned long)address);
+ }
 diff --git a/include/asm-generic/kmap_types.h b/include/asm-generic/kmap_types.h
 index 90f99c7..00ce236 100644
 --- a/include/asm-generic/kmap_types.h
@@ -77642,10 +77086,10 @@ index 810431d..0ec4804f 100644
   * (puds are folded into pgds so this doesn't get actually called,
   * but the define is needed for a generic inline function.)
 diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
-index 38a7437..47f62a4 100644
+index a8015a7..7a4407b 100644
 --- a/include/asm-generic/pgtable.h
 +++ b/include/asm-generic/pgtable.h
-@@ -802,6 +802,22 @@ static inline void pmdp_set_numa(struct mm_struct *mm, unsigned long addr,
+@@ -815,6 +815,22 @@ static inline void pmdp_set_numa(struct mm_struct *mm, unsigned long addr,
  }
  #endif /* CONFIG_NUMA_BALANCING */
  
@@ -77694,10 +77138,10 @@ index 72d8803..cb9749c 100644
 +
  #endif /* __ASM_GENERIC_UACCESS_H */
 diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
-index bc2121f..2f41f9a 100644
+index 146e4ff..f4f9609 100644
 --- a/include/asm-generic/vmlinux.lds.h
 +++ b/include/asm-generic/vmlinux.lds.h
-@@ -232,6 +232,7 @@
+@@ -251,6 +251,7 @@
  	.rodata           : AT(ADDR(.rodata) - LOAD_OFFSET) {		\
  		VMLINUX_SYMBOL(__start_rodata) = .;			\
  		*(.rodata) *(.rodata.*)					\
@@ -77705,7 +77149,7 @@ index bc2121f..2f41f9a 100644
  		*(__vermagic)		/* Kernel version magic */	\
  		. = ALIGN(8);						\
  		VMLINUX_SYMBOL(__start___tracepoints_ptrs) = .;		\
-@@ -716,17 +717,18 @@
+@@ -737,17 +738,18 @@
   * section in the linker script will go there too.  @phdr should have
   * a leading colon.
   *
@@ -77729,7 +77173,7 @@ index bc2121f..2f41f9a 100644
  /**
   * PERCPU_SECTION - define output section for percpu area, simple version
 diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h
-index e73c19e..5b89e00 100644
+index 016c2f1..c4baa98 100644
 --- a/include/crypto/algapi.h
 +++ b/include/crypto/algapi.h
 @@ -34,7 +34,7 @@ struct crypto_type {
@@ -77742,10 +77186,10 @@ index e73c19e..5b89e00 100644
  struct crypto_instance {
  	struct crypto_alg alg;
 diff --git a/include/drm/drmP.h b/include/drm/drmP.h
-index 04a7f31..668d424 100644
+index a7c2a86..078f1b6 100644
 --- a/include/drm/drmP.h
 +++ b/include/drm/drmP.h
-@@ -67,6 +67,7 @@
+@@ -68,6 +68,7 @@
  #include <linux/workqueue.h>
  #include <linux/poll.h>
  #include <asm/pgalloc.h>
@@ -77753,7 +77197,7 @@ index 04a7f31..668d424 100644
  #include <drm/drm.h>
  #include <drm/drm_sarea.h>
  #include <drm/drm_vma_manager.h>
-@@ -297,10 +298,12 @@ do {										\
+@@ -268,10 +269,12 @@ do {										\
   * \param cmd command.
   * \param arg argument.
   */
@@ -77768,7 +77212,7 @@ index 04a7f31..668d424 100644
  			       unsigned long arg);
  
  #define DRM_IOCTL_NR(n)                _IOC_NR(n)
-@@ -316,10 +319,10 @@ typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd,
+@@ -287,10 +290,10 @@ typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd,
  struct drm_ioctl_desc {
  	unsigned int cmd;
  	int flags;
@@ -77781,7 +77225,7 @@ index 04a7f31..668d424 100644
  
  /**
   * Creates a driver or general drm_ioctl_desc array entry for the given
-@@ -1022,7 +1025,8 @@ struct drm_info_list {
+@@ -1001,7 +1004,8 @@ struct drm_info_list {
  	int (*show)(struct seq_file*, void*); /** show callback */
  	u32 driver_features; /**< Required driver features for this entry */
  	void *data;
@@ -77791,7 +77235,7 @@ index 04a7f31..668d424 100644
  
  /**
   * debugfs node structure. This structure represents a debugfs file.
-@@ -1106,7 +1110,7 @@ struct drm_device {
+@@ -1083,7 +1087,7 @@ struct drm_device {
  
  	/** \name Usage Counters */
  	/*@{ */
@@ -77801,7 +77245,7 @@ index 04a7f31..668d424 100644
  	atomic_t buf_alloc;		/**< Buffer allocation in progress */
  	/*@} */
 diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h
-index b1388b5..e1d1163 100644
+index 36a5feb..d9f01aa 100644
 --- a/include/drm/drm_crtc_helper.h
 +++ b/include/drm/drm_crtc_helper.h
 @@ -109,7 +109,7 @@ struct drm_encoder_helper_funcs {
@@ -77814,7 +77258,7 @@ index b1388b5..e1d1163 100644
  /**
   * drm_connector_helper_funcs - helper operations for connectors
 diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
-index 940ece4..8cb727f 100644
+index 012d58f..d0a0642 100644
 --- a/include/drm/i915_pciids.h
 +++ b/include/drm/i915_pciids.h
 @@ -37,7 +37,7 @@
@@ -77887,10 +77331,10 @@ index c1da539..1dcec55 100644
  struct atmphy_ops {
  	int (*start)(struct atm_dev *dev);
 diff --git a/include/linux/audit.h b/include/linux/audit.h
-index ec1464d..833274b 100644
+index 22cfddb..ab759e8 100644
 --- a/include/linux/audit.h
 +++ b/include/linux/audit.h
-@@ -196,7 +196,7 @@ static inline void audit_ptrace(struct task_struct *t)
+@@ -210,7 +210,7 @@ static inline void audit_ptrace(struct task_struct *t)
  extern unsigned int audit_serial(void);
  extern int auditsc_get_stamp(struct audit_context *ctx,
  			      struct timespec *t, unsigned int *serial);
@@ -77900,19 +77344,19 @@ index ec1464d..833274b 100644
  static inline kuid_t audit_get_loginuid(struct task_struct *tsk)
  {
 diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h
-index b4a745d..e3c0942 100644
+index 61f29e5..e67c658 100644
 --- a/include/linux/binfmts.h
 +++ b/include/linux/binfmts.h
-@@ -45,7 +45,7 @@ struct linux_binprm {
+@@ -44,7 +44,7 @@ struct linux_binprm {
+ 	unsigned interp_flags;
  	unsigned interp_data;
  	unsigned long loader, exec;
- 	char tcomm[TASK_COMM_LEN];
 -};
 +} __randomize_layout;
  
  #define BINPRM_FLAGS_ENFORCE_NONDUMP_BIT 0
  #define BINPRM_FLAGS_ENFORCE_NONDUMP (1 << BINPRM_FLAGS_ENFORCE_NONDUMP_BIT)
-@@ -74,8 +74,10 @@ struct linux_binfmt {
+@@ -73,8 +73,10 @@ struct linux_binfmt {
  	int (*load_binary)(struct linux_binprm *);
  	int (*load_shlib)(struct file *);
  	int (*core_dump)(struct coredump_params *cprm);
@@ -77956,10 +77400,10 @@ index be5fd38..d71192a 100644
  	if (sizeof(l) == 4)
  		return fls(l);
 diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
-index 4afa4f8..1ed7824 100644
+index 0d84981..bb741c0 100644
 --- a/include/linux/blkdev.h
 +++ b/include/linux/blkdev.h
-@@ -1572,7 +1572,7 @@ struct block_device_operations {
+@@ -1584,7 +1584,7 @@ struct block_device_operations {
  	/* this callback is with swap_lock and sometimes page table lock held */
  	void (*swap_slot_free_notify) (struct block_device *, unsigned long);
  	struct module *owner;
@@ -78001,16 +77445,17 @@ index 17e7e82..1d7da26 100644
  #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
  #endif
 diff --git a/include/linux/capability.h b/include/linux/capability.h
-index 84b13ad..d7b6550 100644
+index 84b13ad..172cdee 100644
 --- a/include/linux/capability.h
 +++ b/include/linux/capability.h
-@@ -212,8 +212,13 @@ extern bool capable(int cap);
+@@ -211,9 +211,14 @@ extern bool has_ns_capability_noaudit(struct task_struct *t,
+ extern bool capable(int cap);
  extern bool ns_capable(struct user_namespace *ns, int cap);
  extern bool capable_wrt_inode_uidgid(const struct inode *inode, int cap);
++extern bool capable_wrt_inode_uidgid_nolog(const struct inode *inode, int cap);
  extern bool file_ns_capable(const struct file *file, struct user_namespace *ns, int cap);
 +extern bool capable_nolog(int cap);
 +extern bool ns_capable_nolog(struct user_namespace *ns, int cap);
-+extern bool capable_wrt_inode_uidgid_nolog(const struct inode *inode, int cap);
  
  /* audit system wants to get cap info from files as well */
  extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps);
@@ -78044,22 +77489,22 @@ index 4ce9056..86caac6 100644
  extern struct cleancache_ops *
  	cleancache_register_ops(struct cleancache_ops *ops);
 diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
-index 939533d..cf0a57c 100644
+index 5119174..8e264f8 100644
 --- a/include/linux/clk-provider.h
 +++ b/include/linux/clk-provider.h
-@@ -166,6 +166,7 @@ struct clk_ops {
- 					   unsigned long parent_accuracy);
+@@ -174,6 +174,7 @@ struct clk_ops {
  	void		(*init)(struct clk_hw *hw);
+ 	int		(*debug_init)(struct clk_hw *hw, struct dentry *dentry);
  };
 +typedef struct clk_ops __no_const clk_ops_no_const;
  
  /**
   * struct clk_init_data - holds init data that's common to all clocks and is
 diff --git a/include/linux/compat.h b/include/linux/compat.h
-index 3f448c6..df3ce1d 100644
+index e649426..a74047b 100644
 --- a/include/linux/compat.h
 +++ b/include/linux/compat.h
-@@ -313,7 +313,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
+@@ -316,7 +316,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
  			   compat_size_t __user *len_ptr);
  
  asmlinkage long compat_sys_ipc(u32, int, int, u32, compat_uptr_t, u32);
@@ -78068,7 +77513,7 @@ index 3f448c6..df3ce1d 100644
  asmlinkage long compat_sys_semctl(int semid, int semnum, int cmd, int arg);
  asmlinkage long compat_sys_msgsnd(int msqid, compat_uptr_t msgp,
  		compat_ssize_t msgsz, int msgflg);
-@@ -420,7 +420,7 @@ extern int compat_ptrace_request(struct task_struct *child,
+@@ -436,7 +436,7 @@ extern int compat_ptrace_request(struct task_struct *child,
  extern long compat_arch_ptrace(struct task_struct *child, compat_long_t request,
  			       compat_ulong_t addr, compat_ulong_t data);
  asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid,
@@ -78117,7 +77562,7 @@ index 2507fd2..55203f8 100644
   * Mark a position in code as unreachable.  This can be used to
   * suppress control flow warnings after asm blocks that transfer
 diff --git a/include/linux/compiler.h b/include/linux/compiler.h
-index 2472740..4857634 100644
+index ee7239e..7c11769 100644
 --- a/include/linux/compiler.h
 +++ b/include/linux/compiler.h
 @@ -5,11 +5,14 @@
@@ -78185,7 +77630,7 @@ index 2472740..4857634 100644
  #endif
  
  /* Indirect macros required for expanded argument pasting, eg. __LINE__. */
-@@ -279,6 +301,34 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
+@@ -286,6 +308,34 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
  # define __attribute_const__	/* unimplemented */
  #endif
  
@@ -78220,7 +77665,7 @@ index 2472740..4857634 100644
  /*
   * Tell gcc if a function is cold. The compiler will assume any path
   * directly leading to the call is unlikely.
-@@ -288,6 +338,22 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
+@@ -295,6 +345,22 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
  #define __cold
  #endif
  
@@ -78243,7 +77688,7 @@ index 2472740..4857634 100644
  /* Simple shorthand for a section definition */
  #ifndef __section
  # define __section(S) __attribute__ ((__section__(#S)))
-@@ -362,7 +428,8 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
+@@ -369,7 +435,8 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
   * use is to mediate communication between process-level code and irq/NMI
   * handlers, all running on the same CPU.
   */
@@ -78294,10 +77739,10 @@ index 34025df..d94bbbc 100644
  /*
   * Users often need to create attribute structures for their configurable
 diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
-index 4d89e0e..5281847 100644
+index 5ae5100..b809662 100644
 --- a/include/linux/cpufreq.h
 +++ b/include/linux/cpufreq.h
-@@ -191,6 +191,7 @@ struct global_attr {
+@@ -200,6 +200,7 @@ struct global_attr {
  	ssize_t (*store)(struct kobject *a, struct attribute *b,
  			 const char *c, size_t count);
  };
@@ -78305,7 +77750,7 @@ index 4d89e0e..5281847 100644
  
  #define define_one_global_ro(_name)		\
  static struct global_attr _name =		\
-@@ -232,7 +233,7 @@ struct cpufreq_driver {
+@@ -242,7 +243,7 @@ struct cpufreq_driver {
  	bool                    boost_supported;
  	bool                    boost_enabled;
  	int     (*set_boost)    (int state);
@@ -78315,7 +77760,7 @@ index 4d89e0e..5281847 100644
  /* flags */
  #define CPUFREQ_STICKY		(1 << 0)	/* driver isn't removed even if
 diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h
-index 50fcbb0..9d2dbd9 100644
+index b0238cb..db89e1e 100644
 --- a/include/linux/cpuidle.h
 +++ b/include/linux/cpuidle.h
 @@ -50,7 +50,8 @@ struct cpuidle_state {
@@ -78328,7 +77773,7 @@ index 50fcbb0..9d2dbd9 100644
  
  /* Idle State Flags */
  #define CPUIDLE_FLAG_TIME_VALID	(0x01) /* is residency time measurable? */
-@@ -192,7 +193,7 @@ struct cpuidle_governor {
+@@ -211,7 +212,7 @@ struct cpuidle_governor {
  	void (*reflect)		(struct cpuidle_device *dev, int index);
  
  	struct module 		*owner;
@@ -78390,7 +77835,7 @@ index d08e4d2..95fad61 100644
  
  /**
 diff --git a/include/linux/cred.h b/include/linux/cred.h
-index 04421e8..a85afd4 100644
+index f61d6c8..d372d95 100644
 --- a/include/linux/cred.h
 +++ b/include/linux/cred.h
 @@ -35,7 +35,7 @@ struct group_info {
@@ -78472,7 +77917,7 @@ index 653589e..4ef254a 100644
  	return c | 0x20;
  }
 diff --git a/include/linux/dcache.h b/include/linux/dcache.h
-index bf72e9a..4ca7927 100644
+index 3c7ec32..4ca97cc 100644
 --- a/include/linux/dcache.h
 +++ b/include/linux/dcache.h
 @@ -133,7 +133,7 @@ struct dentry {
@@ -78511,7 +77956,7 @@ index d48dc00..211ee54 100644
  /**
   * struct devfreq - Device devfreq structure
 diff --git a/include/linux/device.h b/include/linux/device.h
-index 952b010..d5b7691 100644
+index d1d1c05..a90fdb0 100644
 --- a/include/linux/device.h
 +++ b/include/linux/device.h
 @@ -310,7 +310,7 @@ struct subsys_interface {
@@ -78560,10 +78005,10 @@ index fd4aee2..1f28db9 100644
  #define DMA_BIT_MASK(n)	(((n) == 64) ? ~0ULL : ((1ULL<<(n))-1))
  
 diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
-index 0a5f552..6661a5a 100644
+index 72cb0dd..7fe9a4b 100644
 --- a/include/linux/dmaengine.h
 +++ b/include/linux/dmaengine.h
-@@ -1151,9 +1151,9 @@ struct dma_pinned_list {
+@@ -1147,9 +1147,9 @@ struct dma_pinned_list {
  struct dma_pinned_list *dma_pin_iovec_pages(struct iovec *iov, size_t len);
  void dma_unpin_iovec_pages(struct dma_pinned_list* pinned_list);
  
@@ -78576,10 +78021,10 @@ index 0a5f552..6661a5a 100644
  	unsigned int offset, size_t len);
  
 diff --git a/include/linux/efi.h b/include/linux/efi.h
-index 0a819e7..8ed47f1 100644
+index 6c100ff..e3289b4 100644
 --- a/include/linux/efi.h
 +++ b/include/linux/efi.h
-@@ -768,6 +768,7 @@ struct efivar_operations {
+@@ -1009,6 +1009,7 @@ struct efivar_operations {
  	efi_set_variable_t *set_variable;
  	efi_query_variable_store_t *query_variable_store;
  };
@@ -78608,10 +78053,10 @@ index 67a5fa7..b817372 100644
  #endif
  
 diff --git a/include/linux/err.h b/include/linux/err.h
-index 15f92e0..e825a8e 100644
+index a729120..6ede2c9 100644
 --- a/include/linux/err.h
 +++ b/include/linux/err.h
-@@ -19,12 +19,12 @@
+@@ -20,12 +20,12 @@
  
  #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
  
@@ -78627,7 +78072,7 @@ index 15f92e0..e825a8e 100644
  	return (long) ptr;
  }
 diff --git a/include/linux/extcon.h b/include/linux/extcon.h
-index 21c59af..6057a03 100644
+index f488145..3b6b04e 100644
 --- a/include/linux/extcon.h
 +++ b/include/linux/extcon.h
 @@ -135,7 +135,7 @@ struct extcon_dev {
@@ -78653,10 +78098,10 @@ index fe6ac95..898d41d 100644
  #ifdef CONFIG_FB_TILEBLITTING
  #define FB_TILE_CURSOR_NONE        0
 diff --git a/include/linux/fdtable.h b/include/linux/fdtable.h
-index 70e8e21..1939916 100644
+index 230f87b..1fd0485 100644
 --- a/include/linux/fdtable.h
 +++ b/include/linux/fdtable.h
-@@ -102,7 +102,7 @@ struct files_struct *get_files_struct(struct task_struct *);
+@@ -100,7 +100,7 @@ struct files_struct *get_files_struct(struct task_struct *);
  void put_files_struct(struct files_struct *fs);
  void reset_files_struct(struct files_struct *);
  int unshare_files(struct files_struct **);
@@ -78679,10 +78124,10 @@ index 8293262..2b3b8bd 100644
  extern bool frontswap_enabled;
  extern struct frontswap_ops *
 diff --git a/include/linux/fs.h b/include/linux/fs.h
-index 23b2a35..8764ab7 100644
+index 8780312..425cc22 100644
 --- a/include/linux/fs.h
 +++ b/include/linux/fs.h
-@@ -426,7 +426,7 @@ struct address_space {
+@@ -398,7 +398,7 @@ struct address_space {
  	spinlock_t		private_lock;	/* for use by the address_space */
  	struct list_head	private_list;	/* ditto */
  	void			*private_data;	/* ditto */
@@ -78691,7 +78136,7 @@ index 23b2a35..8764ab7 100644
  	/*
  	 * On most architectures that alignment is already the case; but
  	 * must be enforced here for CRIS, to let the least significant bit
-@@ -469,7 +469,7 @@ struct block_device {
+@@ -441,7 +441,7 @@ struct block_device {
  	int			bd_fsfreeze_count;
  	/* Mutex for freeze */
  	struct mutex		bd_fsfreeze_mutex;
@@ -78700,25 +78145,25 @@ index 23b2a35..8764ab7 100644
  
  /*
   * Radix-tree tags, for tagging dirty and writeback pages within the pagecache
-@@ -613,7 +613,7 @@ struct inode {
- 	atomic_t		i_readcount; /* struct files open RO */
+@@ -585,7 +585,7 @@ struct inode {
  #endif
+ 
  	void			*i_private; /* fs or device private pointer */
 -};
 +} __randomize_layout;
  
  static inline int inode_unhashed(struct inode *inode)
  {
-@@ -812,7 +812,7 @@ struct file {
- #ifdef CONFIG_DEBUG_WRITECOUNT
- 	unsigned long f_mnt_write_state;
- #endif
+@@ -778,7 +778,7 @@ struct file {
+ 	struct list_head	f_tfile_llink;
+ #endif /* #ifdef CONFIG_EPOLL */
+ 	struct address_space	*f_mapping;
 -} __attribute__((aligned(4)));	/* lest something weird decides that 2 is OK */
 +} __attribute__((aligned(4))) __randomize_layout;	/* lest something weird decides that 2 is OK */
  
  struct file_handle {
  	__u32 handle_bytes;
-@@ -982,7 +982,7 @@ struct file_lock {
+@@ -906,7 +906,7 @@ struct file_lock {
  			int state;		/* state of grant or error if -ve */
  		} afs;
  	} fl_u;
@@ -78727,7 +78172,7 @@ index 23b2a35..8764ab7 100644
  
  /* The following constant reflects the upper bound of the file/locking space */
  #ifndef OFFSET_MAX
-@@ -1329,7 +1329,7 @@ struct super_block {
+@@ -1255,7 +1255,7 @@ struct super_block {
  	struct list_lru		s_dentry_lru ____cacheline_aligned_in_smp;
  	struct list_lru		s_inode_lru ____cacheline_aligned_in_smp;
  	struct rcu_head		rcu;
@@ -78736,7 +78181,7 @@ index 23b2a35..8764ab7 100644
  
  extern struct timespec current_fs_time(struct super_block *sb);
  
-@@ -1551,7 +1551,8 @@ struct file_operations {
+@@ -1477,7 +1477,8 @@ struct file_operations {
  	long (*fallocate)(struct file *file, int mode, loff_t offset,
  			  loff_t len);
  	int (*show_fdinfo)(struct seq_file *m, struct file *f);
@@ -78746,7 +78191,7 @@ index 23b2a35..8764ab7 100644
  
  struct inode_operations {
  	struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
-@@ -2820,4 +2821,14 @@ static inline bool dir_relax(struct inode *inode)
+@@ -2757,4 +2758,14 @@ static inline bool dir_relax(struct inode *inode)
  	return !IS_DEADDIR(inode);
  }
  
@@ -79957,7 +79402,7 @@ index 0000000..b02ba9d
 +#define GR_MSRWRITE_MSG "denied write to CPU MSR by "
 diff --git a/include/linux/grsecurity.h b/include/linux/grsecurity.h
 new file mode 100644
-index 0000000..5c4bdee
+index 0000000..13ac2e2
 --- /dev/null
 +++ b/include/linux/grsecurity.h
 @@ -0,0 +1,249 @@
@@ -80141,11 +79586,11 @@ index 0000000..5c4bdee
 +				const struct vfsmount *parent_mnt,
 +				struct dentry *old_dentry,
 +				struct inode *old_parent_inode,
-+				struct vfsmount *old_mnt, const struct filename *newname);
++				struct vfsmount *old_mnt, const struct filename *newname, unsigned int flags);
 +void gr_handle_rename(struct inode *old_dir, struct inode *new_dir,
 +				struct dentry *old_dentry,
 +				struct dentry *new_dentry,
-+				struct vfsmount *mnt, const __u8 replace);
++				struct vfsmount *mnt, const __u8 replace, unsigned int flags);
 +__u32 gr_check_link(const struct dentry *new_dentry,
 +			   const struct dentry *parent_dentry,
 +			   const struct vfsmount *parent_mnt,
@@ -80296,7 +79741,7 @@ index 1c7b89a..7dda400 100644
  	container_of(_dev_attr, struct sensor_device_attribute_2, dev_attr)
  
 diff --git a/include/linux/i2c.h b/include/linux/i2c.h
-index deddeb8..bcaf62d 100644
+index b556e0a..c10a515 100644
 --- a/include/linux/i2c.h
 +++ b/include/linux/i2c.h
 @@ -378,6 +378,7 @@ struct i2c_algorithm {
@@ -80334,7 +79779,7 @@ index aff7ad8..3942bbd 100644
  extern int register_pppox_proto(int proto_num, const struct pppox_proto *pp);
  extern void unregister_pppox_proto(int proto_num);
 diff --git a/include/linux/init.h b/include/linux/init.h
-index e168880..d9b489d 100644
+index a3ba270..a1b6604 100644
 --- a/include/linux/init.h
 +++ b/include/linux/init.h
 @@ -37,9 +37,17 @@
@@ -80391,10 +79836,10 @@ index 6df7f9f..d0bf699 100644
  	.files		= &init_files,					\
  	.signal		= &init_signals,				\
 diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
-index 203c43d..605836b 100644
+index 051c850..431f83a 100644
 --- a/include/linux/interrupt.h
 +++ b/include/linux/interrupt.h
-@@ -411,8 +411,8 @@ extern const char * const softirq_to_name[NR_SOFTIRQS];
+@@ -412,8 +412,8 @@ extern const char * const softirq_to_name[NR_SOFTIRQS];
  
  struct softirq_action
  {
@@ -80405,7 +79850,7 @@ index 203c43d..605836b 100644
  
  asmlinkage void do_softirq(void);
  asmlinkage void __do_softirq(void);
-@@ -426,7 +426,7 @@ static inline void do_softirq_own_stack(void)
+@@ -427,7 +427,7 @@ static inline void do_softirq_own_stack(void)
  }
  #endif
  
@@ -80428,7 +79873,7 @@ index b96a5b2..2732d1c 100644
  #define IOMMU_GROUP_NOTIFY_ADD_DEVICE		1 /* Device added */
  #define IOMMU_GROUP_NOTIFY_DEL_DEVICE		2 /* Pre Device removed */
 diff --git a/include/linux/ioport.h b/include/linux/ioport.h
-index 89b7c24..382af74 100644
+index 5e3a906..3131d0f 100644
 --- a/include/linux/ioport.h
 +++ b/include/linux/ioport.h
 @@ -161,7 +161,7 @@ struct resource *lookup_resource(struct resource *root, resource_size_t start);
@@ -80454,11 +79899,11 @@ index 35e7eca..6afb7ad 100644
  extern struct ipc_namespace init_ipc_ns;
  extern atomic_t nr_ipc_ns;
 diff --git a/include/linux/irq.h b/include/linux/irq.h
-index ef1ac9f..e1db06c 100644
+index 5c57efb..965a62b 100644
 --- a/include/linux/irq.h
 +++ b/include/linux/irq.h
-@@ -338,7 +338,8 @@ struct irq_chip {
- 	void		(*irq_print_chip)(struct irq_data *data, struct seq_file *p);
+@@ -344,7 +344,8 @@ struct irq_chip {
+ 	void		(*irq_release_resources)(struct irq_data *data);
  
  	unsigned long	flags;
 -};
@@ -80468,7 +79913,7 @@ index ef1ac9f..e1db06c 100644
  /*
   * irq_chip specific flags
 diff --git a/include/linux/irqchip/arm-gic.h b/include/linux/irqchip/arm-gic.h
-index 0ceb389..eed3fb8 100644
+index 7ed92d0..589abf5 100644
 --- a/include/linux/irqchip/arm-gic.h
 +++ b/include/linux/irqchip/arm-gic.h
 @@ -73,9 +73,11 @@
@@ -80620,7 +80065,7 @@ index 0555cc6..40116ce 100644
  	char **envp;
  	int wait;
 diff --git a/include/linux/kobject.h b/include/linux/kobject.h
-index 926afb6..58dd6e5 100644
+index f896a33..f2eb10f 100644
 --- a/include/linux/kobject.h
 +++ b/include/linux/kobject.h
 @@ -116,7 +116,7 @@ struct kobj_type {
@@ -80631,8 +80076,8 @@ index 926afb6..58dd6e5 100644
 +} __do_const;
  
  struct kobj_uevent_env {
- 	char *envp[UEVENT_NUM_ENVP];
-@@ -139,6 +139,7 @@ struct kobj_attribute {
+ 	char *argv[3];
+@@ -140,6 +140,7 @@ struct kobj_attribute {
  	ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
  			 const char *buf, size_t count);
  };
@@ -80640,7 +80085,7 @@ index 926afb6..58dd6e5 100644
  
  extern const struct sysfs_ops kobj_sysfs_ops;
  
-@@ -166,7 +167,7 @@ struct kset {
+@@ -167,7 +168,7 @@ struct kset {
  	spinlock_t list_lock;
  	struct kobject kobj;
  	const struct kset_uevent_ops *uevent_ops;
@@ -80676,10 +80121,10 @@ index 484604d..0f6c5b6 100644
  	if (atomic_sub_and_test((int) count, &kref->refcount)) {
  		release(kref);
 diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
-index b8e9a43..632678d 100644
+index 7d21cf9..bc0c81f 100644
 --- a/include/linux/kvm_host.h
 +++ b/include/linux/kvm_host.h
-@@ -455,7 +455,7 @@ static inline void kvm_irqfd_exit(void)
+@@ -466,7 +466,7 @@ static inline void kvm_irqfd_exit(void)
  {
  }
  #endif
@@ -80688,7 +80133,7 @@ index b8e9a43..632678d 100644
  		  struct module *module);
  void kvm_exit(void);
  
-@@ -621,7 +621,7 @@ int kvm_arch_vcpu_ioctl_set_guest_debug(struct kvm_vcpu *vcpu,
+@@ -632,7 +632,7 @@ int kvm_arch_vcpu_ioctl_set_guest_debug(struct kvm_vcpu *vcpu,
  					struct kvm_guest_debug *dbg);
  int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run);
  
@@ -80698,10 +80143,10 @@ index b8e9a43..632678d 100644
  
  int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu);
 diff --git a/include/linux/libata.h b/include/linux/libata.h
-index 3fee55e..42565b7 100644
+index 5ab4e3a..2fe237b 100644
 --- a/include/linux/libata.h
 +++ b/include/linux/libata.h
-@@ -976,7 +976,7 @@ struct ata_port_operations {
+@@ -975,7 +975,7 @@ struct ata_port_operations {
  	 * fields must be pointers.
  	 */
  	const struct ata_port_operations	*inherits;
@@ -80805,7 +80250,7 @@ index c45c089..298841c 100644
  	u32 remainder;
  	return div_u64_rem(dividend, divisor, &remainder);
 diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h
-index 5f1ea75..5125ac5 100644
+index 3c1b968..d5b5683 100644
 --- a/include/linux/mempolicy.h
 +++ b/include/linux/mempolicy.h
 @@ -91,6 +91,10 @@ static inline struct mempolicy *mpol_dup(struct mempolicy *pol)
@@ -80819,7 +80264,7 @@ index 5f1ea75..5125ac5 100644
  
  static inline void mpol_get(struct mempolicy *pol)
  {
-@@ -223,6 +227,9 @@ static inline void mpol_free_shared_policy(struct shared_policy *p)
+@@ -222,6 +226,9 @@ static inline void mpol_free_shared_policy(struct shared_policy *p)
  }
  
  #define vma_policy(vma) NULL
@@ -80830,7 +80275,7 @@ index 5f1ea75..5125ac5 100644
  static inline int
  vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst)
 diff --git a/include/linux/mm.h b/include/linux/mm.h
-index c1b7414..5ea2ad8 100644
+index d677706..673408c 100644
 --- a/include/linux/mm.h
 +++ b/include/linux/mm.h
 @@ -127,6 +127,11 @@ extern unsigned int kobjsize(const void *objp);
@@ -80845,7 +80290,7 @@ index c1b7414..5ea2ad8 100644
  #define VM_DONTDUMP	0x04000000	/* Do not include in the core dump */
  
  #ifdef CONFIG_MEM_SOFT_DIRTY
-@@ -229,8 +234,8 @@ struct vm_operations_struct {
+@@ -237,8 +242,8 @@ struct vm_operations_struct {
  	/* called by access_process_vm when get_user_pages() fails, typically
  	 * for use by special VMAs that can switch between memory and hardware
  	 */
@@ -80856,7 +80301,7 @@ index c1b7414..5ea2ad8 100644
  #ifdef CONFIG_NUMA
  	/*
  	 * set_policy() op must add a reference to any non-NULL @new mempolicy
-@@ -260,6 +265,7 @@ struct vm_operations_struct {
+@@ -268,6 +273,7 @@ struct vm_operations_struct {
  	int (*remap_pages)(struct vm_area_struct *vma, unsigned long addr,
  			   unsigned long size, pgoff_t pgoff);
  };
@@ -80864,7 +80309,7 @@ index c1b7414..5ea2ad8 100644
  
  struct mmu_gather;
  struct inode;
-@@ -1112,8 +1118,8 @@ int follow_pfn(struct vm_area_struct *vma, unsigned long address,
+@@ -1133,8 +1139,8 @@ int follow_pfn(struct vm_area_struct *vma, unsigned long address,
  	unsigned long *pfn);
  int follow_phys(struct vm_area_struct *vma, unsigned long address,
  		unsigned int flags, unsigned long *prot, resource_size_t *phys);
@@ -80875,7 +80320,7 @@ index c1b7414..5ea2ad8 100644
  
  static inline void unmap_shared_mapping_range(struct address_space *mapping,
  		loff_t const holebegin, loff_t const holelen)
-@@ -1152,9 +1158,9 @@ static inline int fixup_user_fault(struct task_struct *tsk,
+@@ -1173,9 +1179,9 @@ static inline int fixup_user_fault(struct task_struct *tsk,
  }
  #endif
  
@@ -80888,9 +80333,9 @@ index c1b7414..5ea2ad8 100644
  
  long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
  		      unsigned long start, unsigned long nr_pages,
-@@ -1186,34 +1192,6 @@ int set_page_dirty(struct page *page);
- int set_page_dirty_lock(struct page *page);
+@@ -1208,34 +1214,6 @@ int set_page_dirty_lock(struct page *page);
  int clear_page_dirty_for_io(struct page *page);
+ int get_cmdline(struct task_struct *task, char *buffer, int buflen);
  
 -/* Is the vma a continuation of the stack vma above it? */
 -static inline int vma_growsdown(struct vm_area_struct *vma, unsigned long addr)
@@ -80923,7 +80368,7 @@ index c1b7414..5ea2ad8 100644
  extern pid_t
  vm_is_stack(struct task_struct *task, struct vm_area_struct *vma, int in_group);
  
-@@ -1313,6 +1291,15 @@ static inline void sync_mm_rss(struct mm_struct *mm)
+@@ -1335,6 +1313,15 @@ static inline void sync_mm_rss(struct mm_struct *mm)
  }
  #endif
  
@@ -80939,7 +80384,7 @@ index c1b7414..5ea2ad8 100644
  int vma_wants_writenotify(struct vm_area_struct *vma);
  
  extern pte_t *__get_locked_pte(struct mm_struct *mm, unsigned long addr,
-@@ -1331,8 +1318,15 @@ static inline int __pud_alloc(struct mm_struct *mm, pgd_t *pgd,
+@@ -1353,8 +1340,15 @@ static inline int __pud_alloc(struct mm_struct *mm, pgd_t *pgd,
  {
  	return 0;
  }
@@ -80955,7 +80400,7 @@ index c1b7414..5ea2ad8 100644
  #endif
  
  #ifdef __PAGETABLE_PMD_FOLDED
-@@ -1341,8 +1335,15 @@ static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud,
+@@ -1363,8 +1357,15 @@ static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud,
  {
  	return 0;
  }
@@ -80971,7 +80416,7 @@ index c1b7414..5ea2ad8 100644
  #endif
  
  int __pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma,
-@@ -1360,11 +1361,23 @@ static inline pud_t *pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long a
+@@ -1382,11 +1383,23 @@ static inline pud_t *pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long a
  		NULL: pud_offset(pgd, address);
  }
  
@@ -80995,7 +80440,7 @@ index c1b7414..5ea2ad8 100644
  #endif /* CONFIG_MMU && !__ARCH_HAS_4LEVEL_HACK */
  
  #if USE_SPLIT_PTE_PTLOCKS
-@@ -1754,7 +1767,7 @@ extern int install_special_mapping(struct mm_struct *mm,
+@@ -1783,7 +1796,7 @@ extern int install_special_mapping(struct mm_struct *mm,
  				   unsigned long addr, unsigned long len,
  				   unsigned long flags, struct page **pages);
  
@@ -81004,7 +80449,7 @@ index c1b7414..5ea2ad8 100644
  
  extern unsigned long mmap_region(struct file *file, unsigned long addr,
  	unsigned long len, vm_flags_t vm_flags, unsigned long pgoff);
-@@ -1762,6 +1775,7 @@ extern unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
+@@ -1791,6 +1804,7 @@ extern unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
  	unsigned long len, unsigned long prot, unsigned long flags,
  	unsigned long pgoff, unsigned long *populate);
  extern int do_munmap(struct mm_struct *, unsigned long, size_t);
@@ -81012,7 +80457,7 @@ index c1b7414..5ea2ad8 100644
  
  #ifdef CONFIG_MMU
  extern int __mm_populate(unsigned long addr, unsigned long len,
-@@ -1790,10 +1804,11 @@ struct vm_unmapped_area_info {
+@@ -1819,10 +1833,11 @@ struct vm_unmapped_area_info {
  	unsigned long high_limit;
  	unsigned long align_mask;
  	unsigned long align_offset;
@@ -81026,7 +80471,7 @@ index c1b7414..5ea2ad8 100644
  
  /*
   * Search for an unmapped address range.
-@@ -1805,7 +1820,7 @@ extern unsigned long unmapped_area_topdown(struct vm_unmapped_area_info *info);
+@@ -1834,7 +1849,7 @@ extern unsigned long unmapped_area_topdown(struct vm_unmapped_area_info *info);
   * - satisfies (begin_addr & align_mask) == (align_offset & align_mask)
   */
  static inline unsigned long
@@ -81035,7 +80480,7 @@ index c1b7414..5ea2ad8 100644
  {
  	if (!(info->flags & VM_UNMAPPED_AREA_TOPDOWN))
  		return unmapped_area(info);
-@@ -1868,6 +1883,10 @@ extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long add
+@@ -1896,6 +1911,10 @@ extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long add
  extern struct vm_area_struct * find_vma_prev(struct mm_struct * mm, unsigned long addr,
  					     struct vm_area_struct **pprev);
  
@@ -81046,7 +80491,7 @@ index c1b7414..5ea2ad8 100644
  /* Look up the first VMA which intersects the interval start_addr..end_addr-1,
     NULL if none.  Assume start_addr < end_addr. */
  static inline struct vm_area_struct * find_vma_intersection(struct mm_struct * mm, unsigned long start_addr, unsigned long end_addr)
-@@ -1896,15 +1915,6 @@ static inline struct vm_area_struct *find_exact_vma(struct mm_struct *mm,
+@@ -1924,15 +1943,6 @@ static inline struct vm_area_struct *find_exact_vma(struct mm_struct *mm,
  	return vma;
  }
  
@@ -81062,7 +80507,7 @@ index c1b7414..5ea2ad8 100644
  #ifdef CONFIG_NUMA_BALANCING
  unsigned long change_prot_numa(struct vm_area_struct *vma,
  			unsigned long start, unsigned long end);
-@@ -1956,6 +1966,11 @@ void vm_stat_account(struct mm_struct *, unsigned long, struct file *, long);
+@@ -1984,6 +1994,11 @@ void vm_stat_account(struct mm_struct *, unsigned long, struct file *, long);
  static inline void vm_stat_account(struct mm_struct *mm,
  			unsigned long flags, struct file *file, long pages)
  {
@@ -81074,7 +80519,7 @@ index c1b7414..5ea2ad8 100644
  	mm->total_vm += pages;
  }
  #endif /* CONFIG_PROC_FS */
-@@ -2037,7 +2052,7 @@ extern int unpoison_memory(unsigned long pfn);
+@@ -2065,7 +2080,7 @@ extern int unpoison_memory(unsigned long pfn);
  extern int sysctl_memory_failure_early_kill;
  extern int sysctl_memory_failure_recovery;
  extern void shake_page(struct page *p, int access);
@@ -81083,7 +80528,7 @@ index c1b7414..5ea2ad8 100644
  extern int soft_offline_page(struct page *page, int flags);
  
  #if defined(CONFIG_TRANSPARENT_HUGEPAGE) || defined(CONFIG_HUGETLBFS)
-@@ -2072,5 +2087,11 @@ void __init setup_nr_node_ids(void);
+@@ -2100,5 +2115,11 @@ void __init setup_nr_node_ids(void);
  static inline void setup_nr_node_ids(void) {}
  #endif
  
@@ -81096,10 +80541,10 @@ index c1b7414..5ea2ad8 100644
  #endif /* __KERNEL__ */
  #endif /* _LINUX_MM_H */
 diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
-index 290901a..e99b01c 100644
+index 8967e20..61f7900 100644
 --- a/include/linux/mm_types.h
 +++ b/include/linux/mm_types.h
-@@ -307,7 +307,9 @@ struct vm_area_struct {
+@@ -308,7 +308,9 @@ struct vm_area_struct {
  #ifdef CONFIG_NUMA
  	struct mempolicy *vm_policy;	/* NUMA policy for the VMA */
  #endif
@@ -81110,7 +80555,7 @@ index 290901a..e99b01c 100644
  
  struct core_thread {
  	struct task_struct *task;
-@@ -453,7 +455,25 @@ struct mm_struct {
+@@ -454,7 +456,25 @@ struct mm_struct {
  	bool tlb_flush_pending;
  #endif
  	struct uprobes_state uprobes_state;
@@ -81160,10 +80605,10 @@ index c5d5278..f0b68c8 100644
  }
  
 diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
-index 9b61b9b..52147d6b 100644
+index fac5509..22a7710 100644
 --- a/include/linux/mmzone.h
 +++ b/include/linux/mmzone.h
-@@ -396,7 +396,7 @@ struct zone {
+@@ -402,7 +402,7 @@ struct zone {
  	unsigned long		flags;		   /* zone flags, see below */
  
  	/* Zone statistics */
@@ -81173,7 +80618,7 @@ index 9b61b9b..52147d6b 100644
  	/*
  	 * The target ratio of ACTIVE_ANON to INACTIVE_ANON pages on
 diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
-index 45e9214..a7227d6 100644
+index 44eeef0..67ad116 100644
 --- a/include/linux/mod_devicetable.h
 +++ b/include/linux/mod_devicetable.h
 @@ -13,7 +13,7 @@
@@ -81194,7 +80639,7 @@ index 45e9214..a7227d6 100644
  #define HID_BUS_ANY				0xffff
  #define HID_GROUP_ANY				0x0000
  
-@@ -467,7 +467,7 @@ struct dmi_system_id {
+@@ -475,7 +475,7 @@ struct dmi_system_id {
  	const char *ident;
  	struct dmi_strmatch matches[4];
  	void *driver_data;
@@ -81204,12 +80649,12 @@ index 45e9214..a7227d6 100644
   * struct dmi_device_id appears during expansion of
   * "MODULE_DEVICE_TABLE(dmi, x)". Compiler doesn't look inside it
 diff --git a/include/linux/module.h b/include/linux/module.h
-index eaf60ff..641979a 100644
+index f520a76..5f898ef 100644
 --- a/include/linux/module.h
 +++ b/include/linux/module.h
 @@ -17,9 +17,11 @@
  #include <linux/moduleparam.h>
- #include <linux/tracepoint.h>
+ #include <linux/jump_label.h>
  #include <linux/export.h>
 +#include <linux/fs.h>
  
@@ -81243,7 +80688,7 @@ index eaf60ff..641979a 100644
  
  extern ssize_t __modver_version_show(struct module_attribute *,
  				     struct module_kobject *, char *);
-@@ -238,7 +241,7 @@ struct module {
+@@ -235,7 +238,7 @@ struct module {
  
  	/* Sysfs stuff. */
  	struct module_kobject mkobj;
@@ -81252,7 +80697,7 @@ index eaf60ff..641979a 100644
  	const char *version;
  	const char *srcversion;
  	struct kobject *holders_dir;
-@@ -287,19 +290,16 @@ struct module {
+@@ -284,19 +287,16 @@ struct module {
  	int (*init)(void);
  
  	/* If this is non-NULL, vfree after init() returns */
@@ -81276,7 +80721,7 @@ index eaf60ff..641979a 100644
  
  	/* Arch-specific module values */
  	struct mod_arch_specific arch;
-@@ -355,6 +355,10 @@ struct module {
+@@ -352,6 +352,10 @@ struct module {
  #ifdef CONFIG_EVENT_TRACING
  	struct ftrace_event_call **trace_events;
  	unsigned int num_trace_events;
@@ -81287,7 +80732,7 @@ index eaf60ff..641979a 100644
  #endif
  #ifdef CONFIG_FTRACE_MCOUNT_RECORD
  	unsigned int num_ftrace_callsites;
-@@ -378,7 +382,7 @@ struct module {
+@@ -375,7 +379,7 @@ struct module {
  	ctor_fn_t *ctors;
  	unsigned int num_ctors;
  #endif
@@ -81296,7 +80741,7 @@ index eaf60ff..641979a 100644
  #ifndef MODULE_ARCH_INIT
  #define MODULE_ARCH_INIT {}
  #endif
-@@ -399,16 +403,46 @@ bool is_module_address(unsigned long addr);
+@@ -396,16 +400,46 @@ bool is_module_address(unsigned long addr);
  bool is_module_percpu_address(unsigned long addr);
  bool is_module_text_address(unsigned long addr);
  
@@ -81394,10 +80839,10 @@ index 560ca53..ef621ef 100644
  }
  #endif
 diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h
-index c3eb102..073c4a6 100644
+index 204a677..e9b486a 100644
 --- a/include/linux/moduleparam.h
 +++ b/include/linux/moduleparam.h
-@@ -295,7 +295,7 @@ static inline void __kernel_param_unlock(void)
+@@ -293,7 +293,7 @@ static inline void __kernel_param_unlock(void)
   * @len is usually just sizeof(string).
   */
  #define module_param_string(name, string, len, perm)			\
@@ -81406,7 +80851,7 @@ index c3eb102..073c4a6 100644
  		= { len, string };					\
  	__module_param_call(MODULE_PARAM_PREFIX, name,			\
  			    &param_ops_string,				\
-@@ -434,7 +434,7 @@ extern int param_set_bint(const char *val, const struct kernel_param *kp);
+@@ -432,7 +432,7 @@ extern int param_set_bint(const char *val, const struct kernel_param *kp);
   */
  #define module_param_array_named(name, array, type, nump, perm)		\
  	param_check_##type(name, &(array)[0]);				\
@@ -81470,26 +80915,32 @@ index 17d8339..81656c0 100644
  struct iovec;
  struct kvec;
 diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
-index 911718f..f673407 100644
+index b42d07b..7f45ae2 100644
 --- a/include/linux/netdevice.h
 +++ b/include/linux/netdevice.h
-@@ -1147,6 +1147,7 @@ struct net_device_ops {
+@@ -1146,6 +1146,7 @@ struct net_device_ops {
  							void *priv);
  	int			(*ndo_get_lock_subclass)(struct net_device *dev);
  };
 +typedef struct net_device_ops __no_const net_device_ops_no_const;
  
- /*
-  *	The DEVICE structure.
-@@ -1229,7 +1230,7 @@ struct net_device {
- 	int			iflink;
- 
+ /**
+  * enum net_device_priv_flags - &struct net_device priv_flags
+@@ -1313,11 +1314,11 @@ struct net_device {
  	struct net_device_stats	stats;
--	atomic_long_t		rx_dropped; /* dropped packets by core network
-+	atomic_long_unchecked_t	rx_dropped; /* dropped packets by core network
- 					     * Do not use this in drivers.
- 					     */
  
+ 	/* dropped packets by core network, Do not use this in drivers */
+-	atomic_long_t		rx_dropped;
+-	atomic_long_t		tx_dropped;
++	atomic_long_unchecked_t	rx_dropped;
++	atomic_long_unchecked_t	tx_dropped;
+ 
+ 	/* Stats to monitor carrier on<->off transitions */
+-	atomic_t		carrier_changes;
++	atomic_unchecked_t	carrier_changes;
+ 
+ #ifdef CONFIG_WIRELESS_EXT
+ 	/* List of functions to handle Wireless Extensions (instead of ioctl).
 diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
 index 2077489..a15e561 100644
 --- a/include/linux/netfilter.h
@@ -81504,7 +80955,7 @@ index 2077489..a15e561 100644
  /* Function to register/unregister hook points. */
  int nf_register_hook(struct nf_hook_ops *reg);
 diff --git a/include/linux/netfilter/nfnetlink.h b/include/linux/netfilter/nfnetlink.h
-index 28c7436..2d6156a 100644
+index e955d47..04a5338 100644
 --- a/include/linux/netfilter/nfnetlink.h
 +++ b/include/linux/netfilter/nfnetlink.h
 @@ -19,7 +19,7 @@ struct nfnl_callback {
@@ -81531,36 +80982,6 @@ index 0000000..33f4af8
 +};
 +
 +#endif
-diff --git a/include/linux/netlink.h b/include/linux/netlink.h
-index aad8eea..034cda7 100644
---- a/include/linux/netlink.h
-+++ b/include/linux/netlink.h
-@@ -16,9 +16,10 @@ static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb)
- }
- 
- enum netlink_skb_flags {
--	NETLINK_SKB_MMAPED	= 0x1,		/* Packet data is mmaped */
--	NETLINK_SKB_TX		= 0x2,		/* Packet was sent by userspace */
--	NETLINK_SKB_DELIVERED	= 0x4,		/* Packet was delivered */
-+	NETLINK_SKB_MMAPED	= 0x1,	/* Packet data is mmaped */
-+	NETLINK_SKB_TX		= 0x2,	/* Packet was sent by userspace */
-+	NETLINK_SKB_DELIVERED	= 0x4,	/* Packet was delivered */
-+	NETLINK_SKB_DST		= 0x8,	/* Dst set in sendto or sendmsg */
- };
- 
- struct netlink_skb_parms {
-@@ -169,4 +170,11 @@ struct netlink_tap {
- extern int netlink_add_tap(struct netlink_tap *nt);
- extern int netlink_remove_tap(struct netlink_tap *nt);
- 
-+bool __netlink_ns_capable(const struct netlink_skb_parms *nsp,
-+			  struct user_namespace *ns, int cap);
-+bool netlink_ns_capable(const struct sk_buff *skb,
-+			struct user_namespace *ns, int cap);
-+bool netlink_capable(const struct sk_buff *skb, int cap);
-+bool netlink_net_capable(const struct sk_buff *skb, int cap);
-+
- #endif	/* __LINUX_NETLINK_H */
 diff --git a/include/linux/nls.h b/include/linux/nls.h
 index 520681b..1d67ed2 100644
 --- a/include/linux/nls.h
@@ -81653,7 +81074,7 @@ index 5f2e559..7d59314 100644
  /**
   * struct hotplug_slot_info - used to notify the hotplug pci core of the state of the slot
 diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
-index e56b07f..aef789b 100644
+index 3ef6ea1..ed1a248 100644
 --- a/include/linux/perf_event.h
 +++ b/include/linux/perf_event.h
 @@ -328,8 +328,8 @@ struct perf_event {
@@ -81678,7 +81099,7 @@ index e56b07f..aef789b 100644
  
  	/*
  	 * Protect attach/detach and child_list:
-@@ -708,7 +708,7 @@ static inline void perf_callchain_store(struct perf_callchain_entry *entry, u64
+@@ -710,7 +710,7 @@ static inline void perf_callchain_store(struct perf_callchain_entry *entry, u64
  		entry->ip[entry->nr++] = ip;
  }
  
@@ -81687,7 +81108,7 @@ index e56b07f..aef789b 100644
  extern int sysctl_perf_event_mlock;
  extern int sysctl_perf_event_sample_rate;
  extern int sysctl_perf_cpu_time_max_percent;
-@@ -723,19 +723,24 @@ extern int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write,
+@@ -725,19 +725,24 @@ extern int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write,
  		loff_t *ppos);
  
  
@@ -81715,7 +81136,7 @@ index e56b07f..aef789b 100644
  }
  
  extern void perf_event_init(void);
-@@ -851,7 +856,7 @@ struct perf_pmu_events_attr {
+@@ -867,7 +872,7 @@ struct perf_pmu_events_attr {
  	struct device_attribute attr;
  	u64 id;
  	const char *event_str;
@@ -81738,7 +81159,7 @@ index 7246ef3..1539ea4 100644
  extern struct pid_namespace init_pid_ns;
  
 diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h
-index ab57526..94598804 100644
+index eb8b8ac..62649e1 100644
 --- a/include/linux/pipe_fs_i.h
 +++ b/include/linux/pipe_fs_i.h
 @@ -47,10 +47,10 @@ struct pipe_inode_info {
@@ -81757,10 +81178,10 @@ index ab57526..94598804 100644
  	unsigned int w_counter;
  	struct page *tmp_page;
 diff --git a/include/linux/pm.h b/include/linux/pm.h
-index 8c6583a..febb84c 100644
+index d915d03..0531037 100644
 --- a/include/linux/pm.h
 +++ b/include/linux/pm.h
-@@ -597,6 +597,7 @@ extern int dev_pm_put_subsys_data(struct device *dev);
+@@ -600,6 +600,7 @@ extern int dev_pm_put_subsys_data(struct device *dev);
  struct dev_pm_domain {
  	struct dev_pm_ops	ops;
  };
@@ -81787,10 +81208,10 @@ index 7c1d252..0e7061d 100644
  
  struct generic_pm_domain {
 diff --git a/include/linux/pm_runtime.h b/include/linux/pm_runtime.h
-index 16c9a62..f9f0838 100644
+index 2a5897a..4f9af63 100644
 --- a/include/linux/pm_runtime.h
 +++ b/include/linux/pm_runtime.h
-@@ -109,7 +109,7 @@ static inline bool pm_runtime_callbacks_present(struct device *dev)
+@@ -113,7 +113,7 @@ static inline bool pm_runtime_callbacks_present(struct device *dev)
  
  static inline void pm_runtime_mark_last_busy(struct device *dev)
  {
@@ -81854,10 +81275,10 @@ index 4ea1d37..80f4b33 100644
  /*
   * The return value from decompress routine is the length of the
 diff --git a/include/linux/preempt.h b/include/linux/preempt.h
-index 1841b58..fbeebf8 100644
+index de83b4e..c4b997d 100644
 --- a/include/linux/preempt.h
 +++ b/include/linux/preempt.h
-@@ -29,11 +29,16 @@ extern void preempt_count_sub(int val);
+@@ -27,11 +27,16 @@ extern void preempt_count_sub(int val);
  #define preempt_count_dec_and_test() __preempt_count_dec_and_test()
  #endif
  
@@ -81874,7 +81295,7 @@ index 1841b58..fbeebf8 100644
  
  #ifdef CONFIG_PREEMPT_COUNT
  
-@@ -43,6 +48,12 @@ do { \
+@@ -41,6 +46,12 @@ do { \
  	barrier(); \
  } while (0)
  
@@ -81887,7 +81308,7 @@ index 1841b58..fbeebf8 100644
  #define sched_preempt_enable_no_resched() \
  do { \
  	barrier(); \
-@@ -51,6 +62,12 @@ do { \
+@@ -49,6 +60,12 @@ do { \
  
  #define preempt_enable_no_resched() sched_preempt_enable_no_resched()
  
@@ -81900,7 +81321,7 @@ index 1841b58..fbeebf8 100644
  #ifdef CONFIG_PREEMPT
  #define preempt_enable() \
  do { \
-@@ -115,8 +132,10 @@ do { \
+@@ -113,8 +130,10 @@ do { \
   * region.
   */
  #define preempt_disable()			barrier()
@@ -81911,7 +81332,7 @@ index 1841b58..fbeebf8 100644
  #define preempt_enable()			barrier()
  #define preempt_check_resched()			do { } while (0)
  
-@@ -130,11 +149,13 @@ do { \
+@@ -128,11 +147,13 @@ do { \
  /*
   * Modules have no business playing preemption tricks.
   */
@@ -81926,10 +81347,10 @@ index 1841b58..fbeebf8 100644
  #define preempt_set_need_resched() \
  do { \
 diff --git a/include/linux/printk.h b/include/linux/printk.h
-index fa47e27..c08e034 100644
+index 8752f75..2b80c0f 100644
 --- a/include/linux/printk.h
 +++ b/include/linux/printk.h
-@@ -114,6 +114,8 @@ static inline __printf(1, 2) __cold
+@@ -110,6 +110,8 @@ static inline __printf(1, 2) __cold
  void early_printk(const char *s, ...) { }
  #endif
  
@@ -81938,7 +81359,7 @@ index fa47e27..c08e034 100644
  #ifdef CONFIG_PRINTK
  asmlinkage __printf(5, 0)
  int vprintk_emit(int facility, int level,
-@@ -148,7 +150,6 @@ extern bool printk_timed_ratelimit(unsigned long *caller_jiffies,
+@@ -144,7 +146,6 @@ extern bool printk_timed_ratelimit(unsigned long *caller_jiffies,
  
  extern int printk_delay_msec;
  extern int dmesg_restrict;
@@ -81947,7 +81368,7 @@ index fa47e27..c08e034 100644
  extern void wake_up_klogd(void);
  
 diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h
-index 608e60a..bbcb1a0 100644
+index 608e60a..79cfb18 100644
 --- a/include/linux/proc_fs.h
 +++ b/include/linux/proc_fs.h
 @@ -17,8 +17,11 @@ extern void proc_flush_task(struct task_struct *);
@@ -81982,7 +81403,20 @@ index 608e60a..bbcb1a0 100644
  extern void proc_set_size(struct proc_dir_entry *, loff_t);
  extern void proc_set_user(struct proc_dir_entry *, kuid_t, kgid_t);
  extern void *PDE_DATA(const struct inode *);
-@@ -73,7 +89,7 @@ static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *p
+@@ -52,8 +68,12 @@ static inline struct proc_dir_entry *proc_symlink(const char *name,
+ 		struct proc_dir_entry *parent,const char *dest) { return NULL;}
+ static inline struct proc_dir_entry *proc_mkdir(const char *name,
+ 	struct proc_dir_entry *parent) {return NULL;}
++static inline struct proc_dir_entry *proc_mkdir_restrict(const char *name,
++	struct proc_dir_entry *parent) { return NULL; }
+ static inline struct proc_dir_entry *proc_mkdir_data(const char *name,
+ 	umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; }
++static inline  struct proc_dir_entry *proc_mkdir_data_restrict(const char *name,
++	umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; }
+ static inline struct proc_dir_entry *proc_mkdir_mode(const char *name,
+ 	umode_t mode, struct proc_dir_entry *parent) { return NULL; }
+ #define proc_create(name, mode, parent, proc_fops) ({NULL;})
+@@ -73,7 +93,7 @@ static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *p
  static inline struct proc_dir_entry *proc_net_mkdir(
  	struct net *net, const char *name, struct proc_dir_entry *parent)
  {
@@ -82018,7 +81452,7 @@ index cc7494a..1e27036 100644
  extern bool qid_valid(struct kqid qid);
  
 diff --git a/include/linux/random.h b/include/linux/random.h
-index 1cfce0e..b0b9235 100644
+index 57fbbff..2331f3f 100644
 --- a/include/linux/random.h
 +++ b/include/linux/random.h
 @@ -9,9 +9,19 @@
@@ -82084,7 +81518,7 @@ index fea49b5..2ac22bb 100644
  
  
 diff --git a/include/linux/rculist.h b/include/linux/rculist.h
-index dbaf990..52e07b8 100644
+index 8183b46..a388711 100644
 --- a/include/linux/rculist.h
 +++ b/include/linux/rculist.h
 @@ -29,8 +29,8 @@
@@ -82142,21 +81576,8 @@ index dbaf990..52e07b8 100644
  /**
   * hlist_del_init_rcu - deletes entry from hash list with re-initialization
   * @n: the element to delete from the hash list.
-diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
-index 72bf3a0..853347f 100644
---- a/include/linux/rcupdate.h
-+++ b/include/linux/rcupdate.h
-@@ -588,7 +588,7 @@ static inline void rcu_preempt_sleep_check(void)
- #define rcu_assign_pointer(p, v) \
- 	do { \
- 		smp_wmb(); \
--		ACCESS_ONCE(p) = RCU_INITIALIZER(v); \
-+		ACCESS_ONCE_RW(p) = RCU_INITIALIZER(v); \
- 	} while (0)
- 
- 
 diff --git a/include/linux/reboot.h b/include/linux/reboot.h
-index 9e7db9e..7d4fd72 100644
+index 48bf152..d38b785 100644
 --- a/include/linux/reboot.h
 +++ b/include/linux/reboot.h
 @@ -44,9 +44,9 @@ extern int unregister_reboot_notifier(struct notifier_block *);
@@ -82222,10 +81643,10 @@ index d7c8359..818daf5 100644
  /*
   * CONFIG_RELAY kernel API, kernel/relay.c
 diff --git a/include/linux/rio.h b/include/linux/rio.h
-index b71d573..2f940bd 100644
+index 6bda06f..bf39a9b 100644
 --- a/include/linux/rio.h
 +++ b/include/linux/rio.h
-@@ -355,7 +355,7 @@ struct rio_ops {
+@@ -358,7 +358,7 @@ struct rio_ops {
  	int (*map_inb)(struct rio_mport *mport, dma_addr_t lstart,
  			u64 rstart, u32 size, u32 flags);
  	void (*unmap_inb)(struct rio_mport *mport, dma_addr_t lstart);
@@ -82275,18 +81696,18 @@ index a964f72..b475afb 100644
  }
  
 diff --git a/include/linux/sched.h b/include/linux/sched.h
-index ccd0c6f..84d9030 100644
+index 221b2bd..e2e5f82 100644
 --- a/include/linux/sched.h
 +++ b/include/linux/sched.h
-@@ -129,6 +129,7 @@ struct fs_struct;
+@@ -131,6 +131,7 @@ struct fs_struct;
  struct perf_event_context;
  struct blk_plug;
  struct filename;
 +struct linux_binprm;
  
- /*
-  * List of flags we want to share for kernel threads,
-@@ -369,7 +370,7 @@ extern char __sched_text_start[], __sched_text_end[];
+ #define VMACACHE_BITS 2
+ #define VMACACHE_SIZE (1U << VMACACHE_BITS)
+@@ -380,7 +381,7 @@ extern char __sched_text_start[], __sched_text_end[];
  extern int in_sched_functions(unsigned long addr);
  
  #define	MAX_SCHEDULE_TIMEOUT	LONG_MAX
@@ -82295,7 +81716,7 @@ index ccd0c6f..84d9030 100644
  extern signed long schedule_timeout_interruptible(signed long timeout);
  extern signed long schedule_timeout_killable(signed long timeout);
  extern signed long schedule_timeout_uninterruptible(signed long timeout);
-@@ -380,6 +381,19 @@ struct nsproxy;
+@@ -391,6 +392,19 @@ struct nsproxy;
  struct user_namespace;
  
  #ifdef CONFIG_MMU
@@ -82315,7 +81736,7 @@ index ccd0c6f..84d9030 100644
  extern void arch_pick_mmap_layout(struct mm_struct *mm);
  extern unsigned long
  arch_get_unmapped_area(struct file *, unsigned long, unsigned long,
-@@ -677,6 +691,17 @@ struct signal_struct {
+@@ -688,6 +702,17 @@ struct signal_struct {
  #ifdef CONFIG_TASKSTATS
  	struct taskstats *stats;
  #endif
@@ -82333,7 +81754,7 @@ index ccd0c6f..84d9030 100644
  #ifdef CONFIG_AUDIT
  	unsigned audit_tty;
  	unsigned audit_tty_log_passwd;
-@@ -703,7 +728,7 @@ struct signal_struct {
+@@ -714,7 +739,7 @@ struct signal_struct {
  	struct mutex cred_guard_mutex;	/* guard against foreign influences on
  					 * credential calculations
  					 * (notably. ptrace) */
@@ -82342,7 +81763,7 @@ index ccd0c6f..84d9030 100644
  
  /*
   * Bits in flags field of signal_struct.
-@@ -757,6 +782,14 @@ struct user_struct {
+@@ -768,6 +793,14 @@ struct user_struct {
  	struct key *session_keyring;	/* UID's default session keyring */
  #endif
  
@@ -82357,7 +81778,7 @@ index ccd0c6f..84d9030 100644
  	/* Hash table maintenance information */
  	struct hlist_node uidhash_node;
  	kuid_t uid;
-@@ -764,7 +797,7 @@ struct user_struct {
+@@ -775,7 +808,7 @@ struct user_struct {
  #ifdef CONFIG_PERF_EVENTS
  	atomic_long_t locked_vm;
  #endif
@@ -82366,7 +81787,7 @@ index ccd0c6f..84d9030 100644
  
  extern int uids_sysfs_init(void);
  
-@@ -1164,6 +1197,9 @@ enum perf_event_task_context {
+@@ -1179,6 +1212,9 @@ enum perf_event_task_context {
  struct task_struct {
  	volatile long state;	/* -1 unrunnable, 0 runnable, >0 stopped */
  	void *stack;
@@ -82376,7 +81797,7 @@ index ccd0c6f..84d9030 100644
  	atomic_t usage;
  	unsigned int flags;	/* per process flags, defined below */
  	unsigned int ptrace;
-@@ -1286,8 +1322,8 @@ struct task_struct {
+@@ -1304,8 +1340,8 @@ struct task_struct {
  	struct list_head thread_node;
  
  	struct completion *vfork_done;		/* for vfork() */
@@ -82387,7 +81808,7 @@ index ccd0c6f..84d9030 100644
  
  	cputime_t utime, stime, utimescaled, stimescaled;
  	cputime_t gtime;
-@@ -1312,11 +1348,6 @@ struct task_struct {
+@@ -1330,11 +1366,6 @@ struct task_struct {
  	struct task_cputime cputime_expires;
  	struct list_head cpu_timers[3];
  
@@ -82399,7 +81820,7 @@ index ccd0c6f..84d9030 100644
  	char comm[TASK_COMM_LEN]; /* executable name excluding path
  				     - access with [gs]et_task_comm (which lock
  				       it with task_lock())
-@@ -1333,6 +1364,10 @@ struct task_struct {
+@@ -1351,6 +1382,10 @@ struct task_struct {
  #endif
  /* CPU-specific state of this task */
  	struct thread_struct thread;
@@ -82410,7 +81831,7 @@ index ccd0c6f..84d9030 100644
  /* filesystem information */
  	struct fs_struct *fs;
  /* open file information */
-@@ -1409,6 +1444,10 @@ struct task_struct {
+@@ -1427,6 +1462,10 @@ struct task_struct {
  	gfp_t lockdep_reclaim_gfp;
  #endif
  
@@ -82421,7 +81842,7 @@ index ccd0c6f..84d9030 100644
  /* journalling filesystem info */
  	void *journal_info;
  
-@@ -1447,6 +1486,10 @@ struct task_struct {
+@@ -1465,6 +1504,10 @@ struct task_struct {
  	/* cg_list protected by css_set_lock and tsk->alloc_lock */
  	struct list_head cg_list;
  #endif
@@ -82432,7 +81853,7 @@ index ccd0c6f..84d9030 100644
  #ifdef CONFIG_FUTEX
  	struct robust_list_head __user *robust_list;
  #ifdef CONFIG_COMPAT
-@@ -1581,7 +1624,78 @@ struct task_struct {
+@@ -1610,7 +1653,78 @@ struct task_struct {
  	unsigned int	sequential_io;
  	unsigned int	sequential_io_avg;
  #endif
@@ -82512,7 +81933,7 @@ index ccd0c6f..84d9030 100644
  
  /* Future-safe accessor for struct task_struct's cpus_allowed. */
  #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
-@@ -1658,7 +1772,7 @@ struct pid_namespace;
+@@ -1692,7 +1806,7 @@ struct pid_namespace;
  pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type,
  			struct pid_namespace *ns);
  
@@ -82521,7 +81942,7 @@ index ccd0c6f..84d9030 100644
  {
  	return tsk->pid;
  }
-@@ -2006,6 +2120,25 @@ extern u64 sched_clock_cpu(int cpu);
+@@ -2039,6 +2153,25 @@ extern u64 sched_clock_cpu(int cpu);
  
  extern void sched_clock_init(void);
  
@@ -82547,7 +81968,7 @@ index ccd0c6f..84d9030 100644
  #ifndef CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
  static inline void sched_clock_tick(void)
  {
-@@ -2130,7 +2263,9 @@ void yield(void);
+@@ -2172,7 +2305,9 @@ void yield(void);
  extern struct exec_domain	default_exec_domain;
  
  union thread_union {
@@ -82557,7 +81978,7 @@ index ccd0c6f..84d9030 100644
  	unsigned long stack[THREAD_SIZE/sizeof(long)];
  };
  
-@@ -2163,6 +2298,7 @@ extern struct pid_namespace init_pid_ns;
+@@ -2205,6 +2340,7 @@ extern struct pid_namespace init_pid_ns;
   */
  
  extern struct task_struct *find_task_by_vpid(pid_t nr);
@@ -82565,7 +81986,7 @@ index ccd0c6f..84d9030 100644
  extern struct task_struct *find_task_by_pid_ns(pid_t nr,
  		struct pid_namespace *ns);
  
-@@ -2325,7 +2461,7 @@ extern void __cleanup_sighand(struct sighand_struct *);
+@@ -2367,7 +2503,7 @@ extern void __cleanup_sighand(struct sighand_struct *);
  extern void exit_itimers(struct signal_struct *);
  extern void flush_itimer_signals(void);
  
@@ -82574,7 +81995,7 @@ index ccd0c6f..84d9030 100644
  
  extern int allow_signal(int);
  extern int disallow_signal(int);
-@@ -2526,9 +2662,9 @@ static inline unsigned long *end_of_stack(struct task_struct *p)
+@@ -2568,9 +2704,9 @@ static inline unsigned long *end_of_stack(struct task_struct *p)
  
  #endif
  
@@ -82599,7 +82020,7 @@ index 8045a55..c959cd5 100644
  extern unsigned int sysctl_sched_latency;
  extern unsigned int sysctl_sched_min_granularity;
 diff --git a/include/linux/security.h b/include/linux/security.h
-index 2fc42d1..4d802f2 100644
+index 6478ce3..5e6ad6e 100644
 --- a/include/linux/security.h
 +++ b/include/linux/security.h
 @@ -27,6 +27,7 @@
@@ -82695,10 +82116,10 @@ index 1e2cd2e..0288750 100644
  
  /* shm_mode upper byte flags */
 diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
-index 15ede6a..80161c3 100644
+index 08074a8..e2ae280 100644
 --- a/include/linux/skbuff.h
 +++ b/include/linux/skbuff.h
-@@ -662,7 +662,7 @@ bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
+@@ -717,7 +717,7 @@ bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
  struct sk_buff *__alloc_skb(unsigned int size, gfp_t priority, int flags,
  			    int node);
  struct sk_buff *build_skb(void *data, unsigned int frag_size);
@@ -82707,7 +82128,7 @@ index 15ede6a..80161c3 100644
  					gfp_t priority)
  {
  	return __alloc_skb(size, priority, 0, NUMA_NO_NODE);
-@@ -1768,7 +1768,7 @@ static inline u32 skb_inner_network_header_len(const struct sk_buff *skb)
+@@ -1825,7 +1825,7 @@ static inline u32 skb_inner_network_header_len(const struct sk_buff *skb)
  	return skb->inner_transport_header - skb->inner_network_header;
  }
  
@@ -82716,7 +82137,7 @@ index 15ede6a..80161c3 100644
  {
  	return skb_network_header(skb) - skb->data;
  }
-@@ -1828,7 +1828,7 @@ static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len)
+@@ -1885,7 +1885,7 @@ static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len)
   * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8)
   */
  #ifndef NET_SKB_PAD
@@ -82725,7 +82146,7 @@ index 15ede6a..80161c3 100644
  #endif
  
  int ___pskb_trim(struct sk_buff *skb, unsigned int len);
-@@ -2427,7 +2427,7 @@ struct sk_buff *skb_recv_datagram(struct sock *sk, unsigned flags, int noblock,
+@@ -2484,7 +2484,7 @@ struct sk_buff *skb_recv_datagram(struct sock *sk, unsigned flags, int noblock,
  				  int *err);
  unsigned int datagram_poll(struct file *file, struct socket *sock,
  			   struct poll_table_struct *wait);
@@ -82734,7 +82155,7 @@ index 15ede6a..80161c3 100644
  			    struct iovec *to, int size);
  int skb_copy_and_csum_datagram_iovec(struct sk_buff *skb, int hlen,
  				     struct iovec *iov);
-@@ -2721,6 +2721,9 @@ static inline void nf_reset(struct sk_buff *skb)
+@@ -2776,6 +2776,9 @@ static inline void nf_reset(struct sk_buff *skb)
  	nf_bridge_put(skb->nf_bridge);
  	skb->nf_bridge = NULL;
  #endif
@@ -82745,7 +82166,7 @@ index 15ede6a..80161c3 100644
  
  static inline void nf_reset_trace(struct sk_buff *skb)
 diff --git a/include/linux/slab.h b/include/linux/slab.h
-index b5b2df6..69f5734 100644
+index 307bfbe..a999cf3 100644
 --- a/include/linux/slab.h
 +++ b/include/linux/slab.h
 @@ -14,15 +14,29 @@
@@ -82814,7 +82235,7 @@ index b5b2df6..69f5734 100644
  	void (*ctor)(void *);	/* Called on object slot creation */
  	struct list_head list;	/* List of all slab caches on the system */
  };
-@@ -248,6 +267,10 @@ extern struct kmem_cache *kmalloc_caches[KMALLOC_SHIFT_HIGH + 1];
+@@ -259,6 +278,10 @@ extern struct kmem_cache *kmalloc_caches[KMALLOC_SHIFT_HIGH + 1];
  extern struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
  #endif
  
@@ -82825,7 +82246,7 @@ index b5b2df6..69f5734 100644
  /*
   * Figure out which kmalloc slab an allocation of a certain size
   * belongs to.
-@@ -256,7 +279,7 @@ extern struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
+@@ -267,7 +290,7 @@ extern struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
   * 2 = 120 .. 192 bytes
   * n = 2^(n-1) .. 2^n -1
   */
@@ -82834,7 +82255,7 @@ index b5b2df6..69f5734 100644
  {
  	if (!size)
  		return 0;
-@@ -299,11 +322,11 @@ static __always_inline int kmalloc_index(size_t size)
+@@ -310,11 +333,11 @@ static __always_inline int kmalloc_index(size_t size)
  }
  #endif /* !CONFIG_SLOB */
  
@@ -82881,7 +82302,7 @@ index 8235dfb..47ce586 100644
  	/*
  	 * If debugging is enabled, then the allocator can add additional
 diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
-index f56bfa9..8378a26 100644
+index d82abd4..408c3a0 100644
 --- a/include/linux/slub_def.h
 +++ b/include/linux/slub_def.h
 @@ -74,7 +74,7 @@ struct kmem_cache {
@@ -82894,10 +82315,10 @@ index f56bfa9..8378a26 100644
  	int inuse;		/* Offset to metadata */
  	int align;		/* Alignment */
 diff --git a/include/linux/smp.h b/include/linux/smp.h
-index 6ae004e..2743532 100644
+index 633f5ed..6c3dc3f 100644
 --- a/include/linux/smp.h
 +++ b/include/linux/smp.h
-@@ -180,7 +180,9 @@ static inline void kick_all_cpus_sync(void) {  }
+@@ -176,7 +176,9 @@ static inline void kick_all_cpus_sync(void) {  }
  #endif
  
  #define get_cpu()		({ preempt_disable(); smp_processor_id(); })
@@ -82908,7 +82329,7 @@ index 6ae004e..2743532 100644
  /*
   * Callback to arch code if there's nosmp or maxcpus=0 on the
 diff --git a/include/linux/sock_diag.h b/include/linux/sock_diag.h
-index 302ab80..3233276 100644
+index 46cca4c..3323536 100644
 --- a/include/linux/sock_diag.h
 +++ b/include/linux/sock_diag.h
 @@ -11,7 +11,7 @@ struct sock;
@@ -82968,7 +82389,7 @@ index 07d8e53..dc934c9 100644
  
  #endif /* _LINUX_SUNRPC_ADDR_H */
 diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h
-index 8af2804..c7414ef 100644
+index 70736b9..37f33db 100644
 --- a/include/linux/sunrpc/clnt.h
 +++ b/include/linux/sunrpc/clnt.h
 @@ -97,7 +97,7 @@ struct rpc_procinfo {
@@ -83050,14 +82471,16 @@ index a5ffd32..0935dea 100644
  extern dma_addr_t swiotlb_map_page(struct device *dev, struct page *page,
  				   unsigned long offset, size_t size,
 diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
-index a747a77..9e14df7 100644
+index a4a0588..752870e 100644
 --- a/include/linux/syscalls.h
 +++ b/include/linux/syscalls.h
-@@ -98,8 +98,14 @@ struct sigaltstack;
+@@ -98,10 +98,16 @@ struct sigaltstack;
  #define __MAP(n,...) __MAP##n(__VA_ARGS__)
  
  #define __SC_DECL(t, a)	t a
 +#define __TYPE_IS_U(t) (__same_type((t)0, 0UL) || __same_type((t)0, 0U) || __same_type((t)0, (unsigned short)0) || __same_type((t)0, (unsigned char)0))
+ #define __TYPE_IS_L(t)	(__same_type((t)0, 0L))
+ #define __TYPE_IS_UL(t)	(__same_type((t)0, 0UL))
  #define __TYPE_IS_LL(t) (__same_type((t)0, 0LL) || __same_type((t)0, 0ULL))
 -#define __SC_LONG(t, a) __typeof(__builtin_choose_expr(__TYPE_IS_LL(t), 0LL, 0L)) a
 +#define __SC_LONG(t, a)	__typeof(				\
@@ -83069,7 +82492,7 @@ index a747a77..9e14df7 100644
  #define __SC_CAST(t, a)	(t) a
  #define __SC_ARGS(t, a)	a
  #define __SC_TEST(t, a) (void)BUILD_BUG_ON_ZERO(!__TYPE_IS_LL(t) && sizeof(t) > sizeof(long))
-@@ -371,11 +377,11 @@ asmlinkage long sys_sync(void);
+@@ -379,11 +385,11 @@ asmlinkage long sys_sync(void);
  asmlinkage long sys_fsync(unsigned int fd);
  asmlinkage long sys_fdatasync(unsigned int fd);
  asmlinkage long sys_bdflush(int func, long data);
@@ -83085,7 +82508,7 @@ index a747a77..9e14df7 100644
  asmlinkage long sys_truncate(const char __user *path, long length);
  asmlinkage long sys_ftruncate(unsigned int fd, unsigned long length);
  asmlinkage long sys_stat(const char __user *filename,
-@@ -587,7 +593,7 @@ asmlinkage long sys_getsockname(int, struct sockaddr __user *, int __user *);
+@@ -595,7 +601,7 @@ asmlinkage long sys_getsockname(int, struct sockaddr __user *, int __user *);
  asmlinkage long sys_getpeername(int, struct sockaddr __user *, int __user *);
  asmlinkage long sys_send(int, void __user *, size_t, unsigned);
  asmlinkage long sys_sendto(int, void __user *, size_t, unsigned,
@@ -83139,7 +82562,7 @@ index 14a8ff2..fa95f3a 100644
  struct ctl_node {
  	struct rb_node node;
 diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h
-index 30b2ebe..37412ef 100644
+index 5ffaa34..fe3e31c 100644
 --- a/include/linux/sysfs.h
 +++ b/include/linux/sysfs.h
 @@ -34,7 +34,8 @@ struct attribute {
@@ -83162,7 +82585,7 @@ index 30b2ebe..37412ef 100644
  
  /**
   * Use these macros to make defining attributes easier. See include/linux/device.h
-@@ -127,7 +129,8 @@ struct bin_attribute {
+@@ -128,7 +130,8 @@ struct bin_attribute {
  			 char *, loff_t, size_t);
  	int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr,
  		    struct vm_area_struct *vma);
@@ -83194,10 +82617,10 @@ index 387fa7d..3fcde6b 100644
  #ifdef CONFIG_MAGIC_SYSRQ
  
 diff --git a/include/linux/thread_info.h b/include/linux/thread_info.h
-index a629e4b..3fea3d9 100644
+index fddbe20..a0e76ab 100644
 --- a/include/linux/thread_info.h
 +++ b/include/linux/thread_info.h
-@@ -159,6 +159,13 @@ static inline bool test_and_clear_restore_sigmask(void)
+@@ -161,6 +161,13 @@ static inline bool test_and_clear_restore_sigmask(void)
  #error "no set_restore_sigmask() provided and default one won't work"
  #endif
  
@@ -83212,7 +82635,7 @@ index a629e4b..3fea3d9 100644
  
  #endif /* _LINUX_THREAD_INFO_H */
 diff --git a/include/linux/tty.h b/include/linux/tty.h
-index b90b5c2..e23a512 100644
+index 1c3316a..ae83b9f 100644
 --- a/include/linux/tty.h
 +++ b/include/linux/tty.h
 @@ -202,7 +202,7 @@ struct tty_port {
@@ -83265,10 +82688,10 @@ index 756a609..89db85e 100644
  extern struct list_head tty_drivers;
  
 diff --git a/include/linux/tty_ldisc.h b/include/linux/tty_ldisc.h
-index b8347c2..85d8b0f 100644
+index add26da..22c00bef 100644
 --- a/include/linux/tty_ldisc.h
 +++ b/include/linux/tty_ldisc.h
-@@ -213,7 +213,7 @@ struct tty_ldisc_ops {
+@@ -212,7 +212,7 @@ struct tty_ldisc_ops {
  
  	struct  module *owner;
  
@@ -83393,10 +82816,10 @@ index 99c1b4d..562e6f3 100644
  
  static inline void put_unaligned_le16(u16 val, void *p)
 diff --git a/include/linux/usb.h b/include/linux/usb.h
-index 7f6eb85..656e806 100644
+index 6b7ec37..4428419 100644
 --- a/include/linux/usb.h
 +++ b/include/linux/usb.h
-@@ -563,7 +563,7 @@ struct usb_device {
+@@ -569,7 +569,7 @@ struct usb_device {
  	int maxchild;
  
  	u32 quirks;
@@ -83405,7 +82828,7 @@ index 7f6eb85..656e806 100644
  
  	unsigned long active_duration;
  
-@@ -1642,7 +1642,7 @@ void usb_buffer_unmap_sg(const struct usb_device *dev, int is_in,
+@@ -1653,7 +1653,7 @@ void usb_buffer_unmap_sg(const struct usb_device *dev, int is_in,
  
  extern int usb_control_msg(struct usb_device *dev, unsigned int pipe,
  	__u8 request, __u8 requesttype, __u16 value, __u16 index,
@@ -83564,10 +82987,10 @@ index 4b8a891..e9a2863 100644
  /*
   *	Internals.  Dont't use..
 diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h
-index 67ce70c..d540954 100644
+index 45c9cd1..20bd0bf 100644
 --- a/include/linux/vmstat.h
 +++ b/include/linux/vmstat.h
-@@ -98,18 +98,18 @@ static inline void vm_events_fold_cpu(int cpu)
+@@ -102,18 +102,18 @@ static inline void vm_events_fold_cpu(int cpu)
  /*
   * Zone based page accounting with per cpu differentials.
   */
@@ -83591,7 +83014,7 @@ index 67ce70c..d540954 100644
  #ifdef CONFIG_SMP
  	if (x < 0)
  		x = 0;
-@@ -117,10 +117,10 @@ static inline unsigned long global_page_state(enum zone_stat_item item)
+@@ -121,10 +121,10 @@ static inline unsigned long global_page_state(enum zone_stat_item item)
  	return x;
  }
  
@@ -83604,7 +83027,7 @@ index 67ce70c..d540954 100644
  #ifdef CONFIG_SMP
  	if (x < 0)
  		x = 0;
-@@ -137,7 +137,7 @@ static inline unsigned long zone_page_state(struct zone *zone,
+@@ -141,7 +141,7 @@ static inline unsigned long zone_page_state(struct zone *zone,
  static inline unsigned long zone_page_state_snapshot(struct zone *zone,
  					enum zone_stat_item item)
  {
@@ -83613,7 +83036,7 @@ index 67ce70c..d540954 100644
  
  #ifdef CONFIG_SMP
  	int cpu;
-@@ -226,8 +226,8 @@ static inline void __mod_zone_page_state(struct zone *zone,
+@@ -228,14 +228,14 @@ static inline void __mod_zone_page_state(struct zone *zone,
  
  static inline void __inc_zone_state(struct zone *zone, enum zone_stat_item item)
  {
@@ -83623,9 +83046,6 @@ index 67ce70c..d540954 100644
 +	atomic_long_inc_unchecked(&vm_stat[item]);
  }
  
- static inline void __inc_zone_page_state(struct page *page,
-@@ -238,8 +238,8 @@ static inline void __inc_zone_page_state(struct page *page,
- 
  static inline void __dec_zone_state(struct zone *zone, enum zone_stat_item item)
  {
 -	atomic_long_dec(&zone->vm_stat[item]);
@@ -83634,7 +83054,7 @@ index 67ce70c..d540954 100644
 +	atomic_long_dec_unchecked(&vm_stat[item]);
  }
  
- static inline void __dec_zone_page_state(struct page *page,
+ static inline void __inc_zone_page_state(struct page *page,
 diff --git a/include/linux/xattr.h b/include/linux/xattr.h
 index 91b0a68..0e9adf6 100644
 --- a/include/linux/xattr.h
@@ -83680,10 +83100,10 @@ index 9c5a6b4..09c9438 100644
     Returns the number of bytes that needs to be allocated for a per-
     stream workspace with the specified parameters.  A pointer to this
 diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h
-index c768c9f..bdcaa5a 100644
+index eec6e46..82d5641 100644
 --- a/include/media/v4l2-dev.h
 +++ b/include/media/v4l2-dev.h
-@@ -76,7 +76,7 @@ struct v4l2_file_operations {
+@@ -77,7 +77,7 @@ struct v4l2_file_operations {
  	int (*mmap) (struct file *, struct vm_area_struct *);
  	int (*open) (struct file *);
  	int (*release) (struct file *);
@@ -83706,11 +83126,11 @@ index c9b1593..a572459 100644
  /* Set v4l2_dev->dev to NULL. Call when the USB parent disconnects.
     Since the parent disappears this ensures that v4l2_dev doesn't have an
 diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h
-index 9a36d92..0aafe2a 100644
+index d9fa68f..45c88d1 100644
 --- a/include/net/9p/transport.h
 +++ b/include/net/9p/transport.h
-@@ -60,7 +60,7 @@ struct p9_trans_module {
- 	int (*cancel) (struct p9_client *, struct p9_req_t *req);
+@@ -63,7 +63,7 @@ struct p9_trans_module {
+ 	int (*cancelled)(struct p9_client *, struct p9_req_t *req);
  	int (*zc_request)(struct p9_client *, struct p9_req_t *,
  			  char *, char *, int , int, int, int);
 -};
@@ -83732,10 +83152,10 @@ index a175ba4..196eb82 100644
  #define UNIXCB(skb) 	(*(struct unix_skb_parms *)&((skb)->cb))
  #define UNIXSID(skb)	(&UNIXCB((skb)).secid)
 diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
-index dbc4a89..4a59b5d 100644
+index 4abdcb2..945c5cc 100644
 --- a/include/net/bluetooth/l2cap.h
 +++ b/include/net/bluetooth/l2cap.h
-@@ -600,7 +600,7 @@ struct l2cap_ops {
+@@ -601,7 +601,7 @@ struct l2cap_ops {
  	long			(*get_sndtimeo) (struct l2cap_chan *chan);
  	struct sk_buff		*(*alloc_skb) (struct l2cap_chan *chan,
  					       unsigned long len, int nb);
@@ -83769,13 +83189,13 @@ index f2ae33d..c457cf0 100644
  	/* Protects from simultaneous access to first_req list */
  	spinlock_t info_list_lock;
 diff --git a/include/net/flow.h b/include/net/flow.h
-index d23e7fa..e188307 100644
+index 8109a15..504466d 100644
 --- a/include/net/flow.h
 +++ b/include/net/flow.h
-@@ -221,6 +221,6 @@ struct flow_cache_object *flow_cache_lookup(struct net *net,
+@@ -231,6 +231,6 @@ void flow_cache_fini(struct net *net);
  
- void flow_cache_flush(void);
- void flow_cache_flush_deferred(void);
+ void flow_cache_flush(struct net *net);
+ void flow_cache_flush_deferred(struct net *net);
 -extern atomic_t flow_cache_genid;
 +extern atomic_unchecked_t flow_cache_genid;
  
@@ -83807,7 +83227,7 @@ index 734d9b5..48a9a4b 100644
  		return;
  	}
 diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h
-index c55aeed..b3393f4 100644
+index 7a43138..bc76865 100644
 --- a/include/net/inet_connection_sock.h
 +++ b/include/net/inet_connection_sock.h
 @@ -62,7 +62,7 @@ struct inet_connection_sock_af_ops {
@@ -83820,7 +83240,7 @@ index c55aeed..b3393f4 100644
  /** inet_connection_sock - INET connection oriented sock
   *
 diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h
-index 6efe73c..1a44af7 100644
+index 058271b..1a44af7 100644
 --- a/include/net/inetpeer.h
 +++ b/include/net/inetpeer.h
 @@ -47,8 +47,8 @@ struct inet_peer {
@@ -83834,29 +83254,20 @@ index 6efe73c..1a44af7 100644
  		};
  		struct rcu_head         rcu;
  		struct inet_peer	*gc_next;
-@@ -177,16 +177,9 @@ static inline void inet_peer_refcheck(const struct inet_peer *p)
- /* can be called with or without local BH being disabled */
- static inline int inet_getid(struct inet_peer *p, int more)
+@@ -179,7 +179,7 @@ static inline int inet_getid(struct inet_peer *p, int more)
  {
--	int old, new;
  	more++;
  	inet_peer_refcheck(p);
--	do {
--		old = atomic_read(&p->ip_id_count);
--		new = old + more;
--		if (!new)
--			new = 1;
--	} while (atomic_cmpxchg(&p->ip_id_count, old, new) != old);
--	return new;
+-	return atomic_add_return(more, &p->ip_id_count) - more;
 +	return atomic_add_return_unchecked(more, &p->ip_id_count) - more;
  }
  
  #endif /* _NET_INETPEER_H */
 diff --git a/include/net/ip.h b/include/net/ip.h
-index 23be0fd..0cb3e2c 100644
+index 3ec2b0f..72435b6 100644
 --- a/include/net/ip.h
 +++ b/include/net/ip.h
-@@ -214,7 +214,7 @@ static inline void snmp_mib_free(void __percpu *ptr[SNMP_ARRAY_SZ])
+@@ -220,7 +220,7 @@ static inline void snmp_mib_free(void __percpu *ptr[SNMP_ARRAY_SZ])
  
  void inet_get_local_port_range(struct net *net, int *low, int *high);
  
@@ -84007,10 +83418,10 @@ index 567c681..cd73ac02 100644
  struct llc_sap_state {
  	u8			   curr_state;
 diff --git a/include/net/mac80211.h b/include/net/mac80211.h
-index f4ab2fb..71a85ba 100644
+index 8248e39..7610eec 100644
 --- a/include/net/mac80211.h
 +++ b/include/net/mac80211.h
-@@ -4476,7 +4476,7 @@ struct rate_control_ops {
+@@ -4467,7 +4467,7 @@ struct rate_control_ops {
  	void (*add_sta_debugfs)(void *priv, void *priv_sta,
  				struct dentry *dir);
  	void (*remove_sta_debugfs)(void *priv, void *priv_sta);
@@ -84050,10 +83461,10 @@ index 7277caf..fd095bc 100644
  static inline int neigh_parms_family(struct neigh_parms *p)
  {
 diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
-index 991dcd9..ab58d00 100644
+index 5f9eb26..85699c4 100644
 --- a/include/net/net_namespace.h
 +++ b/include/net/net_namespace.h
-@@ -124,8 +124,8 @@ struct net {
+@@ -129,8 +129,8 @@ struct net {
  	struct netns_ipvs	*ipvs;
  #endif
  	struct sock		*diag_nlsk;
@@ -84062,9 +83473,9 @@ index 991dcd9..ab58d00 100644
 +	atomic_unchecked_t	fnhe_genid;
 +} __randomize_layout;
  
- /*
-  * ifindex generation is per-net namespace, and loopback is
-@@ -289,7 +289,11 @@ static inline struct net *read_pnet(struct net * const *pnet)
+ #include <linux/seq_file_net.h>
+ 
+@@ -286,7 +286,11 @@ static inline struct net *read_pnet(struct net * const *pnet)
  #define __net_init	__init
  #define __net_exit	__exit_refok
  #define __net_initdata	__initdata
@@ -84076,7 +83487,7 @@ index 991dcd9..ab58d00 100644
  #endif
  
  struct pernet_operations {
-@@ -299,7 +303,7 @@ struct pernet_operations {
+@@ -296,7 +300,7 @@ struct pernet_operations {
  	void (*exit_batch)(struct list_head *net_exit_list);
  	int *id;
  	size_t size;
@@ -84085,7 +83496,7 @@ index 991dcd9..ab58d00 100644
  
  /*
   * Use these carefully.  If you implement a network device and it
-@@ -347,23 +351,23 @@ static inline void unregister_net_sysctl_table(struct ctl_table_header *header)
+@@ -344,23 +348,23 @@ static inline void unregister_net_sysctl_table(struct ctl_table_header *header)
  
  static inline int rt_genid_ipv4(struct net *net)
  {
@@ -84113,7 +83524,7 @@ index 991dcd9..ab58d00 100644
  }
  #else
  static inline int rt_genid_ipv6(struct net *net)
-@@ -385,12 +389,12 @@ static inline void rt_genid_bump_all(struct net *net)
+@@ -382,12 +386,12 @@ static inline void rt_genid_bump_all(struct net *net)
  
  static inline int fnhe_genid(struct net *net)
  {
@@ -84155,10 +83566,10 @@ index 2b47eaa..6d5bcc2 100644
  
  /**
 diff --git a/include/net/netns/conntrack.h b/include/net/netns/conntrack.h
-index fbcc7fa..03c7e51 100644
+index 773cce3..6a11852 100644
 --- a/include/net/netns/conntrack.h
 +++ b/include/net/netns/conntrack.h
-@@ -12,10 +12,10 @@ struct nf_conntrack_ecache;
+@@ -13,10 +13,10 @@ struct nf_conntrack_ecache;
  struct nf_proto_net {
  #ifdef CONFIG_SYSCTL
  	struct ctl_table_header *ctl_table_header;
@@ -84171,7 +83582,7 @@ index fbcc7fa..03c7e51 100644
  #endif
  #endif
  	unsigned int		users;
-@@ -58,7 +58,7 @@ struct nf_ip_net {
+@@ -59,7 +59,7 @@ struct nf_ip_net {
  	struct nf_icmp_net	icmpv6;
  #if defined(CONFIG_SYSCTL) && defined(CONFIG_NF_CONNTRACK_PROC_COMPAT)
  	struct ctl_table_header *ctl_table_header;
@@ -84181,19 +83592,19 @@ index fbcc7fa..03c7e51 100644
  };
  
 diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
-index 80f500a..f0c23c2 100644
+index b2704fd0..421d717 100644
 --- a/include/net/netns/ipv4.h
 +++ b/include/net/netns/ipv4.h
-@@ -74,7 +74,7 @@ struct netns_ipv4 {
+@@ -79,7 +79,7 @@ struct netns_ipv4 {
  
- 	kgid_t sysctl_ping_group_range[2];
+ 	struct ping_group_range ping_group_range;
  
 -	atomic_t dev_addr_genid;
 +	atomic_unchecked_t dev_addr_genid;
  
  #ifdef CONFIG_IP_MROUTE
  #ifndef CONFIG_IP_MROUTE_MULTIPLE_TABLES
-@@ -84,6 +84,6 @@ struct netns_ipv4 {
+@@ -89,6 +89,6 @@ struct netns_ipv4 {
  	struct fib_rules_ops	*mr_rules_ops;
  #endif
  #endif
@@ -84216,6 +83627,19 @@ index 21edaf1..4c5faae 100644
  };
  
  #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
+diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h
+index 3492434..209f58c 100644
+--- a/include/net/netns/xfrm.h
++++ b/include/net/netns/xfrm.h
+@@ -64,7 +64,7 @@ struct netns_xfrm {
+ 
+ 	/* flow cache part */
+ 	struct flow_cache	flow_cache_global;
+-	atomic_t		flow_cache_genid;
++	atomic_unchecked_t	flow_cache_genid;
+ 	struct list_head	flow_cache_gc_list;
+ 	spinlock_t		flow_cache_gc_lock;
+ 	struct work_struct	flow_cache_gc_work;
 diff --git a/include/net/ping.h b/include/net/ping.h
 index 026479b..d9b2829 100644
 --- a/include/net/ping.h
@@ -84252,7 +83676,7 @@ index a7e986b..dc67bce 100644
  #define INET6_PROTO_NOPOLICY	0x1
  #define INET6_PROTO_FINAL	0x2
 diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h
-index 661e45d..54c39df 100644
+index 72240e5..8c14bef 100644
 --- a/include/net/rtnetlink.h
 +++ b/include/net/rtnetlink.h
 @@ -93,7 +93,7 @@ struct rtnl_link_ops {
@@ -84315,7 +83739,7 @@ index 0dfcc92..7967849 100644
  
  /* Structure to track chunk fragments that have been acked, but peer
 diff --git a/include/net/sock.h b/include/net/sock.h
-index b9586a1..b2948c0 100644
+index 21569cf..fc25c8e 100644
 --- a/include/net/sock.h
 +++ b/include/net/sock.h
 @@ -348,7 +348,7 @@ struct sock {
@@ -84354,7 +83778,7 @@ index b9586a1..b2948c0 100644
  
  static inline struct sock_iocb *kiocb_to_siocb(struct kiocb *iocb)
  {
-@@ -1830,7 +1830,7 @@ static inline void sk_nocaps_add(struct sock *sk, netdev_features_t flags)
+@@ -1803,7 +1803,7 @@ static inline void sk_nocaps_add(struct sock *sk, netdev_features_t flags)
  }
  
  static inline int skb_do_copy_data_nocache(struct sock *sk, struct sk_buff *skb,
@@ -84363,7 +83787,7 @@ index b9586a1..b2948c0 100644
  					   int copy, int offset)
  {
  	if (skb->ip_summed == CHECKSUM_NONE) {
-@@ -2092,7 +2092,7 @@ static inline void sk_stream_moderate_sndbuf(struct sock *sk)
+@@ -2065,7 +2065,7 @@ static inline void sk_stream_moderate_sndbuf(struct sock *sk)
  	}
  }
  
@@ -84373,7 +83797,7 @@ index b9586a1..b2948c0 100644
  /**
   * sk_page_frag - return an appropriate page_frag
 diff --git a/include/net/tcp.h b/include/net/tcp.h
-index 743acce..44a58b0 100644
+index 87d8774..cf214f8 100644
 --- a/include/net/tcp.h
 +++ b/include/net/tcp.h
 @@ -541,7 +541,7 @@ void tcp_retransmit_timer(struct sock *sk);
@@ -84385,7 +83809,7 @@ index 743acce..44a58b0 100644
  
  void tcp_send_probe0(struct sock *);
  void tcp_send_partial(struct sock *);
-@@ -710,8 +710,8 @@ struct tcp_skb_cb {
+@@ -715,8 +715,8 @@ struct tcp_skb_cb {
  		struct inet6_skb_parm	h6;
  #endif
  	} header;	/* For incoming frames		*/
@@ -84396,7 +83820,7 @@ index 743acce..44a58b0 100644
  	__u32		when;		/* used to compute rtt's	*/
  	__u8		tcp_flags;	/* TCP header flags. (tcp[13])	*/
  
-@@ -725,7 +725,7 @@ struct tcp_skb_cb {
+@@ -730,7 +730,7 @@ struct tcp_skb_cb {
  
  	__u8		ip_dsfield;	/* IPv4 tos or IPv6 dsfield	*/
  	/* 1 byte hole */
@@ -84406,10 +83830,10 @@ index 743acce..44a58b0 100644
  
  #define TCP_SKB_CB(__skb)	((struct tcp_skb_cb *)&((__skb)->cb[0]))
 diff --git a/include/net/xfrm.h b/include/net/xfrm.h
-index fb5654a..4457522 100644
+index 116e9c7..3070537 100644
 --- a/include/net/xfrm.h
 +++ b/include/net/xfrm.h
-@@ -286,7 +286,6 @@ struct xfrm_dst;
+@@ -285,7 +285,6 @@ struct xfrm_dst;
  struct xfrm_policy_afinfo {
  	unsigned short		family;
  	struct dst_ops		*dst_ops;
@@ -84417,7 +83841,7 @@ index fb5654a..4457522 100644
  	struct dst_entry	*(*dst_lookup)(struct net *net, int tos,
  					       const xfrm_address_t *saddr,
  					       const xfrm_address_t *daddr);
-@@ -304,7 +303,7 @@ struct xfrm_policy_afinfo {
+@@ -303,7 +302,7 @@ struct xfrm_policy_afinfo {
  					    struct net_device *dev,
  					    const struct flowi *fl);
  	struct dst_entry	*(*blackhole_route)(struct net *net, struct dst_entry *orig);
@@ -84426,7 +83850,7 @@ index fb5654a..4457522 100644
  
  int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo);
  int xfrm_policy_unregister_afinfo(struct xfrm_policy_afinfo *afinfo);
-@@ -343,7 +342,7 @@ struct xfrm_state_afinfo {
+@@ -342,7 +341,7 @@ struct xfrm_state_afinfo {
  	int			(*transport_finish)(struct sk_buff *skb,
  						    int async);
  	void			(*local_error)(struct sk_buff *skb, u32 mtu);
@@ -84435,7 +83859,7 @@ index fb5654a..4457522 100644
  
  int xfrm_state_register_afinfo(struct xfrm_state_afinfo *afinfo);
  int xfrm_state_unregister_afinfo(struct xfrm_state_afinfo *afinfo);
-@@ -428,7 +427,7 @@ struct xfrm_mode {
+@@ -437,7 +436,7 @@ struct xfrm_mode {
  	struct module *owner;
  	unsigned int encap;
  	int flags;
@@ -84444,7 +83868,7 @@ index fb5654a..4457522 100644
  
  /* Flags for xfrm_mode. */
  enum {
-@@ -525,7 +524,7 @@ struct xfrm_policy {
+@@ -534,7 +533,7 @@ struct xfrm_policy {
  	struct timer_list	timer;
  
  	struct flow_cache_object flo;
@@ -84453,7 +83877,7 @@ index fb5654a..4457522 100644
  	u32			priority;
  	u32			index;
  	struct xfrm_mark	mark;
-@@ -1165,6 +1164,7 @@ static inline void xfrm_sk_free_policy(struct sock *sk)
+@@ -1180,6 +1179,7 @@ static inline void xfrm_sk_free_policy(struct sock *sk)
  }
  
  void xfrm_garbage_collect(struct net *net);
@@ -84461,7 +83885,7 @@ index fb5654a..4457522 100644
  
  #else
  
-@@ -1203,6 +1203,9 @@ static inline int xfrm6_policy_check_reverse(struct sock *sk, int dir,
+@@ -1218,6 +1218,9 @@ static inline int xfrm6_policy_check_reverse(struct sock *sk, int dir,
  static inline void xfrm_garbage_collect(struct net *net)
  {
  }
@@ -84506,10 +83930,10 @@ index 52beadf..598734c 100644
  	u8			       qfull;
  	enum fc_lport_state	       state;
 diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h
-index b4f1eff..7fdbd46 100644
+index 5853c91..1e355a8 100644
 --- a/include/scsi/scsi_device.h
 +++ b/include/scsi/scsi_device.h
-@@ -180,9 +180,9 @@ struct scsi_device {
+@@ -186,9 +186,9 @@ struct scsi_device {
  	unsigned int max_device_blocked; /* what device_blocked counts down from  */
  #define SCSI_DEFAULT_DEVICE_BLOCKED	3
  
@@ -84523,10 +83947,10 @@ index b4f1eff..7fdbd46 100644
  	struct device		sdev_gendev,
  				sdev_dev;
 diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
-index b797e8f..8e2c3aa 100644
+index 8c79980..723f6f9 100644
 --- a/include/scsi/scsi_transport_fc.h
 +++ b/include/scsi/scsi_transport_fc.h
-@@ -751,7 +751,8 @@ struct fc_function_template {
+@@ -752,7 +752,8 @@ struct fc_function_template {
  	unsigned long	show_host_system_hostname:1;
  
  	unsigned long	disable_target_scan:1;
@@ -84550,10 +83974,10 @@ index ae6c3b8..fd748ac 100644
  /**
   * struct snd_compr: Compressed device
 diff --git a/include/sound/soc.h b/include/sound/soc.h
-index 9a00147..d814573 100644
+index 0b83168..d67280a 100644
 --- a/include/sound/soc.h
 +++ b/include/sound/soc.h
-@@ -770,7 +770,7 @@ struct snd_soc_codec_driver {
+@@ -782,7 +782,7 @@ struct snd_soc_codec_driver {
  	/* probe ordering - for components with runtime dependencies */
  	int probe_order;
  	int remove_order;
@@ -84562,7 +83986,7 @@ index 9a00147..d814573 100644
  
  /* SoC platform interface */
  struct snd_soc_platform_driver {
-@@ -816,7 +816,7 @@ struct snd_soc_platform_driver {
+@@ -828,7 +828,7 @@ struct snd_soc_platform_driver {
  	unsigned int (*read)(struct snd_soc_platform *, unsigned int);
  	int (*write)(struct snd_soc_platform *, unsigned int, unsigned int);
  	int (*bespoke_trigger)(struct snd_pcm_substream *, int);
@@ -84572,10 +83996,10 @@ index 9a00147..d814573 100644
  struct snd_soc_platform {
  	const char *name;
 diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
-index 1772fad..282e3e2 100644
+index 9ec9864..e2ee1ee 100644
 --- a/include/target/target_core_base.h
 +++ b/include/target/target_core_base.h
-@@ -754,7 +754,7 @@ struct se_device {
+@@ -761,7 +761,7 @@ struct se_device {
  	atomic_long_t		write_bytes;
  	/* Active commands on this virtual SE device */
  	atomic_t		simple_cmds;
@@ -84908,10 +84332,10 @@ index 6d67213..552fdd9 100644
  enum
  {
 diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
-index fe94bb9..c9e51c2 100644
+index ea468ee..4d367a5 100644
 --- a/include/uapi/linux/videodev2.h
 +++ b/include/uapi/linux/videodev2.h
-@@ -1227,7 +1227,7 @@ struct v4l2_ext_control {
+@@ -1248,7 +1248,7 @@ struct v4l2_ext_control {
  	union {
  		__s32 value;
  		__s64 value64;
@@ -84966,10 +84390,10 @@ index 30f5362..8ed8ac9 100644
  	void *pmi_pal;
  	u8 *vbe_state_orig;		/*
 diff --git a/init/Kconfig b/init/Kconfig
-index 93c5ef0..ac92caa 100644
+index 9d3585b..ad45d34 100644
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -1079,6 +1079,7 @@ endif # CGROUPS
+@@ -1093,6 +1093,7 @@ endif # CGROUPS
  
  config CHECKPOINT_RESTORE
  	bool "Checkpoint/restore support" if EXPERT
@@ -84977,7 +84401,7 @@ index 93c5ef0..ac92caa 100644
  	default n
  	help
  	  Enables additional kernel features in a sake of checkpoint/restore.
-@@ -1545,7 +1546,7 @@ config SLUB_DEBUG
+@@ -1570,7 +1571,7 @@ config SLUB_DEBUG
  
  config COMPAT_BRK
  	bool "Disable heap randomization"
@@ -84986,7 +84410,7 @@ index 93c5ef0..ac92caa 100644
  	help
  	  Randomizing heap placement makes heap exploits harder, but it
  	  also breaks ancient binaries (including anything libc5 based).
-@@ -1833,7 +1834,7 @@ config INIT_ALL_POSSIBLE
+@@ -1858,7 +1859,7 @@ config INIT_ALL_POSSIBLE
  config STOP_MACHINE
  	bool
  	default y
@@ -85010,7 +84434,7 @@ index 7bc47ee..6da2dc7 100644
  ifneq ($(CONFIG_BLK_DEV_INITRD),y)
  obj-y                          += noinitramfs.o
 diff --git a/init/do_mounts.c b/init/do_mounts.c
-index 8e5addc..c96ea61 100644
+index 82f2288..ea1430a 100644
 --- a/init/do_mounts.c
 +++ b/init/do_mounts.c
 @@ -359,11 +359,11 @@ static void __init get_fs_names(char *page)
@@ -85224,7 +84648,7 @@ index ba0a7f36..2bcf1d5 100644
  	{ INIT_THREAD_INFO(init_task) };
 +#endif
 diff --git a/init/initramfs.c b/init/initramfs.c
-index 93b6139..8d628b7 100644
+index a8497fa..35b3c90 100644
 --- a/init/initramfs.c
 +++ b/init/initramfs.c
 @@ -84,7 +84,7 @@ static void __init free_hash(void)
@@ -85336,7 +84760,7 @@ index 93b6139..8d628b7 100644
  	next_state = Reset;
  	return 0;
 diff --git a/init/main.c b/init/main.c
-index 9c7fd4c..650b4f1 100644
+index 48655ce..d0113e4 100644
 --- a/init/main.c
 +++ b/init/main.c
 @@ -97,6 +97,8 @@ extern void radix_tree_init(void);
@@ -85514,10 +84938,10 @@ index 9c7fd4c..650b4f1 100644
  	 * Ok, we have completed the initial bootup, and
  	 * we're essentially up and running. Get rid of the
 diff --git a/ipc/compat.c b/ipc/compat.c
-index f486b00..442867f 100644
+index 45d035d..e4a7f99 100644
 --- a/ipc/compat.c
 +++ b/ipc/compat.c
-@@ -399,7 +399,7 @@ COMPAT_SYSCALL_DEFINE6(ipc, u32, call, int, first, int, second,
+@@ -396,7 +396,7 @@ COMPAT_SYSCALL_DEFINE6(ipc, u32, call, int, first, int, second,
  			       COMPAT_SHMLBA);
  		if (err < 0)
  			return err;
@@ -85527,7 +84951,7 @@ index f486b00..442867f 100644
  	case SHMDT:
  		return sys_shmdt(compat_ptr(ptr));
 diff --git a/ipc/ipc_sysctl.c b/ipc/ipc_sysctl.c
-index 1702864..797fa84 100644
+index 998d31b..30c24df 100644
 --- a/ipc/ipc_sysctl.c
 +++ b/ipc/ipc_sysctl.c
 @@ -30,7 +30,7 @@ static void *get_ipc(ctl_table *table)
@@ -85598,7 +85022,7 @@ index 5bb8bfe..a38ec05 100644
  	mq_table.data = get_mq(table);
  
 diff --git a/ipc/mqueue.c b/ipc/mqueue.c
-index c3b3117..1efa933 100644
+index 4fcf39a..d3cc2ec 100644
 --- a/ipc/mqueue.c
 +++ b/ipc/mqueue.c
 @@ -278,6 +278,7 @@ static struct inode *mqueue_get_inode(struct super_block *sb,
@@ -85769,7 +85193,7 @@ index 7645961..afc7f02 100644
  	ipc_unlock_object(&shp->shm_perm);
  	rcu_read_unlock();
 diff --git a/ipc/util.c b/ipc/util.c
-index e1b4c6d..8174204 100644
+index 2eb0d1e..0308564 100644
 --- a/ipc/util.c
 +++ b/ipc/util.c
 @@ -71,6 +71,8 @@ struct ipc_proc_iface {
@@ -85806,7 +85230,7 @@ index 8d6e145..33e0b1e 100644
  	current->signal->rlim[RLIMIT_FSIZE].rlim_cur = flim;
  	set_fs(fs);
 diff --git a/kernel/audit.c b/kernel/audit.c
-index d5f31c1..06646e1 100644
+index 47845c5..bd9dd5b 100644
 --- a/kernel/audit.c
 +++ b/kernel/audit.c
 @@ -122,7 +122,7 @@ u32		audit_sig_sid = 0;
@@ -85836,7 +85260,7 @@ index d5f31c1..06646e1 100644
  				audit_rate_limit,
  				audit_backlog_limit);
  		audit_panic(message);
-@@ -803,7 +803,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
+@@ -808,7 +808,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
  		s.pid			= audit_pid;
  		s.rate_limit		= audit_rate_limit;
  		s.backlog_limit		= audit_backlog_limit;
@@ -85846,10 +85270,10 @@ index d5f31c1..06646e1 100644
  		s.version		= AUDIT_VERSION_LATEST;
  		s.backlog_wait_time	= audit_backlog_wait_time;
 diff --git a/kernel/auditsc.c b/kernel/auditsc.c
-index 37e6216..3604797 100644
+index 21eae3c..66db239 100644
 --- a/kernel/auditsc.c
 +++ b/kernel/auditsc.c
-@@ -1954,7 +1954,7 @@ int auditsc_get_stamp(struct audit_context *ctx,
+@@ -2023,7 +2023,7 @@ int auditsc_get_stamp(struct audit_context *ctx,
  }
  
  /* global counter which is incremented every time something logs in */
@@ -85858,7 +85282,7 @@ index 37e6216..3604797 100644
  
  static int audit_set_loginuid_perm(kuid_t loginuid)
  {
-@@ -2023,7 +2023,7 @@ int audit_set_loginuid(kuid_t loginuid)
+@@ -2090,7 +2090,7 @@ int audit_set_loginuid(kuid_t loginuid)
  
  	/* are we setting or clearing? */
  	if (uid_valid(loginuid))
@@ -85868,10 +85292,10 @@ index 37e6216..3604797 100644
  	task->sessionid = sessionid;
  	task->loginuid = loginuid;
 diff --git a/kernel/capability.c b/kernel/capability.c
-index 1191a44..7c81292 100644
+index 24663b3..b926ae1 100644
 --- a/kernel/capability.c
 +++ b/kernel/capability.c
-@@ -202,6 +202,9 @@ SYSCALL_DEFINE2(capget, cap_user_header_t, header, cap_user_data_t, dataptr)
+@@ -193,6 +193,9 @@ SYSCALL_DEFINE2(capget, cap_user_header_t, header, cap_user_data_t, dataptr)
  		 * before modification is attempted and the application
  		 * fails.
  		 */
@@ -85881,7 +85305,7 @@ index 1191a44..7c81292 100644
  		if (copy_to_user(dataptr, kdata, tocopy
  				 * sizeof(struct __user_cap_data_struct))) {
  			return -EFAULT;
-@@ -303,10 +306,11 @@ bool has_ns_capability(struct task_struct *t,
+@@ -294,10 +297,11 @@ bool has_ns_capability(struct task_struct *t,
  	int ret;
  
  	rcu_read_lock();
@@ -85895,7 +85319,7 @@ index 1191a44..7c81292 100644
  }
  
  /**
-@@ -343,10 +347,10 @@ bool has_ns_capability_noaudit(struct task_struct *t,
+@@ -334,10 +338,10 @@ bool has_ns_capability_noaudit(struct task_struct *t,
  	int ret;
  
  	rcu_read_lock();
@@ -85908,7 +85332,7 @@ index 1191a44..7c81292 100644
  }
  
  /**
-@@ -384,7 +388,7 @@ bool ns_capable(struct user_namespace *ns, int cap)
+@@ -375,7 +379,7 @@ bool ns_capable(struct user_namespace *ns, int cap)
  		BUG();
  	}
  
@@ -85917,7 +85341,7 @@ index 1191a44..7c81292 100644
  		current->flags |= PF_SUPERPRIV;
  		return true;
  	}
-@@ -392,6 +396,21 @@ bool ns_capable(struct user_namespace *ns, int cap)
+@@ -383,6 +387,21 @@ bool ns_capable(struct user_namespace *ns, int cap)
  }
  EXPORT_SYMBOL(ns_capable);
  
@@ -85939,7 +85363,7 @@ index 1191a44..7c81292 100644
  /**
   * file_ns_capable - Determine if the file's opener had a capability in effect
   * @file:  The file we want to check
-@@ -432,6 +451,12 @@ bool capable(int cap)
+@@ -423,6 +442,12 @@ bool capable(int cap)
  }
  EXPORT_SYMBOL(capable);
  
@@ -85952,7 +85376,7 @@ index 1191a44..7c81292 100644
  /**
   * capable_wrt_inode_uidgid - Check nsown_capable and uid and gid mapped
   * @inode: The inode in question
-@@ -449,3 +474,12 @@ bool capable_wrt_inode_uidgid(const struct inode *inode, int cap)
+@@ -440,3 +465,12 @@ bool capable_wrt_inode_uidgid(const struct inode *inode, int cap)
  		kgid_has_mapping(ns, inode->i_gid);
  }
  EXPORT_SYMBOL(capable_wrt_inode_uidgid);
@@ -85966,20 +85390,20 @@ index 1191a44..7c81292 100644
 +}
 +EXPORT_SYMBOL(capable_wrt_inode_uidgid_nolog);
 diff --git a/kernel/cgroup.c b/kernel/cgroup.c
-index 0c753dd..dd7d3d6 100644
+index ceee0c5..d6f81dd 100644
 --- a/kernel/cgroup.c
 +++ b/kernel/cgroup.c
-@@ -5372,7 +5372,7 @@ static int cgroup_css_links_read(struct seq_file *seq, void *v)
- 		struct css_set *cset = link->cset;
+@@ -4757,7 +4757,7 @@ static int cgroup_css_links_read(struct seq_file *seq, void *v)
  		struct task_struct *task;
  		int count = 0;
+ 
 -		seq_printf(seq, "css_set %p\n", cset);
 +		seq_printf(seq, "css_set %pK\n", cset);
+ 
  		list_for_each_entry(task, &cset->tasks, cg_list) {
- 			if (count++ > MAX_TASKS_SHOWN_PER_CSS) {
- 				seq_puts(seq, "  ...\n");
+ 			if (count++ > MAX_TASKS_SHOWN_PER_CSS)
 diff --git a/kernel/compat.c b/kernel/compat.c
-index 0a09e48..b46b3d78 100644
+index e40b043..3da8f51 100644
 --- a/kernel/compat.c
 +++ b/kernel/compat.c
 @@ -13,6 +13,7 @@
@@ -85999,7 +85423,7 @@ index 0a09e48..b46b3d78 100644
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	ret = hrtimer_nanosleep_restart(restart);
-@@ -252,7 +253,7 @@ asmlinkage long compat_sys_nanosleep(struct compat_timespec __user *rqtp,
+@@ -252,7 +253,7 @@ COMPAT_SYSCALL_DEFINE2(nanosleep, struct compat_timespec __user *, rqtp,
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	ret = hrtimer_nanosleep(&tu,
@@ -86008,7 +85432,7 @@ index 0a09e48..b46b3d78 100644
  				HRTIMER_MODE_REL, CLOCK_MONOTONIC);
  	set_fs(oldfs);
  
-@@ -361,7 +362,7 @@ asmlinkage long compat_sys_sigpending(compat_old_sigset_t __user *set)
+@@ -361,7 +362,7 @@ COMPAT_SYSCALL_DEFINE1(sigpending, compat_old_sigset_t __user *, set)
  	mm_segment_t old_fs = get_fs();
  
  	set_fs(KERNEL_DS);
@@ -86017,11 +85441,11 @@ index 0a09e48..b46b3d78 100644
  	set_fs(old_fs);
  	if (ret == 0)
  		ret = put_user(s, set);
-@@ -451,7 +452,7 @@ asmlinkage long compat_sys_old_getrlimit(unsigned int resource,
+@@ -451,7 +452,7 @@ COMPAT_SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource,
  	mm_segment_t old_fs = get_fs();
  
  	set_fs(KERNEL_DS);
--	ret = sys_old_getrlimit(resource, &r);
+-	ret = sys_old_getrlimit(resource, (struct rlimit __user *)&r);
 +	ret = sys_old_getrlimit(resource, (struct rlimit __force_user *)&r);
  	set_fs(old_fs);
  
@@ -86048,7 +85472,7 @@ index 0a09e48..b46b3d78 100644
  	set_fs(old_fs);
  
  	if ((ret < 0) || (info.si_signo == 0))
-@@ -695,8 +696,8 @@ long compat_sys_timer_settime(timer_t timer_id, int flags,
+@@ -695,8 +696,8 @@ COMPAT_SYSCALL_DEFINE4(timer_settime, timer_t, timer_id, int, flags,
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	err = sys_timer_settime(timer_id, flags,
@@ -86059,7 +85483,7 @@ index 0a09e48..b46b3d78 100644
  	set_fs(oldfs);
  	if (!err && old && put_compat_itimerspec(old, &oldts))
  		return -EFAULT;
-@@ -713,7 +714,7 @@ long compat_sys_timer_gettime(timer_t timer_id,
+@@ -713,7 +714,7 @@ COMPAT_SYSCALL_DEFINE2(timer_gettime, timer_t, timer_id,
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	err = sys_timer_gettime(timer_id,
@@ -86068,7 +85492,7 @@ index 0a09e48..b46b3d78 100644
  	set_fs(oldfs);
  	if (!err && put_compat_itimerspec(setting, &ts))
  		return -EFAULT;
-@@ -732,7 +733,7 @@ long compat_sys_clock_settime(clockid_t which_clock,
+@@ -732,7 +733,7 @@ COMPAT_SYSCALL_DEFINE2(clock_settime, clockid_t, which_clock,
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	err = sys_clock_settime(which_clock,
@@ -86077,16 +85501,16 @@ index 0a09e48..b46b3d78 100644
  	set_fs(oldfs);
  	return err;
  }
-@@ -747,7 +748,7 @@ long compat_sys_clock_gettime(clockid_t which_clock,
+@@ -747,7 +748,7 @@ COMPAT_SYSCALL_DEFINE2(clock_gettime, clockid_t, which_clock,
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	err = sys_clock_gettime(which_clock,
 -				(struct timespec __user *) &ts);
 +				(struct timespec __force_user *) &ts);
  	set_fs(oldfs);
- 	if (!err && put_compat_timespec(&ts, tp))
+ 	if (!err && compat_put_timespec(&ts, tp))
  		return -EFAULT;
-@@ -767,7 +768,7 @@ long compat_sys_clock_adjtime(clockid_t which_clock,
+@@ -767,7 +768,7 @@ COMPAT_SYSCALL_DEFINE2(clock_adjtime, clockid_t, which_clock,
  
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
@@ -86095,28 +85519,25 @@ index 0a09e48..b46b3d78 100644
  	set_fs(oldfs);
  
  	err = compat_put_timex(utp, &txc);
-@@ -787,7 +788,7 @@ long compat_sys_clock_getres(clockid_t which_clock,
+@@ -787,7 +788,7 @@ COMPAT_SYSCALL_DEFINE2(clock_getres, clockid_t, which_clock,
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	err = sys_clock_getres(which_clock,
 -			       (struct timespec __user *) &ts);
 +			       (struct timespec __force_user *) &ts);
  	set_fs(oldfs);
- 	if (!err && tp && put_compat_timespec(&ts, tp))
+ 	if (!err && tp && compat_put_timespec(&ts, tp))
  		return -EFAULT;
-@@ -799,9 +800,9 @@ static long compat_clock_nanosleep_restart(struct restart_block *restart)
- 	long err;
- 	mm_segment_t oldfs;
+@@ -801,7 +802,7 @@ static long compat_clock_nanosleep_restart(struct restart_block *restart)
  	struct timespec tu;
--	struct compat_timespec *rmtp = restart->nanosleep.compat_rmtp;
-+	struct compat_timespec __user *rmtp = restart->nanosleep.compat_rmtp;
+ 	struct compat_timespec __user *rmtp = restart->nanosleep.compat_rmtp;
  
 -	restart->nanosleep.rmtp = (struct timespec __user *) &tu;
 +	restart->nanosleep.rmtp = (struct timespec __force_user *) &tu;
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	err = clock_nanosleep_restart(restart);
-@@ -833,8 +834,8 @@ long compat_sys_clock_nanosleep(clockid_t which_clock, int flags,
+@@ -833,8 +834,8 @@ COMPAT_SYSCALL_DEFINE4(clock_nanosleep, clockid_t, which_clock, int, flags,
  	oldfs = get_fs();
  	set_fs(KERNEL_DS);
  	err = sys_clock_nanosleep(which_clock, flags,
@@ -86134,7 +85555,7 @@ index 0a09e48..b46b3d78 100644
 -	ret = sys_sched_rr_get_interval(pid, (struct timespec __user *)&t);
 +	ret = sys_sched_rr_get_interval(pid, (struct timespec __force_user *)&t);
  	set_fs(old_fs);
- 	if (put_compat_timespec(&t, interval))
+ 	if (compat_put_timespec(&t, interval))
  		return -EFAULT;
 diff --git a/kernel/configs.c b/kernel/configs.c
 index c18b1f1..b9a0132 100644
@@ -86161,7 +85582,7 @@ index c18b1f1..b9a0132 100644
  		return -ENOMEM;
  
 diff --git a/kernel/cred.c b/kernel/cred.c
-index e0573a4..20fb164 100644
+index e0573a4..26c0fd3 100644
 --- a/kernel/cred.c
 +++ b/kernel/cred.c
 @@ -164,6 +164,16 @@ void exit_creds(struct task_struct *tsk)
@@ -86199,7 +85620,7 @@ index e0573a4..20fb164 100644
  	/* dumpability changes */
  	if (!uid_eq(old->euid, new->euid) ||
  	    !gid_eq(old->egid, new->egid) ||
-@@ -479,6 +491,108 @@ int commit_creds(struct cred *new)
+@@ -479,6 +491,105 @@ int commit_creds(struct cred *new)
  	put_cred(old);
  	return 0;
  }
@@ -86234,10 +85655,7 @@ index e0573a4..20fb164 100644
 +	ncred->sgid = new->sgid;
 +	ncred->fsgid = new->fsgid;
 +	// groups
-+	if (set_groups(ncred, new->group_info) < 0) {
-+		abort_creds(ncred);
-+		goto die;
-+	}
++	set_groups(ncred, new->group_info);
 +	// caps
 +	ncred->securebits = new->securebits;
 +	ncred->cap_inheritable = new->cap_inheritable;
@@ -86309,10 +85727,10 @@ index e0573a4..20fb164 100644
  
  /**
 diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c
-index 334b398..9145fb1 100644
+index 2956c8d..cfe1e2e 100644
 --- a/kernel/debug/debug_core.c
 +++ b/kernel/debug/debug_core.c
-@@ -123,7 +123,7 @@ static DEFINE_RAW_SPINLOCK(dbg_slave_lock);
+@@ -124,7 +124,7 @@ static DEFINE_RAW_SPINLOCK(dbg_slave_lock);
   */
  static atomic_t			masters_in_kgdb;
  static atomic_t			slaves_in_kgdb;
@@ -86321,7 +85739,7 @@ index 334b398..9145fb1 100644
  atomic_t			kgdb_setting_breakpoint;
  
  struct task_struct		*kgdb_usethread;
-@@ -133,7 +133,7 @@ int				kgdb_single_step;
+@@ -134,7 +134,7 @@ int				kgdb_single_step;
  static pid_t			kgdb_sstep_pid;
  
  /* to keep track of the CPU which is doing the single stepping*/
@@ -86330,7 +85748,7 @@ index 334b398..9145fb1 100644
  
  /*
   * If you are debugging a problem where roundup (the collection of
-@@ -541,7 +541,7 @@ return_normal:
+@@ -549,7 +549,7 @@ return_normal:
  	 * kernel will only try for the value of sstep_tries before
  	 * giving up and continuing on.
  	 */
@@ -86339,7 +85757,7 @@ index 334b398..9145fb1 100644
  	    (kgdb_info[cpu].task &&
  	     kgdb_info[cpu].task->pid != kgdb_sstep_pid) && --sstep_tries) {
  		atomic_set(&kgdb_active, -1);
-@@ -639,8 +639,8 @@ cpu_master_loop:
+@@ -647,8 +647,8 @@ cpu_master_loop:
  	}
  
  kgdb_restore:
@@ -86350,7 +85768,7 @@ index 334b398..9145fb1 100644
  		if (kgdb_info[sstep_cpu].task)
  			kgdb_sstep_pid = kgdb_info[sstep_cpu].task->pid;
  		else
-@@ -917,18 +917,18 @@ static void kgdb_unregister_callbacks(void)
+@@ -925,18 +925,18 @@ static void kgdb_unregister_callbacks(void)
  static void kgdb_tasklet_bpt(unsigned long ing)
  {
  	kgdb_breakpoint();
@@ -86395,7 +85813,7 @@ index 0b097c8..11dd5c5 100644
  #ifdef CONFIG_MODULE_UNLOAD
  		{
 diff --git a/kernel/events/core.c b/kernel/events/core.c
-index 0e7fea7..f869fde 100644
+index 440eefc..0909f02 100644
 --- a/kernel/events/core.c
 +++ b/kernel/events/core.c
 @@ -158,8 +158,15 @@ static struct srcu_struct pmus_srcu;
@@ -86424,8 +85842,8 @@ index 0e7fea7..f869fde 100644
  }
  
  static int perf_rotate_context(struct perf_cpu_context *cpuctx);
-@@ -272,7 +279,7 @@ void perf_sample_event_took(u64 sample_len_ns)
- 	update_perf_cpu_limits();
+@@ -291,7 +298,7 @@ void perf_sample_event_took(u64 sample_len_ns)
+ 	}
  }
  
 -static atomic64_t perf_event_id;
@@ -86433,7 +85851,7 @@ index 0e7fea7..f869fde 100644
  
  static void cpu_ctx_sched_out(struct perf_cpu_context *cpuctx,
  			      enum event_type_t event_type);
-@@ -3000,7 +3007,7 @@ static void __perf_event_read(void *info)
+@@ -3002,7 +3009,7 @@ static void __perf_event_read(void *info)
  
  static inline u64 perf_event_count(struct perf_event *event)
  {
@@ -86442,7 +85860,7 @@ index 0e7fea7..f869fde 100644
  }
  
  static u64 perf_event_read(struct perf_event *event)
-@@ -3365,9 +3372,9 @@ u64 perf_event_read_value(struct perf_event *event, u64 *enabled, u64 *running)
+@@ -3361,9 +3368,9 @@ u64 perf_event_read_value(struct perf_event *event, u64 *enabled, u64 *running)
  	mutex_lock(&event->child_mutex);
  	total += perf_event_read(event);
  	*enabled += event->total_time_enabled +
@@ -86454,7 +85872,7 @@ index 0e7fea7..f869fde 100644
  
  	list_for_each_entry(child, &event->child_list, child_list) {
  		total += perf_event_read(child);
-@@ -3796,10 +3803,10 @@ void perf_event_update_userpage(struct perf_event *event)
+@@ -3792,10 +3799,10 @@ void perf_event_update_userpage(struct perf_event *event)
  		userpg->offset -= local64_read(&event->hw.prev_count);
  
  	userpg->time_enabled = enabled +
@@ -86467,7 +85885,7 @@ index 0e7fea7..f869fde 100644
  
  	arch_perf_update_userpage(userpg, now);
  
-@@ -4350,7 +4357,7 @@ perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size,
+@@ -4359,7 +4366,7 @@ perf_output_sample_ustack(struct perf_output_handle *handle, u64 dump_size,
  
  		/* Data. */
  		sp = perf_user_stack_pointer(regs);
@@ -86476,7 +85894,7 @@ index 0e7fea7..f869fde 100644
  		dyn_size = dump_size - rem;
  
  		perf_output_skip(handle, rem);
-@@ -4441,11 +4448,11 @@ static void perf_output_read_one(struct perf_output_handle *handle,
+@@ -4450,11 +4457,11 @@ static void perf_output_read_one(struct perf_output_handle *handle,
  	values[n++] = perf_event_count(event);
  	if (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) {
  		values[n++] = enabled +
@@ -86490,7 +85908,7 @@ index 0e7fea7..f869fde 100644
  	}
  	if (read_format & PERF_FORMAT_ID)
  		values[n++] = primary_event_id(event);
-@@ -6724,7 +6731,7 @@ perf_event_alloc(struct perf_event_attr *attr, int cpu,
+@@ -6733,7 +6740,7 @@ perf_event_alloc(struct perf_event_attr *attr, int cpu,
  	event->parent		= parent_event;
  
  	event->ns		= get_pid_ns(task_active_pid_ns(current));
@@ -86499,7 +85917,7 @@ index 0e7fea7..f869fde 100644
  
  	event->state		= PERF_EVENT_STATE_INACTIVE;
  
-@@ -7024,6 +7031,11 @@ SYSCALL_DEFINE5(perf_event_open,
+@@ -7015,6 +7022,11 @@ SYSCALL_DEFINE5(perf_event_open,
  	if (flags & ~PERF_FLAG_ALL)
  		return -EINVAL;
  
@@ -86511,7 +85929,7 @@ index 0e7fea7..f869fde 100644
  	err = perf_copy_attr(attr_uptr, &attr);
  	if (err)
  		return err;
-@@ -7362,10 +7374,10 @@ static void sync_child_event(struct perf_event *child_event,
+@@ -7353,10 +7365,10 @@ static void sync_child_event(struct perf_event *child_event,
  	/*
  	 * Add back the child's count to the parent's count:
  	 */
@@ -86570,7 +85988,7 @@ index 569b2187..19940d9 100644
  /* Callchain handling */
  extern struct perf_callchain_entry *
 diff --git a/kernel/events/uprobes.c b/kernel/events/uprobes.c
-index 307d87c..6466cbe 100644
+index 04709b6..d330828 100644
 --- a/kernel/events/uprobes.c
 +++ b/kernel/events/uprobes.c
 @@ -1666,7 +1666,7 @@ static int is_trap_at_addr(struct mm_struct *mm, unsigned long vaddr)
@@ -86583,7 +86001,7 @@ index 307d87c..6466cbe 100644
  	pagefault_disable();
  	result = __copy_from_user_inatomic(&opcode, (void __user*)vaddr,
 diff --git a/kernel/exit.c b/kernel/exit.c
-index 81b3d67..ef189a4 100644
+index 6ed6a1d..edecb0e 100644
 --- a/kernel/exit.c
 +++ b/kernel/exit.c
 @@ -173,6 +173,10 @@ void release_task(struct task_struct * p)
@@ -86606,7 +86024,7 @@ index 81b3d67..ef189a4 100644
  	recalc_sigpending();
  	spin_unlock_irq(&current->sighand->siglock);
  	return 0;
-@@ -706,6 +710,8 @@ void do_exit(long code)
+@@ -699,6 +703,8 @@ void do_exit(long code)
  	struct task_struct *tsk = current;
  	int group_dead;
  
@@ -86615,7 +86033,7 @@ index 81b3d67..ef189a4 100644
  	profile_task_exit(tsk);
  
  	WARN_ON(blk_needs_flush_plug(tsk));
-@@ -722,7 +728,6 @@ void do_exit(long code)
+@@ -715,7 +721,6 @@ void do_exit(long code)
  	 * mm_release()->clear_child_tid() from writing to a user-controlled
  	 * kernel address.
  	 */
@@ -86623,7 +86041,7 @@ index 81b3d67..ef189a4 100644
  
  	ptrace_event(PTRACE_EVENT_EXIT, code);
  
-@@ -781,6 +786,9 @@ void do_exit(long code)
+@@ -774,6 +779,9 @@ void do_exit(long code)
  	tsk->exit_code = code;
  	taskstats_exit(tsk, group_dead);
  
@@ -86633,7 +86051,7 @@ index 81b3d67..ef189a4 100644
  	exit_mm(tsk);
  
  	if (group_dead)
-@@ -900,7 +908,7 @@ SYSCALL_DEFINE1(exit, int, error_code)
+@@ -893,7 +901,7 @@ SYSCALL_DEFINE1(exit, int, error_code)
   * Take down every thread in the group.  This is called by fatal signals
   * as well as by sys_exit_group (below).
   */
@@ -86643,10 +86061,10 @@ index 81b3d67..ef189a4 100644
  {
  	struct signal_struct *sig = current->signal;
 diff --git a/kernel/fork.c b/kernel/fork.c
-index a17621c..2a89549 100644
+index 54a8d26..9a24446 100644
 --- a/kernel/fork.c
 +++ b/kernel/fork.c
-@@ -180,6 +180,48 @@ void thread_info_cache_init(void)
+@@ -183,6 +183,48 @@ void thread_info_cache_init(void)
  # endif
  #endif
  
@@ -86695,7 +86113,7 @@ index a17621c..2a89549 100644
  /* SLAB cache for signal_struct structures (tsk->signal) */
  static struct kmem_cache *signal_cachep;
  
-@@ -198,18 +240,22 @@ struct kmem_cache *vm_area_cachep;
+@@ -201,18 +243,22 @@ struct kmem_cache *vm_area_cachep;
  /* SLAB cache for mm_struct structures (tsk->mm) */
  static struct kmem_cache *mm_cachep;
  
@@ -86721,7 +86139,7 @@ index a17621c..2a89549 100644
  	rt_mutex_debug_task_free(tsk);
  	ftrace_graph_exit_task(tsk);
  	put_seccomp_filter(tsk);
-@@ -295,6 +341,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -299,6 +345,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
  	struct task_struct *tsk;
  	struct thread_info *ti;
  	unsigned long *stackend;
@@ -86729,7 +86147,7 @@ index a17621c..2a89549 100644
  	int node = tsk_fork_get_node(orig);
  	int err;
  
-@@ -302,7 +349,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -306,7 +353,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
  	if (!tsk)
  		return NULL;
  
@@ -86738,7 +86156,7 @@ index a17621c..2a89549 100644
  	if (!ti)
  		goto free_tsk;
  
-@@ -311,6 +358,9 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -315,6 +362,9 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
  		goto free_ti;
  
  	tsk->stack = ti;
@@ -86748,7 +86166,7 @@ index a17621c..2a89549 100644
  
  	setup_thread_stack(tsk, orig);
  	clear_user_return_notifier(tsk);
-@@ -319,7 +369,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -323,7 +373,7 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
  	*stackend = STACK_END_MAGIC;	/* for overflow detection */
  
  #ifdef CONFIG_CC_STACKPROTECTOR
@@ -86757,7 +86175,7 @@ index a17621c..2a89549 100644
  #endif
  
  	/*
-@@ -333,24 +383,92 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
+@@ -337,24 +387,92 @@ static struct task_struct *dup_task_struct(struct task_struct *orig)
  	tsk->splice_pipe = NULL;
  	tsk->task_frag.page = NULL;
  
@@ -86854,7 +86272,7 @@ index a17621c..2a89549 100644
  
  	uprobe_start_dup_mmap();
  	down_write(&oldmm->mmap_sem);
-@@ -379,55 +497,15 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
+@@ -383,55 +501,15 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
  
  	prev = NULL;
  	for (mpnt = oldmm->mmap; mpnt; mpnt = mpnt->vm_next) {
@@ -86914,7 +86332,7 @@ index a17621c..2a89549 100644
  		}
  
  		/*
-@@ -459,6 +537,31 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
+@@ -463,6 +541,31 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
  		if (retval)
  			goto out;
  	}
@@ -86946,7 +86364,7 @@ index a17621c..2a89549 100644
  	/* a new mm has just been created */
  	arch_dup_mmap(oldmm, mm);
  	retval = 0;
-@@ -468,14 +571,6 @@ out:
+@@ -472,14 +575,6 @@ out:
  	up_write(&oldmm->mmap_sem);
  	uprobe_end_dup_mmap();
  	return retval;
@@ -86961,7 +86379,7 @@ index a17621c..2a89549 100644
  }
  
  static inline int mm_alloc_pgd(struct mm_struct *mm)
-@@ -689,8 +784,8 @@ struct mm_struct *mm_access(struct task_struct *task, unsigned int mode)
+@@ -698,8 +793,8 @@ struct mm_struct *mm_access(struct task_struct *task, unsigned int mode)
  		return ERR_PTR(err);
  
  	mm = get_task_mm(task);
@@ -86972,7 +86390,7 @@ index a17621c..2a89549 100644
  		mmput(mm);
  		mm = ERR_PTR(-EACCES);
  	}
-@@ -906,13 +1001,20 @@ static int copy_fs(unsigned long clone_flags, struct task_struct *tsk)
+@@ -918,13 +1013,20 @@ static int copy_fs(unsigned long clone_flags, struct task_struct *tsk)
  			spin_unlock(&fs->lock);
  			return -EAGAIN;
  		}
@@ -86994,7 +86412,7 @@ index a17621c..2a89549 100644
  	return 0;
  }
  
-@@ -1130,7 +1232,7 @@ init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid)
+@@ -1133,7 +1235,7 @@ init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid)
   * parts of the process environment (as per the clone
   * flags). The actual kick-off is left to the caller.
   */
@@ -87003,7 +86421,7 @@ index a17621c..2a89549 100644
  					unsigned long stack_start,
  					unsigned long stack_size,
  					int __user *child_tidptr,
-@@ -1202,6 +1304,9 @@ static struct task_struct *copy_process(unsigned long clone_flags,
+@@ -1205,6 +1307,9 @@ static struct task_struct *copy_process(unsigned long clone_flags,
  	DEBUG_LOCKS_WARN_ON(!p->softirqs_enabled);
  #endif
  	retval = -EAGAIN;
@@ -87013,7 +86431,7 @@ index a17621c..2a89549 100644
  	if (atomic_read(&p->real_cred->user->processes) >=
  			task_rlimit(p, RLIMIT_NPROC)) {
  		if (p->real_cred->user != INIT_USER &&
-@@ -1449,6 +1554,11 @@ static struct task_struct *copy_process(unsigned long clone_flags,
+@@ -1452,6 +1557,11 @@ static struct task_struct *copy_process(unsigned long clone_flags,
  		goto bad_fork_free_pid;
  	}
  
@@ -87025,7 +86443,7 @@ index a17621c..2a89549 100644
  	if (likely(p->pid)) {
  		ptrace_init_task(p, (clone_flags & CLONE_PTRACE) || trace);
  
-@@ -1537,6 +1647,8 @@ bad_fork_cleanup_count:
+@@ -1539,6 +1649,8 @@ bad_fork_cleanup_count:
  bad_fork_free:
  	free_task(p);
  fork_out:
@@ -87034,7 +86452,7 @@ index a17621c..2a89549 100644
  	return ERR_PTR(retval);
  }
  
-@@ -1598,6 +1710,7 @@ long do_fork(unsigned long clone_flags,
+@@ -1600,6 +1712,7 @@ long do_fork(unsigned long clone_flags,
  
  	p = copy_process(clone_flags, stack_start, stack_size,
  			 child_tidptr, NULL, trace);
@@ -87042,7 +86460,7 @@ index a17621c..2a89549 100644
  	/*
  	 * Do this prior waking up the new thread - the thread pointer
  	 * might get invalid after that point, if the thread exits quickly.
-@@ -1612,6 +1725,8 @@ long do_fork(unsigned long clone_flags,
+@@ -1614,6 +1727,8 @@ long do_fork(unsigned long clone_flags,
  		if (clone_flags & CLONE_PARENT_SETTID)
  			put_user(nr, parent_tidptr);
  
@@ -87051,7 +86469,7 @@ index a17621c..2a89549 100644
  		if (clone_flags & CLONE_VFORK) {
  			p->vfork_done = &vfork;
  			init_completion(&vfork);
-@@ -1728,7 +1843,7 @@ void __init proc_caches_init(void)
+@@ -1730,7 +1845,7 @@ void __init proc_caches_init(void)
  	mm_cachep = kmem_cache_create("mm_struct",
  			sizeof(struct mm_struct), ARCH_MIN_MMSTRUCT_ALIGN,
  			SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL);
@@ -87060,7 +86478,7 @@ index a17621c..2a89549 100644
  	mmap_init();
  	nsproxy_cache_init();
  }
-@@ -1768,7 +1883,7 @@ static int unshare_fs(unsigned long unshare_flags, struct fs_struct **new_fsp)
+@@ -1770,7 +1885,7 @@ static int unshare_fs(unsigned long unshare_flags, struct fs_struct **new_fsp)
  		return 0;
  
  	/* don't need lock here; in the worst case we'll do useless copy */
@@ -87069,7 +86487,7 @@ index a17621c..2a89549 100644
  		return 0;
  
  	*new_fsp = copy_fs_struct(fs);
-@@ -1875,7 +1990,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
+@@ -1877,7 +1992,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
  			fs = current->fs;
  			spin_lock(&fs->lock);
  			current->fs = new_fs;
@@ -87080,18 +86498,10 @@ index a17621c..2a89549 100644
  			else
  				new_fs = fs;
 diff --git a/kernel/futex.c b/kernel/futex.c
-index e3087af..8e3b90f 100644
+index de938d2..c566038 100644
 --- a/kernel/futex.c
 +++ b/kernel/futex.c
-@@ -54,6 +54,7 @@
- #include <linux/mount.h>
- #include <linux/pagemap.h>
- #include <linux/syscalls.h>
-+#include <linux/ptrace.h>
- #include <linux/signal.h>
- #include <linux/export.h>
- #include <linux/magic.h>
-@@ -188,7 +189,7 @@ struct futex_pi_state {
+@@ -202,7 +202,7 @@ struct futex_pi_state {
  	atomic_t refcount;
  
  	union futex_key key;
@@ -87100,7 +86510,7 @@ index e3087af..8e3b90f 100644
  
  /**
   * struct futex_q - The hashed futex queue entry, one per waiting task
-@@ -222,7 +223,7 @@ struct futex_q {
+@@ -236,7 +236,7 @@ struct futex_q {
  	struct rt_mutex_waiter *rt_waiter;
  	union futex_key *requeue_pi_key;
  	u32 bitset;
@@ -87109,7 +86519,7 @@ index e3087af..8e3b90f 100644
  
  static const struct futex_q futex_q_init = {
  	/* list gets initialized in queue_me()*/
-@@ -380,6 +381,11 @@ get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw)
+@@ -394,6 +394,11 @@ get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw)
  	struct page *page, *page_head;
  	int err, ro = 0;
  
@@ -87121,7 +86531,7 @@ index e3087af..8e3b90f 100644
  	/*
  	 * The futex address must be "naturally" aligned.
  	 */
-@@ -579,7 +585,7 @@ static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr,
+@@ -593,7 +598,7 @@ static int cmpxchg_futex_value_locked(u32 *curval, u32 __user *uaddr,
  
  static int get_futex_value_locked(u32 *dest, u32 __user *from)
  {
@@ -87130,7 +86540,7 @@ index e3087af..8e3b90f 100644
  
  	pagefault_disable();
  	ret = __copy_from_user_inatomic(dest, from, sizeof(u32));
-@@ -3019,6 +3025,7 @@ static void __init futex_detect_cmpxchg(void)
+@@ -3033,6 +3038,7 @@ static void __init futex_detect_cmpxchg(void)
  {
  #ifndef CONFIG_HAVE_FUTEX_CMPXCHG
  	u32 curval;
@@ -87138,7 +86548,7 @@ index e3087af..8e3b90f 100644
  
  	/*
  	 * This will fail and we want it. Some arch implementations do
-@@ -3030,8 +3037,11 @@ static void __init futex_detect_cmpxchg(void)
+@@ -3044,8 +3050,11 @@ static void __init futex_detect_cmpxchg(void)
  	 * implementation, the non-functional ones will return
  	 * -ENOSYS.
  	 */
@@ -87151,7 +86561,7 @@ index e3087af..8e3b90f 100644
  }
  
 diff --git a/kernel/futex_compat.c b/kernel/futex_compat.c
-index f9f44fd..29885e4 100644
+index 55c8c93..9ba7ad6 100644
 --- a/kernel/futex_compat.c
 +++ b/kernel/futex_compat.c
 @@ -32,7 +32,7 @@ fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry,
@@ -87189,10 +86599,10 @@ index f45b75b..bfac6d5 100644
  			if (gcov_events_enabled)
  				gcov_event(GCOV_REMOVE, info);
 diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
-index 04d0374..e7c3725 100644
+index e0501fe..312edd6 100644
 --- a/kernel/hrtimer.c
 +++ b/kernel/hrtimer.c
-@@ -1461,7 +1461,7 @@ void hrtimer_peek_ahead_timers(void)
+@@ -1448,7 +1448,7 @@ void hrtimer_peek_ahead_timers(void)
  	local_irq_restore(flags);
  }
  
@@ -87202,10 +86612,10 @@ index 04d0374..e7c3725 100644
  	hrtimer_peek_ahead_timers();
  }
 diff --git a/kernel/irq_work.c b/kernel/irq_work.c
-index 55fcce6..0e4cf34 100644
+index a82170e..5b01e7f 100644
 --- a/kernel/irq_work.c
 +++ b/kernel/irq_work.c
-@@ -189,12 +189,13 @@ static int irq_work_cpu_notify(struct notifier_block *self,
+@@ -191,12 +191,13 @@ static int irq_work_cpu_notify(struct notifier_block *self,
  	return NOTIFY_OK;
  }
  
@@ -87258,7 +86668,7 @@ index 9019f15..9a3c42e 100644
  
  static int
 diff --git a/kernel/kallsyms.c b/kernel/kallsyms.c
-index 3127ad5..159d880 100644
+index cb0cf37..b69e161 100644
 --- a/kernel/kallsyms.c
 +++ b/kernel/kallsyms.c
 @@ -11,6 +11,9 @@
@@ -87271,7 +86681,7 @@ index 3127ad5..159d880 100644
  #include <linux/kallsyms.h>
  #include <linux/module.h>
  #include <linux/init.h>
-@@ -53,12 +56,33 @@ extern const unsigned long kallsyms_markers[] __attribute__((weak));
+@@ -54,12 +57,33 @@ extern const unsigned long kallsyms_markers[] __weak;
  
  static inline int is_kernel_inittext(unsigned long addr)
  {
@@ -87305,7 +86715,7 @@ index 3127ad5..159d880 100644
  static inline int is_kernel_text(unsigned long addr)
  {
  	if ((addr >= (unsigned long)_stext && addr <= (unsigned long)_etext) ||
-@@ -69,13 +93,28 @@ static inline int is_kernel_text(unsigned long addr)
+@@ -70,13 +94,28 @@ static inline int is_kernel_text(unsigned long addr)
  
  static inline int is_kernel(unsigned long addr)
  {
@@ -87334,7 +86744,7 @@ index 3127ad5..159d880 100644
  	if (all_var)
  		return is_kernel(addr);
  
-@@ -480,7 +519,6 @@ static unsigned long get_ksymbol_core(struct kallsym_iter *iter)
+@@ -481,7 +520,6 @@ static unsigned long get_ksymbol_core(struct kallsym_iter *iter)
  
  static void reset_iter(struct kallsym_iter *iter, loff_t new_pos)
  {
@@ -87342,7 +86752,7 @@ index 3127ad5..159d880 100644
  	iter->nameoff = get_symbol_offset(new_pos);
  	iter->pos = new_pos;
  }
-@@ -528,6 +566,11 @@ static int s_show(struct seq_file *m, void *p)
+@@ -529,6 +567,11 @@ static int s_show(struct seq_file *m, void *p)
  {
  	struct kallsym_iter *iter = m->private;
  
@@ -87354,7 +86764,7 @@ index 3127ad5..159d880 100644
  	/* Some debugging symbols have no name.  Ignore them. */
  	if (!iter->name[0])
  		return 0;
-@@ -541,6 +584,7 @@ static int s_show(struct seq_file *m, void *p)
+@@ -542,6 +585,7 @@ static int s_show(struct seq_file *m, void *p)
  		 */
  		type = iter->exported ? toupper(iter->type) :
  					tolower(iter->type);
@@ -87362,7 +86772,7 @@ index 3127ad5..159d880 100644
  		seq_printf(m, "%pK %c %s\t[%s]\n", (void *)iter->value,
  			   type, iter->name, iter->module_name);
  	} else
-@@ -566,7 +610,7 @@ static int kallsyms_open(struct inode *inode, struct file *file)
+@@ -567,7 +611,7 @@ static int kallsyms_open(struct inode *inode, struct file *file)
  	struct kallsym_iter *iter;
  	int ret;
  
@@ -87387,11 +86797,11 @@ index e30ac0f..3528cac 100644
  
  	/*
 diff --git a/kernel/kexec.c b/kernel/kexec.c
-index 18ff0b9..40b0eab 100644
+index 28c5706..bfc8388 100644
 --- a/kernel/kexec.c
 +++ b/kernel/kexec.c
-@@ -1045,7 +1045,8 @@ asmlinkage long compat_sys_kexec_load(unsigned long entry,
- 				unsigned long flags)
+@@ -1046,7 +1046,8 @@ COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry,
+ 		       compat_ulong_t, flags)
  {
  	struct compat_kexec_segment in;
 -	struct kexec_segment out, __user *ksegments;
@@ -87647,10 +87057,10 @@ index ceeadfc..11c18b6 100644
  
  	if (!pp)
 diff --git a/kernel/ksysfs.c b/kernel/ksysfs.c
-index d945a94..0b7f45f 100644
+index 2495a9b..071b906 100644
 --- a/kernel/ksysfs.c
 +++ b/kernel/ksysfs.c
-@@ -46,6 +46,8 @@ static ssize_t uevent_helper_store(struct kobject *kobj,
+@@ -49,6 +49,8 @@ static ssize_t uevent_helper_store(struct kobject *kobj,
  {
  	if (count+1 > UEVENT_HELPER_PATH_LEN)
  		return -ENOENT;
@@ -87659,7 +87069,7 @@ index d945a94..0b7f45f 100644
  	memcpy(uevent_helper, buf, count);
  	uevent_helper[count] = '\0';
  	if (count && uevent_helper[count-1] == '\n')
-@@ -172,7 +174,7 @@ static ssize_t notes_read(struct file *filp, struct kobject *kobj,
+@@ -175,7 +177,7 @@ static ssize_t notes_read(struct file *filp, struct kobject *kobj,
  	return count;
  }
  
@@ -87669,7 +87079,7 @@ index d945a94..0b7f45f 100644
  		.name = "notes",
  		.mode = S_IRUGO,
 diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
-index eb8a547..321d8e1 100644
+index d24e433..fa04fb8 100644
 --- a/kernel/locking/lockdep.c
 +++ b/kernel/locking/lockdep.c
 @@ -597,6 +597,10 @@ static int static_obj(void *obj)
@@ -87691,7 +87101,7 @@ index eb8a547..321d8e1 100644
  		printk("the code is fine but needs lockdep annotation.\n");
  		printk("turning off the locking correctness validator.\n");
  		dump_stack();
-@@ -3082,7 +3087,7 @@ static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,
+@@ -3079,7 +3084,7 @@ static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,
  		if (!class)
  			return 0;
  	}
@@ -87749,8 +87159,61 @@ index ef43ac4..2720dfa 100644
  				(void *)class->contending_point[i]);
  		seq_printf(m, "%40s %14lu %29s %pS\n",
  			   name, stats->contending_point[i],
+diff --git a/kernel/locking/mcs_spinlock.c b/kernel/locking/mcs_spinlock.c
+index 838dc9e..760e158 100644
+--- a/kernel/locking/mcs_spinlock.c
++++ b/kernel/locking/mcs_spinlock.c
+@@ -71,7 +71,7 @@ bool osq_lock(struct optimistic_spin_queue **lock)
+ 	if (likely(prev == NULL))
+ 		return true;
+ 
+-	ACCESS_ONCE(prev->next) = node;
++	ACCESS_ONCE_RW(prev->next) = node;
+ 
+ 	/*
+ 	 * Normally @prev is untouchable after the above store; because at that
+@@ -143,8 +143,8 @@ unqueue:
+ 	 * it will wait in Step-A.
+ 	 */
+ 
+-	ACCESS_ONCE(next->prev) = prev;
+-	ACCESS_ONCE(prev->next) = next;
++	ACCESS_ONCE_RW(next->prev) = prev;
++	ACCESS_ONCE_RW(prev->next) = next;
+ 
+ 	return false;
+ }
+@@ -165,13 +165,13 @@ void osq_unlock(struct optimistic_spin_queue **lock)
+ 	 */
+ 	next = xchg(&node->next, NULL);
+ 	if (next) {
+-		ACCESS_ONCE(next->locked) = 1;
++		ACCESS_ONCE_RW(next->locked) = 1;
+ 		return;
+ 	}
+ 
+ 	next = osq_wait_next(lock, node, NULL);
+ 	if (next)
+-		ACCESS_ONCE(next->locked) = 1;
++		ACCESS_ONCE_RW(next->locked) = 1;
+ }
+ 
+ #endif
+diff --git a/kernel/locking/mcs_spinlock.h b/kernel/locking/mcs_spinlock.h
+index a2dbac4..e02a34a 100644
+--- a/kernel/locking/mcs_spinlock.h
++++ b/kernel/locking/mcs_spinlock.h
+@@ -81,7 +81,7 @@ void mcs_spin_lock(struct mcs_spinlock **lock, struct mcs_spinlock *node)
+ 		 */
+ 		return;
+ 	}
+-	ACCESS_ONCE(prev->next) = node;
++	ACCESS_ONCE_RW(prev->next) = node;
+ 
+ 	/* Wait until the lock holder passes the lock down. */
+ 	arch_mcs_spin_lock_contended(&node->locked);
 diff --git a/kernel/locking/mutex-debug.c b/kernel/locking/mutex-debug.c
-index faf6f5b..dc9070a 100644
+index 5cf6731..ce3bc5a 100644
 --- a/kernel/locking/mutex-debug.c
 +++ b/kernel/locking/mutex-debug.c
 @@ -49,21 +49,21 @@ void debug_mutex_free_waiter(struct mutex_waiter *waiter)
@@ -87798,28 +87261,10 @@ index 0799fd3..d06ae3b 100644
  extern void debug_mutex_init(struct mutex *lock, const char *name,
  			     struct lock_class_key *key);
 diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c
-index 4dd6e4c..df52693 100644
+index bc73d33..6f308aa 100644
 --- a/kernel/locking/mutex.c
 +++ b/kernel/locking/mutex.c
-@@ -135,7 +135,7 @@ void mspin_lock(struct mspin_node **lock, struct mspin_node *node)
- 		node->locked = 1;
- 		return;
- 	}
--	ACCESS_ONCE(prev->next) = node;
-+	ACCESS_ONCE_RW(prev->next) = node;
- 	smp_wmb();
- 	/* Wait until the lock holder passes the lock down */
- 	while (!ACCESS_ONCE(node->locked))
-@@ -156,7 +156,7 @@ static void mspin_unlock(struct mspin_node **lock, struct mspin_node *node)
- 		while (!(next = ACCESS_ONCE(node->next)))
- 			arch_mutex_cpu_relax();
- 	}
--	ACCESS_ONCE(next->locked) = 1;
-+	ACCESS_ONCE_RW(next->locked) = 1;
- 	smp_wmb();
- }
- 
-@@ -520,7 +520,7 @@ slowpath:
+@@ -490,7 +490,7 @@ slowpath:
  		goto skip_wait;
  
  	debug_mutex_lock_common(lock, &waiter);
@@ -87828,7 +87273,7 @@ index 4dd6e4c..df52693 100644
  
  	/* add waiting tasks to the end of the waitqueue (FIFO): */
  	list_add_tail(&waiter.list, &lock->wait_list);
-@@ -564,7 +564,7 @@ slowpath:
+@@ -534,7 +534,7 @@ slowpath:
  		schedule_preempt_disabled();
  		spin_lock_mutex(&lock->wait_lock, flags);
  	}
@@ -87837,7 +87282,7 @@ index 4dd6e4c..df52693 100644
  	/* set it to 0 if there are no waiters left: */
  	if (likely(list_empty(&lock->wait_list)))
  		atomic_set(&lock->count, 0);
-@@ -601,7 +601,7 @@ skip_wait:
+@@ -571,7 +571,7 @@ skip_wait:
  	return 0;
  
  err:
@@ -87941,7 +87386,7 @@ index 1d96dd0..994ff19 100644
  
  	default:
 diff --git a/kernel/module.c b/kernel/module.c
-index 6716a1f..9ddc1e1 100644
+index 079c461..741f79c 100644
 --- a/kernel/module.c
 +++ b/kernel/module.c
 @@ -61,6 +61,7 @@
@@ -87989,7 +87434,7 @@ index 6716a1f..9ddc1e1 100644
  		pr_warn("%s: per-cpu alignment %li > %li\n",
  			mod->name, align, PAGE_SIZE);
  		align = PAGE_SIZE;
-@@ -1059,7 +1061,7 @@ struct module_attribute module_uevent =
+@@ -1061,7 +1063,7 @@ struct module_attribute module_uevent =
  static ssize_t show_coresize(struct module_attribute *mattr,
  			     struct module_kobject *mk, char *buffer)
  {
@@ -87998,7 +87443,7 @@ index 6716a1f..9ddc1e1 100644
  }
  
  static struct module_attribute modinfo_coresize =
-@@ -1068,7 +1070,7 @@ static struct module_attribute modinfo_coresize =
+@@ -1070,7 +1072,7 @@ static struct module_attribute modinfo_coresize =
  static ssize_t show_initsize(struct module_attribute *mattr,
  			     struct module_kobject *mk, char *buffer)
  {
@@ -88007,7 +87452,7 @@ index 6716a1f..9ddc1e1 100644
  }
  
  static struct module_attribute modinfo_initsize =
-@@ -1160,12 +1162,29 @@ static int check_version(Elf_Shdr *sechdrs,
+@@ -1162,12 +1164,29 @@ static int check_version(Elf_Shdr *sechdrs,
  		goto bad_version;
  	}
  
@@ -88037,7 +87482,7 @@ index 6716a1f..9ddc1e1 100644
  	return 0;
  }
  
-@@ -1281,7 +1300,7 @@ resolve_symbol_wait(struct module *mod,
+@@ -1283,7 +1302,7 @@ resolve_symbol_wait(struct module *mod,
   */
  #ifdef CONFIG_SYSFS
  
@@ -88046,7 +87491,7 @@ index 6716a1f..9ddc1e1 100644
  static inline bool sect_empty(const Elf_Shdr *sect)
  {
  	return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0;
-@@ -1421,7 +1440,7 @@ static void add_notes_attrs(struct module *mod, const struct load_info *info)
+@@ -1423,7 +1442,7 @@ static void add_notes_attrs(struct module *mod, const struct load_info *info)
  {
  	unsigned int notes, loaded, i;
  	struct module_notes_attrs *notes_attrs;
@@ -88055,7 +87500,7 @@ index 6716a1f..9ddc1e1 100644
  
  	/* failed to create section attributes, so can't create notes */
  	if (!mod->sect_attrs)
-@@ -1533,7 +1552,7 @@ static void del_usage_links(struct module *mod)
+@@ -1535,7 +1554,7 @@ static void del_usage_links(struct module *mod)
  static int module_add_modinfo_attrs(struct module *mod)
  {
  	struct module_attribute *attr;
@@ -88064,7 +87509,7 @@ index 6716a1f..9ddc1e1 100644
  	int error = 0;
  	int i;
  
-@@ -1754,21 +1773,21 @@ static void set_section_ro_nx(void *base,
+@@ -1756,21 +1775,21 @@ static void set_section_ro_nx(void *base,
  
  static void unset_module_core_ro_nx(struct module *mod)
  {
@@ -88094,7 +87539,7 @@ index 6716a1f..9ddc1e1 100644
  		set_memory_rw);
  }
  
-@@ -1781,14 +1800,14 @@ void set_all_modules_text_rw(void)
+@@ -1783,14 +1802,14 @@ void set_all_modules_text_rw(void)
  	list_for_each_entry_rcu(mod, &modules, list) {
  		if (mod->state == MODULE_STATE_UNFORMED)
  			continue;
@@ -88115,7 +87560,7 @@ index 6716a1f..9ddc1e1 100644
  						set_memory_rw);
  		}
  	}
-@@ -1804,14 +1823,14 @@ void set_all_modules_text_ro(void)
+@@ -1806,14 +1825,14 @@ void set_all_modules_text_ro(void)
  	list_for_each_entry_rcu(mod, &modules, list) {
  		if (mod->state == MODULE_STATE_UNFORMED)
  			continue;
@@ -88136,7 +87581,7 @@ index 6716a1f..9ddc1e1 100644
  						set_memory_ro);
  		}
  	}
-@@ -1862,16 +1881,19 @@ static void free_module(struct module *mod)
+@@ -1864,16 +1883,19 @@ static void free_module(struct module *mod)
  
  	/* This may be NULL, but that's OK */
  	unset_module_init_ro_nx(mod);
@@ -88159,7 +87604,7 @@ index 6716a1f..9ddc1e1 100644
  
  #ifdef CONFIG_MPU
  	update_protections(current->mm);
-@@ -1940,9 +1962,31 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
+@@ -1942,9 +1964,31 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
  	int ret = 0;
  	const struct kernel_symbol *ksym;
  
@@ -88190,8 +87635,8 @@ index 6716a1f..9ddc1e1 100644
 +
  		switch (sym[i].st_shndx) {
  		case SHN_COMMON:
- 			/* We compiled with -fno-common.  These are not
-@@ -1963,7 +2007,9 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
+ 			/* Ignore common symbols */
+@@ -1969,7 +2013,9 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
  			ksym = resolve_symbol_wait(mod, info, name);
  			/* Ok if resolved.  */
  			if (ksym && !IS_ERR(ksym)) {
@@ -88201,7 +87646,7 @@ index 6716a1f..9ddc1e1 100644
  				break;
  			}
  
-@@ -1982,11 +2028,20 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
+@@ -1988,11 +2034,20 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)
  				secbase = (unsigned long)mod_percpu(mod);
  			else
  				secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
@@ -88222,7 +87667,7 @@ index 6716a1f..9ddc1e1 100644
  	return ret;
  }
  
-@@ -2070,22 +2125,12 @@ static void layout_sections(struct module *mod, struct load_info *info)
+@@ -2076,22 +2131,12 @@ static void layout_sections(struct module *mod, struct load_info *info)
  			    || s->sh_entsize != ~0UL
  			    || strstarts(sname, ".init"))
  				continue;
@@ -88249,7 +87694,7 @@ index 6716a1f..9ddc1e1 100644
  	}
  
  	pr_debug("Init section allocation order:\n");
-@@ -2099,23 +2144,13 @@ static void layout_sections(struct module *mod, struct load_info *info)
+@@ -2105,23 +2150,13 @@ static void layout_sections(struct module *mod, struct load_info *info)
  			    || s->sh_entsize != ~0UL
  			    || !strstarts(sname, ".init"))
  				continue;
@@ -88278,7 +87723,7 @@ index 6716a1f..9ddc1e1 100644
  	}
  }
  
-@@ -2288,7 +2323,7 @@ static void layout_symtab(struct module *mod, struct load_info *info)
+@@ -2294,7 +2329,7 @@ static void layout_symtab(struct module *mod, struct load_info *info)
  
  	/* Put symbol section at end of init part of module. */
  	symsect->sh_flags |= SHF_ALLOC;
@@ -88287,7 +87732,7 @@ index 6716a1f..9ddc1e1 100644
  					 info->index.sym) | INIT_OFFSET_MASK;
  	pr_debug("\t%s\n", info->secstrings + symsect->sh_name);
  
-@@ -2305,13 +2340,13 @@ static void layout_symtab(struct module *mod, struct load_info *info)
+@@ -2311,13 +2346,13 @@ static void layout_symtab(struct module *mod, struct load_info *info)
  	}
  
  	/* Append room for core symbols at end of core part. */
@@ -88305,7 +87750,7 @@ index 6716a1f..9ddc1e1 100644
  					 info->index.str) | INIT_OFFSET_MASK;
  	pr_debug("\t%s\n", info->secstrings + strsect->sh_name);
  }
-@@ -2329,12 +2364,14 @@ static void add_kallsyms(struct module *mod, const struct load_info *info)
+@@ -2335,12 +2370,14 @@ static void add_kallsyms(struct module *mod, const struct load_info *info)
  	/* Make sure we get permanent strtab: don't use info->strtab. */
  	mod->strtab = (void *)info->sechdrs[info->index.str].sh_addr;
  
@@ -88322,7 +87767,7 @@ index 6716a1f..9ddc1e1 100644
  	src = mod->symtab;
  	for (ndst = i = 0; i < mod->num_symtab; i++) {
  		if (i == 0 ||
-@@ -2346,6 +2383,8 @@ static void add_kallsyms(struct module *mod, const struct load_info *info)
+@@ -2352,6 +2389,8 @@ static void add_kallsyms(struct module *mod, const struct load_info *info)
  		}
  	}
  	mod->core_num_syms = ndst;
@@ -88331,7 +87776,7 @@ index 6716a1f..9ddc1e1 100644
  }
  #else
  static inline void layout_symtab(struct module *mod, struct load_info *info)
-@@ -2379,17 +2418,33 @@ void * __weak module_alloc(unsigned long size)
+@@ -2385,17 +2424,33 @@ void * __weak module_alloc(unsigned long size)
  	return vmalloc_exec(size);
  }
  
@@ -88370,7 +87815,7 @@ index 6716a1f..9ddc1e1 100644
  		mutex_unlock(&module_mutex);
  	}
  	return ret;
-@@ -2646,7 +2701,15 @@ static struct module *setup_load_info(struct load_info *info, int flags)
+@@ -2652,7 +2707,15 @@ static struct module *setup_load_info(struct load_info *info, int flags)
  	mod = (void *)info->sechdrs[info->index.mod].sh_addr;
  
  	if (info->index.sym == 0) {
@@ -88386,7 +87831,7 @@ index 6716a1f..9ddc1e1 100644
  		return ERR_PTR(-ENOEXEC);
  	}
  
-@@ -2662,8 +2725,14 @@ static struct module *setup_load_info(struct load_info *info, int flags)
+@@ -2668,8 +2731,14 @@ static struct module *setup_load_info(struct load_info *info, int flags)
  static int check_modinfo(struct module *mod, struct load_info *info, int flags)
  {
  	const char *modmagic = get_modinfo(info, "vermagic");
@@ -88401,7 +87846,7 @@ index 6716a1f..9ddc1e1 100644
  	if (flags & MODULE_INIT_IGNORE_VERMAGIC)
  		modmagic = NULL;
  
-@@ -2688,7 +2757,7 @@ static int check_modinfo(struct module *mod, struct load_info *info, int flags)
+@@ -2694,7 +2763,7 @@ static int check_modinfo(struct module *mod, struct load_info *info, int flags)
  	}
  
  	/* Set up license info based on the info section */
@@ -88410,7 +87855,7 @@ index 6716a1f..9ddc1e1 100644
  
  	return 0;
  }
-@@ -2782,7 +2851,7 @@ static int move_module(struct module *mod, struct load_info *info)
+@@ -2788,7 +2857,7 @@ static int move_module(struct module *mod, struct load_info *info)
  	void *ptr;
  
  	/* Do the allocs. */
@@ -88419,7 +87864,7 @@ index 6716a1f..9ddc1e1 100644
  	/*
  	 * The pointer to this block is stored in the module structure
  	 * which is inside the block. Just mark it as not being a
-@@ -2792,11 +2861,11 @@ static int move_module(struct module *mod, struct load_info *info)
+@@ -2798,11 +2867,11 @@ static int move_module(struct module *mod, struct load_info *info)
  	if (!ptr)
  		return -ENOMEM;
  
@@ -88435,7 +87880,7 @@ index 6716a1f..9ddc1e1 100644
  		/*
  		 * The pointer to this block is stored in the module structure
  		 * which is inside the block. This block doesn't need to be
-@@ -2805,13 +2874,45 @@ static int move_module(struct module *mod, struct load_info *info)
+@@ -2811,13 +2880,45 @@ static int move_module(struct module *mod, struct load_info *info)
  		 */
  		kmemleak_ignore(ptr);
  		if (!ptr) {
@@ -88485,7 +87930,7 @@ index 6716a1f..9ddc1e1 100644
  
  	/* Transfer each section which specifies SHF_ALLOC */
  	pr_debug("final section addresses:\n");
-@@ -2822,16 +2923,45 @@ static int move_module(struct module *mod, struct load_info *info)
+@@ -2828,16 +2929,45 @@ static int move_module(struct module *mod, struct load_info *info)
  		if (!(shdr->sh_flags & SHF_ALLOC))
  			continue;
  
@@ -88538,7 +87983,7 @@ index 6716a1f..9ddc1e1 100644
  		pr_debug("\t0x%lx %s\n",
  			 (long)shdr->sh_addr, info->secstrings + shdr->sh_name);
  	}
-@@ -2888,12 +3018,12 @@ static void flush_module_icache(const struct module *mod)
+@@ -2894,12 +3024,12 @@ static void flush_module_icache(const struct module *mod)
  	 * Do it before processing of module parameters, so the module
  	 * can provide parameter accessor functions of its own.
  	 */
@@ -88557,7 +88002,7 @@ index 6716a1f..9ddc1e1 100644
  
  	set_fs(old_fs);
  }
-@@ -2950,8 +3080,10 @@ static struct module *layout_and_allocate(struct load_info *info, int flags)
+@@ -2956,8 +3086,10 @@ static struct module *layout_and_allocate(struct load_info *info, int flags)
  static void module_deallocate(struct module *mod, struct load_info *info)
  {
  	percpu_modfree(mod);
@@ -88570,7 +88015,7 @@ index 6716a1f..9ddc1e1 100644
  }
  
  int __weak module_finalize(const Elf_Ehdr *hdr,
-@@ -2964,7 +3096,9 @@ int __weak module_finalize(const Elf_Ehdr *hdr,
+@@ -2970,7 +3102,9 @@ int __weak module_finalize(const Elf_Ehdr *hdr,
  static int post_relocation(struct module *mod, const struct load_info *info)
  {
  	/* Sort exception table now relocations are done. */
@@ -88580,7 +88025,7 @@ index 6716a1f..9ddc1e1 100644
  
  	/* Copy relocated percpu area over. */
  	percpu_modcopy(mod, (void *)info->sechdrs[info->index.pcpu].sh_addr,
-@@ -3018,16 +3152,16 @@ static int do_init_module(struct module *mod)
+@@ -3024,16 +3158,16 @@ static int do_init_module(struct module *mod)
  			MODULE_STATE_COMING, mod);
  
  	/* Set RO and NX regions for core */
@@ -88605,7 +88050,7 @@ index 6716a1f..9ddc1e1 100644
  
  	do_mod_ctors(mod);
  	/* Start the module */
-@@ -3088,11 +3222,12 @@ static int do_init_module(struct module *mod)
+@@ -3094,11 +3228,12 @@ static int do_init_module(struct module *mod)
  	mod->strtab = mod->core_strtab;
  #endif
  	unset_module_init_ro_nx(mod);
@@ -88623,7 +88068,7 @@ index 6716a1f..9ddc1e1 100644
  	mutex_unlock(&module_mutex);
  	wake_up_all(&module_wq);
  
-@@ -3235,9 +3370,38 @@ static int load_module(struct load_info *info, const char __user *uargs,
+@@ -3241,9 +3376,38 @@ static int load_module(struct load_info *info, const char __user *uargs,
  	if (err)
  		goto free_unload;
  
@@ -88662,7 +88107,7 @@ index 6716a1f..9ddc1e1 100644
  	/* Fix up syms, so that st_value is a pointer to location. */
  	err = simplify_symbols(mod, info);
  	if (err < 0)
-@@ -3253,13 +3417,6 @@ static int load_module(struct load_info *info, const char __user *uargs,
+@@ -3259,13 +3423,6 @@ static int load_module(struct load_info *info, const char __user *uargs,
  
  	flush_module_icache(mod);
  
@@ -88676,7 +88121,7 @@ index 6716a1f..9ddc1e1 100644
  	dynamic_debug_setup(info->debug, info->num_debug);
  
  	/* Ftrace init must be called in the MODULE_STATE_UNFORMED state */
-@@ -3297,11 +3454,10 @@ static int load_module(struct load_info *info, const char __user *uargs,
+@@ -3303,11 +3460,10 @@ static int load_module(struct load_info *info, const char __user *uargs,
   ddebug_cleanup:
  	dynamic_debug_remove(info->debug);
  	synchronize_sched();
@@ -88689,7 +88134,7 @@ index 6716a1f..9ddc1e1 100644
   free_unload:
  	module_unload_free(mod);
   unlink_mod:
-@@ -3384,10 +3540,16 @@ static const char *get_ksymbol(struct module *mod,
+@@ -3390,10 +3546,16 @@ static const char *get_ksymbol(struct module *mod,
  	unsigned long nextval;
  
  	/* At worse, next value is at end of module */
@@ -88709,7 +88154,7 @@ index 6716a1f..9ddc1e1 100644
  
  	/* Scan for closest preceding symbol, and next symbol. (ELF
  	   starts real symbols at 1). */
-@@ -3638,7 +3800,7 @@ static int m_show(struct seq_file *m, void *p)
+@@ -3644,7 +3806,7 @@ static int m_show(struct seq_file *m, void *p)
  		return 0;
  
  	seq_printf(m, "%s %u",
@@ -88718,7 +88163,7 @@ index 6716a1f..9ddc1e1 100644
  	print_unload_info(m, mod);
  
  	/* Informative for users. */
-@@ -3647,7 +3809,7 @@ static int m_show(struct seq_file *m, void *p)
+@@ -3653,7 +3815,7 @@ static int m_show(struct seq_file *m, void *p)
  		   mod->state == MODULE_STATE_COMING ? "Loading":
  		   "Live");
  	/* Used by oprofile and other similar tools. */
@@ -88727,7 +88172,7 @@ index 6716a1f..9ddc1e1 100644
  
  	/* Taints info */
  	if (mod->taints)
-@@ -3683,7 +3845,17 @@ static const struct file_operations proc_modules_operations = {
+@@ -3689,7 +3851,17 @@ static const struct file_operations proc_modules_operations = {
  
  static int __init proc_modules_init(void)
  {
@@ -88745,7 +88190,7 @@ index 6716a1f..9ddc1e1 100644
  	return 0;
  }
  module_init(proc_modules_init);
-@@ -3744,14 +3916,14 @@ struct module *__module_address(unsigned long addr)
+@@ -3750,14 +3922,14 @@ struct module *__module_address(unsigned long addr)
  {
  	struct module *mod;
  
@@ -88763,7 +88208,7 @@ index 6716a1f..9ddc1e1 100644
  			return mod;
  	}
  	return NULL;
-@@ -3786,11 +3958,20 @@ bool is_module_text_address(unsigned long addr)
+@@ -3792,11 +3964,20 @@ bool is_module_text_address(unsigned long addr)
   */
  struct module *__module_text_address(unsigned long addr)
  {
@@ -88788,7 +88233,7 @@ index 6716a1f..9ddc1e1 100644
  	}
  	return mod;
 diff --git a/kernel/notifier.c b/kernel/notifier.c
-index 2d5cc4c..d9ea600 100644
+index db4c8b0..ad011c5 100644
 --- a/kernel/notifier.c
 +++ b/kernel/notifier.c
 @@ -5,6 +5,7 @@
@@ -88866,7 +88311,7 @@ index 161402f..598814c 100644
  	atomic_set(&pd->refcnt, 0);
  	pd->pinst = pinst;
 diff --git a/kernel/panic.c b/kernel/panic.c
-index 6d63003..486a109 100644
+index d02fa9f..9faec0a 100644
 --- a/kernel/panic.c
 +++ b/kernel/panic.c
 @@ -52,7 +52,7 @@ EXPORT_SYMBOL(panic_blink);
@@ -88878,7 +88323,7 @@ index 6d63003..486a109 100644
  {
  	while (1)
  		cpu_relax();
-@@ -407,7 +407,7 @@ static void warn_slowpath_common(const char *file, int line, void *caller,
+@@ -408,7 +408,7 @@ static void warn_slowpath_common(const char *file, int line, void *caller,
  	disable_trace_on_warning();
  
  	pr_warn("------------[ cut here ]------------\n");
@@ -88887,9 +88332,9 @@ index 6d63003..486a109 100644
  		raw_smp_processor_id(), current->pid, file, line, caller);
  
  	if (args)
-@@ -461,7 +461,8 @@ EXPORT_SYMBOL(warn_slowpath_null);
+@@ -462,7 +462,8 @@ EXPORT_SYMBOL(warn_slowpath_null);
   */
- void __stack_chk_fail(void)
+ __visible void __stack_chk_fail(void)
  {
 -	panic("stack-protector: Kernel stack is corrupted in: %p\n",
 +	dump_stack();
@@ -89160,7 +88605,7 @@ index 06ec886..9dba35e 100644
  
  		if (pm_wakeup_pending()) {
 diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
-index 4dae9cb..039ffbb 100644
+index 7228258..e8ae7c9 100644
 --- a/kernel/printk/printk.c
 +++ b/kernel/printk/printk.c
 @@ -385,6 +385,11 @@ static int check_syslog_permissions(int type, bool from_file)
@@ -89176,7 +88621,7 @@ index 4dae9cb..039ffbb 100644
  		if (capable(CAP_SYSLOG))
  			return 0;
 diff --git a/kernel/profile.c b/kernel/profile.c
-index ebdd9c1..612ee05 100644
+index cb980f0..ccd8782 100644
 --- a/kernel/profile.c
 +++ b/kernel/profile.c
 @@ -37,7 +37,7 @@ struct profile_hit {
@@ -89237,7 +88682,7 @@ index ebdd9c1..612ee05 100644
  }
  
 diff --git a/kernel/ptrace.c b/kernel/ptrace.c
-index 1f4bcb3..99cf7ab 100644
+index adf9862..9d86345 100644
 --- a/kernel/ptrace.c
 +++ b/kernel/ptrace.c
 @@ -327,7 +327,7 @@ static int ptrace_attach(struct task_struct *task, long request,
@@ -89302,13 +88747,13 @@ index 1f4bcb3..99cf7ab 100644
 @@ -1181,7 +1188,7 @@ int compat_ptrace_request(struct task_struct *child, compat_long_t request,
  }
  
- asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid,
--				  compat_long_t addr, compat_long_t data)
-+				  compat_ulong_t addr, compat_ulong_t data)
+ COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid,
+-		       compat_long_t, addr, compat_long_t, data)
++		       compat_ulong_t, addr, compat_ulong_t, data)
  {
  	struct task_struct *child;
  	long ret;
-@@ -1197,14 +1204,21 @@ asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid,
+@@ -1197,14 +1204,21 @@ COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid,
  		goto out;
  	}
  
@@ -89331,52 +88776,14 @@ index 1f4bcb3..99cf7ab 100644
  		goto out_put_task_struct;
  	}
  
-diff --git a/kernel/rcu/srcu.c b/kernel/rcu/srcu.c
-index 3318d82..1a5b2d1 100644
---- a/kernel/rcu/srcu.c
-+++ b/kernel/rcu/srcu.c
-@@ -300,9 +300,9 @@ int __srcu_read_lock(struct srcu_struct *sp)
- 
- 	idx = ACCESS_ONCE(sp->completed) & 0x1;
- 	preempt_disable();
--	ACCESS_ONCE(this_cpu_ptr(sp->per_cpu_ref)->c[idx]) += 1;
-+	ACCESS_ONCE_RW(this_cpu_ptr(sp->per_cpu_ref)->c[idx]) += 1;
- 	smp_mb(); /* B */  /* Avoid leaking the critical section. */
--	ACCESS_ONCE(this_cpu_ptr(sp->per_cpu_ref)->seq[idx]) += 1;
-+	ACCESS_ONCE_RW(this_cpu_ptr(sp->per_cpu_ref)->seq[idx]) += 1;
- 	preempt_enable();
- 	return idx;
- }
-diff --git a/kernel/rcu/tiny.c b/kernel/rcu/tiny.c
-index 1254f31..16258dc 100644
---- a/kernel/rcu/tiny.c
-+++ b/kernel/rcu/tiny.c
-@@ -46,7 +46,7 @@
- /* Forward declarations for tiny_plugin.h. */
- struct rcu_ctrlblk;
- static void __rcu_process_callbacks(struct rcu_ctrlblk *rcp);
--static void rcu_process_callbacks(struct softirq_action *unused);
-+static void rcu_process_callbacks(void);
- static void __call_rcu(struct rcu_head *head,
- 		       void (*func)(struct rcu_head *rcu),
- 		       struct rcu_ctrlblk *rcp);
-@@ -312,7 +312,7 @@ static void __rcu_process_callbacks(struct rcu_ctrlblk *rcp)
- 				      false));
- }
- 
--static void rcu_process_callbacks(struct softirq_action *unused)
-+static __latent_entropy void rcu_process_callbacks(void)
- {
- 	__rcu_process_callbacks(&rcu_sched_ctrlblk);
- 	__rcu_process_callbacks(&rcu_bh_ctrlblk);
-diff --git a/kernel/rcu/torture.c b/kernel/rcu/torture.c
-index 732f8ae..42c1919 100644
---- a/kernel/rcu/torture.c
-+++ b/kernel/rcu/torture.c
-@@ -174,12 +174,12 @@ static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1], rcu_torture_count) =
- 	{ 0 };
- static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1], rcu_torture_batch) =
- 	{ 0 };
+diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c
+index bd30bc6..dce23da 100644
+--- a/kernel/rcu/rcutorture.c
++++ b/kernel/rcu/rcutorture.c
+@@ -122,12 +122,12 @@ static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1],
+ 		      rcu_torture_count) = { 0 };
+ static DEFINE_PER_CPU(long [RCU_TORTURE_PIPE_LEN + 1],
+ 		      rcu_torture_batch) = { 0 };
 -static atomic_t rcu_torture_wcount[RCU_TORTURE_PIPE_LEN + 1];
 -static atomic_t n_rcu_torture_alloc;
 -static atomic_t n_rcu_torture_alloc_fail;
@@ -89392,7 +88799,7 @@ index 732f8ae..42c1919 100644
  static long n_rcu_torture_barrier_error;
  static long n_rcu_torture_boost_ktrerror;
  static long n_rcu_torture_boost_rterror;
-@@ -297,11 +297,11 @@ rcu_torture_alloc(void)
+@@ -186,11 +186,11 @@ rcu_torture_alloc(void)
  
  	spin_lock_bh(&rcu_torture_lock);
  	if (list_empty(&rcu_torture_freelist)) {
@@ -89406,7 +88813,7 @@ index 732f8ae..42c1919 100644
  	p = rcu_torture_freelist.next;
  	list_del_init(p);
  	spin_unlock_bh(&rcu_torture_lock);
-@@ -314,7 +314,7 @@ rcu_torture_alloc(void)
+@@ -203,7 +203,7 @@ rcu_torture_alloc(void)
  static void
  rcu_torture_free(struct rcu_torture *p)
  {
@@ -89415,7 +88822,7 @@ index 732f8ae..42c1919 100644
  	spin_lock_bh(&rcu_torture_lock);
  	list_add_tail(&p->rtort_free, &rcu_torture_freelist);
  	spin_unlock_bh(&rcu_torture_lock);
-@@ -435,7 +435,7 @@ rcu_torture_cb(struct rcu_head *p)
+@@ -287,7 +287,7 @@ rcu_torture_cb(struct rcu_head *p)
  	i = rp->rtort_pipe_count;
  	if (i > RCU_TORTURE_PIPE_LEN)
  		i = RCU_TORTURE_PIPE_LEN;
@@ -89424,7 +88831,7 @@ index 732f8ae..42c1919 100644
  	if (++rp->rtort_pipe_count >= RCU_TORTURE_PIPE_LEN) {
  		rp->rtort_mbtest = 0;
  		rcu_torture_free(rp);
-@@ -823,7 +823,7 @@ rcu_torture_writer(void *arg)
+@@ -714,7 +714,7 @@ rcu_torture_writer(void *arg)
  			i = old_rp->rtort_pipe_count;
  			if (i > RCU_TORTURE_PIPE_LEN)
  				i = RCU_TORTURE_PIPE_LEN;
@@ -89432,8 +88839,8 @@ index 732f8ae..42c1919 100644
 +			atomic_inc_unchecked(&rcu_torture_wcount[i]);
  			old_rp->rtort_pipe_count++;
  			if (gp_normal == gp_exp)
- 				exp = !!(rcu_random(&rand) & 0x80);
-@@ -841,7 +841,7 @@ rcu_torture_writer(void *arg)
+ 				exp = !!(torture_random(&rand) & 0x80);
+@@ -732,7 +732,7 @@ rcu_torture_writer(void *arg)
  					i = rp->rtort_pipe_count;
  					if (i > RCU_TORTURE_PIPE_LEN)
  						i = RCU_TORTURE_PIPE_LEN;
@@ -89442,7 +88849,7 @@ index 732f8ae..42c1919 100644
  					if (++rp->rtort_pipe_count >=
  					    RCU_TORTURE_PIPE_LEN) {
  						rp->rtort_mbtest = 0;
-@@ -940,7 +940,7 @@ static void rcu_torture_timer(unsigned long unused)
+@@ -825,7 +825,7 @@ static void rcu_torture_timer(unsigned long unused)
  		return;
  	}
  	if (p->rtort_mbtest == 0)
@@ -89451,7 +88858,7 @@ index 732f8ae..42c1919 100644
  	spin_lock(&rand_lock);
  	cur_ops->read_delay(&rand);
  	n_rcu_torture_timers++;
-@@ -1010,7 +1010,7 @@ rcu_torture_reader(void *arg)
+@@ -895,7 +895,7 @@ rcu_torture_reader(void *arg)
  			continue;
  		}
  		if (p->rtort_mbtest == 0)
@@ -89460,7 +88867,7 @@ index 732f8ae..42c1919 100644
  		cur_ops->read_delay(&rand);
  		preempt_disable();
  		pipe_count = p->rtort_pipe_count;
-@@ -1068,15 +1068,15 @@ rcu_torture_printk(char *page)
+@@ -950,15 +950,15 @@ rcu_torture_printk(char *page)
  	}
  	page += sprintf(page, "%s%s ", torture_type, TORTURE_FLAG);
  	page += sprintf(page,
@@ -89481,7 +88888,7 @@ index 732f8ae..42c1919 100644
  		       n_rcu_torture_boost_ktrerror,
  		       n_rcu_torture_boost_rterror);
  	page += sprintf(page, "rtbf: %ld rtb: %ld nt: %ld ",
-@@ -1095,14 +1095,14 @@ rcu_torture_printk(char *page)
+@@ -971,14 +971,14 @@ rcu_torture_printk(char *page)
  		       n_barrier_attempts,
  		       n_rcu_torture_barrier_error);
  	page += sprintf(page, "\n%s%s ", torture_type, TORTURE_FLAG);
@@ -89498,7 +88905,7 @@ index 732f8ae..42c1919 100644
  		WARN_ON_ONCE(1);
  	}
  	page += sprintf(page, "Reader Pipe: ");
-@@ -1116,7 +1116,7 @@ rcu_torture_printk(char *page)
+@@ -992,7 +992,7 @@ rcu_torture_printk(char *page)
  	page += sprintf(page, "Free-Block Circulation: ");
  	for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
  		page += sprintf(page, " %d",
@@ -89507,16 +88914,16 @@ index 732f8ae..42c1919 100644
  	}
  	page += sprintf(page, "\n");
  	if (cur_ops->stats)
-@@ -1839,7 +1839,7 @@ rcu_torture_cleanup(void)
+@@ -1341,7 +1341,7 @@ rcu_torture_cleanup(void)
  
  	rcu_torture_stats_print();  /* -After- the stats thread is stopped! */
  
 -	if (atomic_read(&n_rcu_torture_error) || n_rcu_torture_barrier_error)
 +	if (atomic_read_unchecked(&n_rcu_torture_error) || n_rcu_torture_barrier_error)
  		rcu_torture_print_module_parms(cur_ops, "End of test: FAILURE");
- 	else if (n_online_successes != n_online_attempts ||
- 		 n_offline_successes != n_offline_attempts)
-@@ -1961,18 +1961,18 @@ rcu_torture_init(void)
+ 	else if (torture_onoff_failures())
+ 		rcu_torture_print_module_parms(cur_ops,
+@@ -1460,18 +1460,18 @@ rcu_torture_init(void)
  
  	rcu_torture_current = NULL;
  	rcu_torture_current_version = 0;
@@ -89541,11 +88948,49 @@ index 732f8ae..42c1919 100644
  	for_each_possible_cpu(cpu) {
  		for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++) {
  			per_cpu(rcu_torture_count, cpu)[i] = 0;
+diff --git a/kernel/rcu/srcu.c b/kernel/rcu/srcu.c
+index c639556..cf0a0d5 100644
+--- a/kernel/rcu/srcu.c
++++ b/kernel/rcu/srcu.c
+@@ -298,9 +298,9 @@ int __srcu_read_lock(struct srcu_struct *sp)
+ 
+ 	idx = ACCESS_ONCE(sp->completed) & 0x1;
+ 	preempt_disable();
+-	ACCESS_ONCE(this_cpu_ptr(sp->per_cpu_ref)->c[idx]) += 1;
++	ACCESS_ONCE_RW(this_cpu_ptr(sp->per_cpu_ref)->c[idx]) += 1;
+ 	smp_mb(); /* B */  /* Avoid leaking the critical section. */
+-	ACCESS_ONCE(this_cpu_ptr(sp->per_cpu_ref)->seq[idx]) += 1;
++	ACCESS_ONCE_RW(this_cpu_ptr(sp->per_cpu_ref)->seq[idx]) += 1;
+ 	preempt_enable();
+ 	return idx;
+ }
+diff --git a/kernel/rcu/tiny.c b/kernel/rcu/tiny.c
+index d9efcc1..ea543e9 100644
+--- a/kernel/rcu/tiny.c
++++ b/kernel/rcu/tiny.c
+@@ -42,7 +42,7 @@
+ /* Forward declarations for tiny_plugin.h. */
+ struct rcu_ctrlblk;
+ static void __rcu_process_callbacks(struct rcu_ctrlblk *rcp);
+-static void rcu_process_callbacks(struct softirq_action *unused);
++static void rcu_process_callbacks(void);
+ static void __call_rcu(struct rcu_head *head,
+ 		       void (*func)(struct rcu_head *rcu),
+ 		       struct rcu_ctrlblk *rcp);
+@@ -308,7 +308,7 @@ static void __rcu_process_callbacks(struct rcu_ctrlblk *rcp)
+ 				      false));
+ }
+ 
+-static void rcu_process_callbacks(struct softirq_action *unused)
++static __latent_entropy void rcu_process_callbacks(void)
+ {
+ 	__rcu_process_callbacks(&rcu_sched_ctrlblk);
+ 	__rcu_process_callbacks(&rcu_bh_ctrlblk);
 diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
-index b3d116c..ebf6598 100644
+index 0c47e30..a084591 100644
 --- a/kernel/rcu/tree.c
 +++ b/kernel/rcu/tree.c
-@@ -390,9 +390,9 @@ static void rcu_eqs_enter_common(struct rcu_dynticks *rdtp, long long oldval,
+@@ -388,9 +388,9 @@ static void rcu_eqs_enter_common(struct rcu_dynticks *rdtp, long long oldval,
  	rcu_prepare_for_idle(smp_processor_id());
  	/* CPUs seeing atomic_inc() must see prior RCU read-side crit sects */
  	smp_mb__before_atomic_inc();  /* See above. */
@@ -89557,7 +89002,7 @@ index b3d116c..ebf6598 100644
  
  	/*
  	 * It is illegal to enter an extended quiescent state while
-@@ -510,10 +510,10 @@ static void rcu_eqs_exit_common(struct rcu_dynticks *rdtp, long long oldval,
+@@ -508,10 +508,10 @@ static void rcu_eqs_exit_common(struct rcu_dynticks *rdtp, long long oldval,
  			       int user)
  {
  	smp_mb__before_atomic_inc();  /* Force ordering w/previous sojourn. */
@@ -89570,7 +89015,7 @@ index b3d116c..ebf6598 100644
  	rcu_cleanup_after_idle(smp_processor_id());
  	trace_rcu_dyntick(TPS("End"), oldval, rdtp->dynticks_nesting);
  	if (!user && !is_idle_task(current)) {
-@@ -634,14 +634,14 @@ void rcu_nmi_enter(void)
+@@ -632,14 +632,14 @@ void rcu_nmi_enter(void)
  	struct rcu_dynticks *rdtp = this_cpu_ptr(&rcu_dynticks);
  
  	if (rdtp->dynticks_nmi_nesting == 0 &&
@@ -89588,7 +89033,7 @@ index b3d116c..ebf6598 100644
  }
  
  /**
-@@ -660,9 +660,9 @@ void rcu_nmi_exit(void)
+@@ -658,9 +658,9 @@ void rcu_nmi_exit(void)
  		return;
  	/* CPUs seeing atomic_inc() must see prior RCU read-side crit sects */
  	smp_mb__before_atomic_inc();  /* See above. */
@@ -89600,7 +89045,7 @@ index b3d116c..ebf6598 100644
  }
  
  /**
-@@ -675,7 +675,7 @@ void rcu_nmi_exit(void)
+@@ -673,7 +673,7 @@ void rcu_nmi_exit(void)
   */
  bool notrace __rcu_is_watching(void)
  {
@@ -89609,7 +89054,7 @@ index b3d116c..ebf6598 100644
  }
  
  /**
-@@ -758,7 +758,7 @@ static int rcu_is_cpu_rrupt_from_idle(void)
+@@ -756,7 +756,7 @@ static int rcu_is_cpu_rrupt_from_idle(void)
  static int dyntick_save_progress_counter(struct rcu_data *rdp,
  					 bool *isidle, unsigned long *maxj)
  {
@@ -89618,7 +89063,7 @@ index b3d116c..ebf6598 100644
  	rcu_sysidle_check_cpu(rdp, isidle, maxj);
  	return (rdp->dynticks_snap & 0x1) == 0;
  }
-@@ -781,7 +781,7 @@ static int rcu_implicit_dynticks_qs(struct rcu_data *rdp,
+@@ -779,7 +779,7 @@ static int rcu_implicit_dynticks_qs(struct rcu_data *rdp,
  	unsigned int curr;
  	unsigned int snap;
  
@@ -89627,7 +89072,7 @@ index b3d116c..ebf6598 100644
  	snap = (unsigned int)rdp->dynticks_snap;
  
  	/*
-@@ -1450,9 +1450,9 @@ static int rcu_gp_init(struct rcu_state *rsp)
+@@ -1449,9 +1449,9 @@ static int rcu_gp_init(struct rcu_state *rsp)
  		rdp = this_cpu_ptr(rsp->rda);
  		rcu_preempt_check_blocked_tasks(rnp);
  		rnp->qsmask = rnp->qsmaskinit;
@@ -89639,7 +89084,7 @@ index b3d116c..ebf6598 100644
  		if (rnp == rdp->mynode)
  			__note_gp_changes(rsp, rnp, rdp);
  		rcu_preempt_boost_start_gp(rnp);
-@@ -1546,7 +1546,7 @@ static void rcu_gp_cleanup(struct rcu_state *rsp)
+@@ -1545,7 +1545,7 @@ static void rcu_gp_cleanup(struct rcu_state *rsp)
  	rcu_for_each_node_breadth_first(rsp, rnp) {
  		raw_spin_lock_irq(&rnp->lock);
  		smp_mb__after_unlock_lock();
@@ -89648,6 +89093,15 @@ index b3d116c..ebf6598 100644
  		rdp = this_cpu_ptr(rsp->rda);
  		if (rnp == rdp->mynode)
  			__note_gp_changes(rsp, rnp, rdp);
+@@ -1560,7 +1560,7 @@ static void rcu_gp_cleanup(struct rcu_state *rsp)
+ 	rcu_nocb_gp_set(rnp, nocb);
+ 
+ 	/* Declare grace period done. */
+-	ACCESS_ONCE(rsp->completed) = rsp->gpnum;
++	ACCESS_ONCE_RW(rsp->completed) = rsp->gpnum;
+ 	trace_rcu_grace_period(rsp->name, rsp->completed, TPS("end"));
+ 	rsp->fqs_state = RCU_GP_IDLE;
+ 	rdp = this_cpu_ptr(rsp->rda);
 @@ -1912,7 +1912,7 @@ rcu_send_cbs_to_orphanage(int cpu, struct rcu_state *rsp,
  		rsp->qlen += rdp->qlen;
  		rdp->n_cbs_orphaned += rdp->qlen;
@@ -89666,6 +89120,24 @@ index b3d116c..ebf6598 100644
  	rdp->n_cbs_invoked += count;
  
  	/* Reinstate batch limit if we have worked down the excess. */
+@@ -2304,7 +2304,7 @@ static void force_quiescent_state(struct rcu_state *rsp)
+ 		if (rnp_old != NULL)
+ 			raw_spin_unlock(&rnp_old->fqslock);
+ 		if (ret) {
+-			ACCESS_ONCE(rsp->n_force_qs_lh)++;
++			ACCESS_ONCE_RW(rsp->n_force_qs_lh)++;
+ 			return;
+ 		}
+ 		rnp_old = rnp;
+@@ -2316,7 +2316,7 @@ static void force_quiescent_state(struct rcu_state *rsp)
+ 	smp_mb__after_unlock_lock();
+ 	raw_spin_unlock(&rnp_old->fqslock);
+ 	if (ACCESS_ONCE(rsp->gp_flags) & RCU_GP_FLAG_FQS) {
+-		ACCESS_ONCE(rsp->n_force_qs_lh)++;
++		ACCESS_ONCE_RW(rsp->n_force_qs_lh)++;
+ 		raw_spin_unlock_irqrestore(&rnp_old->lock, flags);
+ 		return;  /* Someone beat us to it. */
+ 	}
 @@ -2362,7 +2362,7 @@ __rcu_process_callbacks(struct rcu_state *rsp)
  /*
   * Do RCU core processing for the current CPU.
@@ -89693,7 +89165,7 @@ index b3d116c..ebf6598 100644
  	if (lazy)
  		rdp->qlen_lazy++;
  	else
-@@ -2707,11 +2707,11 @@ void synchronize_sched_expedited(void)
+@@ -2759,11 +2759,11 @@ void synchronize_sched_expedited(void)
  	 * counter wrap on a 32-bit system.  Quite a few more CPUs would of
  	 * course be required on a 64-bit system.
  	 */
@@ -89707,7 +89179,7 @@ index b3d116c..ebf6598 100644
  		return;
  	}
  
-@@ -2719,7 +2719,7 @@ void synchronize_sched_expedited(void)
+@@ -2771,7 +2771,7 @@ void synchronize_sched_expedited(void)
  	 * Take a ticket.  Note that atomic_inc_return() implies a
  	 * full memory barrier.
  	 */
@@ -89716,7 +89188,7 @@ index b3d116c..ebf6598 100644
  	firstsnap = snap;
  	get_online_cpus();
  	WARN_ON_ONCE(cpu_is_offline(raw_smp_processor_id()));
-@@ -2732,14 +2732,14 @@ void synchronize_sched_expedited(void)
+@@ -2784,14 +2784,14 @@ void synchronize_sched_expedited(void)
  			     synchronize_sched_expedited_cpu_stop,
  			     NULL) == -EAGAIN) {
  		put_online_cpus();
@@ -89733,7 +89205,7 @@ index b3d116c..ebf6598 100644
  			return;
  		}
  
-@@ -2748,7 +2748,7 @@ void synchronize_sched_expedited(void)
+@@ -2800,7 +2800,7 @@ void synchronize_sched_expedited(void)
  			udelay(trycount * num_online_cpus());
  		} else {
  			wait_rcu_gp(call_rcu_sched);
@@ -89742,7 +89214,7 @@ index b3d116c..ebf6598 100644
  			return;
  		}
  
-@@ -2757,7 +2757,7 @@ void synchronize_sched_expedited(void)
+@@ -2809,7 +2809,7 @@ void synchronize_sched_expedited(void)
  		if (ULONG_CMP_GE((ulong)s, (ulong)firstsnap)) {
  			/* ensure test happens before caller kfree */
  			smp_mb__before_atomic_inc(); /* ^^^ */
@@ -89751,7 +89223,7 @@ index b3d116c..ebf6598 100644
  			return;
  		}
  
-@@ -2769,10 +2769,10 @@ void synchronize_sched_expedited(void)
+@@ -2821,10 +2821,10 @@ void synchronize_sched_expedited(void)
  		 * period works for us.
  		 */
  		get_online_cpus();
@@ -89764,7 +89236,7 @@ index b3d116c..ebf6598 100644
  
  	/*
  	 * Everyone up to our most recent fetch is covered by our grace
-@@ -2781,16 +2781,16 @@ void synchronize_sched_expedited(void)
+@@ -2833,16 +2833,16 @@ void synchronize_sched_expedited(void)
  	 * than we did already did their update.
  	 */
  	do {
@@ -89784,7 +89256,7 @@ index b3d116c..ebf6598 100644
  
  	put_online_cpus();
  }
-@@ -2996,7 +2996,7 @@ static void _rcu_barrier(struct rcu_state *rsp)
+@@ -3048,7 +3048,7 @@ static void _rcu_barrier(struct rcu_state *rsp)
  	 * ACCESS_ONCE() to prevent the compiler from speculating
  	 * the increment to precede the early-exit check.
  	 */
@@ -89793,7 +89265,7 @@ index b3d116c..ebf6598 100644
  	WARN_ON_ONCE((rsp->n_barrier_done & 0x1) != 1);
  	_rcu_barrier_trace(rsp, "Inc1", -1, rsp->n_barrier_done);
  	smp_mb(); /* Order ->n_barrier_done increment with below mechanism. */
-@@ -3046,7 +3046,7 @@ static void _rcu_barrier(struct rcu_state *rsp)
+@@ -3098,7 +3098,7 @@ static void _rcu_barrier(struct rcu_state *rsp)
  
  	/* Increment ->n_barrier_done to prevent duplicate work. */
  	smp_mb(); /* Keep increment after above mechanism. */
@@ -89802,7 +89274,7 @@ index b3d116c..ebf6598 100644
  	WARN_ON_ONCE((rsp->n_barrier_done & 0x1) != 0);
  	_rcu_barrier_trace(rsp, "Inc2", -1, rsp->n_barrier_done);
  	smp_mb(); /* Keep increment before caller's subsequent code. */
-@@ -3091,10 +3091,10 @@ rcu_boot_init_percpu_data(int cpu, struct rcu_state *rsp)
+@@ -3143,10 +3143,10 @@ rcu_boot_init_percpu_data(int cpu, struct rcu_state *rsp)
  	rdp->grpmask = 1UL << (cpu - rdp->mynode->grplo);
  	init_callback_list(rdp);
  	rdp->qlen_lazy = 0;
@@ -89815,7 +89287,7 @@ index b3d116c..ebf6598 100644
  	rdp->cpu = cpu;
  	rdp->rsp = rsp;
  	rcu_boot_init_nocb_percpu_data(rdp);
-@@ -3128,8 +3128,8 @@ rcu_init_percpu_data(int cpu, struct rcu_state *rsp, int preemptible)
+@@ -3180,8 +3180,8 @@ rcu_init_percpu_data(int cpu, struct rcu_state *rsp, int preemptible)
  	init_callback_list(rdp);  /* Re-enable callbacks on this CPU. */
  	rdp->dynticks->dynticks_nesting = DYNTICK_TASK_EXIT_IDLE;
  	rcu_sysidle_init_percpu_data(rdp->dynticks);
@@ -89827,7 +89299,7 @@ index b3d116c..ebf6598 100644
  
  	/* Add CPU to rcu_node bitmasks. */
 diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
-index 8c19873..bf83c57 100644
+index 75dc3c3..b95d624 100644
 --- a/kernel/rcu/tree.h
 +++ b/kernel/rcu/tree.h
 @@ -87,11 +87,11 @@ struct rcu_dynticks {
@@ -89874,7 +89346,7 @@ index 8c19873..bf83c57 100644
  	unsigned long jiffies_force_qs;		/* Time at which to invoke */
  						/*  force_quiescent_state(). */
 diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
-index 6e2ef4b..c15df94 100644
+index 962d1d5..c6c62d12d 100644
 --- a/kernel/rcu/tree_plugin.h
 +++ b/kernel/rcu/tree_plugin.h
 @@ -758,7 +758,7 @@ static int rcu_preempted_readers_exp(struct rcu_node *rnp)
@@ -89904,7 +89376,7 @@ index 6e2ef4b..c15df94 100644
  	.store			= &rcu_cpu_kthread_task,
  	.thread_should_run	= rcu_cpu_kthread_should_run,
  	.thread_fn		= rcu_cpu_kthread,
-@@ -1965,7 +1965,7 @@ static void print_cpu_stall_info(struct rcu_state *rsp, int cpu)
+@@ -1972,7 +1972,7 @@ static void print_cpu_stall_info(struct rcu_state *rsp, int cpu)
  	print_cpu_stall_fast_no_hz(fast_no_hz, cpu);
  	pr_err("\t%d: (%lu %s) idle=%03x/%llx/%d softirq=%u/%u %s\n",
  	       cpu, ticks_value, ticks_title,
@@ -89913,7 +89385,7 @@ index 6e2ef4b..c15df94 100644
  	       rdtp->dynticks_nesting, rdtp->dynticks_nmi_nesting,
  	       rdp->softirq_snap, kstat_softirqs_cpu(RCU_SOFTIRQ, cpu),
  	       fast_no_hz);
-@@ -2129,7 +2129,7 @@ static void __call_rcu_nocb_enqueue(struct rcu_data *rdp,
+@@ -2138,7 +2138,7 @@ static void __call_rcu_nocb_enqueue(struct rcu_data *rdp,
  
  	/* Enqueue the callback on the nocb list and update counts. */
  	old_rhpp = xchg(&rdp->nocb_tail, rhtp);
@@ -89922,7 +89394,7 @@ index 6e2ef4b..c15df94 100644
  	atomic_long_add(rhcount, &rdp->nocb_q_count);
  	atomic_long_add(rhcount_lazy, &rdp->nocb_q_count_lazy);
  
-@@ -2302,12 +2302,12 @@ static int rcu_nocb_kthread(void *arg)
+@@ -2311,12 +2311,12 @@ static int rcu_nocb_kthread(void *arg)
  		 * Extract queued callbacks, update counts, and wait
  		 * for a grace period to elapse.
  		 */
@@ -89938,7 +89410,7 @@ index 6e2ef4b..c15df94 100644
  		rcu_nocb_wait_gp(rdp);
  
  		/* Each pass through the following loop invokes a callback. */
-@@ -2333,8 +2333,8 @@ static int rcu_nocb_kthread(void *arg)
+@@ -2342,8 +2342,8 @@ static int rcu_nocb_kthread(void *arg)
  			list = next;
  		}
  		trace_rcu_batch_end(rdp->rsp->name, c, !!list, 0, 0, 1);
@@ -89949,7 +89421,7 @@ index 6e2ef4b..c15df94 100644
  		rdp->n_nocbs_invoked += c;
  	}
  	return 0;
-@@ -2351,7 +2351,7 @@ static void do_nocb_deferred_wakeup(struct rcu_data *rdp)
+@@ -2360,7 +2360,7 @@ static void do_nocb_deferred_wakeup(struct rcu_data *rdp)
  {
  	if (!rcu_nocb_need_deferred_wakeup(rdp))
  		return;
@@ -89958,7 +89430,7 @@ index 6e2ef4b..c15df94 100644
  	wake_up(&rdp->nocb_wq);
  	trace_rcu_nocb_wake(rdp->rsp->name, rdp->cpu, TPS("DeferredWakeEmpty"));
  }
-@@ -2377,7 +2377,7 @@ static void __init rcu_spawn_nocb_kthreads(struct rcu_state *rsp)
+@@ -2386,7 +2386,7 @@ static void __init rcu_spawn_nocb_kthreads(struct rcu_state *rsp)
  		t = kthread_run(rcu_nocb_kthread, rdp,
  				"rcuo%c/%d", rsp->abbr, cpu);
  		BUG_ON(IS_ERR(t));
@@ -89967,7 +89439,7 @@ index 6e2ef4b..c15df94 100644
  	}
  }
  
-@@ -2513,11 +2513,11 @@ static void rcu_sysidle_enter(struct rcu_dynticks *rdtp, int irq)
+@@ -2522,11 +2522,11 @@ static void rcu_sysidle_enter(struct rcu_dynticks *rdtp, int irq)
  
  	/* Record start of fully idle period. */
  	j = jiffies;
@@ -89982,7 +89454,7 @@ index 6e2ef4b..c15df94 100644
  }
  
  /*
-@@ -2582,9 +2582,9 @@ static void rcu_sysidle_exit(struct rcu_dynticks *rdtp, int irq)
+@@ -2591,9 +2591,9 @@ static void rcu_sysidle_exit(struct rcu_dynticks *rdtp, int irq)
  
  	/* Record end of idle period. */
  	smp_mb__before_atomic_inc();
@@ -89994,7 +89466,7 @@ index 6e2ef4b..c15df94 100644
  
  	/*
  	 * If we are the timekeeping CPU, we are permitted to be non-idle
-@@ -2625,7 +2625,7 @@ static void rcu_sysidle_check_cpu(struct rcu_data *rdp, bool *isidle,
+@@ -2634,7 +2634,7 @@ static void rcu_sysidle_check_cpu(struct rcu_data *rdp, bool *isidle,
  		WARN_ON_ONCE(smp_processor_id() != tick_do_timer_cpu);
  
  	/* Pick up current idle and NMI-nesting counter and check. */
@@ -90003,7 +89475,7 @@ index 6e2ef4b..c15df94 100644
  	if (cur & 0x1) {
  		*isidle = false; /* We are not idle! */
  		return;
-@@ -2688,7 +2688,7 @@ static void rcu_sysidle(unsigned long j)
+@@ -2697,7 +2697,7 @@ static void rcu_sysidle(unsigned long j)
  	case RCU_SYSIDLE_NOT:
  
  		/* First time all are idle, so note a short idle period. */
@@ -90012,7 +89484,7 @@ index 6e2ef4b..c15df94 100644
  		break;
  
  	case RCU_SYSIDLE_SHORT:
-@@ -2725,7 +2725,7 @@ static void rcu_sysidle(unsigned long j)
+@@ -2734,7 +2734,7 @@ static void rcu_sysidle(unsigned long j)
  static void rcu_sysidle_cancel(void)
  {
  	smp_mb();
@@ -90021,7 +89493,7 @@ index 6e2ef4b..c15df94 100644
  }
  
  /*
-@@ -2773,7 +2773,7 @@ static void rcu_sysidle_cb(struct rcu_head *rhp)
+@@ -2782,7 +2782,7 @@ static void rcu_sysidle_cb(struct rcu_head *rhp)
  	smp_mb();  /* grace period precedes setting inuse. */
  
  	rshp = container_of(rhp, struct rcu_sysidle_head, rh);
@@ -90031,7 +89503,7 @@ index 6e2ef4b..c15df94 100644
  
  /*
 diff --git a/kernel/rcu/tree_trace.c b/kernel/rcu/tree_trace.c
-index 4def475..8ffddde 100644
+index 5cdc62e..cc52e88 100644
 --- a/kernel/rcu/tree_trace.c
 +++ b/kernel/rcu/tree_trace.c
 @@ -121,7 +121,7 @@ static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp)
@@ -90072,10 +89544,10 @@ index 4def475..8ffddde 100644
  }
  
 diff --git a/kernel/rcu/update.c b/kernel/rcu/update.c
-index c54609f..2e8829c 100644
+index 4c0a9b0..7e81362 100644
 --- a/kernel/rcu/update.c
 +++ b/kernel/rcu/update.c
-@@ -312,10 +312,10 @@ int rcu_jiffies_till_stall_check(void)
+@@ -311,10 +311,10 @@ int rcu_jiffies_till_stall_check(void)
  	 * for CONFIG_RCU_CPU_STALL_TIMEOUT.
  	 */
  	if (till_stall_check < 3) {
@@ -90089,7 +89561,7 @@ index c54609f..2e8829c 100644
  	}
  	return till_stall_check * HZ + RCU_STALL_DELAY_DELTA;
 diff --git a/kernel/resource.c b/kernel/resource.c
-index 3f285dc..5755f62 100644
+index 8957d68..770cbe4 100644
 --- a/kernel/resource.c
 +++ b/kernel/resource.c
 @@ -152,8 +152,18 @@ static const struct file_operations proc_iomem_operations = {
@@ -90112,7 +89584,7 @@ index 3f285dc..5755f62 100644
  }
  __initcall(ioresources_init);
 diff --git a/kernel/sched/auto_group.c b/kernel/sched/auto_group.c
-index 4a07353..66b5291 100644
+index e73efba..c9bfbd4 100644
 --- a/kernel/sched/auto_group.c
 +++ b/kernel/sched/auto_group.c
 @@ -11,7 +11,7 @@
@@ -90165,7 +89637,7 @@ index a63f4dc..349bbb0 100644
  				     unsigned long timeout)
  {
 diff --git a/kernel/sched/core.c b/kernel/sched/core.c
-index 0aae0fc..2ba2b81 100644
+index 084d17f..e416b9f 100644
 --- a/kernel/sched/core.c
 +++ b/kernel/sched/core.c
 @@ -1775,7 +1775,7 @@ void set_numabalancing_state(bool enabled)
@@ -90177,7 +89649,7 @@ index 0aae0fc..2ba2b81 100644
  	int err;
  	int state = numabalancing_enabled;
  
-@@ -2251,8 +2251,10 @@ context_switch(struct rq *rq, struct task_struct *prev,
+@@ -2238,8 +2238,10 @@ context_switch(struct rq *rq, struct task_struct *prev,
  		next->active_mm = oldmm;
  		atomic_inc(&oldmm->mm_count);
  		enter_lazy_tlb(oldmm, next);
@@ -90189,7 +89661,7 @@ index 0aae0fc..2ba2b81 100644
  
  	if (!prev->mm) {
  		prev->active_mm = NULL;
-@@ -3049,6 +3051,8 @@ int can_nice(const struct task_struct *p, const int nice)
+@@ -3004,6 +3006,8 @@ int can_nice(const struct task_struct *p, const int nice)
  	/* convert nice value [19,-20] to rlimit style value [1,40] */
  	int nice_rlim = 20 - nice;
  
@@ -90198,9 +89670,9 @@ index 0aae0fc..2ba2b81 100644
  	return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
  		capable(CAP_SYS_NICE));
  }
-@@ -3082,7 +3086,8 @@ SYSCALL_DEFINE1(nice, int, increment)
- 	if (nice > 19)
- 		nice = 19;
+@@ -3037,7 +3041,8 @@ SYSCALL_DEFINE1(nice, int, increment)
+ 	if (nice > MAX_NICE)
+ 		nice = MAX_NICE;
  
 -	if (increment < 0 && !can_nice(current, nice))
 +	if (increment < 0 && (!can_nice(current, nice) ||
@@ -90208,7 +89680,7 @@ index 0aae0fc..2ba2b81 100644
  		return -EPERM;
  
  	retval = security_task_setnice(current, nice);
-@@ -3355,6 +3360,7 @@ recheck:
+@@ -3310,6 +3315,7 @@ recheck:
  			if (policy != p->policy && !rlim_rtprio)
  				return -EPERM;
  
@@ -90216,19 +89688,15 @@ index 0aae0fc..2ba2b81 100644
  			/* can't increase priority */
  			if (attr->sched_priority > p->rt_priority &&
  			    attr->sched_priority > rlim_rtprio)
-@@ -4726,8 +4732,10 @@ void idle_task_exit(void)
+@@ -4708,6 +4714,7 @@ void idle_task_exit(void)
  
- 	BUG_ON(cpu_online(smp_processor_id()));
- 
--	if (mm != &init_mm)
-+	if (mm != &init_mm) {
+ 	if (mm != &init_mm) {
  		switch_mm(mm, &init_mm, current);
 +		populate_stack();
-+	}
+ 		finish_arch_post_lock_switch();
+ 	}
  	mmdrop(mm);
- }
- 
-@@ -4805,7 +4813,7 @@ static void migrate_tasks(unsigned int dead_cpu)
+@@ -4803,7 +4810,7 @@ static void migrate_tasks(unsigned int dead_cpu)
  
  #if defined(CONFIG_SCHED_DEBUG) && defined(CONFIG_SYSCTL)
  
@@ -90237,7 +89705,7 @@ index 0aae0fc..2ba2b81 100644
  	{
  		.procname	= "sched_domain",
  		.mode		= 0555,
-@@ -4822,17 +4830,17 @@ static struct ctl_table sd_ctl_root[] = {
+@@ -4820,17 +4827,17 @@ static struct ctl_table sd_ctl_root[] = {
  	{}
  };
  
@@ -90259,7 +89727,7 @@ index 0aae0fc..2ba2b81 100644
  
  	/*
  	 * In the intermediate directories, both the child directory and
-@@ -4840,22 +4848,25 @@ static void sd_free_ctl_entry(struct ctl_table **tablep)
+@@ -4838,22 +4845,25 @@ static void sd_free_ctl_entry(struct ctl_table **tablep)
  	 * will always be set. In the lowest directory the names are
  	 * static strings and all have proc handlers.
  	 */
@@ -90291,16 +89759,16 @@ index 0aae0fc..2ba2b81 100644
  		const char *procname, void *data, int maxlen,
  		umode_t mode, proc_handler *proc_handler,
  		bool load_idx)
-@@ -4875,7 +4886,7 @@ set_table_entry(struct ctl_table *entry,
+@@ -4873,7 +4883,7 @@ set_table_entry(struct ctl_table *entry,
  static struct ctl_table *
  sd_alloc_ctl_domain_table(struct sched_domain *sd)
  {
--	struct ctl_table *table = sd_alloc_ctl_entry(13);
-+	ctl_table_no_const *table = sd_alloc_ctl_entry(13);
+-	struct ctl_table *table = sd_alloc_ctl_entry(14);
++	ctl_table_no_const *table = sd_alloc_ctl_entry(14);
  
  	if (table == NULL)
  		return NULL;
-@@ -4910,9 +4921,9 @@ sd_alloc_ctl_domain_table(struct sched_domain *sd)
+@@ -4911,9 +4921,9 @@ sd_alloc_ctl_domain_table(struct sched_domain *sd)
  	return table;
  }
  
@@ -90312,7 +89780,7 @@ index 0aae0fc..2ba2b81 100644
  	struct sched_domain *sd;
  	int domain_num = 0, i;
  	char buf[32];
-@@ -4939,11 +4950,13 @@ static struct ctl_table_header *sd_sysctl_header;
+@@ -4940,11 +4950,13 @@ static struct ctl_table_header *sd_sysctl_header;
  static void register_sched_domain_sysctl(void)
  {
  	int i, cpu_num = num_possible_cpus();
@@ -90327,7 +89795,7 @@ index 0aae0fc..2ba2b81 100644
  
  	if (entry == NULL)
  		return;
-@@ -4966,8 +4979,12 @@ static void unregister_sched_domain_sysctl(void)
+@@ -4967,8 +4979,12 @@ static void unregister_sched_domain_sysctl(void)
  	if (sd_sysctl_header)
  		unregister_sysctl_table(sd_sysctl_header);
  	sd_sysctl_header = NULL;
@@ -90343,10 +89811,10 @@ index 0aae0fc..2ba2b81 100644
  #else
  static void register_sched_domain_sysctl(void)
 diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
-index 9b4c4f3..665489b 100644
+index 8cbe2d2..61f20a1 100644
 --- a/kernel/sched/fair.c
 +++ b/kernel/sched/fair.c
-@@ -1647,7 +1647,7 @@ void task_numa_fault(int last_cpupid, int node, int pages, int flags)
+@@ -1806,7 +1806,7 @@ void task_numa_fault(int last_cpupid, int mem_node, int pages, int flags)
  
  static void reset_ptenuma_scan(struct task_struct *p)
  {
@@ -90355,7 +89823,7 @@ index 9b4c4f3..665489b 100644
  	p->mm->numa_scan_offset = 0;
  }
  
-@@ -6851,7 +6851,7 @@ static void nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) { }
+@@ -7181,7 +7181,7 @@ static void nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) { }
   * run_rebalance_domains is triggered when needed from the scheduler tick.
   * Also triggered for nohz idle balancing (with nohz_balancing_kick set).
   */
@@ -90365,7 +89833,7 @@ index 9b4c4f3..665489b 100644
  	struct rq *this_rq = this_rq();
  	enum cpu_idle_type idle = this_rq->idle_balance ?
 diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
-index f964add..dcd823d 100644
+index 369b4d6..fa4eb3b 100644
 --- a/kernel/sched/sched.h
 +++ b/kernel/sched/sched.h
 @@ -1157,7 +1157,7 @@ struct sched_class {
@@ -90375,13 +89843,13 @@ index f964add..dcd823d 100644
 -};
 +} __do_const;
  
- #define sched_class_highest (&stop_sched_class)
- #define for_each_class(class) \
+ static inline void put_prev_task(struct rq *rq, struct task_struct *prev)
+ {
 diff --git a/kernel/signal.c b/kernel/signal.c
-index 52f881d..1e9f941 100644
+index 6ea13c0..31e3b25 100644
 --- a/kernel/signal.c
 +++ b/kernel/signal.c
-@@ -51,12 +51,12 @@ static struct kmem_cache *sigqueue_cachep;
+@@ -53,12 +53,12 @@ static struct kmem_cache *sigqueue_cachep;
  
  int print_fatal_signals __read_mostly;
  
@@ -90396,7 +89864,7 @@ index 52f881d..1e9f941 100644
  {
  	/* Is it explicitly or implicitly ignored? */
  	return handler == SIG_IGN ||
-@@ -65,7 +65,7 @@ static int sig_handler_ignored(void __user *handler, int sig)
+@@ -67,7 +67,7 @@ static int sig_handler_ignored(void __user *handler, int sig)
  
  static int sig_task_ignored(struct task_struct *t, int sig, bool force)
  {
@@ -90405,7 +89873,7 @@ index 52f881d..1e9f941 100644
  
  	handler = sig_handler(t, sig);
  
-@@ -369,6 +369,9 @@ __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimi
+@@ -371,6 +371,9 @@ __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimi
  	atomic_inc(&user->sigpending);
  	rcu_read_unlock();
  
@@ -90415,7 +89883,7 @@ index 52f881d..1e9f941 100644
  	if (override_rlimit ||
  	    atomic_read(&user->sigpending) <=
  			task_rlimit(t, RLIMIT_SIGPENDING)) {
-@@ -496,7 +499,7 @@ flush_signal_handlers(struct task_struct *t, int force_default)
+@@ -498,7 +501,7 @@ flush_signal_handlers(struct task_struct *t, int force_default)
  
  int unhandled_signal(struct task_struct *tsk, int sig)
  {
@@ -90424,7 +89892,7 @@ index 52f881d..1e9f941 100644
  	if (is_global_init(tsk))
  		return 1;
  	if (handler != SIG_IGN && handler != SIG_DFL)
-@@ -816,6 +819,13 @@ static int check_kill_permission(int sig, struct siginfo *info,
+@@ -818,6 +821,13 @@ static int check_kill_permission(int sig, struct siginfo *info,
  		}
  	}
  
@@ -90438,7 +89906,7 @@ index 52f881d..1e9f941 100644
  	return security_task_kill(t, info, sig, 0);
  }
  
-@@ -1199,7 +1209,7 @@ __group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
+@@ -1201,7 +1211,7 @@ __group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
  	return send_signal(sig, info, p, 1);
  }
  
@@ -90447,7 +89915,7 @@ index 52f881d..1e9f941 100644
  specific_send_sig_info(int sig, struct siginfo *info, struct task_struct *t)
  {
  	return send_signal(sig, info, t, 0);
-@@ -1236,6 +1246,7 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
+@@ -1238,6 +1248,7 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
  	unsigned long int flags;
  	int ret, blocked, ignored;
  	struct k_sigaction *action;
@@ -90455,7 +89923,7 @@ index 52f881d..1e9f941 100644
  
  	spin_lock_irqsave(&t->sighand->siglock, flags);
  	action = &t->sighand->action[sig-1];
-@@ -1250,9 +1261,18 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
+@@ -1252,9 +1263,18 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
  	}
  	if (action->sa.sa_handler == SIG_DFL)
  		t->signal->flags &= ~SIGNAL_UNKILLABLE;
@@ -90474,7 +89942,7 @@ index 52f881d..1e9f941 100644
  	return ret;
  }
  
-@@ -1319,8 +1339,11 @@ int group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
+@@ -1321,8 +1341,11 @@ int group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p)
  	ret = check_kill_permission(sig, info, p);
  	rcu_read_unlock();
  
@@ -90487,7 +89955,7 @@ index 52f881d..1e9f941 100644
  
  	return ret;
  }
-@@ -2926,7 +2949,15 @@ do_send_specific(pid_t tgid, pid_t pid, int sig, struct siginfo *info)
+@@ -2928,7 +2951,15 @@ do_send_specific(pid_t tgid, pid_t pid, int sig, struct siginfo *info)
  	int error = -ESRCH;
  
  	rcu_read_lock();
@@ -90504,7 +89972,7 @@ index 52f881d..1e9f941 100644
  	if (p && (tgid <= 0 || task_tgid_vnr(p) == tgid)) {
  		error = check_kill_permission(sig, info, p);
  		/*
-@@ -3239,8 +3270,8 @@ COMPAT_SYSCALL_DEFINE2(sigaltstack,
+@@ -3241,8 +3272,8 @@ COMPAT_SYSCALL_DEFINE2(sigaltstack,
  	}
  	seg = get_fs();
  	set_fs(KERNEL_DS);
@@ -90538,10 +90006,10 @@ index eb89e18..a4e6792 100644
  	mutex_unlock(&smpboot_threads_lock);
  	put_online_cpus();
 diff --git a/kernel/softirq.c b/kernel/softirq.c
-index 490fcbb..1e502c6 100644
+index 92f24f5..db41501 100644
 --- a/kernel/softirq.c
 +++ b/kernel/softirq.c
-@@ -52,7 +52,7 @@ irq_cpustat_t irq_stat[NR_CPUS] ____cacheline_aligned;
+@@ -53,7 +53,7 @@ irq_cpustat_t irq_stat[NR_CPUS] ____cacheline_aligned;
  EXPORT_SYMBOL(irq_stat);
  #endif
  
@@ -90550,7 +90018,7 @@ index 490fcbb..1e502c6 100644
  
  DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
  
-@@ -267,7 +267,7 @@ restart:
+@@ -268,7 +268,7 @@ restart:
  		kstat_incr_softirqs_this_cpu(vec_nr);
  
  		trace_softirq_entry(vec_nr);
@@ -90559,7 +90027,7 @@ index 490fcbb..1e502c6 100644
  		trace_softirq_exit(vec_nr);
  		if (unlikely(prev_count != preempt_count())) {
  			pr_err("huh, entered softirq %u %s %p with preempt_count %08x, exited with %08x?\n",
-@@ -427,7 +427,7 @@ void __raise_softirq_irqoff(unsigned int nr)
+@@ -428,7 +428,7 @@ void __raise_softirq_irqoff(unsigned int nr)
  	or_softirq_pending(1UL << nr);
  }
  
@@ -90568,7 +90036,7 @@ index 490fcbb..1e502c6 100644
  {
  	softirq_vec[nr].action = action;
  }
-@@ -479,7 +479,7 @@ void __tasklet_hi_schedule_first(struct tasklet_struct *t)
+@@ -480,7 +480,7 @@ void __tasklet_hi_schedule_first(struct tasklet_struct *t)
  }
  EXPORT_SYMBOL(__tasklet_hi_schedule_first);
  
@@ -90577,7 +90045,7 @@ index 490fcbb..1e502c6 100644
  {
  	struct tasklet_struct *list;
  
-@@ -515,7 +515,7 @@ static void tasklet_action(struct softirq_action *a)
+@@ -516,7 +516,7 @@ static void tasklet_action(struct softirq_action *a)
  	}
  }
  
@@ -90586,7 +90054,7 @@ index 490fcbb..1e502c6 100644
  {
  	struct tasklet_struct *list;
  
-@@ -742,7 +742,7 @@ static struct notifier_block cpu_nfb = {
+@@ -743,7 +743,7 @@ static struct notifier_block cpu_nfb = {
  	.notifier_call = cpu_callback
  };
  
@@ -90596,7 +90064,7 @@ index 490fcbb..1e502c6 100644
  	.thread_should_run	= ksoftirqd_should_run,
  	.thread_fn		= run_ksoftirqd,
 diff --git a/kernel/sys.c b/kernel/sys.c
-index c0a58be..784c618 100644
+index fba0f29..84400e2 100644
 --- a/kernel/sys.c
 +++ b/kernel/sys.c
 @@ -148,6 +148,12 @@ static int set_one_prio(struct task_struct *p, int niceval, int error)
@@ -90759,7 +90227,7 @@ index c0a58be..784c618 100644
  	if (!retval) {
  		if (old_rlim)
 diff --git a/kernel/sysctl.c b/kernel/sysctl.c
-index aae21e8..58d8c9a 100644
+index 74f5b58..65ba165 100644
 --- a/kernel/sysctl.c
 +++ b/kernel/sysctl.c
 @@ -94,7 +94,6 @@
@@ -90770,7 +90238,7 @@ index aae21e8..58d8c9a 100644
  /* External variables not in a header file. */
  extern int max_threads;
  extern int suid_dumpable;
-@@ -118,19 +117,18 @@ extern int blk_iopoll_enabled;
+@@ -115,19 +114,20 @@ extern int sysctl_nr_trim_pages;
  
  /* Constants used for minimum and  maximum */
  #ifdef CONFIG_LOCKUP_DETECTOR
@@ -90779,18 +90247,19 @@ index aae21e8..58d8c9a 100644
  #endif
  
 -static int __maybe_unused neg_one = -1;
--
++static int __maybe_unused neg_one __read_only = -1;
+ 
 -static int zero;
 -static int __maybe_unused one = 1;
 -static int __maybe_unused two = 2;
--static int __maybe_unused three = 3;
+-static int __maybe_unused four = 4;
 -static unsigned long one_ul = 1;
 -static int one_hundred = 100;
-+static int __maybe_unused neg_one __read_only = -1;
 +static int zero __read_only = 0;
 +static int __maybe_unused one __read_only = 1;
 +static int __maybe_unused two __read_only = 2;
 +static int __maybe_unused three __read_only = 3;
++static int __maybe_unused four __read_only = 4;
 +static unsigned long one_ul __read_only = 1;
 +static int one_hundred __read_only = 100;
  #ifdef CONFIG_PRINTK
@@ -90799,7 +90268,7 @@ index aae21e8..58d8c9a 100644
  #endif
  
  /* this is needed for the proc_doulongvec_minmax of vm_dirty_bytes */
-@@ -182,10 +180,8 @@ static int proc_taint(struct ctl_table *table, int write,
+@@ -179,10 +179,8 @@ static int proc_taint(struct ctl_table *table, int write,
  			       void __user *buffer, size_t *lenp, loff_t *ppos);
  #endif
  
@@ -90810,7 +90279,7 @@ index aae21e8..58d8c9a 100644
  
  static int proc_dointvec_minmax_coredump(struct ctl_table *table, int write,
  		void __user *buffer, size_t *lenp, loff_t *ppos);
-@@ -216,6 +212,8 @@ static int sysrq_sysctl_handler(ctl_table *table, int write,
+@@ -213,6 +211,8 @@ static int sysrq_sysctl_handler(ctl_table *table, int write,
  
  #endif
  
@@ -90819,7 +90288,7 @@ index aae21e8..58d8c9a 100644
  static struct ctl_table kern_table[];
  static struct ctl_table vm_table[];
  static struct ctl_table fs_table[];
-@@ -230,6 +228,20 @@ extern struct ctl_table epoll_table[];
+@@ -227,6 +227,20 @@ extern struct ctl_table epoll_table[];
  int sysctl_legacy_va_layout;
  #endif
  
@@ -90840,7 +90309,7 @@ index aae21e8..58d8c9a 100644
  /* The default sysctl tables: */
  
  static struct ctl_table sysctl_base_table[] = {
-@@ -278,6 +290,22 @@ static int max_extfrag_threshold = 1000;
+@@ -275,6 +289,22 @@ static int max_extfrag_threshold = 1000;
  #endif
  
  static struct ctl_table kern_table[] = {
@@ -90863,7 +90332,7 @@ index aae21e8..58d8c9a 100644
  	{
  		.procname	= "sched_child_runs_first",
  		.data		= &sysctl_sched_child_runs_first,
-@@ -640,7 +668,7 @@ static struct ctl_table kern_table[] = {
+@@ -630,7 +660,7 @@ static struct ctl_table kern_table[] = {
  		.data		= &modprobe_path,
  		.maxlen		= KMOD_PATH_LEN,
  		.mode		= 0644,
@@ -90872,7 +90341,7 @@ index aae21e8..58d8c9a 100644
  	},
  	{
  		.procname	= "modules_disabled",
-@@ -807,16 +835,20 @@ static struct ctl_table kern_table[] = {
+@@ -797,16 +827,20 @@ static struct ctl_table kern_table[] = {
  		.extra1		= &zero,
  		.extra2		= &one,
  	},
@@ -90894,7 +90363,7 @@ index aae21e8..58d8c9a 100644
  	{
  		.procname	= "ngroups_max",
  		.data		= &ngroups_max,
-@@ -1061,10 +1093,17 @@ static struct ctl_table kern_table[] = {
+@@ -1051,10 +1085,17 @@ static struct ctl_table kern_table[] = {
  	 */
  	{
  		.procname	= "perf_event_paranoid",
@@ -90915,7 +90384,7 @@ index aae21e8..58d8c9a 100644
  	},
  	{
  		.procname	= "perf_event_mlock_kb",
-@@ -1335,6 +1374,13 @@ static struct ctl_table vm_table[] = {
+@@ -1316,6 +1357,13 @@ static struct ctl_table vm_table[] = {
  		.proc_handler	= proc_dointvec_minmax,
  		.extra1		= &zero,
  	},
@@ -90929,7 +90398,7 @@ index aae21e8..58d8c9a 100644
  #else
  	{
  		.procname	= "nr_trim_pages",
-@@ -1799,6 +1845,16 @@ int proc_dostring(struct ctl_table *table, int write,
+@@ -1780,6 +1828,16 @@ int proc_dostring(struct ctl_table *table, int write,
  			       buffer, lenp, ppos);
  }
  
@@ -90946,7 +90415,7 @@ index aae21e8..58d8c9a 100644
  static size_t proc_skip_spaces(char **buf)
  {
  	size_t ret;
-@@ -1904,6 +1960,8 @@ static int proc_put_long(void __user **buf, size_t *size, unsigned long val,
+@@ -1885,6 +1943,8 @@ static int proc_put_long(void __user **buf, size_t *size, unsigned long val,
  	len = strlen(tmp);
  	if (len > *size)
  		len = *size;
@@ -90955,7 +90424,7 @@ index aae21e8..58d8c9a 100644
  	if (copy_to_user(*buf, tmp, len))
  		return -EFAULT;
  	*size -= len;
-@@ -2068,7 +2126,7 @@ int proc_dointvec(struct ctl_table *table, int write,
+@@ -2049,7 +2109,7 @@ int proc_dointvec(struct ctl_table *table, int write,
  static int proc_taint(struct ctl_table *table, int write,
  			       void __user *buffer, size_t *lenp, loff_t *ppos)
  {
@@ -90964,7 +90433,7 @@ index aae21e8..58d8c9a 100644
  	unsigned long tmptaint = get_taint();
  	int err;
  
-@@ -2096,7 +2154,6 @@ static int proc_taint(struct ctl_table *table, int write,
+@@ -2077,7 +2137,6 @@ static int proc_taint(struct ctl_table *table, int write,
  	return err;
  }
  
@@ -90972,7 +90441,7 @@ index aae21e8..58d8c9a 100644
  static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write,
  				void __user *buffer, size_t *lenp, loff_t *ppos)
  {
-@@ -2105,7 +2162,6 @@ static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write,
+@@ -2086,7 +2145,6 @@ static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write,
  
  	return proc_dointvec_minmax(table, write, buffer, lenp, ppos);
  }
@@ -90980,7 +90449,7 @@ index aae21e8..58d8c9a 100644
  
  struct do_proc_dointvec_minmax_conv_param {
  	int *min;
-@@ -2652,6 +2708,12 @@ int proc_dostring(struct ctl_table *table, int write,
+@@ -2633,6 +2691,12 @@ int proc_dostring(struct ctl_table *table, int write,
  	return -ENOSYS;
  }
  
@@ -90993,7 +90462,7 @@ index aae21e8..58d8c9a 100644
  int proc_dointvec(struct ctl_table *table, int write,
  		  void __user *buffer, size_t *lenp, loff_t *ppos)
  {
-@@ -2708,5 +2770,6 @@ EXPORT_SYMBOL(proc_dointvec_minmax);
+@@ -2689,5 +2753,6 @@ EXPORT_SYMBOL(proc_dointvec_minmax);
  EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
  EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
  EXPORT_SYMBOL(proc_dostring);
@@ -91057,7 +90526,7 @@ index 88c9c65..7497ebc 100644
  		.clock_get	= alarm_clock_get,
  		.timer_create	= alarm_timer_create,
 diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
-index 5b40279..81e58db 100644
+index f7df8ea..0810193 100644
 --- a/kernel/time/timekeeping.c
 +++ b/kernel/time/timekeeping.c
 @@ -15,6 +15,7 @@
@@ -91068,7 +90537,7 @@ index 5b40279..81e58db 100644
  #include <linux/syscore_ops.h>
  #include <linux/clocksource.h>
  #include <linux/jiffies.h>
-@@ -501,6 +502,8 @@ int do_settimeofday(const struct timespec *tv)
+@@ -502,6 +503,8 @@ int do_settimeofday(const struct timespec *tv)
  	if (!timespec_valid_strict(tv))
  		return -EINVAL;
  
@@ -91195,10 +90664,10 @@ index 1fb08f2..ca4bb1e 100644
  		return -ENOMEM;
  	return 0;
 diff --git a/kernel/timer.c b/kernel/timer.c
-index 38f0d40..96b2ebf 100644
+index 3bb01a3..0e7760e 100644
 --- a/kernel/timer.c
 +++ b/kernel/timer.c
-@@ -1366,7 +1366,7 @@ void update_process_times(int user_tick)
+@@ -1393,7 +1393,7 @@ void update_process_times(int user_tick)
  /*
   * This function runs timers and the timer-tq in bottom half context.
   */
@@ -91207,7 +90676,7 @@ index 38f0d40..96b2ebf 100644
  {
  	struct tvec_base *base = __this_cpu_read(tvec_bases);
  
-@@ -1429,7 +1429,7 @@ static void process_timeout(unsigned long __data)
+@@ -1456,7 +1456,7 @@ static void process_timeout(unsigned long __data)
   *
   * In all cases the return value is guaranteed to be non-negative.
   */
@@ -91216,8 +90685,44 @@ index 38f0d40..96b2ebf 100644
  {
  	struct timer_list timer;
  	unsigned long expire;
+diff --git a/kernel/torture.c b/kernel/torture.c
+index acc9afc..4f9eb49 100644
+--- a/kernel/torture.c
++++ b/kernel/torture.c
+@@ -489,7 +489,7 @@ static int torture_shutdown_notify(struct notifier_block *unused1,
+ 	mutex_lock(&fullstop_mutex);
+ 	if (ACCESS_ONCE(fullstop) == FULLSTOP_DONTSTOP) {
+ 		VERBOSE_TOROUT_STRING("Unscheduled system shutdown detected");
+-		ACCESS_ONCE(fullstop) = FULLSTOP_SHUTDOWN;
++		ACCESS_ONCE_RW(fullstop) = FULLSTOP_SHUTDOWN;
+ 	} else {
+ 		pr_warn("Concurrent rmmod and shutdown illegal!\n");
+ 	}
+@@ -551,11 +551,11 @@ static int torture_stutter(void *arg)
+ 	do {
+ 		if (!torture_must_stop()) {
+ 			schedule_timeout_interruptible(stutter);
+-			ACCESS_ONCE(stutter_pause_test) = 1;
++			ACCESS_ONCE_RW(stutter_pause_test) = 1;
+ 		}
+ 		if (!torture_must_stop())
+ 			schedule_timeout_interruptible(stutter);
+-		ACCESS_ONCE(stutter_pause_test) = 0;
++		ACCESS_ONCE_RW(stutter_pause_test) = 0;
+ 		torture_shutdown_absorb("torture_stutter");
+ 	} while (!torture_must_stop());
+ 	torture_kthread_stopping("torture_stutter");
+@@ -636,7 +636,7 @@ bool torture_cleanup(void)
+ 		schedule_timeout_uninterruptible(10);
+ 		return true;
+ 	}
+-	ACCESS_ONCE(fullstop) = FULLSTOP_RMMOD;
++	ACCESS_ONCE_RW(fullstop) = FULLSTOP_RMMOD;
+ 	mutex_unlock(&fullstop_mutex);
+ 	torture_shutdown_cleanup();
+ 	torture_shuffle_cleanup();
 diff --git a/kernel/trace/blktrace.c b/kernel/trace/blktrace.c
-index 4f3a3c03..04b7886 100644
+index c1bd4ad..4b861dc 100644
 --- a/kernel/trace/blktrace.c
 +++ b/kernel/trace/blktrace.c
 @@ -328,7 +328,7 @@ static ssize_t blk_dropped_read(struct file *filp, char __user *buffer,
@@ -91248,10 +90753,10 @@ index 4f3a3c03..04b7886 100644
  
  	ret = -EIO;
 diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
-index 868633e..921dc41 100644
+index 4a54a25..7ca9c89 100644
 --- a/kernel/trace/ftrace.c
 +++ b/kernel/trace/ftrace.c
-@@ -1965,12 +1965,17 @@ ftrace_code_disable(struct module *mod, struct dyn_ftrace *rec)
+@@ -1960,12 +1960,17 @@ ftrace_code_disable(struct module *mod, struct dyn_ftrace *rec)
  	if (unlikely(ftrace_disabled))
  		return 0;
  
@@ -91271,7 +90776,7 @@ index 868633e..921dc41 100644
  }
  
  /*
-@@ -4177,8 +4182,10 @@ static int ftrace_process_locs(struct module *mod,
+@@ -4195,8 +4200,10 @@ static int ftrace_process_locs(struct module *mod,
  	if (!count)
  		return 0;
  
@@ -91282,7 +90787,7 @@ index 868633e..921dc41 100644
  
  	start_pg = ftrace_allocate_pages(count);
  	if (!start_pg)
-@@ -4890,8 +4897,6 @@ ftrace_enable_sysctl(struct ctl_table *table, int write,
+@@ -4908,8 +4915,6 @@ ftrace_enable_sysctl(struct ctl_table *table, int write,
  #ifdef CONFIG_FUNCTION_GRAPH_TRACER
  
  static int ftrace_graph_active;
@@ -91291,7 +90796,7 @@ index 868633e..921dc41 100644
  int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace)
  {
  	return 0;
-@@ -5067,6 +5072,10 @@ static void update_function_graph_func(void)
+@@ -5085,6 +5090,10 @@ static void update_function_graph_func(void)
  		ftrace_graph_entry = ftrace_graph_entry_test;
  }
  
@@ -91302,7 +90807,7 @@ index 868633e..921dc41 100644
  int register_ftrace_graph(trace_func_graph_ret_t retfunc,
  			trace_func_graph_ent_t entryfunc)
  {
-@@ -5080,7 +5089,6 @@ int register_ftrace_graph(trace_func_graph_ret_t retfunc,
+@@ -5098,7 +5107,6 @@ int register_ftrace_graph(trace_func_graph_ret_t retfunc,
  		goto out;
  	}
  
@@ -91311,7 +90816,7 @@ index 868633e..921dc41 100644
  
  	ftrace_graph_active++;
 diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c
-index fc4da2d..f3e800b 100644
+index c634868..00d0d19 100644
 --- a/kernel/trace/ring_buffer.c
 +++ b/kernel/trace/ring_buffer.c
 @@ -352,9 +352,9 @@ struct buffer_data_page {
@@ -91359,7 +90864,7 @@ index fc4da2d..f3e800b 100644
  
  		/*
  		 * No need to worry about races with clearing out the commit.
-@@ -1386,12 +1386,12 @@ static void rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer);
+@@ -1389,12 +1389,12 @@ static void rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer);
  
  static inline unsigned long rb_page_entries(struct buffer_page *bpage)
  {
@@ -91374,7 +90879,7 @@ index fc4da2d..f3e800b 100644
  }
  
  static int
-@@ -1486,7 +1486,7 @@ rb_remove_pages(struct ring_buffer_per_cpu *cpu_buffer, unsigned int nr_pages)
+@@ -1489,7 +1489,7 @@ rb_remove_pages(struct ring_buffer_per_cpu *cpu_buffer, unsigned int nr_pages)
  			 * bytes consumed in ring buffer from here.
  			 * Increment overrun to account for the lost events.
  			 */
@@ -91383,7 +90888,7 @@ index fc4da2d..f3e800b 100644
  			local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes);
  		}
  
-@@ -2064,7 +2064,7 @@ rb_handle_head_page(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2067,7 +2067,7 @@ rb_handle_head_page(struct ring_buffer_per_cpu *cpu_buffer,
  		 * it is our responsibility to update
  		 * the counters.
  		 */
@@ -91392,7 +90897,7 @@ index fc4da2d..f3e800b 100644
  		local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes);
  
  		/*
-@@ -2214,7 +2214,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2217,7 +2217,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
  		if (tail == BUF_PAGE_SIZE)
  			tail_page->real_end = 0;
  
@@ -91401,7 +90906,7 @@ index fc4da2d..f3e800b 100644
  		return;
  	}
  
-@@ -2249,7 +2249,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2252,7 +2252,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
  		rb_event_set_padding(event);
  
  		/* Set the write back to the previous setting */
@@ -91410,7 +90915,7 @@ index fc4da2d..f3e800b 100644
  		return;
  	}
  
-@@ -2261,7 +2261,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2264,7 +2264,7 @@ rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer,
  
  	/* Set write to end of buffer */
  	length = (tail + length) - BUF_PAGE_SIZE;
@@ -91419,7 +90924,7 @@ index fc4da2d..f3e800b 100644
  }
  
  /*
-@@ -2287,7 +2287,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2290,7 +2290,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
  	 * about it.
  	 */
  	if (unlikely(next_page == commit_page)) {
@@ -91428,7 +90933,7 @@ index fc4da2d..f3e800b 100644
  		goto out_reset;
  	}
  
-@@ -2343,7 +2343,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2346,7 +2346,7 @@ rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer,
  				      cpu_buffer->tail_page) &&
  				     (cpu_buffer->commit_page ==
  				      cpu_buffer->reader_page))) {
@@ -91437,7 +90942,7 @@ index fc4da2d..f3e800b 100644
  				goto out_reset;
  			}
  		}
-@@ -2391,7 +2391,7 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2394,7 +2394,7 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer,
  		length += RB_LEN_TIME_EXTEND;
  
  	tail_page = cpu_buffer->tail_page;
@@ -91446,7 +90951,7 @@ index fc4da2d..f3e800b 100644
  
  	/* set write to only the index of the write */
  	write &= RB_WRITE_MASK;
-@@ -2415,7 +2415,7 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2418,7 +2418,7 @@ __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer,
  	kmemcheck_annotate_bitfield(event, bitfield);
  	rb_update_event(cpu_buffer, event, length, add_timestamp, delta);
  
@@ -91455,7 +90960,7 @@ index fc4da2d..f3e800b 100644
  
  	/*
  	 * If this is the first commit on the page, then update
-@@ -2448,7 +2448,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2451,7 +2451,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
  
  	if (bpage->page == (void *)addr && rb_page_write(bpage) == old_index) {
  		unsigned long write_mask =
@@ -91464,7 +90969,7 @@ index fc4da2d..f3e800b 100644
  		unsigned long event_length = rb_event_length(event);
  		/*
  		 * This is on the tail page. It is possible that
-@@ -2458,7 +2458,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2461,7 +2461,7 @@ rb_try_to_discard(struct ring_buffer_per_cpu *cpu_buffer,
  		 */
  		old_index += write_mask;
  		new_index += write_mask;
@@ -91473,7 +90978,7 @@ index fc4da2d..f3e800b 100644
  		if (index == old_index) {
  			/* update counters */
  			local_sub(event_length, &cpu_buffer->entries_bytes);
-@@ -2850,7 +2850,7 @@ rb_decrement_entry(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2853,7 +2853,7 @@ rb_decrement_entry(struct ring_buffer_per_cpu *cpu_buffer,
  
  	/* Do the likely case first */
  	if (likely(bpage->page == (void *)addr)) {
@@ -91482,7 +90987,7 @@ index fc4da2d..f3e800b 100644
  		return;
  	}
  
-@@ -2862,7 +2862,7 @@ rb_decrement_entry(struct ring_buffer_per_cpu *cpu_buffer,
+@@ -2865,7 +2865,7 @@ rb_decrement_entry(struct ring_buffer_per_cpu *cpu_buffer,
  	start = bpage;
  	do {
  		if (bpage->page == (void *)addr) {
@@ -91491,7 +90996,7 @@ index fc4da2d..f3e800b 100644
  			return;
  		}
  		rb_inc_page(cpu_buffer, &bpage);
-@@ -3146,7 +3146,7 @@ static inline unsigned long
+@@ -3149,7 +3149,7 @@ static inline unsigned long
  rb_num_of_entries(struct ring_buffer_per_cpu *cpu_buffer)
  {
  	return local_read(&cpu_buffer->entries) -
@@ -91500,7 +91005,7 @@ index fc4da2d..f3e800b 100644
  }
  
  /**
-@@ -3235,7 +3235,7 @@ unsigned long ring_buffer_overrun_cpu(struct ring_buffer *buffer, int cpu)
+@@ -3238,7 +3238,7 @@ unsigned long ring_buffer_overrun_cpu(struct ring_buffer *buffer, int cpu)
  		return 0;
  
  	cpu_buffer = buffer->buffers[cpu];
@@ -91509,7 +91014,7 @@ index fc4da2d..f3e800b 100644
  
  	return ret;
  }
-@@ -3258,7 +3258,7 @@ ring_buffer_commit_overrun_cpu(struct ring_buffer *buffer, int cpu)
+@@ -3261,7 +3261,7 @@ ring_buffer_commit_overrun_cpu(struct ring_buffer *buffer, int cpu)
  		return 0;
  
  	cpu_buffer = buffer->buffers[cpu];
@@ -91518,7 +91023,7 @@ index fc4da2d..f3e800b 100644
  
  	return ret;
  }
-@@ -3343,7 +3343,7 @@ unsigned long ring_buffer_overruns(struct ring_buffer *buffer)
+@@ -3346,7 +3346,7 @@ unsigned long ring_buffer_overruns(struct ring_buffer *buffer)
  	/* if you care about this being correct, lock the buffer */
  	for_each_buffer_cpu(buffer, cpu) {
  		cpu_buffer = buffer->buffers[cpu];
@@ -91527,7 +91032,7 @@ index fc4da2d..f3e800b 100644
  	}
  
  	return overruns;
-@@ -3519,8 +3519,8 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -3522,8 +3522,8 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
  	/*
  	 * Reset the reader page to size zero.
  	 */
@@ -91538,7 +91043,7 @@ index fc4da2d..f3e800b 100644
  	local_set(&cpu_buffer->reader_page->page->commit, 0);
  	cpu_buffer->reader_page->real_end = 0;
  
-@@ -3554,7 +3554,7 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -3557,7 +3557,7 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
  	 * want to compare with the last_overrun.
  	 */
  	smp_mb();
@@ -91547,7 +91052,7 @@ index fc4da2d..f3e800b 100644
  
  	/*
  	 * Here's the tricky part.
-@@ -4124,8 +4124,8 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -4127,8 +4127,8 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)
  
  	cpu_buffer->head_page
  		= list_entry(cpu_buffer->pages, struct buffer_page, list);
@@ -91558,7 +91063,7 @@ index fc4da2d..f3e800b 100644
  	local_set(&cpu_buffer->head_page->page->commit, 0);
  
  	cpu_buffer->head_page->read = 0;
-@@ -4135,14 +4135,14 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)
+@@ -4138,14 +4138,14 @@ rb_reset_cpu(struct ring_buffer_per_cpu *cpu_buffer)
  
  	INIT_LIST_HEAD(&cpu_buffer->reader_page->list);
  	INIT_LIST_HEAD(&cpu_buffer->new_pages);
@@ -91577,7 +91082,7 @@ index fc4da2d..f3e800b 100644
  	local_set(&cpu_buffer->dropped_events, 0);
  	local_set(&cpu_buffer->entries, 0);
  	local_set(&cpu_buffer->committing, 0);
-@@ -4547,8 +4547,8 @@ int ring_buffer_read_page(struct ring_buffer *buffer,
+@@ -4550,8 +4550,8 @@ int ring_buffer_read_page(struct ring_buffer *buffer,
  		rb_init_page(bpage);
  		bpage = reader->page;
  		reader->page = *data_page;
@@ -91589,10 +91094,10 @@ index fc4da2d..f3e800b 100644
  		*data_page = bpage;
  
 diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
-index 24c1f23..781fd73f 100644
+index 737b0ef..bd21ea6 100644
 --- a/kernel/trace/trace.c
 +++ b/kernel/trace/trace.c
-@@ -3399,7 +3399,7 @@ int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set)
+@@ -3448,7 +3448,7 @@ int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set)
  	return 0;
  }
  
@@ -91602,10 +91107,10 @@ index 24c1f23..781fd73f 100644
  	/* do nothing if flag is already set */
  	if (!!(trace_flags & mask) == !!enabled)
 diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
-index 02b592f..f971546 100644
+index 2e29d7b..61367d7 100644
 --- a/kernel/trace/trace.h
 +++ b/kernel/trace/trace.h
-@@ -1233,7 +1233,7 @@ extern const char *__stop___tracepoint_str[];
+@@ -1264,7 +1264,7 @@ extern const char *__stop___tracepoint_str[];
  void trace_printk_init_buffers(void);
  void trace_printk_start_comm(void);
  int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set);
@@ -91635,10 +91140,10 @@ index 26dc348..8708ca7 100644
 +	return atomic64_inc_return_unchecked(&trace_counter);
  }
 diff --git a/kernel/trace/trace_events.c b/kernel/trace/trace_events.c
-index 7b16d40..1b2875d 100644
+index 3ddfd8f..41a10fe 100644
 --- a/kernel/trace/trace_events.c
 +++ b/kernel/trace/trace_events.c
-@@ -1681,7 +1681,6 @@ __trace_early_add_new_event(struct ftrace_event_call *call,
+@@ -1718,7 +1718,6 @@ __trace_early_add_new_event(struct ftrace_event_call *call,
  	return 0;
  }
  
@@ -91687,7 +91192,7 @@ index 0abd9b8..6a663a2 100644
  	}
  	entry	= ring_buffer_event_data(event);
 diff --git a/kernel/trace/trace_output.c b/kernel/trace/trace_output.c
-index ed32284..884d6c3 100644
+index a436de1..f64dde2 100644
 --- a/kernel/trace/trace_output.c
 +++ b/kernel/trace/trace_output.c
 @@ -294,7 +294,7 @@ int trace_seq_path(struct trace_seq *s, const struct path *path)
@@ -91699,7 +91204,7 @@ index ed32284..884d6c3 100644
  		if (p) {
  			s->len = p - s->buffer;
  			return 1;
-@@ -908,14 +908,16 @@ int register_ftrace_event(struct trace_event *event)
+@@ -939,14 +939,16 @@ int register_ftrace_event(struct trace_event *event)
  			goto out;
  	}
  
@@ -91721,10 +91226,10 @@ index ed32284..884d6c3 100644
  	key = event->type & (EVENT_HASHSIZE - 1);
  
 diff --git a/kernel/trace/trace_stack.c b/kernel/trace/trace_stack.c
-index e6be585..d73ae5e 100644
+index 21b320e..40607bc 100644
 --- a/kernel/trace/trace_stack.c
 +++ b/kernel/trace/trace_stack.c
-@@ -68,7 +68,7 @@ check_stack(unsigned long ip, unsigned long *stack)
+@@ -69,7 +69,7 @@ check_stack(unsigned long ip, unsigned long *stack)
  		return;
  
  	/* we do not handle interrupt stacks yet */
@@ -91734,7 +91239,7 @@ index e6be585..d73ae5e 100644
  
  	local_irq_save(flags);
 diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c
-index 80a57af..7f5a7ff 100644
+index bf71b4b..04dee68 100644
 --- a/kernel/user_namespace.c
 +++ b/kernel/user_namespace.c
 @@ -82,6 +82,21 @@ int create_user_ns(struct cred *new)
@@ -91782,10 +91287,10 @@ index 4f69f9a..7c6f8f8 100644
  	memcpy(&uts_table, table, sizeof(uts_table));
  	uts_table.data = get_uts(table, write);
 diff --git a/kernel/watchdog.c b/kernel/watchdog.c
-index 4431610..4265616 100644
+index 516203e..ecc58d1 100644
 --- a/kernel/watchdog.c
 +++ b/kernel/watchdog.c
-@@ -475,7 +475,7 @@ static int watchdog_nmi_enable(unsigned int cpu) { return 0; }
+@@ -479,7 +479,7 @@ static int watchdog_nmi_enable(unsigned int cpu) { return 0; }
  static void watchdog_nmi_disable(unsigned int cpu) { return; }
  #endif /* CONFIG_HARDLOCKUP_DETECTOR */
  
@@ -91795,10 +91300,10 @@ index 4431610..4265616 100644
  	.thread_should_run	= watchdog_should_run,
  	.thread_fn		= watchdog,
 diff --git a/kernel/workqueue.c b/kernel/workqueue.c
-index b6a3941..b68f191 100644
+index 8edc8718..b6a70b9 100644
 --- a/kernel/workqueue.c
 +++ b/kernel/workqueue.c
-@@ -4702,7 +4702,7 @@ static void rebind_workers(struct worker_pool *pool)
+@@ -4709,7 +4709,7 @@ static void rebind_workers(struct worker_pool *pool)
  		WARN_ON_ONCE(!(worker_flags & WORKER_UNBOUND));
  		worker_flags |= WORKER_REBOUND;
  		worker_flags &= ~WORKER_UNBOUND;
@@ -91808,10 +91313,10 @@ index b6a3941..b68f191 100644
  
  	spin_unlock_irq(&pool->lock);
 diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
-index a48abea..e108def 100644
+index 819ac51..1c8a65e 100644
 --- a/lib/Kconfig.debug
 +++ b/lib/Kconfig.debug
-@@ -854,7 +854,7 @@ config DEBUG_MUTEXES
+@@ -853,7 +853,7 @@ config DEBUG_MUTEXES
  
  config DEBUG_WW_MUTEX_SLOWPATH
  	bool "Wait/wound mutex debugging: Slowpath testing"
@@ -91820,7 +91325,7 @@ index a48abea..e108def 100644
  	select DEBUG_LOCK_ALLOC
  	select DEBUG_SPINLOCK
  	select DEBUG_MUTEXES
-@@ -867,7 +867,7 @@ config DEBUG_WW_MUTEX_SLOWPATH
+@@ -866,7 +866,7 @@ config DEBUG_WW_MUTEX_SLOWPATH
  
  config DEBUG_LOCK_ALLOC
  	bool "Lock debugging: detect incorrect freeing of live locks"
@@ -91829,7 +91334,7 @@ index a48abea..e108def 100644
  	select DEBUG_SPINLOCK
  	select DEBUG_MUTEXES
  	select LOCKDEP
-@@ -881,7 +881,7 @@ config DEBUG_LOCK_ALLOC
+@@ -880,7 +880,7 @@ config DEBUG_LOCK_ALLOC
  
  config PROVE_LOCKING
  	bool "Lock debugging: prove locking correctness"
@@ -91838,7 +91343,7 @@ index a48abea..e108def 100644
  	select LOCKDEP
  	select DEBUG_SPINLOCK
  	select DEBUG_MUTEXES
-@@ -932,7 +932,7 @@ config LOCKDEP
+@@ -931,7 +931,7 @@ config LOCKDEP
  
  config LOCK_STAT
  	bool "Lock usage statistics"
@@ -91847,7 +91352,7 @@ index a48abea..e108def 100644
  	select LOCKDEP
  	select DEBUG_SPINLOCK
  	select DEBUG_MUTEXES
-@@ -1394,6 +1394,7 @@ config LATENCYTOP
+@@ -1403,6 +1403,7 @@ config LATENCYTOP
  	depends on DEBUG_KERNEL
  	depends on STACKTRACE_SUPPORT
  	depends on PROC_FS
@@ -91855,7 +91360,7 @@ index a48abea..e108def 100644
  	select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE && !ARM_UNWIND && !ARC
  	select KALLSYMS
  	select KALLSYMS_ALL
-@@ -1410,7 +1411,7 @@ config ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
+@@ -1419,7 +1420,7 @@ config ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
  config DEBUG_STRICT_USER_COPY_CHECKS
  	bool "Strict user copy size checks"
  	depends on ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS
@@ -91864,7 +91369,7 @@ index a48abea..e108def 100644
  	help
  	  Enabling this option turns a certain set of sanity checks for user
  	  copy operations into compile time failures.
-@@ -1529,7 +1530,7 @@ endmenu # runtime tests
+@@ -1538,7 +1539,7 @@ endmenu # runtime tests
  
  config PROVIDE_OHCI1394_DMA_INIT
  	bool "Remote debugging over FireWire early on boot"
@@ -91874,7 +91379,7 @@ index a48abea..e108def 100644
  	  If you want to debug problems which hang or crash the kernel early
  	  on boot and the crashing machine has a FireWire port, you can use
 diff --git a/lib/Makefile b/lib/Makefile
-index 48140e3..de854e5 100644
+index 0cd7b68..e149e37 100644
 --- a/lib/Makefile
 +++ b/lib/Makefile
 @@ -52,7 +52,7 @@ obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o
@@ -91965,28 +91470,6 @@ index e0731c3..ad66444 100644
  	if (is_on_stack == onstack)
  		return;
  
-diff --git a/lib/devres.c b/lib/devres.c
-index 8235331..5881053 100644
---- a/lib/devres.c
-+++ b/lib/devres.c
-@@ -81,7 +81,7 @@ EXPORT_SYMBOL(devm_ioremap_nocache);
- void devm_iounmap(struct device *dev, void __iomem *addr)
- {
- 	WARN_ON(devres_destroy(dev, devm_ioremap_release, devm_ioremap_match,
--			       (void *)addr));
-+			       (void __force *)addr));
- 	iounmap(addr);
- }
- EXPORT_SYMBOL(devm_iounmap);
-@@ -224,7 +224,7 @@ void devm_ioport_unmap(struct device *dev, void __iomem *addr)
- {
- 	ioport_unmap(addr);
- 	WARN_ON(devres_destroy(dev, devm_ioport_map_release,
--			       devm_ioport_map_match, (void *)addr));
-+			       devm_ioport_map_match, (void __force *)addr));
- }
- EXPORT_SYMBOL(devm_ioport_unmap);
- #endif /* CONFIG_HAS_IOPORT */
 diff --git a/lib/div64.c b/lib/div64.c
 index 4382ad7..08aa558 100644
 --- a/lib/div64.c
@@ -92094,7 +91577,7 @@ index bd2bea9..6b3c95e 100644
  		return false;
  
 diff --git a/lib/kobject.c b/lib/kobject.c
-index cb14aea..8c53cdb 100644
+index 58751bb..93a1853 100644
 --- a/lib/kobject.c
 +++ b/lib/kobject.c
 @@ -931,9 +931,9 @@ EXPORT_SYMBOL_GPL(kset_create_and_add);
@@ -92344,10 +91827,10 @@ index 963b703..438bc51 100644
  /**
   * percpu_ref_init - initialize a percpu refcount
 diff --git a/lib/radix-tree.c b/lib/radix-tree.c
-index bd4a8df..9e4804f 100644
+index 9599aa7..9cf6c72 100644
 --- a/lib/radix-tree.c
 +++ b/lib/radix-tree.c
-@@ -93,7 +93,7 @@ struct radix_tree_preload {
+@@ -66,7 +66,7 @@ struct radix_tree_preload {
  	int nr;
  	struct radix_tree_node *nodes[RADIX_TREE_PRELOAD_SIZE];
  };
@@ -92357,10 +91840,10 @@ index bd4a8df..9e4804f 100644
  static inline void *ptr_to_indirect(void *ptr)
  {
 diff --git a/lib/random32.c b/lib/random32.c
-index 6148967..009bfe8 100644
+index fa5da61..35fe9af 100644
 --- a/lib/random32.c
 +++ b/lib/random32.c
-@@ -44,7 +44,7 @@
+@@ -42,7 +42,7 @@
  static void __init prandom_state_selftest(void);
  #endif
  
@@ -92450,7 +91933,7 @@ index 4f5b1dd..7cab418 100644
 +}
 +EXPORT_SYMBOL(copy_to_user_overflow);
 diff --git a/lib/vsprintf.c b/lib/vsprintf.c
-index 185b6d3..823c48c 100644
+index 0648291..42bf42b 100644
 --- a/lib/vsprintf.c
 +++ b/lib/vsprintf.c
 @@ -16,6 +16,9 @@
@@ -92463,7 +91946,7 @@ index 185b6d3..823c48c 100644
  #include <stdarg.h>
  #include <linux/module.h>	/* for KSYM_SYMBOL_LEN */
  #include <linux/types.h>
-@@ -1179,7 +1182,11 @@ char *address_val(char *buf, char *end, const void *addr,
+@@ -1183,7 +1186,11 @@ char *address_val(char *buf, char *end, const void *addr,
  	return number(buf, end, num, spec);
  }
  
@@ -92475,7 +91958,7 @@ index 185b6d3..823c48c 100644
  
  /*
   * Show a '%p' thing.  A kernel extension is that the '%p' is followed
-@@ -1192,6 +1199,7 @@ int kptr_restrict __read_mostly;
+@@ -1196,6 +1203,7 @@ int kptr_restrict __read_mostly;
   * - 'f' For simple symbolic function names without offset
   * - 'S' For symbolic direct pointers with offset
   * - 's' For symbolic direct pointers without offset
@@ -92483,7 +91966,7 @@ index 185b6d3..823c48c 100644
   * - '[FfSs]R' as above with __builtin_extract_return_addr() translation
   * - 'B' For backtraced symbolic direct pointers with offset
   * - 'R' For decoded struct resource, e.g., [mem 0x0-0x1f 64bit pref]
-@@ -1259,12 +1267,12 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
+@@ -1263,12 +1271,12 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
  
  	if (!ptr && *fmt != 'K') {
  		/*
@@ -92498,7 +91981,7 @@ index 185b6d3..823c48c 100644
  	}
  
  	switch (*fmt) {
-@@ -1274,6 +1282,12 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
+@@ -1278,6 +1286,12 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
  		/* Fallthrough */
  	case 'S':
  	case 's':
@@ -92511,7 +91994,7 @@ index 185b6d3..823c48c 100644
  	case 'B':
  		return symbol_string(buf, end, ptr, spec, fmt);
  	case 'R':
-@@ -1329,6 +1343,8 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
+@@ -1333,6 +1347,8 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
  			va_end(va);
  			return buf;
  		}
@@ -92520,7 +92003,7 @@ index 185b6d3..823c48c 100644
  	case 'K':
  		/*
  		 * %pK cannot be used in IRQ context because its test
-@@ -1386,6 +1402,21 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
+@@ -1390,6 +1406,21 @@ char *pointer(const char *fmt, char *buf, char *end, void *ptr,
  				   ((const struct file *)ptr)->f_path.dentry,
  				   spec, fmt);
  	}
@@ -92542,7 +92025,7 @@ index 185b6d3..823c48c 100644
  	spec.flags |= SMALL;
  	if (spec.field_width == -1) {
  		spec.field_width = default_width;
-@@ -2107,11 +2138,11 @@ int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf)
+@@ -2089,11 +2120,11 @@ int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf)
  	typeof(type) value;						\
  	if (sizeof(type) == 8) {					\
  		args = PTR_ALIGN(args, sizeof(u32));			\
@@ -92557,7 +92040,7 @@ index 185b6d3..823c48c 100644
  	}								\
  	args += sizeof(type);						\
  	value;								\
-@@ -2174,7 +2205,7 @@ int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf)
+@@ -2156,7 +2187,7 @@ int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf)
  		case FORMAT_TYPE_STR: {
  			const char *str_arg = args;
  			args += strlen(str_arg) + 1;
@@ -92574,10 +92057,10 @@ index 0000000..7cd6065
 @@ -0,0 +1 @@
 +-grsec
 diff --git a/mm/Kconfig b/mm/Kconfig
-index 2888024..c15a810 100644
+index 1b5a95f..e8068bf 100644
 --- a/mm/Kconfig
 +++ b/mm/Kconfig
-@@ -326,10 +326,11 @@ config KSM
+@@ -327,10 +327,11 @@ config KSM
  	  root has set /sys/kernel/mm/ksm/run to 1 (if CONFIG_SYSFS is set).
  
  config DEFAULT_MMAP_MIN_ADDR
@@ -92592,7 +92075,7 @@ index 2888024..c15a810 100644
  	  This is the portion of low virtual memory which should be protected
  	  from userspace allocation.  Keeping a user from writing to low pages
  	  can help reduce the impact of kernel NULL pointer bugs.
-@@ -360,7 +361,7 @@ config MEMORY_FAILURE
+@@ -361,7 +362,7 @@ config MEMORY_FAILURE
  
  config HWPOISON_INJECT
  	tristate "HWPoison pages injector"
@@ -92624,24 +92107,10 @@ index 09d9591..165bb75 100644
  		bdi_destroy(bdi);
  		return err;
 diff --git a/mm/filemap.c b/mm/filemap.c
-index 7a13f6a..e31738b 100644
+index 088358c..bb415bf 100644
 --- a/mm/filemap.c
 +++ b/mm/filemap.c
-@@ -192,9 +192,11 @@ static int filemap_check_errors(struct address_space *mapping)
- {
- 	int ret = 0;
- 	/* Check for outstanding write errors */
--	if (test_and_clear_bit(AS_ENOSPC, &mapping->flags))
-+	if (test_bit(AS_ENOSPC, &mapping->flags) &&
-+	    test_and_clear_bit(AS_ENOSPC, &mapping->flags))
- 		ret = -ENOSPC;
--	if (test_and_clear_bit(AS_EIO, &mapping->flags))
-+	if (test_bit(AS_EIO, &mapping->flags) &&
-+	    test_and_clear_bit(AS_EIO, &mapping->flags))
- 		ret = -EIO;
- 	return ret;
- }
-@@ -1766,7 +1768,7 @@ int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
+@@ -2125,7 +2125,7 @@ int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
  	struct address_space *mapping = file->f_mapping;
  
  	if (!mapping->a_ops->readpage)
@@ -92650,43 +92119,7 @@ index 7a13f6a..e31738b 100644
  	file_accessed(file);
  	vma->vm_ops = &generic_file_vm_ops;
  	return 0;
-@@ -1948,7 +1950,7 @@ static size_t __iovec_copy_from_user_inatomic(char *vaddr,
- 
- 	while (bytes) {
- 		char __user *buf = iov->iov_base + base;
--		int copy = min(bytes, iov->iov_len - base);
-+		size_t copy = min(bytes, iov->iov_len - base);
- 
- 		base = 0;
- 		left = __copy_from_user_inatomic(vaddr, buf, copy);
-@@ -1977,7 +1979,7 @@ size_t iov_iter_copy_from_user_atomic(struct page *page,
- 	BUG_ON(!in_atomic());
- 	kaddr = kmap_atomic(page);
- 	if (likely(i->nr_segs == 1)) {
--		int left;
-+		size_t left;
- 		char __user *buf = i->iov->iov_base + i->iov_offset;
- 		left = __copy_from_user_inatomic(kaddr + offset, buf, bytes);
- 		copied = bytes - left;
-@@ -2005,7 +2007,7 @@ size_t iov_iter_copy_from_user(struct page *page,
- 
- 	kaddr = kmap(page);
- 	if (likely(i->nr_segs == 1)) {
--		int left;
-+		size_t left;
- 		char __user *buf = i->iov->iov_base + i->iov_offset;
- 		left = __copy_from_user(kaddr + offset, buf, bytes);
- 		copied = bytes - left;
-@@ -2035,7 +2037,7 @@ void iov_iter_advance(struct iov_iter *i, size_t bytes)
- 		 * zero-length segments (without overruning the iovec).
- 		 */
- 		while (bytes || unlikely(i->count && !iov->iov_len)) {
--			int copy;
-+			size_t copy;
- 
- 			copy = min(bytes, iov->iov_len - base);
- 			BUG_ON(!i->count || i->count < copy);
-@@ -2106,6 +2108,7 @@ inline int generic_write_checks(struct file *file, loff_t *pos, size_t *count, i
+@@ -2303,6 +2303,7 @@ inline int generic_write_checks(struct file *file, loff_t *pos, size_t *count, i
                          *pos = i_size_read(inode);
  
  		if (limit != RLIM_INFINITY) {
@@ -92739,17 +92172,18 @@ index b32b70c..e512eb0 100644
  	set_page_address(page, (void *)vaddr);
  
 diff --git a/mm/hugetlb.c b/mm/hugetlb.c
-index 06a9bc0..cfbba83 100644
+index c82290b..863d466 100644
 --- a/mm/hugetlb.c
 +++ b/mm/hugetlb.c
-@@ -2070,15 +2070,17 @@ static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
+@@ -2107,6 +2107,7 @@ static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
  	struct hstate *h = &default_hstate;
  	unsigned long tmp;
  	int ret;
 +	ctl_table_no_const hugetlb_table;
  
- 	tmp = h->max_huge_pages;
- 
+ 	if (!hugepages_supported())
+ 		return -ENOTSUPP;
+@@ -2116,9 +2117,10 @@ static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
  	if (write && h->order >= MAX_ORDER)
  		return -EINVAL;
  
@@ -92763,14 +92197,15 @@ index 06a9bc0..cfbba83 100644
  	if (ret)
  		goto out;
  
-@@ -2123,15 +2125,17 @@ int hugetlb_overcommit_handler(struct ctl_table *table, int write,
+@@ -2163,6 +2165,7 @@ int hugetlb_overcommit_handler(struct ctl_table *table, int write,
  	struct hstate *h = &default_hstate;
  	unsigned long tmp;
  	int ret;
 +	ctl_table_no_const hugetlb_table;
  
- 	tmp = h->nr_overcommit_huge_pages;
- 
+ 	if (!hugepages_supported())
+ 		return -ENOTSUPP;
+@@ -2172,9 +2175,10 @@ int hugetlb_overcommit_handler(struct ctl_table *table, int write,
  	if (write && h->order >= MAX_ORDER)
  		return -EINVAL;
  
@@ -92784,7 +92219,7 @@ index 06a9bc0..cfbba83 100644
  	if (ret)
  		goto out;
  
-@@ -2600,6 +2604,27 @@ static int unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2639,6 +2643,27 @@ static int unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma,
  	return 1;
  }
  
@@ -92812,7 +92247,7 @@ index 06a9bc0..cfbba83 100644
  /*
   * Hugetlb_cow() should be called with page lock of the original hugepage held.
   * Called with hugetlb_instantiation_mutex held and pte_page locked so we
-@@ -2716,6 +2741,11 @@ retry_avoidcopy:
+@@ -2756,6 +2781,11 @@ retry_avoidcopy:
  				make_huge_pte(vma, new_page, 1));
  		page_remove_rmap(old_page);
  		hugepage_add_new_anon_rmap(new_page, vma, address);
@@ -92824,7 +92259,7 @@ index 06a9bc0..cfbba83 100644
  		/* Make the old page be freed below */
  		new_page = old_page;
  	}
-@@ -2880,6 +2910,10 @@ retry:
+@@ -2915,6 +2945,10 @@ retry:
  				&& (vma->vm_flags & VM_SHARED)));
  	set_huge_pte_at(mm, address, ptep, new_pte);
  
@@ -92835,9 +92270,9 @@ index 06a9bc0..cfbba83 100644
  	if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED)) {
  		/* Optimization, do the COW without a second fault */
  		ret = hugetlb_cow(mm, vma, address, ptep, new_pte, page, ptl);
-@@ -2910,6 +2944,10 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
- 	static DEFINE_MUTEX(hugetlb_instantiation_mutex);
+@@ -2981,6 +3015,10 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  	struct hstate *h = hstate_vma(vma);
+ 	struct address_space *mapping;
  
 +#ifdef CONFIG_PAX_SEGMEXEC
 +	struct vm_area_struct *vma_m;
@@ -92846,7 +92281,7 @@ index 06a9bc0..cfbba83 100644
  	address &= huge_page_mask(h);
  
  	ptep = huge_pte_offset(mm, address);
-@@ -2923,6 +2961,26 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2994,6 +3032,26 @@ int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  				VM_FAULT_SET_HINDEX(hstate_index(h));
  	}
  
@@ -92874,10 +92309,10 @@ index 06a9bc0..cfbba83 100644
  	if (!ptep)
  		return VM_FAULT_OOM;
 diff --git a/mm/internal.h b/mm/internal.h
-index 3e91000..4741a60 100644
+index 07b6736..ae8da20 100644
 --- a/mm/internal.h
 +++ b/mm/internal.h
-@@ -94,6 +94,7 @@ extern pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address);
+@@ -109,6 +109,7 @@ extern pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address);
   * in mm/page_alloc.c
   */
  extern void __free_pages_bootmem(struct page *page, unsigned int order);
@@ -92885,7 +92320,7 @@ index 3e91000..4741a60 100644
  extern void prep_compound_page(struct page *page, unsigned long order);
  #ifdef CONFIG_MEMORY_FAILURE
  extern bool is_free_buddy_page(struct page *page);
-@@ -352,7 +353,7 @@ extern u32 hwpoison_filter_enable;
+@@ -367,7 +368,7 @@ extern u32 hwpoison_filter_enable;
  
  extern unsigned long vm_mmap_pgoff(struct file *, unsigned long,
          unsigned long, unsigned long,
@@ -92894,11 +92329,51 @@ index 3e91000..4741a60 100644
  
  extern void set_pageblock_order(void);
  unsigned long reclaim_clean_pages_from_list(struct zone *zone,
+diff --git a/mm/iov_iter.c b/mm/iov_iter.c
+index 10e46cd..e3052f6 100644
+--- a/mm/iov_iter.c
++++ b/mm/iov_iter.c
+@@ -87,7 +87,7 @@ static size_t __iovec_copy_from_user_inatomic(char *vaddr,
+ 
+ 	while (bytes) {
+ 		char __user *buf = iov->iov_base + base;
+-		int copy = min(bytes, iov->iov_len - base);
++		size_t copy = min(bytes, iov->iov_len - base);
+ 
+ 		base = 0;
+ 		left = __copy_from_user_inatomic(vaddr, buf, copy);
+@@ -115,7 +115,7 @@ size_t iov_iter_copy_from_user_atomic(struct page *page,
+ 
+ 	kaddr = kmap_atomic(page);
+ 	if (likely(i->nr_segs == 1)) {
+-		int left;
++		size_t left;
+ 		char __user *buf = i->iov->iov_base + i->iov_offset;
+ 		left = __copy_from_user_inatomic(kaddr + offset, buf, bytes);
+ 		copied = bytes - left;
+@@ -143,7 +143,7 @@ size_t iov_iter_copy_from_user(struct page *page,
+ 
+ 	kaddr = kmap(page);
+ 	if (likely(i->nr_segs == 1)) {
+-		int left;
++		size_t left;
+ 		char __user *buf = i->iov->iov_base + i->iov_offset;
+ 		left = __copy_from_user(kaddr + offset, buf, bytes);
+ 		copied = bytes - left;
+@@ -173,7 +173,7 @@ void iov_iter_advance(struct iov_iter *i, size_t bytes)
+ 		 * zero-length segments (without overruning the iovec).
+ 		 */
+ 		while (bytes || unlikely(i->count && !iov->iov_len)) {
+-			int copy;
++			size_t copy;
+ 
+ 			copy = min(bytes, iov->iov_len - base);
+ 			BUG_ON(!i->count || i->count < copy);
 diff --git a/mm/kmemleak.c b/mm/kmemleak.c
-index 31f01c5..7015178 100644
+index 8d2fcdf..6dd9f1a 100644
 --- a/mm/kmemleak.c
 +++ b/mm/kmemleak.c
-@@ -363,7 +363,7 @@ static void print_unreferenced(struct seq_file *seq,
+@@ -364,7 +364,7 @@ static void print_unreferenced(struct seq_file *seq,
  
  	for (i = 0; i < object->trace_len; i++) {
  		void *ptr = (void *)object->trace[i];
@@ -92907,7 +92382,7 @@ index 31f01c5..7015178 100644
  	}
  }
  
-@@ -1853,7 +1853,7 @@ static int __init kmemleak_late_init(void)
+@@ -1871,7 +1871,7 @@ static int __init kmemleak_late_init(void)
  		return -ENOMEM;
  	}
  
@@ -92939,7 +92414,7 @@ index d53adf9..03a24bf 100644
  	set_fs(old_fs);
  
 diff --git a/mm/madvise.c b/mm/madvise.c
-index 539eeb9..e24a987 100644
+index a402f8f..f5e5daa 100644
 --- a/mm/madvise.c
 +++ b/mm/madvise.c
 @@ -51,6 +51,10 @@ static long madvise_behavior(struct vm_area_struct *vma,
@@ -93019,7 +92494,7 @@ index 539eeb9..e24a987 100644
  	if (end == start)
  		return error;
 diff --git a/mm/memory-failure.c b/mm/memory-failure.c
-index e346fa9..5d32f0a 100644
+index 9ccef39..d3320da 100644
 --- a/mm/memory-failure.c
 +++ b/mm/memory-failure.c
 @@ -61,7 +61,7 @@ int sysctl_memory_failure_early_kill __read_mostly = 0;
@@ -93031,7 +92506,7 @@ index e346fa9..5d32f0a 100644
  
  #if defined(CONFIG_HWPOISON_INJECT) || defined(CONFIG_HWPOISON_INJECT_MODULE)
  
-@@ -202,7 +202,7 @@ static int kill_proc(struct task_struct *t, unsigned long addr, int trapno,
+@@ -198,7 +198,7 @@ static int kill_proc(struct task_struct *t, unsigned long addr, int trapno,
  		pfn, t->comm, t->pid);
  	si.si_signo = SIGBUS;
  	si.si_errno = 0;
@@ -93040,7 +92515,7 @@ index e346fa9..5d32f0a 100644
  #ifdef __ARCH_SI_TRAPNO
  	si.si_trapno = trapno;
  #endif
-@@ -762,7 +762,7 @@ static struct page_state {
+@@ -758,7 +758,7 @@ static struct page_state {
  	unsigned long res;
  	char *msg;
  	int (*action)(struct page *p, unsigned long pfn);
@@ -93049,7 +92524,7 @@ index e346fa9..5d32f0a 100644
  	{ reserved,	reserved,	"reserved kernel",	me_kernel },
  	/*
  	 * free pages are specially detected outside this table:
-@@ -1062,7 +1062,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
+@@ -1058,7 +1058,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
  		nr_pages = 1 << compound_order(hpage);
  	else /* normal page or thp */
  		nr_pages = 1;
@@ -93058,7 +92533,7 @@ index e346fa9..5d32f0a 100644
  
  	/*
  	 * We need/can do nothing about count=0 pages.
-@@ -1091,7 +1091,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
+@@ -1087,7 +1087,7 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
  			if (PageHWPoison(hpage)) {
  				if ((hwpoison_filter(p) && TestClearPageHWPoison(p))
  				    || (p != hpage && TestSetPageHWPoison(hpage))) {
@@ -93067,7 +92542,7 @@ index e346fa9..5d32f0a 100644
  					unlock_page(hpage);
  					return 0;
  				}
-@@ -1157,14 +1157,14 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
+@@ -1153,14 +1153,14 @@ int memory_failure(unsigned long pfn, int trapno, int flags)
  	 */
  	if (!PageHWPoison(p)) {
  		printk(KERN_ERR "MCE %#lx: just unpoisoned\n", pfn);
@@ -93084,7 +92559,7 @@ index e346fa9..5d32f0a 100644
  		unlock_page(hpage);
  		put_page(hpage);
  		return 0;
-@@ -1386,7 +1386,7 @@ int unpoison_memory(unsigned long pfn)
+@@ -1382,7 +1382,7 @@ int unpoison_memory(unsigned long pfn)
  			return 0;
  		}
  		if (TestClearPageHWPoison(p))
@@ -93093,7 +92568,7 @@ index e346fa9..5d32f0a 100644
  		pr_info("MCE: Software-unpoisoned free page %#lx\n", pfn);
  		return 0;
  	}
-@@ -1400,7 +1400,7 @@ int unpoison_memory(unsigned long pfn)
+@@ -1396,7 +1396,7 @@ int unpoison_memory(unsigned long pfn)
  	 */
  	if (TestClearPageHWPoison(page)) {
  		pr_info("MCE: Software-unpoisoned page %#lx\n", pfn);
@@ -93102,7 +92577,7 @@ index e346fa9..5d32f0a 100644
  		freeit = 1;
  		if (PageHuge(page))
  			clear_page_hwpoison_huge_page(page);
-@@ -1525,11 +1525,11 @@ static int soft_offline_huge_page(struct page *page, int flags)
+@@ -1521,11 +1521,11 @@ static int soft_offline_huge_page(struct page *page, int flags)
  		if (PageHuge(page)) {
  			set_page_hwpoison_huge_page(hpage);
  			dequeue_hwpoisoned_huge_page(hpage);
@@ -93116,7 +92591,7 @@ index e346fa9..5d32f0a 100644
  		}
  	}
  	return ret;
-@@ -1568,7 +1568,7 @@ static int __soft_offline_page(struct page *page, int flags)
+@@ -1564,7 +1564,7 @@ static int __soft_offline_page(struct page *page, int flags)
  		put_page(page);
  		pr_info("soft_offline: %#lx: invalidated\n", pfn);
  		SetPageHWPoison(page);
@@ -93125,7 +92600,7 @@ index e346fa9..5d32f0a 100644
  		return 0;
  	}
  
-@@ -1619,7 +1619,7 @@ static int __soft_offline_page(struct page *page, int flags)
+@@ -1615,7 +1615,7 @@ static int __soft_offline_page(struct page *page, int flags)
  			if (!is_free_buddy_page(page))
  				pr_info("soft offline: %#lx: page leaked\n",
  					pfn);
@@ -93134,7 +92609,7 @@ index e346fa9..5d32f0a 100644
  		}
  	} else {
  		pr_info("soft offline: %#lx: isolation failed: %d, page count %d, type %lx\n",
-@@ -1693,11 +1693,11 @@ int soft_offline_page(struct page *page, int flags)
+@@ -1689,11 +1689,11 @@ int soft_offline_page(struct page *page, int flags)
  		if (PageHuge(page)) {
  			set_page_hwpoison_huge_page(hpage);
  			dequeue_hwpoisoned_huge_page(hpage);
@@ -93149,10 +92624,10 @@ index e346fa9..5d32f0a 100644
  	}
  	unset_migratetype_isolate(page, MIGRATE_MOVABLE);
 diff --git a/mm/memory.c b/mm/memory.c
-index 49e930f..90d7ec5 100644
+index 037b812..948123c 100644
 --- a/mm/memory.c
 +++ b/mm/memory.c
-@@ -403,6 +403,7 @@ static inline void free_pmd_range(struct mmu_gather *tlb, pud_t *pud,
+@@ -413,6 +413,7 @@ static inline void free_pmd_range(struct mmu_gather *tlb, pud_t *pud,
  		free_pte_range(tlb, pmd, addr);
  	} while (pmd++, addr = next, addr != end);
  
@@ -93160,7 +92635,7 @@ index 49e930f..90d7ec5 100644
  	start &= PUD_MASK;
  	if (start < floor)
  		return;
-@@ -417,6 +418,8 @@ static inline void free_pmd_range(struct mmu_gather *tlb, pud_t *pud,
+@@ -427,6 +428,8 @@ static inline void free_pmd_range(struct mmu_gather *tlb, pud_t *pud,
  	pmd = pmd_offset(pud, start);
  	pud_clear(pud);
  	pmd_free_tlb(tlb, pmd, start);
@@ -93169,7 +92644,7 @@ index 49e930f..90d7ec5 100644
  }
  
  static inline void free_pud_range(struct mmu_gather *tlb, pgd_t *pgd,
-@@ -436,6 +439,7 @@ static inline void free_pud_range(struct mmu_gather *tlb, pgd_t *pgd,
+@@ -446,6 +449,7 @@ static inline void free_pud_range(struct mmu_gather *tlb, pgd_t *pgd,
  		free_pmd_range(tlb, pud, addr, next, floor, ceiling);
  	} while (pud++, addr = next, addr != end);
  
@@ -93177,7 +92652,7 @@ index 49e930f..90d7ec5 100644
  	start &= PGDIR_MASK;
  	if (start < floor)
  		return;
-@@ -450,6 +454,8 @@ static inline void free_pud_range(struct mmu_gather *tlb, pgd_t *pgd,
+@@ -460,6 +464,8 @@ static inline void free_pud_range(struct mmu_gather *tlb, pgd_t *pgd,
  	pud = pud_offset(pgd, start);
  	pgd_clear(pgd);
  	pud_free_tlb(tlb, pud, start);
@@ -93186,7 +92661,7 @@ index 49e930f..90d7ec5 100644
  }
  
  /*
-@@ -1636,12 +1642,6 @@ no_page_table:
+@@ -1652,12 +1658,6 @@ no_page_table:
  	return page;
  }
  
@@ -93199,7 +92674,7 @@ index 49e930f..90d7ec5 100644
  /**
   * __get_user_pages() - pin user pages in memory
   * @tsk:	task_struct of target task
-@@ -1728,10 +1728,10 @@ long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
+@@ -1735,10 +1735,10 @@ long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
  
  	i = 0;
  
@@ -93212,16 +92687,16 @@ index 49e930f..90d7ec5 100644
  		if (!vma && in_gate_area(mm, start)) {
  			unsigned long pg = start & PAGE_MASK;
  			pgd_t *pgd;
-@@ -1780,7 +1780,7 @@ long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
+@@ -1787,7 +1787,7 @@ long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
  			goto next_page;
  		}
  
--		if (!vma ||
-+		if (!vma || start < vma->vm_start ||
- 		    (vma->vm_flags & (VM_IO | VM_PFNMAP)) ||
- 		    !(vm_flags & vma->vm_flags))
- 			return i ? : -EFAULT;
-@@ -1809,11 +1809,6 @@ long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
+-		if (!vma)
++		if (!vma || start < vma->vm_start)
+ 			goto efault;
+ 		vm_flags = vma->vm_flags;
+ 		if (vm_flags & (VM_IO | VM_PFNMAP))
+@@ -1848,11 +1848,6 @@ long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
  				int ret;
  				unsigned int fault_flags = 0;
  
@@ -93233,16 +92708,16 @@ index 49e930f..90d7ec5 100644
  				if (foll_flags & FOLL_WRITE)
  					fault_flags |= FAULT_FLAG_WRITE;
  				if (nonblocking)
-@@ -1893,7 +1888,7 @@ next_page:
+@@ -1932,7 +1927,7 @@ next_page:
  			start += page_increm * PAGE_SIZE;
  			nr_pages -= page_increm;
  		} while (nr_pages && start < vma->vm_end);
 -	} while (nr_pages);
 +	}
  	return i;
- }
- EXPORT_SYMBOL(__get_user_pages);
-@@ -2105,6 +2100,10 @@ static int insert_page(struct vm_area_struct *vma, unsigned long addr,
+ efault:
+ 	return i ? : -EFAULT;
+@@ -2145,6 +2140,10 @@ static int insert_page(struct vm_area_struct *vma, unsigned long addr,
  	page_add_file_rmap(page);
  	set_pte_at(mm, addr, pte, mk_pte(page, prot));
  
@@ -93253,7 +92728,7 @@ index 49e930f..90d7ec5 100644
  	retval = 0;
  	pte_unmap_unlock(pte, ptl);
  	return retval;
-@@ -2149,9 +2148,21 @@ int vm_insert_page(struct vm_area_struct *vma, unsigned long addr,
+@@ -2189,9 +2188,21 @@ int vm_insert_page(struct vm_area_struct *vma, unsigned long addr,
  	if (!page_count(page))
  		return -EINVAL;
  	if (!(vma->vm_flags & VM_MIXEDMAP)) {
@@ -93275,7 +92750,7 @@ index 49e930f..90d7ec5 100644
  	}
  	return insert_page(vma, addr, page, vma->vm_page_prot);
  }
-@@ -2234,6 +2245,7 @@ int vm_insert_mixed(struct vm_area_struct *vma, unsigned long addr,
+@@ -2274,6 +2285,7 @@ int vm_insert_mixed(struct vm_area_struct *vma, unsigned long addr,
  			unsigned long pfn)
  {
  	BUG_ON(!(vma->vm_flags & VM_MIXEDMAP));
@@ -93283,7 +92758,7 @@ index 49e930f..90d7ec5 100644
  
  	if (addr < vma->vm_start || addr >= vma->vm_end)
  		return -EFAULT;
-@@ -2481,7 +2493,9 @@ static int apply_to_pmd_range(struct mm_struct *mm, pud_t *pud,
+@@ -2521,7 +2533,9 @@ static int apply_to_pmd_range(struct mm_struct *mm, pud_t *pud,
  
  	BUG_ON(pud_huge(*pud));
  
@@ -93294,7 +92769,7 @@ index 49e930f..90d7ec5 100644
  	if (!pmd)
  		return -ENOMEM;
  	do {
-@@ -2501,7 +2515,9 @@ static int apply_to_pud_range(struct mm_struct *mm, pgd_t *pgd,
+@@ -2541,7 +2555,9 @@ static int apply_to_pud_range(struct mm_struct *mm, pgd_t *pgd,
  	unsigned long next;
  	int err;
  
@@ -93305,8 +92780,8 @@ index 49e930f..90d7ec5 100644
  	if (!pud)
  		return -ENOMEM;
  	do {
-@@ -2591,6 +2607,186 @@ static inline void cow_user_page(struct page *dst, struct page *src, unsigned lo
- 		copy_user_highpage(dst, src, va, vma);
+@@ -2663,6 +2679,186 @@ static int do_page_mkwrite(struct vm_area_struct *vma, struct page *page,
+ 	return ret;
  }
  
 +#ifdef CONFIG_PAX_SEGMEXEC
@@ -93470,7 +92945,7 @@ index 49e930f..90d7ec5 100644
 +	entry = *pte;
 +	page_m  = vm_normal_page(vma, address, entry);
 +	if (!page_m)
-+		pax_mirror_pfn_pte(vma, address, pte_pfn(entry), ptl);
++	pax_mirror_pfn_pte(vma, address, pte_pfn(entry), ptl);
 +	else if (PageAnon(page_m)) {
 +		if (pax_find_mirror_vma(vma)) {
 +			pte_unmap_unlock(pte, ptl);
@@ -93492,7 +92967,7 @@ index 49e930f..90d7ec5 100644
  /*
   * This routine handles present pages, when users try to write
   * to a shared page. It is done by copying the page to a new address
-@@ -2815,6 +3011,12 @@ gotten:
+@@ -2860,6 +3056,12 @@ gotten:
  	 */
  	page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
  	if (likely(pte_same(*page_table, orig_pte))) {
@@ -93505,7 +92980,7 @@ index 49e930f..90d7ec5 100644
  		if (old_page) {
  			if (!PageAnon(old_page)) {
  				dec_mm_counter_fast(mm, MM_FILEPAGES);
-@@ -2866,6 +3068,10 @@ gotten:
+@@ -2911,6 +3113,10 @@ gotten:
  			page_remove_rmap(old_page);
  		}
  
@@ -93516,7 +92991,7 @@ index 49e930f..90d7ec5 100644
  		/* Free the old page.. */
  		new_page = old_page;
  		ret |= VM_FAULT_WRITE;
-@@ -3143,6 +3349,11 @@ static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3184,6 +3390,11 @@ static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
  	swap_free(entry);
  	if (vm_swap_full() || (vma->vm_flags & VM_LOCKED) || PageMlocked(page))
  		try_to_free_swap(page);
@@ -93528,7 +93003,7 @@ index 49e930f..90d7ec5 100644
  	unlock_page(page);
  	if (page != swapcache) {
  		/*
-@@ -3166,6 +3377,11 @@ static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3207,6 +3418,11 @@ static int do_swap_page(struct mm_struct *mm, struct vm_area_struct *vma,
  
  	/* No need to invalidate - it was non-present before */
  	update_mmu_cache(vma, address, page_table);
@@ -93540,7 +93015,7 @@ index 49e930f..90d7ec5 100644
  unlock:
  	pte_unmap_unlock(page_table, ptl);
  out:
-@@ -3185,40 +3401,6 @@ out_release:
+@@ -3226,40 +3442,6 @@ out_release:
  }
  
  /*
@@ -93581,7 +93056,7 @@ index 49e930f..90d7ec5 100644
   * We enter with non-exclusive mmap_sem (to exclude vma changes,
   * but allow concurrent faults), and pte mapped but not yet locked.
   * We return with mmap_sem still held, but pte unmapped and unlocked.
-@@ -3227,27 +3409,23 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3268,27 +3450,23 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
  		unsigned long address, pte_t *page_table, pmd_t *pmd,
  		unsigned int flags)
  {
@@ -93614,7 +93089,7 @@ index 49e930f..90d7ec5 100644
  	if (unlikely(anon_vma_prepare(vma)))
  		goto oom;
  	page = alloc_zeroed_user_highpage_movable(vma, address);
-@@ -3271,6 +3449,11 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3312,6 +3490,11 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
  	if (!pte_none(*page_table))
  		goto release;
  
@@ -93626,7 +93101,7 @@ index 49e930f..90d7ec5 100644
  	inc_mm_counter_fast(mm, MM_ANONPAGES);
  	page_add_new_anon_rmap(page, vma, address);
  setpte:
-@@ -3278,6 +3461,12 @@ setpte:
+@@ -3319,6 +3502,12 @@ setpte:
  
  	/* No need to invalidate - it was non-present before */
  	update_mmu_cache(vma, address, page_table);
@@ -93639,35 +93114,50 @@ index 49e930f..90d7ec5 100644
  unlock:
  	pte_unmap_unlock(page_table, ptl);
  	return 0;
-@@ -3422,6 +3611,12 @@ static int __do_fault(struct mm_struct *mm, struct vm_area_struct *vma,
- 	 */
- 	/* Only go through if we didn't race with anybody else... */
- 	if (likely(pte_same(*page_table, orig_pte))) {
+@@ -3535,6 +3724,11 @@ static int do_read_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+ 		return ret;
+ 	}
+ 	do_set_pte(vma, address, fault_page, pte, false, false);
 +
 +#ifdef CONFIG_PAX_SEGMEXEC
-+		if (anon && pax_find_mirror_vma(vma))
-+			BUG_ON(!trylock_page(page));
++	pax_mirror_file_pte(vma, address, fault_page, ptl);
 +#endif
 +
- 		flush_icache_page(vma, page);
- 		entry = mk_pte(page, vma->vm_page_prot);
- 		if (flags & FAULT_FLAG_WRITE)
-@@ -3443,6 +3638,14 @@ static int __do_fault(struct mm_struct *mm, struct vm_area_struct *vma,
- 
- 		/* no need to invalidate: a not-present page won't be cached */
- 		update_mmu_cache(vma, address, page_table);
+ 	unlock_page(fault_page);
+ unlock_out:
+ 	pte_unmap_unlock(pte, ptl);
+@@ -3576,7 +3770,18 @@ static int do_cow_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+ 		page_cache_release(fault_page);
+ 		goto uncharge_out;
+ 	}
 +
 +#ifdef CONFIG_PAX_SEGMEXEC
-+		if (anon)
-+			pax_mirror_anon_pte(vma, address, page, ptl);
-+		else
-+			pax_mirror_file_pte(vma, address, page, ptl);
++	if (pax_find_mirror_vma(vma))
++		BUG_ON(!trylock_page(new_page));
 +#endif
 +
- 	} else {
- 		if (cow_page)
- 			mem_cgroup_uncharge_page(cow_page);
-@@ -3690,6 +3893,12 @@ static int handle_pte_fault(struct mm_struct *mm,
+ 	do_set_pte(vma, address, new_page, pte, true, true);
++
++#ifdef CONFIG_PAX_SEGMEXEC
++	pax_mirror_anon_pte(vma, address, new_page, ptl);
++#endif
++
+ 	pte_unmap_unlock(pte, ptl);
+ 	unlock_page(fault_page);
+ 	page_cache_release(fault_page);
+@@ -3624,6 +3829,11 @@ static int do_shared_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+ 		return ret;
+ 	}
+ 	do_set_pte(vma, address, fault_page, pte, true, false);
++
++#ifdef CONFIG_PAX_SEGMEXEC
++	pax_mirror_file_pte(vma, address, fault_page, ptl);
++#endif
++
+ 	pte_unmap_unlock(pte, ptl);
+ 
+ 	if (set_page_dirty(fault_page))
+@@ -3854,6 +4064,12 @@ static int handle_pte_fault(struct mm_struct *mm,
  		if (flags & FAULT_FLAG_WRITE)
  			flush_tlb_fix_spurious_fault(vma, address);
  	}
@@ -93680,7 +93170,7 @@ index 49e930f..90d7ec5 100644
  unlock:
  	pte_unmap_unlock(pte, ptl);
  	return 0;
-@@ -3706,9 +3915,41 @@ static int __handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -3870,9 +4086,41 @@ static int __handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma,
  	pmd_t *pmd;
  	pte_t *pte;
  
@@ -93722,7 +93212,7 @@ index 49e930f..90d7ec5 100644
  	pgd = pgd_offset(mm, address);
  	pud = pud_alloc(mm, pgd, address);
  	if (!pud)
-@@ -3839,6 +4080,23 @@ int __pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address)
+@@ -4003,6 +4251,23 @@ int __pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address)
  	spin_unlock(&mm->page_table_lock);
  	return 0;
  }
@@ -93746,7 +93236,7 @@ index 49e930f..90d7ec5 100644
  #endif /* __PAGETABLE_PUD_FOLDED */
  
  #ifndef __PAGETABLE_PMD_FOLDED
-@@ -3869,6 +4127,30 @@ int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
+@@ -4033,6 +4298,30 @@ int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
  	spin_unlock(&mm->page_table_lock);
  	return 0;
  }
@@ -93777,7 +93267,7 @@ index 49e930f..90d7ec5 100644
  #endif /* __PAGETABLE_PMD_FOLDED */
  
  #if !defined(__HAVE_ARCH_GATE_AREA)
-@@ -3882,7 +4164,7 @@ static int __init gate_vma_init(void)
+@@ -4046,7 +4335,7 @@ static int __init gate_vma_init(void)
  	gate_vma.vm_start = FIXADDR_USER_START;
  	gate_vma.vm_end = FIXADDR_USER_END;
  	gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC;
@@ -93786,7 +93276,7 @@ index 49e930f..90d7ec5 100644
  
  	return 0;
  }
-@@ -4016,8 +4298,8 @@ out:
+@@ -4180,8 +4469,8 @@ out:
  	return ret;
  }
  
@@ -93797,7 +93287,7 @@ index 49e930f..90d7ec5 100644
  {
  	resource_size_t phys_addr;
  	unsigned long prot = 0;
-@@ -4043,8 +4325,8 @@ EXPORT_SYMBOL_GPL(generic_access_phys);
+@@ -4207,8 +4496,8 @@ EXPORT_SYMBOL_GPL(generic_access_phys);
   * Access another process' address space as given in mm.  If non-NULL, use the
   * given task for page fault accounting.
   */
@@ -93808,7 +93298,7 @@ index 49e930f..90d7ec5 100644
  {
  	struct vm_area_struct *vma;
  	void *old_buf = buf;
-@@ -4052,7 +4334,7 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
+@@ -4216,7 +4505,7 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
  	down_read(&mm->mmap_sem);
  	/* ignore errors, just check how much was successfully transferred */
  	while (len) {
@@ -93817,7 +93307,7 @@ index 49e930f..90d7ec5 100644
  		void *maddr;
  		struct page *page = NULL;
  
-@@ -4111,8 +4393,8 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
+@@ -4275,8 +4564,8 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
   *
   * The caller must hold a reference on @mm.
   */
@@ -93828,7 +93318,7 @@ index 49e930f..90d7ec5 100644
  {
  	return __access_remote_vm(NULL, mm, addr, buf, len, write);
  }
-@@ -4122,11 +4404,11 @@ int access_remote_vm(struct mm_struct *mm, unsigned long addr,
+@@ -4286,11 +4575,11 @@ int access_remote_vm(struct mm_struct *mm, unsigned long addr,
   * Source/target buffer must be kernel space,
   * Do not walk the page table directly, use get_user_pages
   */
@@ -93844,7 +93334,7 @@ index 49e930f..90d7ec5 100644
  	mm = get_task_mm(tsk);
  	if (!mm)
 diff --git a/mm/mempolicy.c b/mm/mempolicy.c
-index 56224d9..a74c77e 100644
+index 30cc47f8..c12ef34 100644
 --- a/mm/mempolicy.c
 +++ b/mm/mempolicy.c
 @@ -750,6 +750,10 @@ static int mbind_range(struct mm_struct *mm, unsigned long start,
@@ -93875,7 +93365,7 @@ index 56224d9..a74c77e 100644
  	}
  
   out:
-@@ -1256,6 +1270,17 @@ static long do_mbind(unsigned long start, unsigned long len,
+@@ -1225,6 +1239,17 @@ static long do_mbind(unsigned long start, unsigned long len,
  
  	if (end < start)
  		return -EINVAL;
@@ -93893,7 +93383,7 @@ index 56224d9..a74c77e 100644
  	if (end == start)
  		return 0;
  
-@@ -1484,8 +1509,7 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode,
+@@ -1453,8 +1478,7 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode,
  	 */
  	tcred = __task_cred(task);
  	if (!uid_eq(cred->euid, tcred->suid) && !uid_eq(cred->euid, tcred->uid) &&
@@ -93903,7 +93393,7 @@ index 56224d9..a74c77e 100644
  		rcu_read_unlock();
  		err = -EPERM;
  		goto out_put;
-@@ -1516,6 +1540,15 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode,
+@@ -1485,6 +1509,15 @@ SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode,
  		goto out;
  	}
  
@@ -94009,10 +93499,10 @@ index b1eb536..091d154 100644
  	    capable(CAP_IPC_LOCK))
  		ret = do_mlockall(flags);
 diff --git a/mm/mmap.c b/mm/mmap.c
-index 20ff0c3..a9eda98 100644
+index b1202cf..ee487f8 100644
 --- a/mm/mmap.c
 +++ b/mm/mmap.c
-@@ -36,6 +36,7 @@
+@@ -37,6 +37,7 @@
  #include <linux/sched/sysctl.h>
  #include <linux/notifier.h>
  #include <linux/memory.h>
@@ -94020,7 +93510,7 @@ index 20ff0c3..a9eda98 100644
  
  #include <asm/uaccess.h>
  #include <asm/cacheflush.h>
-@@ -52,6 +53,16 @@
+@@ -53,6 +54,16 @@
  #define arch_rebalance_pgtables(addr, len)		(addr)
  #endif
  
@@ -94037,7 +93527,7 @@ index 20ff0c3..a9eda98 100644
  static void unmap_region(struct mm_struct *mm,
  		struct vm_area_struct *vma, struct vm_area_struct *prev,
  		unsigned long start, unsigned long end);
-@@ -71,16 +82,25 @@ static void unmap_region(struct mm_struct *mm,
+@@ -72,16 +83,25 @@ static void unmap_region(struct mm_struct *mm,
   *		x: (no) no	x: (no) yes	x: (no) yes	x: (yes) yes
   *
   */
@@ -94066,7 +93556,7 @@ index 20ff0c3..a9eda98 100644
  }
  EXPORT_SYMBOL(vm_get_page_prot);
  
-@@ -90,6 +110,7 @@ unsigned long sysctl_overcommit_kbytes __read_mostly;
+@@ -91,6 +111,7 @@ unsigned long sysctl_overcommit_kbytes __read_mostly;
  int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT;
  unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */
  unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */
@@ -94074,7 +93564,7 @@ index 20ff0c3..a9eda98 100644
  /*
   * Make sure vm_committed_as in one cacheline and not cacheline shared with
   * other variables. It can be updated by several CPUs frequently.
-@@ -246,6 +267,7 @@ static struct vm_area_struct *remove_vma(struct vm_area_struct *vma)
+@@ -247,6 +268,7 @@ static struct vm_area_struct *remove_vma(struct vm_area_struct *vma)
  	struct vm_area_struct *next = vma->vm_next;
  
  	might_sleep();
@@ -94082,7 +93572,7 @@ index 20ff0c3..a9eda98 100644
  	if (vma->vm_ops && vma->vm_ops->close)
  		vma->vm_ops->close(vma);
  	if (vma->vm_file)
-@@ -290,6 +312,7 @@ SYSCALL_DEFINE1(brk, unsigned long, brk)
+@@ -291,6 +313,7 @@ SYSCALL_DEFINE1(brk, unsigned long, brk)
  	 * not page aligned -Ram Gupta
  	 */
  	rlim = rlimit(RLIMIT_DATA);
@@ -94090,7 +93580,7 @@ index 20ff0c3..a9eda98 100644
  	if (rlim < RLIM_INFINITY && (brk - mm->start_brk) +
  			(mm->end_data - mm->start_data) > rlim)
  		goto out;
-@@ -940,6 +963,12 @@ static int
+@@ -942,6 +965,12 @@ static int
  can_vma_merge_before(struct vm_area_struct *vma, unsigned long vm_flags,
  	struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff)
  {
@@ -94103,7 +93593,7 @@ index 20ff0c3..a9eda98 100644
  	if (is_mergeable_vma(vma, file, vm_flags) &&
  	    is_mergeable_anon_vma(anon_vma, vma->anon_vma, vma)) {
  		if (vma->vm_pgoff == vm_pgoff)
-@@ -959,6 +988,12 @@ static int
+@@ -961,6 +990,12 @@ static int
  can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags,
  	struct anon_vma *anon_vma, struct file *file, pgoff_t vm_pgoff)
  {
@@ -94116,7 +93606,7 @@ index 20ff0c3..a9eda98 100644
  	if (is_mergeable_vma(vma, file, vm_flags) &&
  	    is_mergeable_anon_vma(anon_vma, vma->anon_vma, vma)) {
  		pgoff_t vm_pglen;
-@@ -1001,13 +1036,20 @@ can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags,
+@@ -1003,13 +1038,20 @@ can_vma_merge_after(struct vm_area_struct *vma, unsigned long vm_flags,
  struct vm_area_struct *vma_merge(struct mm_struct *mm,
  			struct vm_area_struct *prev, unsigned long addr,
  			unsigned long end, unsigned long vm_flags,
@@ -94138,7 +93628,7 @@ index 20ff0c3..a9eda98 100644
  	/*
  	 * We later require that vma->vm_flags == vm_flags,
  	 * so this tests vma->vm_flags & VM_SPECIAL, too.
-@@ -1023,6 +1065,15 @@ struct vm_area_struct *vma_merge(struct mm_struct *mm,
+@@ -1025,6 +1067,15 @@ struct vm_area_struct *vma_merge(struct mm_struct *mm,
  	if (next && next->vm_end == end)		/* cases 6, 7, 8 */
  		next = next->vm_next;
  
@@ -94154,7 +93644,7 @@ index 20ff0c3..a9eda98 100644
  	/*
  	 * Can it merge with the predecessor?
  	 */
-@@ -1042,9 +1093,24 @@ struct vm_area_struct *vma_merge(struct mm_struct *mm,
+@@ -1044,9 +1095,24 @@ struct vm_area_struct *vma_merge(struct mm_struct *mm,
  							/* cases 1, 6 */
  			err = vma_adjust(prev, prev->vm_start,
  				next->vm_end, prev->vm_pgoff, NULL);
@@ -94180,7 +93670,7 @@ index 20ff0c3..a9eda98 100644
  		if (err)
  			return NULL;
  		khugepaged_enter_vma_merge(prev);
-@@ -1058,12 +1124,27 @@ struct vm_area_struct *vma_merge(struct mm_struct *mm,
+@@ -1060,12 +1126,27 @@ struct vm_area_struct *vma_merge(struct mm_struct *mm,
   			mpol_equal(policy, vma_policy(next)) &&
  			can_vma_merge_before(next, vm_flags,
  					anon_vma, file, pgoff+pglen)) {
@@ -94210,7 +93700,7 @@ index 20ff0c3..a9eda98 100644
  		if (err)
  			return NULL;
  		khugepaged_enter_vma_merge(area);
-@@ -1172,8 +1253,10 @@ none:
+@@ -1174,8 +1255,10 @@ none:
  void vm_stat_account(struct mm_struct *mm, unsigned long flags,
  						struct file *file, long pages)
  {
@@ -94223,7 +93713,7 @@ index 20ff0c3..a9eda98 100644
  
  	mm->total_vm += pages;
  
-@@ -1181,7 +1264,7 @@ void vm_stat_account(struct mm_struct *mm, unsigned long flags,
+@@ -1183,7 +1266,7 @@ void vm_stat_account(struct mm_struct *mm, unsigned long flags,
  		mm->shared_vm += pages;
  		if ((flags & (VM_EXEC|VM_WRITE)) == VM_EXEC)
  			mm->exec_vm += pages;
@@ -94232,7 +93722,7 @@ index 20ff0c3..a9eda98 100644
  		mm->stack_vm += pages;
  }
  #endif /* CONFIG_PROC_FS */
-@@ -1211,6 +1294,7 @@ static inline int mlock_future_check(struct mm_struct *mm,
+@@ -1213,6 +1296,7 @@ static inline int mlock_future_check(struct mm_struct *mm,
  		locked += mm->locked_vm;
  		lock_limit = rlimit(RLIMIT_MEMLOCK);
  		lock_limit >>= PAGE_SHIFT;
@@ -94240,7 +93730,7 @@ index 20ff0c3..a9eda98 100644
  		if (locked > lock_limit && !capable(CAP_IPC_LOCK))
  			return -EAGAIN;
  	}
-@@ -1237,7 +1321,7 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
+@@ -1239,7 +1323,7 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
  	 * (the exception is when the underlying filesystem is noexec
  	 *  mounted, in which case we dont add PROT_EXEC.)
  	 */
@@ -94249,7 +93739,7 @@ index 20ff0c3..a9eda98 100644
  		if (!(file && (file->f_path.mnt->mnt_flags & MNT_NOEXEC)))
  			prot |= PROT_EXEC;
  
-@@ -1263,7 +1347,7 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
+@@ -1265,7 +1349,7 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
  	/* Obtain the address to map to. we verify (or select) it and ensure
  	 * that it represents a valid section of the address space.
  	 */
@@ -94258,7 +93748,7 @@ index 20ff0c3..a9eda98 100644
  	if (addr & ~PAGE_MASK)
  		return addr;
  
-@@ -1274,6 +1358,43 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
+@@ -1276,6 +1360,43 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
  	vm_flags = calc_vm_prot_bits(prot) | calc_vm_flag_bits(flags) |
  			mm->def_flags | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC;
  
@@ -94302,7 +93792,7 @@ index 20ff0c3..a9eda98 100644
  	if (flags & MAP_LOCKED)
  		if (!can_do_mlock())
  			return -EPERM;
-@@ -1361,6 +1482,9 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
+@@ -1363,6 +1484,9 @@ unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
  			vm_flags |= VM_NORESERVE;
  	}
  
@@ -94312,7 +93802,7 @@ index 20ff0c3..a9eda98 100644
  	addr = mmap_region(file, addr, len, vm_flags, pgoff);
  	if (!IS_ERR_VALUE(addr) &&
  	    ((vm_flags & VM_LOCKED) ||
-@@ -1454,7 +1578,7 @@ int vma_wants_writenotify(struct vm_area_struct *vma)
+@@ -1456,7 +1580,7 @@ int vma_wants_writenotify(struct vm_area_struct *vma)
  	vm_flags_t vm_flags = vma->vm_flags;
  
  	/* If it was private or non-writable, the write bit is already clear */
@@ -94321,7 +93811,7 @@ index 20ff0c3..a9eda98 100644
  		return 0;
  
  	/* The backer wishes to know when pages are first written to? */
-@@ -1500,7 +1624,22 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
+@@ -1502,7 +1626,22 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
  	struct rb_node **rb_link, *rb_parent;
  	unsigned long charged = 0;
  
@@ -94344,7 +93834,7 @@ index 20ff0c3..a9eda98 100644
  	if (!may_expand_vm(mm, len >> PAGE_SHIFT)) {
  		unsigned long nr_pages;
  
-@@ -1519,11 +1658,10 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
+@@ -1521,11 +1660,10 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
  
  	/* Clear old maps */
  	error = -ENOMEM;
@@ -94357,7 +93847,7 @@ index 20ff0c3..a9eda98 100644
  	}
  
  	/*
-@@ -1554,6 +1692,16 @@ munmap_back:
+@@ -1556,6 +1694,16 @@ munmap_back:
  		goto unacct_error;
  	}
  
@@ -94374,7 +93864,7 @@ index 20ff0c3..a9eda98 100644
  	vma->vm_mm = mm;
  	vma->vm_start = addr;
  	vma->vm_end = addr + len;
-@@ -1573,6 +1721,13 @@ munmap_back:
+@@ -1575,6 +1723,13 @@ munmap_back:
  		if (error)
  			goto unmap_and_free_vma;
  
@@ -94388,7 +93878,7 @@ index 20ff0c3..a9eda98 100644
  		/* Can addr have changed??
  		 *
  		 * Answer: Yes, several device drivers can do it in their
-@@ -1606,6 +1761,12 @@ munmap_back:
+@@ -1608,6 +1763,12 @@ munmap_back:
  	}
  
  	vma_link(mm, vma, prev, rb_link, rb_parent);
@@ -94401,7 +93891,7 @@ index 20ff0c3..a9eda98 100644
  	/* Once vma denies write, undo our temporary denial count */
  	if (vm_flags & VM_DENYWRITE)
  		allow_write_access(file);
-@@ -1614,6 +1775,7 @@ out:
+@@ -1616,6 +1777,7 @@ out:
  	perf_event_mmap(vma);
  
  	vm_stat_account(mm, vm_flags, file, len >> PAGE_SHIFT);
@@ -94409,7 +93899,7 @@ index 20ff0c3..a9eda98 100644
  	if (vm_flags & VM_LOCKED) {
  		if (!((vm_flags & VM_SPECIAL) || is_vm_hugetlb_page(vma) ||
  					vma == get_gate_vma(current->mm)))
-@@ -1646,6 +1808,12 @@ unmap_and_free_vma:
+@@ -1648,6 +1810,12 @@ unmap_and_free_vma:
  	unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end);
  	charged = 0;
  free_vma:
@@ -94422,7 +93912,7 @@ index 20ff0c3..a9eda98 100644
  	kmem_cache_free(vm_area_cachep, vma);
  unacct_error:
  	if (charged)
-@@ -1653,7 +1821,63 @@ unacct_error:
+@@ -1655,7 +1823,63 @@ unacct_error:
  	return error;
  }
  
@@ -94487,7 +93977,7 @@ index 20ff0c3..a9eda98 100644
  {
  	/*
  	 * We implement the search by looking for an rbtree node that
-@@ -1701,11 +1925,29 @@ unsigned long unmapped_area(struct vm_unmapped_area_info *info)
+@@ -1703,11 +1927,29 @@ unsigned long unmapped_area(struct vm_unmapped_area_info *info)
  			}
  		}
  
@@ -94518,7 +94008,7 @@ index 20ff0c3..a9eda98 100644
  		if (gap_end >= low_limit && gap_end - gap_start >= length)
  			goto found;
  
-@@ -1755,7 +1997,7 @@ found:
+@@ -1757,7 +1999,7 @@ found:
  	return gap_start;
  }
  
@@ -94527,7 +94017,7 @@ index 20ff0c3..a9eda98 100644
  {
  	struct mm_struct *mm = current->mm;
  	struct vm_area_struct *vma;
-@@ -1809,6 +2051,24 @@ check_current:
+@@ -1811,6 +2053,24 @@ check_current:
  		gap_end = vma->vm_start;
  		if (gap_end < low_limit)
  			return -ENOMEM;
@@ -94552,7 +94042,7 @@ index 20ff0c3..a9eda98 100644
  		if (gap_start <= high_limit && gap_end - gap_start >= length)
  			goto found;
  
-@@ -1872,6 +2132,7 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
+@@ -1874,6 +2134,7 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
  	struct mm_struct *mm = current->mm;
  	struct vm_area_struct *vma;
  	struct vm_unmapped_area_info info;
@@ -94560,7 +94050,7 @@ index 20ff0c3..a9eda98 100644
  
  	if (len > TASK_SIZE - mmap_min_addr)
  		return -ENOMEM;
-@@ -1879,11 +2140,15 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
+@@ -1881,11 +2142,15 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
  	if (flags & MAP_FIXED)
  		return addr;
  
@@ -94577,7 +94067,7 @@ index 20ff0c3..a9eda98 100644
  			return addr;
  	}
  
-@@ -1892,6 +2157,7 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
+@@ -1894,6 +2159,7 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
  	info.low_limit = mm->mmap_base;
  	info.high_limit = TASK_SIZE;
  	info.align_mask = 0;
@@ -94585,7 +94075,7 @@ index 20ff0c3..a9eda98 100644
  	return vm_unmapped_area(&info);
  }
  #endif	
-@@ -1910,6 +2176,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
+@@ -1912,6 +2178,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
  	struct mm_struct *mm = current->mm;
  	unsigned long addr = addr0;
  	struct vm_unmapped_area_info info;
@@ -94593,7 +94083,7 @@ index 20ff0c3..a9eda98 100644
  
  	/* requested length too big for entire address space */
  	if (len > TASK_SIZE - mmap_min_addr)
-@@ -1918,12 +2185,16 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
+@@ -1920,12 +2187,16 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
  	if (flags & MAP_FIXED)
  		return addr;
  
@@ -94611,7 +94101,7 @@ index 20ff0c3..a9eda98 100644
  			return addr;
  	}
  
-@@ -1932,6 +2203,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
+@@ -1934,6 +2205,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
  	info.low_limit = max(PAGE_SIZE, mmap_min_addr);
  	info.high_limit = mm->mmap_base;
  	info.align_mask = 0;
@@ -94619,7 +94109,7 @@ index 20ff0c3..a9eda98 100644
  	addr = vm_unmapped_area(&info);
  
  	/*
-@@ -1944,6 +2216,12 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
+@@ -1946,6 +2218,12 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
  		VM_BUG_ON(addr != -ENOMEM);
  		info.flags = 0;
  		info.low_limit = TASK_UNMAPPED_BASE;
@@ -94632,7 +94122,7 @@ index 20ff0c3..a9eda98 100644
  		info.high_limit = TASK_SIZE;
  		addr = vm_unmapped_area(&info);
  	}
-@@ -2045,6 +2323,28 @@ find_vma_prev(struct mm_struct *mm, unsigned long addr,
+@@ -2046,6 +2324,28 @@ find_vma_prev(struct mm_struct *mm, unsigned long addr,
  	return vma;
  }
  
@@ -94661,7 +94151,7 @@ index 20ff0c3..a9eda98 100644
  /*
   * Verify that the stack growth is acceptable and
   * update accounting. This is shared with both the
-@@ -2061,6 +2361,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
+@@ -2062,6 +2362,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
  		return -ENOMEM;
  
  	/* Stack limit test */
@@ -94669,7 +94159,7 @@ index 20ff0c3..a9eda98 100644
  	if (size > ACCESS_ONCE(rlim[RLIMIT_STACK].rlim_cur))
  		return -ENOMEM;
  
-@@ -2071,6 +2372,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
+@@ -2072,6 +2373,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
  		locked = mm->locked_vm + grow;
  		limit = ACCESS_ONCE(rlim[RLIMIT_MEMLOCK].rlim_cur);
  		limit >>= PAGE_SHIFT;
@@ -94677,7 +94167,7 @@ index 20ff0c3..a9eda98 100644
  		if (locked > limit && !capable(CAP_IPC_LOCK))
  			return -ENOMEM;
  	}
-@@ -2100,37 +2402,48 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
+@@ -2101,37 +2403,48 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
   * PA-RISC uses this for its stack; IA64 for its Register Backing Store.
   * vma is the last one with address > vma->vm_end.  Have to extend vma.
   */
@@ -94735,7 +94225,7 @@ index 20ff0c3..a9eda98 100644
  		unsigned long size, grow;
  
  		size = address - vma->vm_start;
-@@ -2165,6 +2478,8 @@ int expand_upwards(struct vm_area_struct *vma, unsigned long address)
+@@ -2166,6 +2479,8 @@ int expand_upwards(struct vm_area_struct *vma, unsigned long address)
  			}
  		}
  	}
@@ -94744,7 +94234,7 @@ index 20ff0c3..a9eda98 100644
  	vma_unlock_anon_vma(vma);
  	khugepaged_enter_vma_merge(vma);
  	validate_mm(vma->vm_mm);
-@@ -2179,6 +2494,8 @@ int expand_downwards(struct vm_area_struct *vma,
+@@ -2180,6 +2495,8 @@ int expand_downwards(struct vm_area_struct *vma,
  				   unsigned long address)
  {
  	int error;
@@ -94753,7 +94243,7 @@ index 20ff0c3..a9eda98 100644
  
  	/*
  	 * We must make sure the anon_vma is allocated
-@@ -2192,6 +2509,15 @@ int expand_downwards(struct vm_area_struct *vma,
+@@ -2193,6 +2510,15 @@ int expand_downwards(struct vm_area_struct *vma,
  	if (error)
  		return error;
  
@@ -94769,7 +94259,7 @@ index 20ff0c3..a9eda98 100644
  	vma_lock_anon_vma(vma);
  
  	/*
-@@ -2201,9 +2527,17 @@ int expand_downwards(struct vm_area_struct *vma,
+@@ -2202,9 +2528,17 @@ int expand_downwards(struct vm_area_struct *vma,
  	 */
  
  	/* Somebody else might have raced and expanded it already */
@@ -94788,7 +94278,7 @@ index 20ff0c3..a9eda98 100644
  		size = vma->vm_end - address;
  		grow = (vma->vm_start - address) >> PAGE_SHIFT;
  
-@@ -2228,13 +2562,27 @@ int expand_downwards(struct vm_area_struct *vma,
+@@ -2229,13 +2563,27 @@ int expand_downwards(struct vm_area_struct *vma,
  				vma->vm_pgoff -= grow;
  				anon_vma_interval_tree_post_update_vma(vma);
  				vma_gap_update(vma);
@@ -94816,7 +94306,7 @@ index 20ff0c3..a9eda98 100644
  	khugepaged_enter_vma_merge(vma);
  	validate_mm(vma->vm_mm);
  	return error;
-@@ -2332,6 +2680,13 @@ static void remove_vma_list(struct mm_struct *mm, struct vm_area_struct *vma)
+@@ -2333,6 +2681,13 @@ static void remove_vma_list(struct mm_struct *mm, struct vm_area_struct *vma)
  	do {
  		long nrpages = vma_pages(vma);
  
@@ -94830,7 +94320,7 @@ index 20ff0c3..a9eda98 100644
  		if (vma->vm_flags & VM_ACCOUNT)
  			nr_accounted += nrpages;
  		vm_stat_account(mm, vma->vm_flags, vma->vm_file, -nrpages);
-@@ -2376,6 +2731,16 @@ detach_vmas_to_be_unmapped(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2377,6 +2732,16 @@ detach_vmas_to_be_unmapped(struct mm_struct *mm, struct vm_area_struct *vma,
  	insertion_point = (prev ? &prev->vm_next : &mm->mmap);
  	vma->vm_prev = NULL;
  	do {
@@ -94847,7 +94337,7 @@ index 20ff0c3..a9eda98 100644
  		vma_rb_erase(vma, &mm->mm_rb);
  		mm->map_count--;
  		tail_vma = vma;
-@@ -2401,14 +2766,33 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
+@@ -2404,14 +2769,33 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
  	struct vm_area_struct *new;
  	int err = -ENOMEM;
  
@@ -94881,7 +94371,7 @@ index 20ff0c3..a9eda98 100644
  	/* most fields are the same, copy all, and then fixup */
  	*new = *vma;
  
-@@ -2421,6 +2805,22 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
+@@ -2424,6 +2808,22 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
  		new->vm_pgoff += ((addr - vma->vm_start) >> PAGE_SHIFT);
  	}
  
@@ -94904,7 +94394,7 @@ index 20ff0c3..a9eda98 100644
  	err = vma_dup_policy(vma, new);
  	if (err)
  		goto out_free_vma;
-@@ -2440,6 +2840,38 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
+@@ -2443,6 +2843,38 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
  	else
  		err = vma_adjust(vma, vma->vm_start, addr, vma->vm_pgoff, new);
  
@@ -94943,7 +94433,7 @@ index 20ff0c3..a9eda98 100644
  	/* Success. */
  	if (!err)
  		return 0;
-@@ -2449,10 +2881,18 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
+@@ -2452,10 +2884,18 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
  		new->vm_ops->close(new);
  	if (new->vm_file)
  		fput(new->vm_file);
@@ -94963,7 +94453,7 @@ index 20ff0c3..a9eda98 100644
  	kmem_cache_free(vm_area_cachep, new);
   out_err:
  	return err;
-@@ -2465,6 +2905,15 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
+@@ -2468,6 +2908,15 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
  int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
  	      unsigned long addr, int new_below)
  {
@@ -94979,7 +94469,7 @@ index 20ff0c3..a9eda98 100644
  	if (mm->map_count >= sysctl_max_map_count)
  		return -ENOMEM;
  
-@@ -2476,11 +2925,30 @@ int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -2479,11 +2928,30 @@ int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
   * work.  This now handles partial unmappings.
   * Jeremy Fitzhardinge <jeremy@goop.org>
   */
@@ -95010,7 +94500,7 @@ index 20ff0c3..a9eda98 100644
  	if ((start & ~PAGE_MASK) || start > TASK_SIZE || len > TASK_SIZE-start)
  		return -EINVAL;
  
-@@ -2555,6 +3023,8 @@ int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
+@@ -2558,6 +3026,8 @@ int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
  	/* Fix up all other VM information */
  	remove_vma_list(mm, vma);
  
@@ -95019,7 +94509,7 @@ index 20ff0c3..a9eda98 100644
  	return 0;
  }
  
-@@ -2563,6 +3033,13 @@ int vm_munmap(unsigned long start, size_t len)
+@@ -2566,6 +3036,13 @@ int vm_munmap(unsigned long start, size_t len)
  	int ret;
  	struct mm_struct *mm = current->mm;
  
@@ -95033,7 +94523,7 @@ index 20ff0c3..a9eda98 100644
  	down_write(&mm->mmap_sem);
  	ret = do_munmap(mm, start, len);
  	up_write(&mm->mmap_sem);
-@@ -2576,16 +3053,6 @@ SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len)
+@@ -2579,16 +3056,6 @@ SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len)
  	return vm_munmap(addr, len);
  }
  
@@ -95050,7 +94540,7 @@ index 20ff0c3..a9eda98 100644
  /*
   *  this is really a simplified "do_mmap".  it only handles
   *  anonymous maps.  eventually we may be able to do some
-@@ -2599,6 +3066,7 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
+@@ -2602,6 +3069,7 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
  	struct rb_node ** rb_link, * rb_parent;
  	pgoff_t pgoff = addr >> PAGE_SHIFT;
  	int error;
@@ -95058,7 +94548,7 @@ index 20ff0c3..a9eda98 100644
  
  	len = PAGE_ALIGN(len);
  	if (!len)
-@@ -2606,10 +3074,24 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
+@@ -2609,10 +3077,24 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
  
  	flags = VM_DATA_DEFAULT_FLAGS | VM_ACCOUNT | mm->def_flags;
  
@@ -95083,7 +94573,7 @@ index 20ff0c3..a9eda98 100644
  	error = mlock_future_check(mm, mm->def_flags, len);
  	if (error)
  		return error;
-@@ -2623,21 +3105,20 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
+@@ -2626,21 +3108,20 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
  	/*
  	 * Clear old maps.  this also does some error checking for us
  	 */
@@ -95108,7 +94598,7 @@ index 20ff0c3..a9eda98 100644
  		return -ENOMEM;
  
  	/* Can we just expand an old private anonymous mapping? */
-@@ -2651,7 +3132,7 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
+@@ -2654,7 +3135,7 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
  	 */
  	vma = kmem_cache_zalloc(vm_area_cachep, GFP_KERNEL);
  	if (!vma) {
@@ -95117,7 +94607,7 @@ index 20ff0c3..a9eda98 100644
  		return -ENOMEM;
  	}
  
-@@ -2665,10 +3146,11 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
+@@ -2668,10 +3149,11 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
  	vma_link(mm, vma, prev, rb_link, rb_parent);
  out:
  	perf_event_mmap(vma);
@@ -95131,7 +94621,7 @@ index 20ff0c3..a9eda98 100644
  	return addr;
  }
  
-@@ -2730,6 +3212,7 @@ void exit_mmap(struct mm_struct *mm)
+@@ -2733,6 +3215,7 @@ void exit_mmap(struct mm_struct *mm)
  	while (vma) {
  		if (vma->vm_flags & VM_ACCOUNT)
  			nr_accounted += vma_pages(vma);
@@ -95139,7 +94629,7 @@ index 20ff0c3..a9eda98 100644
  		vma = remove_vma(vma);
  	}
  	vm_unacct_memory(nr_accounted);
-@@ -2747,6 +3230,13 @@ int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
+@@ -2750,6 +3233,13 @@ int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
  	struct vm_area_struct *prev;
  	struct rb_node **rb_link, *rb_parent;
  
@@ -95153,7 +94643,7 @@ index 20ff0c3..a9eda98 100644
  	/*
  	 * The vm_pgoff of a purely anonymous vma should be irrelevant
  	 * until its first write fault, when page's anon_vma and index
-@@ -2770,7 +3260,21 @@ int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
+@@ -2773,7 +3263,21 @@ int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
  	     security_vm_enough_memory_mm(mm, vma_pages(vma)))
  		return -ENOMEM;
  
@@ -95175,7 +94665,7 @@ index 20ff0c3..a9eda98 100644
  	return 0;
  }
  
-@@ -2789,6 +3293,8 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
+@@ -2792,6 +3296,8 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
  	struct rb_node **rb_link, *rb_parent;
  	bool faulted_in_anon_vma = true;
  
@@ -95184,7 +94674,7 @@ index 20ff0c3..a9eda98 100644
  	/*
  	 * If anonymous vma has not yet been faulted, update new pgoff
  	 * to match new location, to increase its chance of merging.
-@@ -2853,6 +3359,39 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
+@@ -2856,6 +3362,39 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
  	return NULL;
  }
  
@@ -95224,7 +94714,7 @@ index 20ff0c3..a9eda98 100644
  /*
   * Return true if the calling process may expand its vm space by the passed
   * number of pages
-@@ -2864,6 +3403,7 @@ int may_expand_vm(struct mm_struct *mm, unsigned long npages)
+@@ -2867,6 +3406,7 @@ int may_expand_vm(struct mm_struct *mm, unsigned long npages)
  
  	lim = rlimit(RLIMIT_AS) >> PAGE_SHIFT;
  
@@ -95232,7 +94722,7 @@ index 20ff0c3..a9eda98 100644
  	if (cur + npages > lim)
  		return 0;
  	return 1;
-@@ -2934,6 +3474,22 @@ int install_special_mapping(struct mm_struct *mm,
+@@ -2937,6 +3477,22 @@ struct vm_area_struct *_install_special_mapping(struct mm_struct *mm,
  	vma->vm_start = addr;
  	vma->vm_end = addr + len;
  
@@ -95240,7 +94730,7 @@ index 20ff0c3..a9eda98 100644
 +	if (mm->pax_flags & MF_PAX_MPROTECT) {
 +#ifndef CONFIG_PAX_MPROTECT_COMPAT
 +		if ((vm_flags & (VM_WRITE | VM_EXEC)) == (VM_WRITE | VM_EXEC))
-+			return -EPERM;
++			return ERR_PTR(-EPERM);
 +		if (!(vm_flags & VM_EXEC))
 +			vm_flags &= ~VM_MAYEXEC;
 +#else
@@ -95256,7 +94746,7 @@ index 20ff0c3..a9eda98 100644
  	vma->vm_page_prot = vm_get_page_prot(vma->vm_flags);
  
 diff --git a/mm/mprotect.c b/mm/mprotect.c
-index 769a67a..414d24f 100644
+index c43d557..0b7ccd2 100644
 --- a/mm/mprotect.c
 +++ b/mm/mprotect.c
 @@ -24,10 +24,18 @@
@@ -95278,7 +94768,7 @@ index 769a67a..414d24f 100644
  
  #ifndef pgprot_modify
  static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot)
-@@ -214,6 +222,48 @@ unsigned long change_protection(struct vm_area_struct *vma, unsigned long start,
+@@ -256,6 +264,48 @@ unsigned long change_protection(struct vm_area_struct *vma, unsigned long start,
  	return pages;
  }
  
@@ -95327,7 +94817,7 @@ index 769a67a..414d24f 100644
  int
  mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
  	unsigned long start, unsigned long end, unsigned long newflags)
-@@ -226,11 +276,29 @@ mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
+@@ -268,11 +318,29 @@ mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
  	int error;
  	int dirty_accountable = 0;
  
@@ -95357,7 +94847,7 @@ index 769a67a..414d24f 100644
  	/*
  	 * If we make a private mapping writable we increase our commit;
  	 * but (without finer accounting) cannot reduce our commit if we
-@@ -247,6 +315,42 @@ mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
+@@ -289,6 +357,42 @@ mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev,
  		}
  	}
  
@@ -95400,7 +94890,7 @@ index 769a67a..414d24f 100644
  	/*
  	 * First try to merge with previous and/or next vma.
  	 */
-@@ -277,9 +381,21 @@ success:
+@@ -319,9 +423,21 @@ success:
  	 * vm_flags and vm_page_prot are protected by the mmap_sem
  	 * held in write mode.
  	 */
@@ -95423,7 +94913,7 @@ index 769a67a..414d24f 100644
  
  	if (vma_wants_writenotify(vma)) {
  		vma->vm_page_prot = vm_get_page_prot(newflags & ~VM_SHARED);
-@@ -318,6 +434,17 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -360,6 +476,17 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
  	end = start + len;
  	if (end <= start)
  		return -ENOMEM;
@@ -95441,7 +94931,7 @@ index 769a67a..414d24f 100644
  	if (!arch_validate_prot(prot))
  		return -EINVAL;
  
-@@ -325,7 +452,7 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -367,7 +494,7 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
  	/*
  	 * Does the application expect PROT_READ to imply PROT_EXEC:
  	 */
@@ -95450,7 +94940,7 @@ index 769a67a..414d24f 100644
  		prot |= PROT_EXEC;
  
  	vm_flags = calc_vm_prot_bits(prot);
-@@ -357,6 +484,11 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -399,6 +526,11 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
  	if (start > vma->vm_start)
  		prev = vma;
  
@@ -95462,7 +94952,7 @@ index 769a67a..414d24f 100644
  	for (nstart = start ; ; ) {
  		unsigned long newflags;
  
-@@ -367,6 +499,14 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -409,6 +541,14 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
  
  		/* newflags >> 4 shift VM_MAY% in place of VM_% */
  		if ((newflags & ~(newflags >> 4)) & (VM_READ | VM_WRITE | VM_EXEC)) {
@@ -95477,7 +94967,7 @@ index 769a67a..414d24f 100644
  			error = -EACCES;
  			goto out;
  		}
-@@ -381,6 +521,9 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
+@@ -423,6 +563,9 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
  		error = mprotect_fixup(vma, &prev, nstart, tmp, newflags);
  		if (error)
  			goto out;
@@ -95595,10 +95085,10 @@ index 05f1180..c3cde48 100644
  out:
  	if (ret & ~PAGE_MASK)
 diff --git a/mm/nommu.c b/mm/nommu.c
-index 8740213..f87e25b 100644
+index 85f8d66..b3375fa 100644
 --- a/mm/nommu.c
 +++ b/mm/nommu.c
-@@ -65,7 +65,6 @@ int sysctl_max_map_count = DEFAULT_MAX_MAP_COUNT;
+@@ -67,7 +67,6 @@ int sysctl_max_map_count = DEFAULT_MAX_MAP_COUNT;
  int sysctl_nr_trim_pages = CONFIG_NOMMU_INITIAL_TRIM_EXCESS;
  unsigned long sysctl_user_reserve_kbytes __read_mostly = 1UL << 17; /* 128MB */
  unsigned long sysctl_admin_reserve_kbytes __read_mostly = 1UL << 13; /* 8MB */
@@ -95606,7 +95096,7 @@ index 8740213..f87e25b 100644
  
  atomic_long_t mmap_pages_allocated;
  
-@@ -845,15 +844,6 @@ struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr)
+@@ -854,15 +853,6 @@ struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr)
  EXPORT_SYMBOL(find_vma);
  
  /*
@@ -95622,7 +95112,7 @@ index 8740213..f87e25b 100644
   * expand a stack to a given address
   * - not supported under NOMMU conditions
   */
-@@ -1564,6 +1554,7 @@ int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
+@@ -1569,6 +1559,7 @@ int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
  
  	/* most fields are the same, copy all, and then fixup */
  	*new = *vma;
@@ -95630,7 +95120,7 @@ index 8740213..f87e25b 100644
  	*region = *vma->vm_region;
  	new->vm_region = region;
  
-@@ -1993,8 +1984,8 @@ int generic_file_remap_pages(struct vm_area_struct *vma, unsigned long addr,
+@@ -2004,8 +1995,8 @@ int generic_file_remap_pages(struct vm_area_struct *vma, unsigned long addr,
  }
  EXPORT_SYMBOL(generic_file_remap_pages);
  
@@ -95641,7 +95131,7 @@ index 8740213..f87e25b 100644
  {
  	struct vm_area_struct *vma;
  
-@@ -2035,8 +2026,8 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
+@@ -2046,8 +2037,8 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
   *
   * The caller must hold a reference on @mm.
   */
@@ -95652,7 +95142,7 @@ index 8740213..f87e25b 100644
  {
  	return __access_remote_vm(NULL, mm, addr, buf, len, write);
  }
-@@ -2045,7 +2036,7 @@ int access_remote_vm(struct mm_struct *mm, unsigned long addr,
+@@ -2056,7 +2047,7 @@ int access_remote_vm(struct mm_struct *mm, unsigned long addr,
   * Access another process' address space.
   * - source/target buffer must be kernel space
   */
@@ -95662,7 +95152,7 @@ index 8740213..f87e25b 100644
  	struct mm_struct *mm;
  
 diff --git a/mm/page-writeback.c b/mm/page-writeback.c
-index 8f6daa6..1f8587c 100644
+index a4317da..0198e48 100644
 --- a/mm/page-writeback.c
 +++ b/mm/page-writeback.c
 @@ -685,7 +685,7 @@ static long long pos_ratio_polynom(unsigned long setpoint,
@@ -95675,7 +95165,7 @@ index 8f6daa6..1f8587c 100644
  					unsigned long bg_thresh,
  					unsigned long dirty,
 diff --git a/mm/page_alloc.c b/mm/page_alloc.c
-index 7387a67..67105e4 100644
+index 5dba293..1aca350 100644
 --- a/mm/page_alloc.c
 +++ b/mm/page_alloc.c
 @@ -61,6 +61,7 @@
@@ -95686,7 +95176,7 @@ index 7387a67..67105e4 100644
  
  #include <asm/sections.h>
  #include <asm/tlbflush.h>
-@@ -354,7 +355,7 @@ out:
+@@ -355,7 +356,7 @@ out:
   * This usage means that zero-order pages may not be compound.
   */
  
@@ -95695,7 +95185,7 @@ index 7387a67..67105e4 100644
  {
  	__free_pages_ok(page, compound_order(page));
  }
-@@ -728,6 +729,10 @@ static bool free_pages_prepare(struct page *page, unsigned int order)
+@@ -729,6 +730,10 @@ static bool free_pages_prepare(struct page *page, unsigned int order)
  	int i;
  	int bad = 0;
  
@@ -95706,7 +95196,7 @@ index 7387a67..67105e4 100644
  	trace_mm_page_free(page, order);
  	kmemcheck_free_shadow(page, order);
  
-@@ -744,6 +749,12 @@ static bool free_pages_prepare(struct page *page, unsigned int order)
+@@ -745,6 +750,12 @@ static bool free_pages_prepare(struct page *page, unsigned int order)
  		debug_check_no_obj_freed(page_address(page),
  					   PAGE_SIZE << order);
  	}
@@ -95719,7 +95209,7 @@ index 7387a67..67105e4 100644
  	arch_free_page(page, order);
  	kernel_map_pages(page, 1 << order, 0);
  
-@@ -766,6 +777,20 @@ static void __free_pages_ok(struct page *page, unsigned int order)
+@@ -767,6 +778,20 @@ static void __free_pages_ok(struct page *page, unsigned int order)
  	local_irq_restore(flags);
  }
  
@@ -95740,7 +95230,7 @@ index 7387a67..67105e4 100644
  void __init __free_pages_bootmem(struct page *page, unsigned int order)
  {
  	unsigned int nr_pages = 1 << order;
-@@ -781,6 +806,19 @@ void __init __free_pages_bootmem(struct page *page, unsigned int order)
+@@ -782,6 +807,19 @@ void __init __free_pages_bootmem(struct page *page, unsigned int order)
  	__ClearPageReserved(p);
  	set_page_count(p, 0);
  
@@ -95760,7 +95250,7 @@ index 7387a67..67105e4 100644
  	page_zone(page)->managed_pages += nr_pages;
  	set_page_refcounted(page);
  	__free_pages(page, order);
-@@ -897,8 +935,10 @@ static int prep_new_page(struct page *page, int order, gfp_t gfp_flags)
+@@ -898,8 +936,10 @@ static int prep_new_page(struct page *page, int order, gfp_t gfp_flags)
  	arch_alloc_page(page, order);
  	kernel_map_pages(page, 1 << order, 1);
  
@@ -95771,7 +95261,7 @@ index 7387a67..67105e4 100644
  
  	if (order && (gfp_flags & __GFP_COMP))
  		prep_compound_page(page, order);
-@@ -2401,7 +2441,7 @@ static void reset_alloc_batches(struct zonelist *zonelist,
+@@ -2402,7 +2442,7 @@ static void reset_alloc_batches(struct zonelist *zonelist,
  			continue;
  		mod_zone_page_state(zone, NR_ALLOC_BATCH,
  			high_wmark_pages(zone) - low_wmark_pages(zone) -
@@ -95780,12 +95270,6 @@ index 7387a67..67105e4 100644
  	}
  }
  
-@@ -6565,4 +6605,4 @@ void dump_page(struct page *page, char *reason)
- {
- 	dump_page_badflags(page, reason, 0);
- }
--EXPORT_SYMBOL_GPL(dump_page);
-+EXPORT_SYMBOL(dump_page);
 diff --git a/mm/page_io.c b/mm/page_io.c
 index 7c59ef6..1358905 100644
 --- a/mm/page_io.c
@@ -95800,10 +95284,10 @@ index 7c59ef6..1358905 100644
  		};
  
 diff --git a/mm/percpu.c b/mm/percpu.c
-index a2a54a8..43ecb68 100644
+index 2ddf9a9..f8fc075 100644
 --- a/mm/percpu.c
 +++ b/mm/percpu.c
-@@ -122,7 +122,7 @@ static unsigned int pcpu_low_unit_cpu __read_mostly;
+@@ -123,7 +123,7 @@ static unsigned int pcpu_low_unit_cpu __read_mostly;
  static unsigned int pcpu_high_unit_cpu __read_mostly;
  
  /* the address of the first chunk which starts with the kernel static area */
@@ -95813,7 +95297,7 @@ index a2a54a8..43ecb68 100644
  
  static const int *pcpu_unit_map __read_mostly;		/* cpu -> unit */
 diff --git a/mm/process_vm_access.c b/mm/process_vm_access.c
-index fd26d04..0cea1b0 100644
+index 8505c92..946bfc9 100644
 --- a/mm/process_vm_access.c
 +++ b/mm/process_vm_access.c
 @@ -13,6 +13,7 @@
@@ -95824,9 +95308,9 @@ index fd26d04..0cea1b0 100644
  #include <linux/ptrace.h>
  #include <linux/slab.h>
  #include <linux/syscalls.h>
-@@ -258,19 +259,19 @@ static ssize_t process_vm_rw_core(pid_t pid, const struct iovec *lvec,
- 	size_t iov_l_curr_offset = 0;
+@@ -161,19 +162,19 @@ static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter,
  	ssize_t iov_len;
+ 	size_t total_len = iov_iter_count(iter);
  
 +	return -ENOSYS; // PaX: until properly audited
 +
@@ -95851,7 +95335,7 @@ index fd26d04..0cea1b0 100644
  	}
  
  	if (nr_pages == 0)
-@@ -298,6 +299,11 @@ static ssize_t process_vm_rw_core(pid_t pid, const struct iovec *lvec,
+@@ -201,6 +202,11 @@ static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter,
  		goto free_proc_pages;
  	}
  
@@ -95864,7 +95348,7 @@ index fd26d04..0cea1b0 100644
  	if (!mm || IS_ERR(mm)) {
  		rc = IS_ERR(mm) ? PTR_ERR(mm) : -ESRCH;
 diff --git a/mm/rmap.c b/mm/rmap.c
-index 5d91bb7..3784601 100644
+index 83bfafa..660f059 100644
 --- a/mm/rmap.c
 +++ b/mm/rmap.c
 @@ -163,6 +163,10 @@ int anon_vma_prepare(struct vm_area_struct *vma)
@@ -95967,7 +95451,7 @@ index 5d91bb7..3784601 100644
  
  /*
 diff --git a/mm/shmem.c b/mm/shmem.c
-index 1f18c9d..b550bab 100644
+index 9f70e02..daac1da 100644
 --- a/mm/shmem.c
 +++ b/mm/shmem.c
 @@ -33,7 +33,7 @@
@@ -95999,7 +95483,7 @@ index 1f18c9d..b550bab 100644
  	pgoff_t start;		/* start of range currently being fallocated */
  	pgoff_t next;		/* the next page offset to be fallocated */
  	pgoff_t nr_falloced;	/* how many new pages have been fallocated */
-@@ -824,6 +825,7 @@ static int shmem_writepage(struct page *page, struct writeback_control *wbc)
+@@ -759,6 +760,7 @@ static int shmem_writepage(struct page *page, struct writeback_control *wbc)
  			spin_lock(&inode->i_lock);
  			shmem_falloc = inode->i_private;
  			if (shmem_falloc &&
@@ -96007,7 +95491,7 @@ index 1f18c9d..b550bab 100644
  			    index >= shmem_falloc->start &&
  			    index < shmem_falloc->next)
  				shmem_falloc->nr_unswapped++;
-@@ -1298,6 +1300,43 @@ static int shmem_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
+@@ -1233,6 +1235,43 @@ static int shmem_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
  	int error;
  	int ret = VM_FAULT_LOCKED;
  
@@ -96051,7 +95535,7 @@ index 1f18c9d..b550bab 100644
  	error = shmem_getpage(inode, vmf->pgoff, &vmf->page, SGP_CACHE, &ret);
  	if (error)
  		return ((error == -ENOMEM) ? VM_FAULT_OOM : VM_FAULT_SIGBUS);
-@@ -1813,18 +1852,26 @@ static long shmem_fallocate(struct file *file, int mode, loff_t offset,
+@@ -1730,18 +1769,26 @@ static long shmem_fallocate(struct file *file, int mode, loff_t offset,
  
  	mutex_lock(&inode->i_mutex);
  
@@ -96079,7 +95563,7 @@ index 1f18c9d..b550bab 100644
  	}
  
  	/* We need to check rlimit even when FALLOC_FL_KEEP_SIZE */
-@@ -2218,6 +2265,11 @@ static const struct xattr_handler *shmem_xattr_handlers[] = {
+@@ -2135,6 +2182,11 @@ static const struct xattr_handler *shmem_xattr_handlers[] = {
  static int shmem_xattr_validate(const char *name)
  {
  	struct { const char *prefix; size_t len; } arr[] = {
@@ -96091,7 +95575,7 @@ index 1f18c9d..b550bab 100644
  		{ XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN },
  		{ XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN }
  	};
-@@ -2273,6 +2325,15 @@ static int shmem_setxattr(struct dentry *dentry, const char *name,
+@@ -2190,6 +2242,15 @@ static int shmem_setxattr(struct dentry *dentry, const char *name,
  	if (err)
  		return err;
  
@@ -96107,7 +95591,7 @@ index 1f18c9d..b550bab 100644
  	return simple_xattr_set(&info->xattrs, name, value, size, flags);
  }
  
-@@ -2585,8 +2646,7 @@ int shmem_fill_super(struct super_block *sb, void *data, int silent)
+@@ -2502,8 +2563,7 @@ int shmem_fill_super(struct super_block *sb, void *data, int silent)
  	int err = -ENOMEM;
  
  	/* Round up to L1_CACHE_BYTES to resist false sharing */
@@ -96118,10 +95602,10 @@ index 1f18c9d..b550bab 100644
  		return -ENOMEM;
  
 diff --git a/mm/slab.c b/mm/slab.c
-index b264214..83872cd 100644
+index 19d9218..8a39707 100644
 --- a/mm/slab.c
 +++ b/mm/slab.c
-@@ -300,10 +300,12 @@ static void kmem_cache_node_init(struct kmem_cache_node *parent)
+@@ -311,10 +311,12 @@ static void kmem_cache_node_init(struct kmem_cache_node *parent)
  		if ((x)->max_freeable < i)				\
  			(x)->max_freeable = i;				\
  	} while (0)
@@ -96138,7 +95622,7 @@ index b264214..83872cd 100644
  #else
  #define	STATS_INC_ACTIVE(x)	do { } while (0)
  #define	STATS_DEC_ACTIVE(x)	do { } while (0)
-@@ -320,6 +322,8 @@ static void kmem_cache_node_init(struct kmem_cache_node *parent)
+@@ -331,6 +333,8 @@ static void kmem_cache_node_init(struct kmem_cache_node *parent)
  #define STATS_INC_ALLOCMISS(x)	do { } while (0)
  #define STATS_INC_FREEHIT(x)	do { } while (0)
  #define STATS_INC_FREEMISS(x)	do { } while (0)
@@ -96147,7 +95631,7 @@ index b264214..83872cd 100644
  #endif
  
  #if DEBUG
-@@ -403,7 +407,7 @@ static inline void *index_to_obj(struct kmem_cache *cache, struct page *page,
+@@ -414,7 +418,7 @@ static inline void *index_to_obj(struct kmem_cache *cache, struct page *page,
   *   reciprocal_divide(offset, cache->reciprocal_buffer_size)
   */
  static inline unsigned int obj_to_index(const struct kmem_cache *cache,
@@ -96156,7 +95640,7 @@ index b264214..83872cd 100644
  {
  	u32 offset = (obj - page->s_mem);
  	return reciprocal_divide(offset, cache->reciprocal_buffer_size);
-@@ -1489,12 +1493,12 @@ void __init kmem_cache_init(void)
+@@ -1506,12 +1510,12 @@ void __init kmem_cache_init(void)
  	 */
  
  	kmalloc_caches[INDEX_AC] = create_kmalloc_cache("kmalloc-ac",
@@ -96171,7 +95655,7 @@ index b264214..83872cd 100644
  
  	slab_early_init = 0;
  
-@@ -3428,6 +3432,21 @@ static inline void __cache_free(struct kmem_cache *cachep, void *objp,
+@@ -3464,6 +3468,21 @@ static inline void __cache_free(struct kmem_cache *cachep, void *objp,
  	struct array_cache *ac = cpu_cache_get(cachep);
  
  	check_irq_off();
@@ -96193,7 +95677,7 @@ index b264214..83872cd 100644
  	kmemleak_free_recursive(objp, cachep->flags);
  	objp = cache_free_debugcheck(cachep, objp, caller);
  
-@@ -3656,6 +3675,7 @@ void kfree(const void *objp)
+@@ -3687,6 +3706,7 @@ void kfree(const void *objp)
  
  	if (unlikely(ZERO_OR_NULL_PTR(objp)))
  		return;
@@ -96201,7 +95685,7 @@ index b264214..83872cd 100644
  	local_irq_save(flags);
  	kfree_debugcheck(objp);
  	c = virt_to_cache(objp);
-@@ -4097,14 +4117,22 @@ void slabinfo_show_stats(struct seq_file *m, struct kmem_cache *cachep)
+@@ -4128,14 +4148,22 @@ void slabinfo_show_stats(struct seq_file *m, struct kmem_cache *cachep)
  	}
  	/* cpu stats */
  	{
@@ -96228,7 +95712,7 @@ index b264214..83872cd 100644
  #endif
  }
  
-@@ -4334,13 +4362,69 @@ static const struct file_operations proc_slabstats_operations = {
+@@ -4365,13 +4393,69 @@ static const struct file_operations proc_slabstats_operations = {
  static int __init slab_proc_init(void)
  {
  #ifdef CONFIG_DEBUG_SLAB_LEAK
@@ -96300,7 +95784,7 @@ index b264214..83872cd 100644
   * ksize - get the actual amount of memory allocated for a given object
   * @objp: Pointer to the object
 diff --git a/mm/slab.h b/mm/slab.h
-index 8184a7c..ab27737 100644
+index 6bd4c35..97565a1 100644
 --- a/mm/slab.h
 +++ b/mm/slab.h
 @@ -32,6 +32,15 @@ extern struct list_head slab_caches;
@@ -96319,7 +95803,7 @@ index 8184a7c..ab27737 100644
  unsigned long calculate_alignment(unsigned long flags,
  		unsigned long align, unsigned long size);
  
-@@ -67,7 +76,8 @@ __kmem_cache_alias(struct mem_cgroup *memcg, const char *name, size_t size,
+@@ -67,7 +76,8 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
  
  /* Legal flag mask for kmem_cache_create(), for various configurations */
  #define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | SLAB_PANIC | \
@@ -96329,7 +95813,7 @@ index 8184a7c..ab27737 100644
  
  #if defined(CONFIG_DEBUG_SLAB)
  #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
-@@ -257,6 +267,9 @@ static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x)
+@@ -245,6 +255,9 @@ static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x)
  		return s;
  
  	page = virt_to_head_page(x);
@@ -96340,7 +95824,7 @@ index 8184a7c..ab27737 100644
  	if (slab_equal_or_root(cachep, s))
  		return cachep;
 diff --git a/mm/slab_common.c b/mm/slab_common.c
-index 1ec3c61..2067c11 100644
+index 102cc6f..c7aab3d 100644
 --- a/mm/slab_common.c
 +++ b/mm/slab_common.c
 @@ -23,11 +23,22 @@
@@ -96365,9 +95849,9 @@ index 1ec3c61..2067c11 100644
 +#endif
 +
  #ifdef CONFIG_DEBUG_VM
- static int kmem_cache_sanity_check(struct mem_cgroup *memcg, const char *name,
- 				   size_t size)
-@@ -225,7 +236,7 @@ kmem_cache_create_memcg(struct mem_cgroup *memcg, const char *name, size_t size,
+ static int kmem_cache_sanity_check(const char *name, size_t size)
+ {
+@@ -158,7 +169,7 @@ do_kmem_cache_create(char *name, size_t object_size, size_t size, size_t align,
  	if (err)
  		goto out_free_cache;
  
@@ -96375,18 +95859,27 @@ index 1ec3c61..2067c11 100644
 +	atomic_set(&s->refcount, 1);
  	list_add(&s->list, &slab_caches);
  	memcg_register_cache(s);
- 
-@@ -278,8 +289,7 @@ void kmem_cache_destroy(struct kmem_cache *s)
- 
+ out:
+@@ -334,8 +345,7 @@ void kmem_cache_destroy(struct kmem_cache *s)
  	get_online_cpus();
  	mutex_lock(&slab_mutex);
+ 
 -	s->refcount--;
--	if (!s->refcount) {
-+	if (atomic_dec_and_test(&s->refcount)) {
- 		list_del(&s->list);
+-	if (s->refcount)
++	if (!atomic_dec_and_test(&s->refcount))
+ 		goto out_unlock;
+ 
+ 	if (kmem_cache_destroy_memcg_children(s) != 0)
+@@ -358,7 +368,7 @@ void kmem_cache_destroy(struct kmem_cache *s)
+ 		rcu_barrier();
  
- 		if (!__kmem_cache_shutdown(s)) {
-@@ -326,7 +336,7 @@ void __init create_boot_cache(struct kmem_cache *s, const char *name, size_t siz
+ 	memcg_free_cache_params(s);
+-#ifdef SLAB_SUPPORTS_SYSFS
++#if defined(SLAB_SUPPORTS_SYSFS) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
+ 	sysfs_slab_remove(s);
+ #else
+ 	slab_kmem_cache_release(s);
+@@ -393,7 +403,7 @@ void __init create_boot_cache(struct kmem_cache *s, const char *name, size_t siz
  		panic("Creation of kmalloc slab %s size=%zu failed. Reason %d\n",
  					name, size, err);
  
@@ -96395,7 +95888,7 @@ index 1ec3c61..2067c11 100644
  }
  
  struct kmem_cache *__init create_kmalloc_cache(const char *name, size_t size,
-@@ -339,7 +349,7 @@ struct kmem_cache *__init create_kmalloc_cache(const char *name, size_t size,
+@@ -406,7 +416,7 @@ struct kmem_cache *__init create_kmalloc_cache(const char *name, size_t size,
  
  	create_boot_cache(s, name, size, flags);
  	list_add(&s->list, &slab_caches);
@@ -96404,7 +95897,7 @@ index 1ec3c61..2067c11 100644
  	return s;
  }
  
-@@ -351,6 +361,11 @@ struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
+@@ -418,6 +428,11 @@ struct kmem_cache *kmalloc_dma_caches[KMALLOC_SHIFT_HIGH + 1];
  EXPORT_SYMBOL(kmalloc_dma_caches);
  #endif
  
@@ -96416,7 +95909,7 @@ index 1ec3c61..2067c11 100644
  /*
   * Conversion table for small slabs sizes / 8 to the index in the
   * kmalloc array. This is necessary for slabs < 192 since we have non power
-@@ -415,6 +430,13 @@ struct kmem_cache *kmalloc_slab(size_t size, gfp_t flags)
+@@ -482,6 +497,13 @@ struct kmem_cache *kmalloc_slab(size_t size, gfp_t flags)
  		return kmalloc_dma_caches[index];
  
  #endif
@@ -96430,7 +95923,7 @@ index 1ec3c61..2067c11 100644
  	return kmalloc_caches[index];
  }
  
-@@ -471,7 +493,7 @@ void __init create_kmalloc_caches(unsigned long flags)
+@@ -538,7 +560,7 @@ void __init create_kmalloc_caches(unsigned long flags)
  	for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) {
  		if (!kmalloc_caches[i]) {
  			kmalloc_caches[i] = create_kmalloc_cache(NULL,
@@ -96439,7 +95932,7 @@ index 1ec3c61..2067c11 100644
  		}
  
  		/*
-@@ -480,10 +502,10 @@ void __init create_kmalloc_caches(unsigned long flags)
+@@ -547,10 +569,10 @@ void __init create_kmalloc_caches(unsigned long flags)
  		 * earlier power of two caches
  		 */
  		if (KMALLOC_MIN_SIZE <= 32 && !kmalloc_caches[1] && i == 6)
@@ -96452,7 +95945,7 @@ index 1ec3c61..2067c11 100644
  	}
  
  	/* Kmalloc array is now usable */
-@@ -516,6 +538,23 @@ void __init create_kmalloc_caches(unsigned long flags)
+@@ -583,6 +605,23 @@ void __init create_kmalloc_caches(unsigned long flags)
  		}
  	}
  #endif
@@ -96476,7 +95969,7 @@ index 1ec3c61..2067c11 100644
  }
  #endif /* !CONFIG_SLOB */
  
-@@ -556,6 +595,9 @@ void print_slabinfo_header(struct seq_file *m)
+@@ -623,6 +662,9 @@ void print_slabinfo_header(struct seq_file *m)
  	seq_puts(m, " : globalstat <listallocs> <maxobjs> <grown> <reaped> "
  		 "<error> <maxfreeable> <nodeallocs> <remotefrees> <alienoverflow>");
  	seq_puts(m, " : cpustat <allochit> <allocmiss> <freehit> <freemiss>");
@@ -96487,7 +95980,7 @@ index 1ec3c61..2067c11 100644
  	seq_putc(m, '\n');
  }
 diff --git a/mm/slob.c b/mm/slob.c
-index 4bf8809..98a6914 100644
+index 730cad4..8cfd442 100644
 --- a/mm/slob.c
 +++ b/mm/slob.c
 @@ -157,7 +157,7 @@ static void set_slob(slob_t *s, slobidx_t size, slob_t *next)
@@ -96565,7 +96058,7 @@ index 4bf8809..98a6914 100644
  		sp->units = SLOB_UNITS(PAGE_SIZE);
  		sp->freelist = b;
 +		sp->private = 0;
- 		INIT_LIST_HEAD(&sp->list);
+ 		INIT_LIST_HEAD(&sp->lru);
  		set_slob(b, SLOB_UNITS(PAGE_SIZE), b + SLOB_UNITS(PAGE_SIZE));
  		set_slob_page_free(sp, slob_list);
 @@ -359,12 +363,15 @@ static void slob_free(void *block, int size)
@@ -96858,7 +96351,7 @@ index 4bf8809..98a6914 100644
  EXPORT_SYMBOL(kmem_cache_free);
  
 diff --git a/mm/slub.c b/mm/slub.c
-index 25f14ad..c904f6f 100644
+index 2b1ce69..4a2193f 100644
 --- a/mm/slub.c
 +++ b/mm/slub.c
 @@ -207,7 +207,7 @@ struct track {
@@ -96869,8 +96362,8 @@ index 25f14ad..c904f6f 100644
 +#if defined(CONFIG_SYSFS) && !defined(CONFIG_GRKERNSEC_PROC_ADD)
  static int sysfs_slab_add(struct kmem_cache *);
  static int sysfs_slab_alias(struct kmem_cache *, const char *);
- static void sysfs_slab_remove(struct kmem_cache *);
-@@ -545,7 +545,7 @@ static void print_track(const char *s, struct track *t)
+ static void memcg_propagate_slab_attrs(struct kmem_cache *s);
+@@ -546,7 +546,7 @@ static void print_track(const char *s, struct track *t)
  	if (!t->addr)
  		return;
  
@@ -96913,7 +96406,7 @@ index 25f14ad..c904f6f 100644
  		s->ctor)) {
  		/*
  		 * Relocate free pointer after the object if it is not
-@@ -3359,6 +3370,59 @@ void *__kmalloc_node(size_t size, gfp_t flags, int node)
+@@ -3343,6 +3354,59 @@ void *__kmalloc_node(size_t size, gfp_t flags, int node)
  EXPORT_SYMBOL(__kmalloc_node);
  #endif
  
@@ -96973,7 +96466,7 @@ index 25f14ad..c904f6f 100644
  size_t ksize(const void *object)
  {
  	struct page *page;
-@@ -3387,6 +3451,7 @@ void kfree(const void *x)
+@@ -3371,6 +3435,7 @@ void kfree(const void *x)
  	if (unlikely(ZERO_OR_NULL_PTR(x)))
  		return;
  
@@ -96981,7 +96474,7 @@ index 25f14ad..c904f6f 100644
  	page = virt_to_head_page(x);
  	if (unlikely(!PageSlab(page))) {
  		BUG_ON(!PageCompound(page));
-@@ -3692,7 +3757,7 @@ static int slab_unmergeable(struct kmem_cache *s)
+@@ -3679,7 +3744,7 @@ static int slab_unmergeable(struct kmem_cache *s)
  	/*
  	 * We may have set a slab to be unmergeable during bootstrap.
  	 */
@@ -96990,17 +96483,17 @@ index 25f14ad..c904f6f 100644
  		return 1;
  
  	return 0;
-@@ -3750,7 +3815,7 @@ __kmem_cache_alias(struct mem_cgroup *memcg, const char *name, size_t size,
+@@ -3736,7 +3801,7 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
+ 		int i;
+ 		struct kmem_cache *c;
  
- 	s = find_mergeable(memcg, size, align, flags, name, ctor);
- 	if (s) {
 -		s->refcount++;
 +		atomic_inc(&s->refcount);
+ 
  		/*
  		 * Adjust the object sizes so that we clear
- 		 * the complete object on kzalloc.
-@@ -3759,7 +3824,7 @@ __kmem_cache_alias(struct mem_cgroup *memcg, const char *name, size_t size,
- 		s->inuse = max_t(int, s->inuse, ALIGN(size, sizeof(void *)));
+@@ -3755,7 +3820,7 @@ __kmem_cache_alias(const char *name, size_t size, size_t align,
+ 		}
  
  		if (sysfs_slab_alias(s, name)) {
 -			s->refcount--;
@@ -97008,7 +96501,7 @@ index 25f14ad..c904f6f 100644
  			s = NULL;
  		}
  	}
-@@ -3879,7 +3944,7 @@ void *__kmalloc_node_track_caller(size_t size, gfp_t gfpflags,
+@@ -3872,7 +3937,7 @@ void *__kmalloc_node_track_caller(size_t size, gfp_t gfpflags,
  }
  #endif
  
@@ -97017,7 +96510,7 @@ index 25f14ad..c904f6f 100644
  static int count_inuse(struct page *page)
  {
  	return page->inuse;
-@@ -4163,7 +4228,11 @@ static int list_locations(struct kmem_cache *s, char *buf,
+@@ -4156,7 +4221,11 @@ static int list_locations(struct kmem_cache *s, char *buf,
  		len += sprintf(buf + len, "%7ld ", l->count);
  
  		if (l->addr)
@@ -97029,7 +96522,7 @@ index 25f14ad..c904f6f 100644
  		else
  			len += sprintf(buf + len, "<not-available>");
  
-@@ -4268,12 +4337,12 @@ static void resiliency_test(void)
+@@ -4261,12 +4330,12 @@ static void resiliency_test(void)
  	validate_slab_cache(kmalloc_caches[9]);
  }
  #else
@@ -97044,7 +96537,7 @@ index 25f14ad..c904f6f 100644
  enum slab_stat_type {
  	SL_ALL,			/* All slabs */
  	SL_PARTIAL,		/* Only partially allocated slabs */
-@@ -4513,13 +4582,17 @@ static ssize_t ctor_show(struct kmem_cache *s, char *buf)
+@@ -4506,13 +4575,17 @@ static ssize_t ctor_show(struct kmem_cache *s, char *buf)
  {
  	if (!s->ctor)
  		return 0;
@@ -97063,7 +96556,7 @@ index 25f14ad..c904f6f 100644
  }
  SLAB_ATTR_RO(aliases);
  
-@@ -4607,6 +4680,14 @@ static ssize_t cache_dma_show(struct kmem_cache *s, char *buf)
+@@ -4600,6 +4673,14 @@ static ssize_t cache_dma_show(struct kmem_cache *s, char *buf)
  SLAB_ATTR_RO(cache_dma);
  #endif
  
@@ -97078,7 +96571,7 @@ index 25f14ad..c904f6f 100644
  static ssize_t destroy_by_rcu_show(struct kmem_cache *s, char *buf)
  {
  	return sprintf(buf, "%d\n", !!(s->flags & SLAB_DESTROY_BY_RCU));
-@@ -4941,6 +5022,9 @@ static struct attribute *slab_attrs[] = {
+@@ -4934,6 +5015,9 @@ static struct attribute *slab_attrs[] = {
  #ifdef CONFIG_ZONE_DMA
  	&cache_dma_attr.attr,
  #endif
@@ -97088,7 +96581,7 @@ index 25f14ad..c904f6f 100644
  #ifdef CONFIG_NUMA
  	&remote_node_defrag_ratio_attr.attr,
  #endif
-@@ -5173,6 +5257,7 @@ static char *create_unique_id(struct kmem_cache *s)
+@@ -5184,6 +5268,7 @@ static char *create_unique_id(struct kmem_cache *s)
  	return name;
  }
  
@@ -97096,7 +96589,7 @@ index 25f14ad..c904f6f 100644
  static int sysfs_slab_add(struct kmem_cache *s)
  {
  	int err;
-@@ -5230,6 +5315,7 @@ static void sysfs_slab_remove(struct kmem_cache *s)
+@@ -5257,6 +5342,7 @@ void sysfs_slab_remove(struct kmem_cache *s)
  	kobject_del(&s->kobj);
  	kobject_put(&s->kobj);
  }
@@ -97104,7 +96597,7 @@ index 25f14ad..c904f6f 100644
  
  /*
   * Need to buffer aliases during bootup until sysfs becomes
-@@ -5243,6 +5329,7 @@ struct saved_alias {
+@@ -5270,6 +5356,7 @@ struct saved_alias {
  
  static struct saved_alias *alias_list;
  
@@ -97112,7 +96605,7 @@ index 25f14ad..c904f6f 100644
  static int sysfs_slab_alias(struct kmem_cache *s, const char *name)
  {
  	struct saved_alias *al;
-@@ -5265,6 +5352,7 @@ static int sysfs_slab_alias(struct kmem_cache *s, const char *name)
+@@ -5292,6 +5379,7 @@ static int sysfs_slab_alias(struct kmem_cache *s, const char *name)
  	alias_list = al;
  	return 0;
  }
@@ -97143,10 +96636,10 @@ index 4cba9c2..b4f9fcc 100644
  	return pgd;
  }
 diff --git a/mm/sparse.c b/mm/sparse.c
-index 63c3ea5..95c0858 100644
+index d1b48b6..6e8590e 100644
 --- a/mm/sparse.c
 +++ b/mm/sparse.c
-@@ -748,7 +748,7 @@ static void clear_hwpoisoned_pages(struct page *memmap, int nr_pages)
+@@ -750,7 +750,7 @@ static void clear_hwpoisoned_pages(struct page *memmap, int nr_pages)
  
  	for (i = 0; i < PAGES_PER_SECTION; i++) {
  		if (PageHWPoison(&memmap[i])) {
@@ -97156,7 +96649,7 @@ index 63c3ea5..95c0858 100644
  		}
  	}
 diff --git a/mm/swap.c b/mm/swap.c
-index 0092097..33361ff 100644
+index 9ce43ba..43bdc4c 100644
 --- a/mm/swap.c
 +++ b/mm/swap.c
 @@ -31,6 +31,7 @@
@@ -97228,10 +96721,10 @@ index 4a7f7e6..22cddf5 100644
  
  	if (S_ISREG(inode->i_mode))
 diff --git a/mm/util.c b/mm/util.c
-index a24aa22..a0d41ae 100644
+index d5ea733..e8953f9 100644
 --- a/mm/util.c
 +++ b/mm/util.c
-@@ -297,6 +297,12 @@ done:
+@@ -299,6 +299,12 @@ done:
  void arch_pick_mmap_layout(struct mm_struct *mm)
  {
  	mm->mmap_base = TASK_UNMAPPED_BASE;
@@ -97244,11 +96737,21 @@ index a24aa22..a0d41ae 100644
  	mm->get_unmapped_area = arch_get_unmapped_area;
  }
  #endif
+@@ -475,6 +481,9 @@ int get_cmdline(struct task_struct *task, char *buffer, int buflen)
+ 	if (!mm->arg_end)
+ 		goto out_mm;	/* Shh! No looking before we're done */
+ 
++	if (gr_acl_handle_procpidmem(task))
++		goto out_mm;
++
+ 	len = mm->arg_end - mm->arg_start;
+ 
+ 	if (len > buflen)
 diff --git a/mm/vmalloc.c b/mm/vmalloc.c
-index 0fdf968..f044efb 100644
+index bf233b2..680f9ef 100644
 --- a/mm/vmalloc.c
 +++ b/mm/vmalloc.c
-@@ -38,6 +38,21 @@ struct vfree_deferred {
+@@ -40,6 +40,21 @@ struct vfree_deferred {
  };
  static DEFINE_PER_CPU(struct vfree_deferred, vfree_deferred);
  
@@ -97270,7 +96773,7 @@ index 0fdf968..f044efb 100644
  static void __vunmap(const void *, int);
  
  static void free_work(struct work_struct *w)
-@@ -45,12 +60,30 @@ static void free_work(struct work_struct *w)
+@@ -47,12 +62,30 @@ static void free_work(struct work_struct *w)
  	struct vfree_deferred *p = container_of(w, struct vfree_deferred, wq);
  	struct llist_node *llnode = llist_del_all(&p->list);
  	while (llnode) {
@@ -97303,7 +96806,7 @@ index 0fdf968..f044efb 100644
  /*** Page table manipulation functions ***/
  
  static void vunmap_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end)
-@@ -59,8 +92,19 @@ static void vunmap_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end)
+@@ -61,8 +94,19 @@ static void vunmap_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end)
  
  	pte = pte_offset_kernel(pmd, addr);
  	do {
@@ -97325,7 +96828,7 @@ index 0fdf968..f044efb 100644
  	} while (pte++, addr += PAGE_SIZE, addr != end);
  }
  
-@@ -120,16 +164,29 @@ static int vmap_pte_range(pmd_t *pmd, unsigned long addr,
+@@ -122,16 +166,29 @@ static int vmap_pte_range(pmd_t *pmd, unsigned long addr,
  	pte = pte_alloc_kernel(pmd, addr);
  	if (!pte)
  		return -ENOMEM;
@@ -97357,7 +96860,7 @@ index 0fdf968..f044efb 100644
  	return 0;
  }
  
-@@ -139,7 +196,7 @@ static int vmap_pmd_range(pud_t *pud, unsigned long addr,
+@@ -141,7 +198,7 @@ static int vmap_pmd_range(pud_t *pud, unsigned long addr,
  	pmd_t *pmd;
  	unsigned long next;
  
@@ -97366,7 +96869,7 @@ index 0fdf968..f044efb 100644
  	if (!pmd)
  		return -ENOMEM;
  	do {
-@@ -156,7 +213,7 @@ static int vmap_pud_range(pgd_t *pgd, unsigned long addr,
+@@ -158,7 +215,7 @@ static int vmap_pud_range(pgd_t *pgd, unsigned long addr,
  	pud_t *pud;
  	unsigned long next;
  
@@ -97375,7 +96878,7 @@ index 0fdf968..f044efb 100644
  	if (!pud)
  		return -ENOMEM;
  	do {
-@@ -216,6 +273,12 @@ int is_vmalloc_or_module_addr(const void *x)
+@@ -218,6 +275,12 @@ int is_vmalloc_or_module_addr(const void *x)
  	if (addr >= MODULES_VADDR && addr < MODULES_END)
  		return 1;
  #endif
@@ -97388,7 +96891,7 @@ index 0fdf968..f044efb 100644
  	return is_vmalloc_addr(x);
  }
  
-@@ -236,8 +299,14 @@ struct page *vmalloc_to_page(const void *vmalloc_addr)
+@@ -238,8 +301,14 @@ struct page *vmalloc_to_page(const void *vmalloc_addr)
  
  	if (!pgd_none(*pgd)) {
  		pud_t *pud = pud_offset(pgd, addr);
@@ -97403,7 +96906,7 @@ index 0fdf968..f044efb 100644
  			if (!pmd_none(*pmd)) {
  				pte_t *ptep, pte;
  
-@@ -1175,13 +1244,23 @@ void __init vmalloc_init(void)
+@@ -1183,13 +1252,23 @@ void __init vmalloc_init(void)
  	for_each_possible_cpu(i) {
  		struct vmap_block_queue *vbq;
  		struct vfree_deferred *p;
@@ -97427,7 +96930,7 @@ index 0fdf968..f044efb 100644
  	}
  
  	/* Import existing vmlist entries. */
-@@ -1309,6 +1388,16 @@ static struct vm_struct *__get_vm_area_node(unsigned long size,
+@@ -1317,6 +1396,16 @@ static struct vm_struct *__get_vm_area_node(unsigned long size,
  	struct vm_struct *area;
  
  	BUG_ON(in_interrupt());
@@ -97444,7 +96947,7 @@ index 0fdf968..f044efb 100644
  	if (flags & VM_IOREMAP)
  		align = 1ul << clamp(fls(size), PAGE_SHIFT, IOREMAP_MAX_ORDER);
  
-@@ -1503,7 +1592,7 @@ EXPORT_SYMBOL(vfree);
+@@ -1511,7 +1600,7 @@ EXPORT_SYMBOL(vfree);
   *	Free the virtually contiguous memory area starting at @addr,
   *	which was created from the page array passed to vmap().
   *
@@ -97453,7 +96956,7 @@ index 0fdf968..f044efb 100644
   */
  void vunmap(const void *addr)
  {
-@@ -1514,6 +1603,23 @@ void vunmap(const void *addr)
+@@ -1522,6 +1611,23 @@ void vunmap(const void *addr)
  }
  EXPORT_SYMBOL(vunmap);
  
@@ -97477,7 +96980,7 @@ index 0fdf968..f044efb 100644
  /**
   *	vmap  -  map an array of pages into virtually contiguous space
   *	@pages:		array of page pointers
-@@ -1534,6 +1640,11 @@ void *vmap(struct page **pages, unsigned int count,
+@@ -1542,6 +1648,11 @@ void *vmap(struct page **pages, unsigned int count,
  	if (count > totalram_pages)
  		return NULL;
  
@@ -97489,7 +96992,7 @@ index 0fdf968..f044efb 100644
  	area = get_vm_area_caller((count << PAGE_SHIFT), flags,
  					__builtin_return_address(0));
  	if (!area)
-@@ -1634,6 +1745,13 @@ void *__vmalloc_node_range(unsigned long size, unsigned long align,
+@@ -1642,6 +1753,13 @@ void *__vmalloc_node_range(unsigned long size, unsigned long align,
  	if (!size || (size >> PAGE_SHIFT) > totalram_pages)
  		goto fail;
  
@@ -97503,7 +97006,7 @@ index 0fdf968..f044efb 100644
  	area = __get_vm_area_node(size, align, VM_ALLOC | VM_UNINITIALIZED,
  				  start, end, node, gfp_mask, caller);
  	if (!area)
-@@ -1810,10 +1928,9 @@ EXPORT_SYMBOL(vzalloc_node);
+@@ -1818,10 +1936,9 @@ EXPORT_SYMBOL(vzalloc_node);
   *	For tight control over page level allocator and protection flags
   *	use __vmalloc() instead.
   */
@@ -97515,7 +97018,7 @@ index 0fdf968..f044efb 100644
  			      NUMA_NO_NODE, __builtin_return_address(0));
  }
  
-@@ -2120,6 +2237,8 @@ int remap_vmalloc_range_partial(struct vm_area_struct *vma, unsigned long uaddr,
+@@ -2128,6 +2245,8 @@ int remap_vmalloc_range_partial(struct vm_area_struct *vma, unsigned long uaddr,
  {
  	struct vm_struct *area;
  
@@ -97524,7 +97027,7 @@ index 0fdf968..f044efb 100644
  	size = PAGE_ALIGN(size);
  
  	if (!PAGE_ALIGNED(uaddr) || !PAGE_ALIGNED(kaddr))
-@@ -2602,7 +2721,11 @@ static int s_show(struct seq_file *m, void *p)
+@@ -2610,7 +2729,11 @@ static int s_show(struct seq_file *m, void *p)
  		v->addr, v->addr + v->size, v->size);
  
  	if (v->caller)
@@ -97537,7 +97040,7 @@ index 0fdf968..f044efb 100644
  	if (v->nr_pages)
  		seq_printf(m, " pages=%d", v->nr_pages);
 diff --git a/mm/vmstat.c b/mm/vmstat.c
-index def5dd2..4ce55cec 100644
+index 302dd07..3841f1c 100644
 --- a/mm/vmstat.c
 +++ b/mm/vmstat.c
 @@ -20,6 +20,7 @@
@@ -97595,7 +97098,7 @@ index def5dd2..4ce55cec 100644
  		}
  }
  #endif
-@@ -1150,10 +1151,22 @@ static void *vmstat_start(struct seq_file *m, loff_t *pos)
+@@ -1156,10 +1157,22 @@ static void *vmstat_start(struct seq_file *m, loff_t *pos)
  	stat_items_size += sizeof(struct vm_event_state);
  #endif
  
@@ -97619,8 +97122,8 @@ index def5dd2..4ce55cec 100644
  	for (i = 0; i < NR_VM_ZONE_STAT_ITEMS; i++)
  		v[i] = global_page_state(i);
  	v += NR_VM_ZONE_STAT_ITEMS;
-@@ -1302,10 +1315,16 @@ static int __init setup_vmstat(void)
- 	put_online_cpus();
+@@ -1308,10 +1321,16 @@ static int __init setup_vmstat(void)
+ 	cpu_notifier_register_done();
  #endif
  #ifdef CONFIG_PROC_FS
 -	proc_create("buddyinfo", S_IRUGO, NULL, &fragmentation_file_operations);
@@ -97664,10 +97167,10 @@ index 44ebd5c..1f732bae 100644
  
  			vn = net_generic(net, vlan_net_id);
 diff --git a/net/9p/client.c b/net/9p/client.c
-index 9186550..e604a2f 100644
+index 0004cba..feba240 100644
 --- a/net/9p/client.c
 +++ b/net/9p/client.c
-@@ -588,7 +588,7 @@ static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req,
+@@ -596,7 +596,7 @@ static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req,
  				       len - inline_len);
  			} else {
  				err = copy_from_user(ename + inline_len,
@@ -97676,7 +97179,7 @@ index 9186550..e604a2f 100644
  				if (err) {
  					err = -EFAULT;
  					goto out_err;
-@@ -1560,7 +1560,7 @@ p9_client_read(struct p9_fid *fid, char *data, char __user *udata, u64 offset,
+@@ -1571,7 +1571,7 @@ p9_client_read(struct p9_fid *fid, char *data, char __user *udata, u64 offset,
  			kernel_buf = 1;
  			indata = data;
  		} else
@@ -97685,7 +97188,7 @@ index 9186550..e604a2f 100644
  		/*
  		 * response header len is 11
  		 * PDU Header(7) + IO Size (4)
-@@ -1635,7 +1635,7 @@ p9_client_write(struct p9_fid *fid, char *data, const char __user *udata,
+@@ -1646,7 +1646,7 @@ p9_client_write(struct p9_fid *fid, char *data, const char __user *udata,
  			kernel_buf = 1;
  			odata = data;
  		} else
@@ -97717,10 +97220,10 @@ index 6ab36ae..6f1841b 100644
  }
  EXPORT_SYMBOL(v9fs_unregister_trans);
 diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c
-index b7bd7f2..2498bf7 100644
+index 80d08f6..de63fd1 100644
 --- a/net/9p/trans_fd.c
 +++ b/net/9p/trans_fd.c
-@@ -432,7 +432,7 @@ static int p9_fd_write(struct p9_client *client, void *v, int len)
+@@ -428,7 +428,7 @@ static int p9_fd_write(struct p9_client *client, void *v, int len)
  	oldfs = get_fs();
  	set_fs(get_ds());
  	/* The cast to a user pointer is valid due to the set_fs() */
@@ -97783,7 +97286,7 @@ index 876fbe8..8bbea9f 100644
  #undef __HANDLE_ITEM
  }
 diff --git a/net/atm/lec.c b/net/atm/lec.c
-index 5a2f602..9396143 100644
+index 4c5b8ba..95f7005 100644
 --- a/net/atm/lec.c
 +++ b/net/atm/lec.c
 @@ -111,9 +111,9 @@ static inline void lec_arp_put(struct lec_arp_table *entry)
@@ -97921,7 +97424,7 @@ index 919a5ce..cc6b444 100644
  	table = kmemdup(ax25_param_table, sizeof(ax25_param_table), GFP_KERNEL);
  	if (!table)
 diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c
-index d074d06..ad3cfcf 100644
+index f04224c..f326579 100644
 --- a/net/batman-adv/bat_iv_ogm.c
 +++ b/net/batman-adv/bat_iv_ogm.c
 @@ -312,7 +312,7 @@ static int batadv_iv_ogm_iface_enable(struct batadv_hard_iface *hard_iface)
@@ -97955,7 +97458,7 @@ index d074d06..ad3cfcf 100644
  	if (ogm_packet->flags & BATADV_DIRECTLINK)
  		has_directlink_flag = true;
 diff --git a/net/batman-adv/fragmentation.c b/net/batman-adv/fragmentation.c
-index cc1cfd6..7a68e022 100644
+index f14e54a..66f3e2e 100644
 --- a/net/batman-adv/fragmentation.c
 +++ b/net/batman-adv/fragmentation.c
 @@ -446,7 +446,7 @@ bool batadv_frag_send_packet(struct sk_buff *skb,
@@ -97968,11 +97471,11 @@ index cc1cfd6..7a68e022 100644
  	frag_header.no = 0;
  	frag_header.total_size = htons(skb->len);
 diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
-index f82c267..0e56d32 100644
+index 744a59b..8fd037c 100644
 --- a/net/batman-adv/soft-interface.c
 +++ b/net/batman-adv/soft-interface.c
-@@ -283,7 +283,7 @@ send:
- 		       primary_if->net_dev->dev_addr, ETH_ALEN);
+@@ -296,7 +296,7 @@ send:
+ 				primary_if->net_dev->dev_addr);
  
  		/* set broadcast sequence number */
 -		seqno = atomic_inc_return(&bat_priv->bcast_seqno);
@@ -97980,7 +97483,7 @@ index f82c267..0e56d32 100644
  		bcast_packet->seqno = htonl(seqno);
  
  		batadv_add_bcast_packet_to_list(bat_priv, skb, brd_delay);
-@@ -707,7 +707,7 @@ static int batadv_softif_init_late(struct net_device *dev)
+@@ -729,7 +729,7 @@ static int batadv_softif_init_late(struct net_device *dev)
  	atomic_set(&bat_priv->batman_queue_left, BATADV_BATMAN_QUEUE_LEN);
  
  	atomic_set(&bat_priv->mesh_state, BATADV_MESH_INACTIVE);
@@ -97989,7 +97492,7 @@ index f82c267..0e56d32 100644
  	atomic_set(&bat_priv->tt.vn, 0);
  	atomic_set(&bat_priv->tt.local_changes, 0);
  	atomic_set(&bat_priv->tt.ogm_append_cnt, 0);
-@@ -721,7 +721,7 @@ static int batadv_softif_init_late(struct net_device *dev)
+@@ -743,7 +743,7 @@ static int batadv_softif_init_late(struct net_device *dev)
  
  	/* randomize initial seqno to avoid collision */
  	get_random_bytes(&random_seqno, sizeof(random_seqno));
@@ -97999,10 +97502,10 @@ index f82c267..0e56d32 100644
  	bat_priv->primary_if = NULL;
  	bat_priv->num_ifaces = 0;
 diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
-index 78370ab..1cb3614 100644
+index 34891a5..3cfece0 100644
 --- a/net/batman-adv/types.h
 +++ b/net/batman-adv/types.h
-@@ -66,7 +66,7 @@ enum batadv_dhcp_recipient {
+@@ -67,7 +67,7 @@ enum batadv_dhcp_recipient {
  struct batadv_hard_iface_bat_iv {
  	unsigned char *ogm_buff;
  	int ogm_buff_len;
@@ -98011,7 +97514,7 @@ index 78370ab..1cb3614 100644
  };
  
  /**
-@@ -714,7 +714,7 @@ struct batadv_priv {
+@@ -766,7 +766,7 @@ struct batadv_priv {
  	atomic_t bonding;
  	atomic_t fragmentation;
  	atomic_t packet_size_max;
@@ -98020,7 +97523,7 @@ index 78370ab..1cb3614 100644
  #ifdef CONFIG_BATMAN_ADV_BLA
  	atomic_t bridge_loop_avoidance;
  #endif
-@@ -730,7 +730,7 @@ struct batadv_priv {
+@@ -785,7 +785,7 @@ struct batadv_priv {
  #endif
  	uint32_t isolation_mark;
  	uint32_t isolation_mark_mask;
@@ -98030,10 +97533,10 @@ index 78370ab..1cb3614 100644
  	atomic_t batman_queue_left;
  	char num_ifaces;
 diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c
-index 7552f9e..074ce29 100644
+index b9a418e..2af862a 100644
 --- a/net/bluetooth/hci_sock.c
 +++ b/net/bluetooth/hci_sock.c
-@@ -1052,7 +1052,7 @@ static int hci_sock_setsockopt(struct socket *sock, int level, int optname,
+@@ -1053,7 +1053,7 @@ static int hci_sock_setsockopt(struct socket *sock, int level, int optname,
  			uf.event_mask[1] = *((u32 *) f->event_mask + 1);
  		}
  
@@ -98043,10 +97546,10 @@ index 7552f9e..074ce29 100644
  			err = -EFAULT;
  			break;
 diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
-index 6afa3b4..7a14180 100644
+index dc4d301..4975bac 100644
 --- a/net/bluetooth/l2cap_core.c
 +++ b/net/bluetooth/l2cap_core.c
-@@ -3740,8 +3740,10 @@ static int l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len,
+@@ -3536,8 +3536,10 @@ static int l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len,
  			break;
  
  		case L2CAP_CONF_RFC:
@@ -98060,10 +97563,10 @@ index 6afa3b4..7a14180 100644
  			if (test_bit(CONF_STATE2_DEVICE, &chan->conf_state) &&
  			    rfc.mode != chan->mode)
 diff --git a/net/bluetooth/l2cap_sock.c b/net/bluetooth/l2cap_sock.c
-index d58f76b..b69600a 100644
+index ef5e5b0..7d904ad 100644
 --- a/net/bluetooth/l2cap_sock.c
 +++ b/net/bluetooth/l2cap_sock.c
-@@ -625,7 +625,8 @@ static int l2cap_sock_setsockopt_old(struct socket *sock, int optname,
+@@ -628,7 +628,8 @@ static int l2cap_sock_setsockopt_old(struct socket *sock, int optname,
  	struct sock *sk = sock->sk;
  	struct l2cap_chan *chan = l2cap_pi(sk)->chan;
  	struct l2cap_options opts;
@@ -98073,7 +97576,7 @@ index d58f76b..b69600a 100644
  	u32 opt;
  
  	BT_DBG("sk %p", sk);
-@@ -652,7 +653,7 @@ static int l2cap_sock_setsockopt_old(struct socket *sock, int optname,
+@@ -655,7 +656,7 @@ static int l2cap_sock_setsockopt_old(struct socket *sock, int optname,
  		opts.max_tx   = chan->max_tx;
  		opts.txwin_size = chan->tx_win;
  
@@ -98082,7 +97585,7 @@ index d58f76b..b69600a 100644
  		if (copy_from_user((char *) &opts, optval, len)) {
  			err = -EFAULT;
  			break;
-@@ -734,7 +735,8 @@ static int l2cap_sock_setsockopt(struct socket *sock, int level, int optname,
+@@ -742,7 +743,8 @@ static int l2cap_sock_setsockopt(struct socket *sock, int level, int optname,
  	struct bt_security sec;
  	struct bt_power pwr;
  	struct l2cap_conn *conn;
@@ -98092,7 +97595,7 @@ index d58f76b..b69600a 100644
  	u32 opt;
  
  	BT_DBG("sk %p", sk);
-@@ -757,7 +759,7 @@ static int l2cap_sock_setsockopt(struct socket *sock, int level, int optname,
+@@ -766,7 +768,7 @@ static int l2cap_sock_setsockopt(struct socket *sock, int level, int optname,
  
  		sec.level = BT_SECURITY_LOW;
  
@@ -98101,7 +97604,7 @@ index d58f76b..b69600a 100644
  		if (copy_from_user((char *) &sec, optval, len)) {
  			err = -EFAULT;
  			break;
-@@ -857,7 +859,7 @@ static int l2cap_sock_setsockopt(struct socket *sock, int level, int optname,
+@@ -866,7 +868,7 @@ static int l2cap_sock_setsockopt(struct socket *sock, int level, int optname,
  
  		pwr.force_active = BT_POWER_FORCE_ACTIVE_ON;
  
@@ -98111,10 +97614,10 @@ index d58f76b..b69600a 100644
  			err = -EFAULT;
  			break;
 diff --git a/net/bluetooth/rfcomm/sock.c b/net/bluetooth/rfcomm/sock.c
-index 3c2d3e4..884855a 100644
+index c603a5e..7f08991 100644
 --- a/net/bluetooth/rfcomm/sock.c
 +++ b/net/bluetooth/rfcomm/sock.c
-@@ -672,7 +672,7 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c
+@@ -687,7 +687,7 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c
  	struct sock *sk = sock->sk;
  	struct bt_security sec;
  	int err = 0;
@@ -98123,7 +97626,7 @@ index 3c2d3e4..884855a 100644
  	u32 opt;
  
  	BT_DBG("sk %p", sk);
-@@ -694,7 +694,7 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c
+@@ -709,7 +709,7 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c
  
  		sec.level = BT_SECURITY_LOW;
  
@@ -98133,10 +97636,10 @@ index 3c2d3e4..884855a 100644
  			err = -EFAULT;
  			break;
 diff --git a/net/bluetooth/rfcomm/tty.c b/net/bluetooth/rfcomm/tty.c
-index f9c0980a..fcbbfeb 100644
+index 403ec09..a21a003 100644
 --- a/net/bluetooth/rfcomm/tty.c
 +++ b/net/bluetooth/rfcomm/tty.c
-@@ -717,7 +717,7 @@ static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp)
+@@ -752,7 +752,7 @@ static int rfcomm_tty_open(struct tty_struct *tty, struct file *filp)
  	BT_DBG("tty %p id %d", tty, tty->index);
  
  	BT_DBG("dev %p dst %pMR channel %d opened %d", dev, &dev->dst,
@@ -98145,7 +97648,7 @@ index f9c0980a..fcbbfeb 100644
  
  	err = tty_port_open(&dev->port, tty, filp);
  	if (err)
-@@ -740,7 +740,7 @@ static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp)
+@@ -775,7 +775,7 @@ static void rfcomm_tty_close(struct tty_struct *tty, struct file *filp)
  	struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data;
  
  	BT_DBG("tty %p dev %p dlc %p opened %d", tty, dev, dev->dlc,
@@ -98255,7 +97758,7 @@ index dcb75c0..24b1b43 100644
  }
  
 diff --git a/net/can/gw.c b/net/can/gw.c
-index ac31891..4799c17 100644
+index 050a211..bb9fe33 100644
 --- a/net/can/gw.c
 +++ b/net/can/gw.c
 @@ -80,7 +80,6 @@ MODULE_PARM_DESC(max_hops,
@@ -98299,7 +97802,7 @@ index b543470..d2ddae2 100644
  	if (!can_dir) {
  		printk(KERN_INFO "can: failed to create /proc/net/can . "
 diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c
-index 988721a..947846d 100644
+index 1948d59..9e854d5 100644
 --- a/net/ceph/messenger.c
 +++ b/net/ceph/messenger.c
 @@ -187,7 +187,7 @@ static void con_fault(struct ceph_connection *con);
@@ -98321,7 +97824,7 @@ index 988721a..947846d 100644
  
  	switch (ss->ss_family) {
 diff --git a/net/compat.c b/net/compat.c
-index f50161f..94fa415 100644
+index 9a76eaf..5b8ccfd 100644
 --- a/net/compat.c
 +++ b/net/compat.c
 @@ -73,9 +73,9 @@ int get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr __user *umsg)
@@ -98451,7 +97954,7 @@ index f50161f..94fa415 100644
  	struct group_filter __user *kgf;
  	int __user	*koptlen;
  	u32 interface, fmode, numsrc;
-@@ -803,7 +803,7 @@ asmlinkage long compat_sys_socketcall(int call, u32 __user *args)
+@@ -803,7 +803,7 @@ COMPAT_SYSCALL_DEFINE2(socketcall, int, call, u32 __user *, args)
  
  	if (call < SYS_SOCKET || call > SYS_SENDMMSG)
  		return -EINVAL;
@@ -98474,10 +97977,10 @@ index a16ed7b..eb44d17 100644
  
  	return err;
 diff --git a/net/core/dev.c b/net/core/dev.c
-index fccc195..c8486ab 100644
+index fb8b054..30fb342 100644
 --- a/net/core/dev.c
 +++ b/net/core/dev.c
-@@ -1688,14 +1688,14 @@ int dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
+@@ -1683,14 +1683,14 @@ int dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
  {
  	if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) {
  		if (skb_copy_ubufs(skb, GFP_ATOMIC)) {
@@ -98494,7 +97997,7 @@ index fccc195..c8486ab 100644
  		kfree_skb(skb);
  		return NET_RX_DROP;
  	}
-@@ -2453,7 +2453,7 @@ static int illegal_highdma(const struct net_device *dev, struct sk_buff *skb)
+@@ -2463,7 +2463,7 @@ static int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
  
  struct dev_gso_cb {
  	void (*destructor)(struct sk_buff *skb);
@@ -98503,7 +98006,16 @@ index fccc195..c8486ab 100644
  
  #define DEV_GSO_CB(skb) ((struct dev_gso_cb *)(skb)->cb)
  
-@@ -3227,7 +3227,7 @@ enqueue:
+@@ -2893,7 +2893,7 @@ recursion_alert:
+ 	rc = -ENETDOWN;
+ 	rcu_read_unlock_bh();
+ 
+-	atomic_long_inc(&dev->tx_dropped);
++	atomic_long_inc_unchecked(&dev->tx_dropped);
+ 	kfree_skb(skb);
+ 	return rc;
+ out:
+@@ -3237,7 +3237,7 @@ enqueue:
  
  	local_irq_restore(flags);
  
@@ -98512,7 +98024,7 @@ index fccc195..c8486ab 100644
  	kfree_skb(skb);
  	return NET_RX_DROP;
  }
-@@ -3308,7 +3308,7 @@ int netif_rx_ni(struct sk_buff *skb)
+@@ -3314,7 +3314,7 @@ int netif_rx_ni(struct sk_buff *skb)
  }
  EXPORT_SYMBOL(netif_rx_ni);
  
@@ -98521,7 +98033,7 @@ index fccc195..c8486ab 100644
  {
  	struct softnet_data *sd = &__get_cpu_var(softnet_data);
  
-@@ -3645,7 +3645,7 @@ ncls:
+@@ -3647,7 +3647,7 @@ ncls:
  			ret = pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
  	} else {
  drop:
@@ -98530,7 +98042,7 @@ index fccc195..c8486ab 100644
  		kfree_skb(skb);
  		/* Jamal, now you will not able to escape explaining
  		 * me how you were going to use this. :-)
-@@ -4333,7 +4333,7 @@ void netif_napi_del(struct napi_struct *napi)
+@@ -4366,7 +4366,7 @@ void netif_napi_del(struct napi_struct *napi)
  }
  EXPORT_SYMBOL(netif_napi_del);
  
@@ -98539,12 +98051,14 @@ index fccc195..c8486ab 100644
  {
  	struct softnet_data *sd = &__get_cpu_var(softnet_data);
  	unsigned long time_limit = jiffies + 2;
-@@ -6302,7 +6302,7 @@ struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev,
+@@ -6366,8 +6366,8 @@ struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev,
  	} else {
  		netdev_stats_to_stats64(storage, &dev->stats);
  	}
 -	storage->rx_dropped += atomic_long_read(&dev->rx_dropped);
+-	storage->tx_dropped += atomic_long_read(&dev->tx_dropped);
 +	storage->rx_dropped += atomic_long_read_unchecked(&dev->rx_dropped);
++	storage->tx_dropped += atomic_long_read_unchecked(&dev->tx_dropped);
  	return storage;
  }
  EXPORT_SYMBOL(dev_get_stats);
@@ -98567,57 +98081,23 @@ index cf999e0..c59a975 100644
  }
  EXPORT_SYMBOL(dev_load);
 diff --git a/net/core/filter.c b/net/core/filter.c
-index ebce437..9fed9d0 100644
+index 4aec7b9..5cf605c 100644
 --- a/net/core/filter.c
 +++ b/net/core/filter.c
-@@ -126,7 +126,7 @@ unsigned int sk_run_filter(const struct sk_buff *skb,
- 	void *ptr;
- 	u32 A = 0;			/* Accumulator */
- 	u32 X = 0;			/* Index Register */
--	u32 mem[BPF_MEMWORDS];		/* Scratch Memory Store */
-+	u32 mem[BPF_MEMWORDS] = {};	/* Scratch Memory Store */
- 	u32 tmp;
- 	int k;
+@@ -1121,7 +1121,11 @@ do_pass:
+ 			break;
  
-@@ -292,10 +292,10 @@ load_b:
- 			X = K;
- 			continue;
- 		case BPF_S_LD_MEM:
--			A = mem[K];
-+			A = mem[K&15];
- 			continue;
- 		case BPF_S_LDX_MEM:
--			X = mem[K];
-+			X = mem[K&15];
- 			continue;
- 		case BPF_S_MISC_TAX:
- 			X = A;
-@@ -308,10 +308,10 @@ load_b:
- 		case BPF_S_RET_A:
- 			return A;
- 		case BPF_S_ST:
--			mem[K] = A;
-+			mem[K&15] = A;
- 			continue;
- 		case BPF_S_STX:
--			mem[K] = X;
-+			mem[K&15] = X;
- 			continue;
- 		case BPF_S_ANC_PROTOCOL:
- 			A = ntohs(skb->protocol);
-@@ -395,9 +395,10 @@ load_b:
- 			continue;
- #endif
  		default:
--			WARN_RATELIMIT(1, "Unknown code:%u jt:%u tf:%u k:%u\n",
+-			goto err;
 +			WARN(1, KERN_ALERT "Unknown sock filter code:%u jt:%u tf:%u k:%u\n",
- 				       fentry->code, fentry->jt,
- 				       fentry->jf, fentry->k);
++				       fp->code, fp->jt, fp->jf, fp->k);
++			kfree(addrs);
 +			BUG();
- 			return 0;
++			return -EINVAL;
  		}
- 	}
-@@ -420,7 +421,7 @@ static int check_load_and_stores(struct sock_filter *filter, int flen)
+ 
+ 		insn++;
+@@ -1170,7 +1174,7 @@ static int check_load_and_stores(struct sock_filter *filter, int flen)
  	u16 *masks, memvalid = 0; /* one bit per cell, 16 cells */
  	int pc, ret = 0;
  
@@ -98626,52 +98106,43 @@ index ebce437..9fed9d0 100644
  	masks = kmalloc(flen * sizeof(*masks), GFP_KERNEL);
  	if (!masks)
  		return -ENOMEM;
-@@ -683,7 +684,7 @@ int sk_unattached_filter_create(struct sk_filter **pfp,
- 	fp = kmalloc(sk_filter_size(fprog->len), GFP_KERNEL);
+@@ -1605,7 +1609,7 @@ int sk_unattached_filter_create(struct sk_filter **pfp,
  	if (!fp)
  		return -ENOMEM;
+ 
 -	memcpy(fp->insns, fprog->filter, fsize);
 +	memcpy(fp->insns, (void __force_kernel *)fprog->filter, fsize);
  
  	atomic_set(&fp->refcnt, 1);
  	fp->len = fprog->len;
 diff --git a/net/core/flow.c b/net/core/flow.c
-index dfa602c..3103d88 100644
+index a0348fd..6951c76 100644
 --- a/net/core/flow.c
 +++ b/net/core/flow.c
-@@ -61,7 +61,7 @@ struct flow_cache {
- 	struct timer_list		rnd_timer;
- };
- 
--atomic_t flow_cache_genid = ATOMIC_INIT(0);
-+atomic_unchecked_t flow_cache_genid = ATOMIC_INIT(0);
- EXPORT_SYMBOL(flow_cache_genid);
- static struct flow_cache flow_cache_global;
- static struct kmem_cache *flow_cachep __read_mostly;
-@@ -86,7 +86,7 @@ static void flow_cache_new_hashrnd(unsigned long arg)
- 
- static int flow_entry_valid(struct flow_cache_entry *fle)
+@@ -65,7 +65,7 @@ static void flow_cache_new_hashrnd(unsigned long arg)
+ static int flow_entry_valid(struct flow_cache_entry *fle,
+ 				struct netns_xfrm *xfrm)
  {
--	if (atomic_read(&flow_cache_genid) != fle->genid)
-+	if (atomic_read_unchecked(&flow_cache_genid) != fle->genid)
+-	if (atomic_read(&xfrm->flow_cache_genid) != fle->genid)
++	if (atomic_read_unchecked(&xfrm->flow_cache_genid) != fle->genid)
  		return 0;
  	if (fle->object && !fle->object->ops->check(fle->object))
  		return 0;
-@@ -258,7 +258,7 @@ flow_cache_lookup(struct net *net, const struct flowi *key, u16 family, u8 dir,
+@@ -242,7 +242,7 @@ flow_cache_lookup(struct net *net, const struct flowi *key, u16 family, u8 dir,
  			hlist_add_head(&fle->u.hlist, &fcp->hash_table[hash]);
  			fcp->hash_count++;
  		}
--	} else if (likely(fle->genid == atomic_read(&flow_cache_genid))) {
-+	} else if (likely(fle->genid == atomic_read_unchecked(&flow_cache_genid))) {
+-	} else if (likely(fle->genid == atomic_read(&net->xfrm.flow_cache_genid))) {
++	} else if (likely(fle->genid == atomic_read_unchecked(&net->xfrm.flow_cache_genid))) {
  		flo = fle->object;
  		if (!flo)
  			goto ret_object;
-@@ -279,7 +279,7 @@ nocache:
+@@ -263,7 +263,7 @@ nocache:
  	}
  	flo = resolver(net, key, family, dir, flo, ctx);
  	if (fle) {
--		fle->genid = atomic_read(&flow_cache_genid);
-+		fle->genid = atomic_read_unchecked(&flow_cache_genid);
+-		fle->genid = atomic_read(&net->xfrm.flow_cache_genid);
++		fle->genid = atomic_read_unchecked(&net->xfrm.flow_cache_genid);
  		if (!IS_ERR(flo))
  			fle->object = flo;
  		else
@@ -98698,10 +98169,10 @@ index b618694..192bbba 100644
  
  	m->msg_iov = iov;
 diff --git a/net/core/neighbour.c b/net/core/neighbour.c
-index 7d95f69..a6065de 100644
+index 32d872e..487e769 100644
 --- a/net/core/neighbour.c
 +++ b/net/core/neighbour.c
-@@ -2824,7 +2824,7 @@ static int proc_unres_qlen(struct ctl_table *ctl, int write,
+@@ -2825,7 +2825,7 @@ static int proc_unres_qlen(struct ctl_table *ctl, int write,
  			   void __user *buffer, size_t *lenp, loff_t *ppos)
  {
  	int size, ret;
@@ -98710,7 +98181,7 @@ index 7d95f69..a6065de 100644
  
  	tmp.extra1 = &zero;
  	tmp.extra2 = &unres_qlen_max;
-@@ -2886,7 +2886,7 @@ static int neigh_proc_dointvec_zero_intmax(struct ctl_table *ctl, int write,
+@@ -2887,7 +2887,7 @@ static int neigh_proc_dointvec_zero_intmax(struct ctl_table *ctl, int write,
  					   void __user *buffer,
  					   size_t *lenp, loff_t *ppos)
  {
@@ -98719,7 +98190,7 @@ index 7d95f69..a6065de 100644
  	int ret;
  
  	tmp.extra1 = &zero;
-@@ -3058,11 +3058,12 @@ int neigh_sysctl_register(struct net_device *dev, struct neigh_parms *p,
+@@ -3059,11 +3059,12 @@ int neigh_sysctl_register(struct net_device *dev, struct neigh_parms *p,
  		memset(&t->neigh_vars[NEIGH_VAR_GC_INTERVAL], 0,
  		       sizeof(t->neigh_vars[NEIGH_VAR_GC_INTERVAL]));
  	} else {
@@ -98787,6 +98258,19 @@ index 2bf8329..2eb1423 100644
  	}
  
  	return 0;
+diff --git a/net/core/net-sysfs.c b/net/core/net-sysfs.c
+index 1cac29e..fb482f3 100644
+--- a/net/core/net-sysfs.c
++++ b/net/core/net-sysfs.c
+@@ -259,7 +259,7 @@ static ssize_t carrier_changes_show(struct device *dev,
+ {
+ 	struct net_device *netdev = to_net_dev(dev);
+ 	return sprintf(buf, fmt_dec,
+-		       atomic_read(&netdev->carrier_changes));
++		       atomic_read_unchecked(&netdev->carrier_changes));
+ }
+ static DEVICE_ATTR_RO(carrier_changes);
+ 
 diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
 index 7c8ffd9..0cb3687 100644
 --- a/net/core/net_namespace.c
@@ -98828,10 +98312,10 @@ index 7c8ffd9..0cb3687 100644
  	return error;
  }
 diff --git a/net/core/netpoll.c b/net/core/netpoll.c
-index df9e6b1..6e68e4e 100644
+index e33937f..b2b4981 100644
 --- a/net/core/netpoll.c
 +++ b/net/core/netpoll.c
-@@ -435,7 +435,7 @@ void netpoll_send_udp(struct netpoll *np, const char *msg, int len)
+@@ -382,7 +382,7 @@ void netpoll_send_udp(struct netpoll *np, const char *msg, int len)
  	struct udphdr *udph;
  	struct iphdr *iph;
  	struct ethhdr *eth;
@@ -98840,7 +98324,7 @@ index df9e6b1..6e68e4e 100644
  	struct ipv6hdr *ip6h;
  
  	udp_len = len + sizeof(*udph);
-@@ -506,7 +506,7 @@ void netpoll_send_udp(struct netpoll *np, const char *msg, int len)
+@@ -453,7 +453,7 @@ void netpoll_send_udp(struct netpoll *np, const char *msg, int len)
  		put_unaligned(0x45, (unsigned char *)iph);
  		iph->tos      = 0;
  		put_unaligned(htons(ip_len), &(iph->tot_len));
@@ -98850,10 +98334,10 @@ index df9e6b1..6e68e4e 100644
  		iph->ttl      = 64;
  		iph->protocol = IPPROTO_UDP;
 diff --git a/net/core/pktgen.c b/net/core/pktgen.c
-index fdac61c..e5e5b46 100644
+index 0304f98..ddfead6 100644
 --- a/net/core/pktgen.c
 +++ b/net/core/pktgen.c
-@@ -3719,7 +3719,7 @@ static int __net_init pg_net_init(struct net *net)
+@@ -3725,7 +3725,7 @@ static int __net_init pg_net_init(struct net *net)
  	pn->net = net;
  	INIT_LIST_HEAD(&pn->pktgen_threads);
  	pn->pktgen_exiting = false;
@@ -98863,7 +98347,7 @@ index fdac61c..e5e5b46 100644
  		pr_warn("cannot create /proc/net/%s\n", PG_PROC_DIR);
  		return -ENODEV;
 diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
-index 83b9d6a..cff1ce7 100644
+index 2d8d8fc..b1bcd50 100644
 --- a/net/core/rtnetlink.c
 +++ b/net/core/rtnetlink.c
 @@ -58,7 +58,7 @@ struct rtnl_link {
@@ -98901,6 +98385,15 @@ index 83b9d6a..cff1ce7 100644
  }
  EXPORT_SYMBOL_GPL(__rtnl_link_unregister);
  
+@@ -1008,7 +1011,7 @@ static int rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev,
+ 	    (dev->ifalias &&
+ 	     nla_put_string(skb, IFLA_IFALIAS, dev->ifalias)) ||
+ 	    nla_put_u32(skb, IFLA_CARRIER_CHANGES,
+-			atomic_read(&dev->carrier_changes)))
++			atomic_read_unchecked(&dev->carrier_changes)))
+ 		goto nla_put_failure;
+ 
+ 	if (1) {
 diff --git a/net/core/scm.c b/net/core/scm.c
 index b442e7e..6f5b5a2 100644
 --- a/net/core/scm.c
@@ -98942,7 +98435,7 @@ index b442e7e..6f5b5a2 100644
  	{
  		struct socket *sock;
 diff --git a/net/core/skbuff.c b/net/core/skbuff.c
-index e5ae776e..15c90cb 100644
+index 8383b2b..6397efb 100644
 --- a/net/core/skbuff.c
 +++ b/net/core/skbuff.c
 @@ -2003,7 +2003,7 @@ EXPORT_SYMBOL(__skb_checksum);
@@ -98973,10 +98466,10 @@ index e5ae776e..15c90cb 100644
  }
  
 diff --git a/net/core/sock.c b/net/core/sock.c
-index c0fc6bd..51d8326 100644
+index 664ee42..aaf9e6e 100644
 --- a/net/core/sock.c
 +++ b/net/core/sock.c
-@@ -393,7 +393,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
+@@ -442,7 +442,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
  	struct sk_buff_head *list = &sk->sk_receive_queue;
  
  	if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf) {
@@ -98985,7 +98478,7 @@ index c0fc6bd..51d8326 100644
  		trace_sock_rcvqueue_full(sk, skb);
  		return -ENOMEM;
  	}
-@@ -403,7 +403,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
+@@ -452,7 +452,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
  		return err;
  
  	if (!sk_rmem_schedule(sk, skb, skb->truesize)) {
@@ -98994,7 +98487,7 @@ index c0fc6bd..51d8326 100644
  		return -ENOBUFS;
  	}
  
-@@ -423,7 +423,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
+@@ -472,7 +472,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
  	skb_dst_force(skb);
  
  	spin_lock_irqsave(&list->lock, flags);
@@ -99003,7 +98496,7 @@ index c0fc6bd..51d8326 100644
  	__skb_queue_tail(list, skb);
  	spin_unlock_irqrestore(&list->lock, flags);
  
-@@ -443,7 +443,7 @@ int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested)
+@@ -492,7 +492,7 @@ int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested)
  	skb->dev = NULL;
  
  	if (sk_rcvqueues_full(sk, skb, sk->sk_rcvbuf)) {
@@ -99012,7 +98505,7 @@ index c0fc6bd..51d8326 100644
  		goto discard_and_relse;
  	}
  	if (nested)
-@@ -461,7 +461,7 @@ int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested)
+@@ -510,7 +510,7 @@ int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested)
  		mutex_release(&sk->sk_lock.dep_map, 1, _RET_IP_);
  	} else if (sk_add_backlog(sk, skb, sk->sk_rcvbuf)) {
  		bh_unlock_sock(sk);
@@ -99021,7 +98514,7 @@ index c0fc6bd..51d8326 100644
  		goto discard_and_relse;
  	}
  
-@@ -949,12 +949,12 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
+@@ -998,12 +998,12 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
  		struct timeval tm;
  	} v;
  
@@ -99037,7 +98530,7 @@ index c0fc6bd..51d8326 100644
  		return -EINVAL;
  
  	memset(&v, 0, sizeof(v));
-@@ -1106,11 +1106,11 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
+@@ -1155,11 +1155,11 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
  
  	case SO_PEERNAME:
  	{
@@ -99051,7 +98544,7 @@ index c0fc6bd..51d8326 100644
  			return -EINVAL;
  		if (copy_to_user(optval, address, len))
  			return -EFAULT;
-@@ -1191,7 +1191,7 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
+@@ -1240,7 +1240,7 @@ int sock_getsockopt(struct socket *sock, int level, int optname,
  
  	if (len > lv)
  		len = lv;
@@ -99060,7 +98553,7 @@ index c0fc6bd..51d8326 100644
  		return -EFAULT;
  lenout:
  	if (put_user(len, optlen))
-@@ -2326,7 +2326,7 @@ void sock_init_data(struct socket *sock, struct sock *sk)
+@@ -2375,7 +2375,7 @@ void sock_init_data(struct socket *sock, struct sock *sk)
  	 */
  	smp_wmb();
  	atomic_set(&sk->sk_refcnt, 1);
@@ -99069,7 +98562,7 @@ index c0fc6bd..51d8326 100644
  }
  EXPORT_SYMBOL(sock_init_data);
  
-@@ -2454,6 +2454,7 @@ void sock_enable_timestamp(struct sock *sk, int flag)
+@@ -2503,6 +2503,7 @@ void sock_enable_timestamp(struct sock *sk, int flag)
  int sock_recv_errqueue(struct sock *sk, struct msghdr *msg, int len,
  		       int level, int type)
  {
@@ -99077,7 +98570,7 @@ index c0fc6bd..51d8326 100644
  	struct sock_exterr_skb *serr;
  	struct sk_buff *skb, *skb2;
  	int copied, err;
-@@ -2475,7 +2476,8 @@ int sock_recv_errqueue(struct sock *sk, struct msghdr *msg, int len,
+@@ -2524,7 +2525,8 @@ int sock_recv_errqueue(struct sock *sk, struct msghdr *msg, int len,
  	sock_recv_timestamp(msg, sk, skb);
  
  	serr = SKB_EXT_ERR(skb);
@@ -99088,7 +98581,7 @@ index c0fc6bd..51d8326 100644
  	msg->msg_flags |= MSG_ERRQUEUE;
  	err = copied;
 diff --git a/net/core/sock_diag.c b/net/core/sock_diag.c
-index 6a7fae2..d7c22e6 100644
+index a4216a4..1c07687 100644
 --- a/net/core/sock_diag.c
 +++ b/net/core/sock_diag.c
 @@ -9,26 +9,33 @@
@@ -99126,7 +98619,7 @@ index 6a7fae2..d7c22e6 100644
  }
  EXPORT_SYMBOL_GPL(sock_diag_save_cookie);
  
-@@ -113,8 +120,11 @@ int sock_diag_register(const struct sock_diag_handler *hndl)
+@@ -110,8 +117,11 @@ int sock_diag_register(const struct sock_diag_handler *hndl)
  	mutex_lock(&sock_diag_table_mutex);
  	if (sock_diag_handlers[hndl->family])
  		err = -EBUSY;
@@ -99139,7 +98632,7 @@ index 6a7fae2..d7c22e6 100644
  	mutex_unlock(&sock_diag_table_mutex);
  
  	return err;
-@@ -130,7 +140,9 @@ void sock_diag_unregister(const struct sock_diag_handler *hnld)
+@@ -127,7 +137,9 @@ void sock_diag_unregister(const struct sock_diag_handler *hnld)
  
  	mutex_lock(&sock_diag_table_mutex);
  	BUG_ON(sock_diag_handlers[family] != hnld);
@@ -99231,7 +98724,7 @@ index 4c04848..f575934 100644
  
  static struct sock *dn_alloc_sock(struct net *net, struct socket *sock, gfp_t gfp)
 diff --git a/net/decnet/dn_dev.c b/net/decnet/dn_dev.c
-index a603823..a36ee0b 100644
+index 3b726f3..1af6368 100644
 --- a/net/decnet/dn_dev.c
 +++ b/net/decnet/dn_dev.c
 @@ -200,7 +200,7 @@ static struct dn_dev_sysctl_table {
@@ -99265,26 +98758,53 @@ index 5325b54..a0d4d69 100644
  		return -EFAULT;
  
  	*lenp = len;
-diff --git a/net/ieee802154/dgram.c b/net/ieee802154/dgram.c
-index 1846c1f..96d4a9f 100644
---- a/net/ieee802154/dgram.c
-+++ b/net/ieee802154/dgram.c
-@@ -313,8 +313,9 @@ static int dgram_recvmsg(struct kiocb *iocb, struct sock *sk,
- 	if (saddr) {
- 		saddr->family = AF_IEEE802154;
- 		saddr->addr = mac_cb(skb)->sa;
-+	}
-+	if (addr_len)
- 		*addr_len = sizeof(*saddr);
+diff --git a/net/ieee802154/reassembly.c b/net/ieee802154/reassembly.c
+index ef2d543..5b9b73f 100644
+--- a/net/ieee802154/reassembly.c
++++ b/net/ieee802154/reassembly.c
+@@ -434,12 +434,11 @@ static struct ctl_table lowpan_frags_ctl_table[] = {
+ 
+ static int __net_init lowpan_frags_ns_sysctl_register(struct net *net)
+ {
+-	struct ctl_table *table;
++	ctl_table_no_const *table = NULL;
+ 	struct ctl_table_header *hdr;
+ 
+-	table = lowpan_frags_ns_ctl_table;
+ 	if (!net_eq(net, &init_net)) {
+-		table = kmemdup(table, sizeof(lowpan_frags_ns_ctl_table),
++		table = kmemdup(lowpan_frags_ns_ctl_table, sizeof(lowpan_frags_ns_ctl_table),
+ 				GFP_KERNEL);
+ 		if (table == NULL)
+ 			goto err_alloc;
+@@ -452,9 +451,9 @@ static int __net_init lowpan_frags_ns_sysctl_register(struct net *net)
+ 		/* Don't export sysctls to unprivileged users */
+ 		if (net->user_ns != &init_user_ns)
+ 			table[0].procname = NULL;
 -	}
+-
+-	hdr = register_net_sysctl(net, "net/ieee802154/6lowpan", table);
++		hdr = register_net_sysctl(net, "net/ieee802154/6lowpan", table);
++	} else
++		hdr = register_net_sysctl(net, "net/ieee802154/6lowpan", lowpan_frags_ns_ctl_table);
+ 	if (hdr == NULL)
+ 		goto err_reg;
  
- 	if (flags & MSG_TRUNC)
- 		copied = skb->len;
+@@ -462,8 +461,7 @@ static int __net_init lowpan_frags_ns_sysctl_register(struct net *net)
+ 	return 0;
+ 
+ err_reg:
+-	if (!net_eq(net, &init_net))
+-		kfree(table);
++	kfree(table);
+ err_alloc:
+ 	return -ENOMEM;
+ }
 diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c
-index 19ab78a..bf575c9 100644
+index 6d6dd34..e5c9bec 100644
 --- a/net/ipv4/af_inet.c
 +++ b/net/ipv4/af_inet.c
-@@ -1703,13 +1703,9 @@ static int __init inet_init(void)
+@@ -1736,13 +1736,9 @@ static int __init inet_init(void)
  
  	BUILD_BUG_ON(sizeof(struct inet_skb_parm) > FIELD_SIZEOF(struct sk_buff, cb));
  
@@ -99299,7 +98819,7 @@ index 19ab78a..bf575c9 100644
  
  	rc = proto_register(&udp_prot, 1);
  	if (rc)
-@@ -1816,8 +1812,6 @@ out_unregister_udp_proto:
+@@ -1852,8 +1848,6 @@ out_unregister_udp_proto:
  	proto_unregister(&udp_prot);
  out_unregister_tcp_proto:
  	proto_unregister(&tcp_prot);
@@ -99380,7 +98900,7 @@ index bdbf68b..deb4759 100644
  #endif
  	if (dflt != &ipv4_devconf_dflt)
 diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
-index c7539e2..b455e51 100644
+index 255aa99..45c78f8 100644
 --- a/net/ipv4/fib_frontend.c
 +++ b/net/ipv4/fib_frontend.c
 @@ -1015,12 +1015,12 @@ static int fib_inetaddr_event(struct notifier_block *this, unsigned long event,
@@ -99408,10 +98928,10 @@ index c7539e2..b455e51 100644
  		break;
  	case NETDEV_DOWN:
 diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c
-index 9d43468..ffa28cc 100644
+index b10cd43a..22327f9 100644
 --- a/net/ipv4/fib_semantics.c
 +++ b/net/ipv4/fib_semantics.c
-@@ -767,7 +767,7 @@ __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh)
+@@ -768,7 +768,7 @@ __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh)
  	nh->nh_saddr = inet_select_addr(nh->nh_dev,
  					nh->nh_gw,
  					nh->nh_parent->fib_scope);
@@ -99421,7 +98941,7 @@ index 9d43468..ffa28cc 100644
  	return nh->nh_saddr;
  }
 diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c
-index 0d1e2cb..4501a2c 100644
+index a56b8e6..5be2a30 100644
 --- a/net/ipv4/inet_connection_sock.c
 +++ b/net/ipv4/inet_connection_sock.c
 @@ -29,7 +29,7 @@ const char inet_csk_timer_bug_msg[] = "inet_csk BUG: unknown timer value\n";
@@ -99479,10 +98999,10 @@ index 48f4244..f56d83a 100644
  					secure_ip_id(daddr->addr.a4) :
  					secure_ipv6_id(daddr->addr.a6));
 diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c
-index c10a3ce..dd71f84 100644
+index ed32313..3762abe 100644
 --- a/net/ipv4/ip_fragment.c
 +++ b/net/ipv4/ip_fragment.c
-@@ -283,7 +283,7 @@ static inline int ip_frag_too_far(struct ipq *qp)
+@@ -284,7 +284,7 @@ static inline int ip_frag_too_far(struct ipq *qp)
  		return 0;
  
  	start = qp->rid;
@@ -99491,7 +99011,7 @@ index c10a3ce..dd71f84 100644
  	qp->rid = end;
  
  	rc = qp->q.fragments && (end - start) > max;
-@@ -760,12 +760,11 @@ static struct ctl_table ip4_frags_ctl_table[] = {
+@@ -761,12 +761,11 @@ static struct ctl_table ip4_frags_ctl_table[] = {
  
  static int __net_init ip4_frags_ns_ctl_register(struct net *net)
  {
@@ -99506,7 +99026,7 @@ index c10a3ce..dd71f84 100644
  		if (table == NULL)
  			goto err_alloc;
  
-@@ -776,9 +775,10 @@ static int __net_init ip4_frags_ns_ctl_register(struct net *net)
+@@ -777,9 +776,10 @@ static int __net_init ip4_frags_ns_ctl_register(struct net *net)
  		/* Don't export sysctls to unprivileged users */
  		if (net->user_ns != &init_user_ns)
  			table[0].procname = NULL;
@@ -99519,7 +99039,7 @@ index c10a3ce..dd71f84 100644
  	if (hdr == NULL)
  		goto err_reg;
  
-@@ -786,8 +786,7 @@ static int __net_init ip4_frags_ns_ctl_register(struct net *net)
+@@ -787,8 +787,7 @@ static int __net_init ip4_frags_ns_ctl_register(struct net *net)
  	return 0;
  
  err_reg:
@@ -99561,10 +99081,10 @@ index 94213c8..8bdb342 100644
  	.maxtype	= IFLA_GRE_MAX,
  	.policy		= ipgre_policy,
 diff --git a/net/ipv4/ip_sockglue.c b/net/ipv4/ip_sockglue.c
-index 580dd96..9fcef7e 100644
+index 64741b9..6f334a2 100644
 --- a/net/ipv4/ip_sockglue.c
 +++ b/net/ipv4/ip_sockglue.c
-@@ -1171,7 +1171,8 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
+@@ -1188,7 +1188,8 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
  		len = min_t(unsigned int, len, opt->optlen);
  		if (put_user(len, optlen))
  			return -EFAULT;
@@ -99574,7 +99094,7 @@ index 580dd96..9fcef7e 100644
  			return -EFAULT;
  		return 0;
  	}
-@@ -1302,7 +1303,7 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
+@@ -1319,7 +1320,7 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
  		if (sk->sk_type != SOCK_STREAM)
  			return -ENOPROTOOPT;
  
@@ -99584,10 +99104,10 @@ index 580dd96..9fcef7e 100644
  		msg.msg_flags = flags;
  
 diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c
-index e4a8f76..dd8ad72 100644
+index 13ef00f..8ffca25 100644
 --- a/net/ipv4/ip_vti.c
 +++ b/net/ipv4/ip_vti.c
-@@ -44,7 +44,7 @@
+@@ -45,7 +45,7 @@
  #include <net/net_namespace.h>
  #include <net/netns/generic.h>
  
@@ -99596,7 +99116,7 @@ index e4a8f76..dd8ad72 100644
  
  static int vti_net_id __read_mostly;
  static int vti_tunnel_init(struct net_device *dev);
-@@ -360,7 +360,7 @@ static const struct nla_policy vti_policy[IFLA_VTI_MAX + 1] = {
+@@ -513,7 +513,7 @@ static const struct nla_policy vti_policy[IFLA_VTI_MAX + 1] = {
  	[IFLA_VTI_REMOTE]	= { .len = FIELD_SIZEOF(struct iphdr, daddr) },
  };
  
@@ -99770,7 +99290,7 @@ index 2510c02..cfb34fa 100644
  		pr_err("Unable to proc dir entry\n");
  		return -ENOMEM;
 diff --git a/net/ipv4/ping.c b/net/ipv4/ping.c
-index e21934b..3ae545c 100644
+index 044a0dd..e0c1971 100644
 --- a/net/ipv4/ping.c
 +++ b/net/ipv4/ping.c
 @@ -59,7 +59,7 @@ struct ping_table {
@@ -99874,7 +99394,7 @@ index e21934b..3ae545c 100644
  
  static int ping_v4_seq_show(struct seq_file *seq, void *v)
 diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c
-index c04518f..824ebe5 100644
+index a9dbe58..46f577f 100644
 --- a/net/ipv4/raw.c
 +++ b/net/ipv4/raw.c
 @@ -311,7 +311,7 @@ static int raw_rcv_skb(struct sock *sk, struct sk_buff *skb)
@@ -99947,10 +99467,10 @@ index c04518f..824ebe5 100644
  
  static int raw_seq_show(struct seq_file *seq, void *v)
 diff --git a/net/ipv4/route.c b/net/ipv4/route.c
-index 1344373..02f339e 100644
+index 5e676be..f6c62f1 100644
 --- a/net/ipv4/route.c
 +++ b/net/ipv4/route.c
-@@ -233,7 +233,7 @@ static const struct seq_operations rt_cache_seq_ops = {
+@@ -227,7 +227,7 @@ static const struct seq_operations rt_cache_seq_ops = {
  
  static int rt_cache_seq_open(struct inode *inode, struct file *file)
  {
@@ -99959,7 +99479,7 @@ index 1344373..02f339e 100644
  }
  
  static const struct file_operations rt_cache_seq_fops = {
-@@ -324,7 +324,7 @@ static const struct seq_operations rt_cpu_seq_ops = {
+@@ -318,7 +318,7 @@ static const struct seq_operations rt_cpu_seq_ops = {
  
  static int rt_cpu_seq_open(struct inode *inode, struct file *file)
  {
@@ -99968,7 +99488,7 @@ index 1344373..02f339e 100644
  }
  
  static const struct file_operations rt_cpu_seq_fops = {
-@@ -362,7 +362,7 @@ static int rt_acct_proc_show(struct seq_file *m, void *v)
+@@ -356,7 +356,7 @@ static int rt_acct_proc_show(struct seq_file *m, void *v)
  
  static int rt_acct_proc_open(struct inode *inode, struct file *file)
  {
@@ -99977,7 +99497,7 @@ index 1344373..02f339e 100644
  }
  
  static const struct file_operations rt_acct_proc_fops = {
-@@ -2623,34 +2623,34 @@ static struct ctl_table ipv4_route_flush_table[] = {
+@@ -2610,34 +2610,34 @@ static struct ctl_table ipv4_route_flush_table[] = {
  		.maxlen		= sizeof(int),
  		.mode		= 0200,
  		.proc_handler	= ipv4_sysctl_rtcache_flush,
@@ -100020,7 +99540,7 @@ index 1344373..02f339e 100644
  err_dup:
  	return -ENOMEM;
  }
-@@ -2673,8 +2673,8 @@ static __net_initdata struct pernet_operations sysctl_route_ops = {
+@@ -2660,8 +2660,8 @@ static __net_initdata struct pernet_operations sysctl_route_ops = {
  
  static __net_init int rt_genid_init(struct net *net)
  {
@@ -100032,11 +99552,11 @@ index 1344373..02f339e 100644
  			 sizeof(net->ipv4.dev_addr_genid));
  	return 0;
 diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
-index 44eba05..b36864b 100644
+index 5cde8f2..5f5684e 100644
 --- a/net/ipv4/sysctl_net_ipv4.c
 +++ b/net/ipv4/sysctl_net_ipv4.c
 @@ -60,7 +60,7 @@ static int ipv4_local_port_range(struct ctl_table *table, int write,
- 		container_of(table->data, struct net, ipv4.sysctl_local_ports.range);
+ 		container_of(table->data, struct net, ipv4.ip_local_ports.range);
  	int ret;
  	int range[2];
 -	struct ctl_table tmp = {
@@ -100114,9 +99634,9 @@ index 44eba05..b36864b 100644
  		if (table == NULL)
  			goto err_alloc;
  
-@@ -872,15 +871,17 @@ static __net_init int ipv4_sysctl_init_net(struct net *net)
- 	net->ipv4.sysctl_local_ports.range[0] =  32768;
- 	net->ipv4.sysctl_local_ports.range[1] =  61000;
+@@ -858,15 +857,17 @@ static __net_init int ipv4_sysctl_init_net(struct net *net)
+ 			table[i].data += (void *)net - (void *)&init_net;
+ 	}
  
 -	net->ipv4.ipv4_hdr = register_net_sysctl(net, "net/ipv4", table);
 +	if (!net_eq(net, &init_net))
@@ -100135,7 +99655,7 @@ index 44eba05..b36864b 100644
  err_alloc:
  	return -ENOMEM;
  }
-@@ -902,16 +903,6 @@ static __net_initdata struct pernet_operations ipv4_sysctl_ops = {
+@@ -888,16 +889,6 @@ static __net_initdata struct pernet_operations ipv4_sysctl_ops = {
  static __init int sysctl_ipv4_init(void)
  {
  	struct ctl_table_header *hdr;
@@ -100153,10 +99673,10 @@ index 44eba05..b36864b 100644
  	hdr = register_net_sysctl(&init_net, "net/ipv4", ipv4_table);
  	if (hdr == NULL)
 diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
-index eeaac39..dc29942 100644
+index 3a26b3b..8bbe4ae 100644
 --- a/net/ipv4/tcp_input.c
 +++ b/net/ipv4/tcp_input.c
-@@ -761,7 +761,7 @@ static void tcp_update_pacing_rate(struct sock *sk)
+@@ -754,7 +754,7 @@ static void tcp_update_pacing_rate(struct sock *sk)
  	 * without any lock. We want to make sure compiler wont store
  	 * intermediate values in this location.
  	 */
@@ -100165,7 +99685,7 @@ index eeaac39..dc29942 100644
  						sk->sk_max_pacing_rate);
  }
  
-@@ -4485,7 +4485,7 @@ static struct sk_buff *tcp_collapse_one(struct sock *sk, struct sk_buff *skb,
+@@ -4478,7 +4478,7 @@ static struct sk_buff *tcp_collapse_one(struct sock *sk, struct sk_buff *skb,
   * simplifies code)
   */
  static void
@@ -100174,7 +99694,7 @@ index eeaac39..dc29942 100644
  	     struct sk_buff *head, struct sk_buff *tail,
  	     u32 start, u32 end)
  {
-@@ -5562,6 +5562,7 @@ discard:
+@@ -5558,6 +5558,7 @@ discard:
  	    tcp_paws_reject(&tp->rx_opt, 0))
  		goto discard_and_undo;
  
@@ -100182,7 +99702,7 @@ index eeaac39..dc29942 100644
  	if (th->syn) {
  		/* We see SYN without ACK. It is attempt of
  		 * simultaneous connect with crossed SYNs.
-@@ -5612,6 +5613,7 @@ discard:
+@@ -5608,6 +5609,7 @@ discard:
  		goto discard;
  #endif
  	}
@@ -100190,7 +99710,7 @@ index eeaac39..dc29942 100644
  	/* "fifth, if neither of the SYN or RST bits is set then
  	 * drop the segment and return."
  	 */
-@@ -5658,7 +5660,7 @@ int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
+@@ -5654,7 +5656,7 @@ int tcp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
  			goto discard;
  
  		if (th->syn) {
@@ -100200,7 +99720,7 @@ index eeaac39..dc29942 100644
  			if (icsk->icsk_af_ops->conn_request(sk, skb) < 0)
  				return 1;
 diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
-index 1e4eac7..a66fa4a 100644
+index 438f3b9..bc9e1ad 100644
 --- a/net/ipv4/tcp_ipv4.c
 +++ b/net/ipv4/tcp_ipv4.c
 @@ -91,6 +91,10 @@ int sysctl_tcp_low_latency __read_mostly;
@@ -100259,7 +99779,7 @@ index 1e4eac7..a66fa4a 100644
  	}
  
 diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c
-index 7a436c5..1b05c59 100644
+index 05c1b15..3e9344b 100644
 --- a/net/ipv4/tcp_minisocks.c
 +++ b/net/ipv4/tcp_minisocks.c
 @@ -27,6 +27,10 @@
@@ -100286,7 +99806,7 @@ index 7a436c5..1b05c59 100644
  		reqsk_fastopen_remove(sk, req, true);
  		tcp_reset(sk);
 diff --git a/net/ipv4/tcp_probe.c b/net/ipv4/tcp_probe.c
-index 1f2d376..01d18c4 100644
+index 3b66610..bfbe23a 100644
 --- a/net/ipv4/tcp_probe.c
 +++ b/net/ipv4/tcp_probe.c
 @@ -238,7 +238,7 @@ static ssize_t tcpprobe_read(struct file *file, char __user *buf,
@@ -100299,7 +99819,7 @@ index 1f2d376..01d18c4 100644
  		cnt += width;
  	}
 diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c
-index 64f0354..a81b39d 100644
+index 286227a..c495a76 100644
 --- a/net/ipv4/tcp_timer.c
 +++ b/net/ipv4/tcp_timer.c
 @@ -22,6 +22,10 @@
@@ -100313,7 +99833,7 @@ index 64f0354..a81b39d 100644
  int sysctl_tcp_syn_retries __read_mostly = TCP_SYN_RETRIES;
  int sysctl_tcp_synack_retries __read_mostly = TCP_SYNACK_RETRIES;
  int sysctl_tcp_keepalive_time __read_mostly = TCP_KEEPALIVE_TIME;
-@@ -189,6 +193,13 @@ static int tcp_write_timeout(struct sock *sk)
+@@ -192,6 +196,13 @@ static int tcp_write_timeout(struct sock *sk)
  		}
  	}
  
@@ -100328,7 +99848,7 @@ index 64f0354..a81b39d 100644
  				  syn_set ? 0 : icsk->icsk_user_timeout, syn_set)) {
  		/* Has it gone just too far? */
 diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
-index 77bd16f..5f7174a 100644
+index 4468e1a..def477a 100644
 --- a/net/ipv4/udp.c
 +++ b/net/ipv4/udp.c
 @@ -87,6 +87,7 @@
@@ -100379,7 +99899,7 @@ index 77bd16f..5f7174a 100644
  		daddr = inet->inet_daddr;
  		dport = inet->inet_dport;
  		/* Open fast path for connected socket.
-@@ -1163,7 +1180,7 @@ static unsigned int first_packet_length(struct sock *sk)
+@@ -1164,7 +1181,7 @@ static unsigned int first_packet_length(struct sock *sk)
  				 IS_UDPLITE(sk));
  		UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS,
  				 IS_UDPLITE(sk));
@@ -100388,7 +99908,7 @@ index 77bd16f..5f7174a 100644
  		__skb_unlink(skb, rcvq);
  		__skb_queue_tail(&list_kill, skb);
  	}
-@@ -1234,6 +1251,12 @@ int udp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
+@@ -1235,6 +1252,12 @@ int udp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
  	int is_udplite = IS_UDPLITE(sk);
  	bool slow;
  
@@ -100401,7 +99921,7 @@ index 77bd16f..5f7174a 100644
  	if (flags & MSG_ERRQUEUE)
  		return ip_recv_error(sk, msg, len, addr_len);
  
-@@ -1243,6 +1266,10 @@ try_again:
+@@ -1244,6 +1267,10 @@ try_again:
  	if (!skb)
  		goto out;
  
@@ -100412,7 +99932,7 @@ index 77bd16f..5f7174a 100644
  	ulen = skb->len - sizeof(struct udphdr);
  	copied = len;
  	if (copied > ulen)
-@@ -1276,7 +1303,7 @@ try_again:
+@@ -1277,7 +1304,7 @@ try_again:
  	if (unlikely(err)) {
  		trace_kfree_skb(skb, udp_recvmsg);
  		if (!peeked) {
@@ -100421,7 +99941,7 @@ index 77bd16f..5f7174a 100644
  			UDP_INC_STATS_USER(sock_net(sk),
  					   UDP_MIB_INERRORS, is_udplite);
  		}
-@@ -1295,7 +1322,6 @@ try_again:
+@@ -1296,7 +1323,6 @@ try_again:
  		sin->sin_port = udp_hdr(skb)->source;
  		sin->sin_addr.s_addr = ip_hdr(skb)->saddr;
  		memset(sin->sin_zero, 0, sizeof(sin->sin_zero));
@@ -100429,7 +99949,7 @@ index 77bd16f..5f7174a 100644
  	}
  	if (inet->cmsg_flags)
  		ip_cmsg_recv(msg, skb);
-@@ -1566,7 +1592,7 @@ csum_error:
+@@ -1567,7 +1593,7 @@ csum_error:
  	UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_CSUMERRORS, is_udplite);
  drop:
  	UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS, is_udplite);
@@ -100438,7 +99958,7 @@ index 77bd16f..5f7174a 100644
  	kfree_skb(skb);
  	return -1;
  }
-@@ -1585,7 +1611,7 @@ static void flush_stack(struct sock **stack, unsigned int count,
+@@ -1586,7 +1612,7 @@ static void flush_stack(struct sock **stack, unsigned int count,
  			skb1 = (i == final) ? skb : skb_clone(skb, GFP_ATOMIC);
  
  		if (!skb1) {
@@ -100447,7 +99967,7 @@ index 77bd16f..5f7174a 100644
  			UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_RCVBUFERRORS,
  					 IS_UDPLITE(sk));
  			UDP_INC_STATS_BH(sock_net(sk), UDP_MIB_INERRORS,
-@@ -1786,6 +1812,9 @@ int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
+@@ -1787,6 +1813,9 @@ int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable,
  		goto csum_error;
  
  	UDP_INC_STATS_BH(net, UDP_MIB_NOPORTS, proto == IPPROTO_UDPLITE);
@@ -100457,7 +99977,7 @@ index 77bd16f..5f7174a 100644
  	icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
  
  	/*
-@@ -2350,7 +2379,7 @@ static void udp4_format_sock(struct sock *sp, struct seq_file *f,
+@@ -2351,7 +2380,7 @@ static void udp4_format_sock(struct sock *sp, struct seq_file *f,
  		from_kuid_munged(seq_user_ns(f), sock_i_uid(sp)),
  		0, sock_i_ino(sp),
  		atomic_read(&sp->sk_refcnt), sp,
@@ -100467,7 +99987,7 @@ index 77bd16f..5f7174a 100644
  
  int udp4_seq_show(struct seq_file *seq, void *v)
 diff --git a/net/ipv4/xfrm4_policy.c b/net/ipv4/xfrm4_policy.c
-index e1a6393..f634ce5 100644
+index 6156f68..d6ab46d 100644
 --- a/net/ipv4/xfrm4_policy.c
 +++ b/net/ipv4/xfrm4_policy.c
 @@ -186,11 +186,11 @@ _decode_session4(struct sk_buff *skb, struct flowi *fl, int reverse)
@@ -100615,7 +100135,7 @@ index 7b32652..0bc348b 100644
  	table = kmemdup(ipv6_icmp_table_template,
  			sizeof(ipv6_icmp_table_template),
 diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c
-index 2465d18..bc5bf7f 100644
+index 9d92146..d986c6a 100644
 --- a/net/ipv6/ip6_gre.c
 +++ b/net/ipv6/ip6_gre.c
 @@ -71,7 +71,7 @@ struct ip6gre_net {
@@ -100636,7 +100156,7 @@ index 2465d18..bc5bf7f 100644
  	.handler     = ip6gre_rcv,
  	.err_handler = ip6gre_err,
  	.flags       = INET6_PROTO_NOPOLICY|INET6_PROTO_FINAL,
-@@ -1643,7 +1643,7 @@ static const struct nla_policy ip6gre_policy[IFLA_GRE_MAX + 1] = {
+@@ -1636,7 +1636,7 @@ static const struct nla_policy ip6gre_policy[IFLA_GRE_MAX + 1] = {
  	[IFLA_GRE_FLAGS]       = { .type = NLA_U32 },
  };
  
@@ -100645,7 +100165,7 @@ index 2465d18..bc5bf7f 100644
  	.kind		= "ip6gre",
  	.maxtype	= IFLA_GRE_MAX,
  	.policy		= ip6gre_policy,
-@@ -1657,7 +1657,7 @@ static struct rtnl_link_ops ip6gre_link_ops __read_mostly = {
+@@ -1650,7 +1650,7 @@ static struct rtnl_link_ops ip6gre_link_ops __read_mostly = {
  	.fill_info	= ip6gre_fill_info,
  };
  
@@ -100655,7 +100175,7 @@ index 2465d18..bc5bf7f 100644
  	.maxtype	= IFLA_GRE_MAX,
  	.policy		= ip6gre_policy,
 diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c
-index 0e51f68..1f501e1 100644
+index f6a66bb..74b5aca 100644
 --- a/net/ipv6/ip6_tunnel.c
 +++ b/net/ipv6/ip6_tunnel.c
 @@ -85,7 +85,7 @@ static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2)
@@ -100667,7 +100187,7 @@ index 0e51f68..1f501e1 100644
  
  static int ip6_tnl_net_id __read_mostly;
  struct ip6_tnl_net {
-@@ -1714,7 +1714,7 @@ static const struct nla_policy ip6_tnl_policy[IFLA_IPTUN_MAX + 1] = {
+@@ -1707,7 +1707,7 @@ static const struct nla_policy ip6_tnl_policy[IFLA_IPTUN_MAX + 1] = {
  	[IFLA_IPTUN_PROTO]		= { .type = NLA_U8 },
  };
  
@@ -100677,7 +100197,7 @@ index 0e51f68..1f501e1 100644
  	.maxtype	= IFLA_IPTUN_MAX,
  	.policy		= ip6_tnl_policy,
 diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c
-index 2d19272..3a46322 100644
+index 6cc9f93..6e5bb7c 100644
 --- a/net/ipv6/ip6_vti.c
 +++ b/net/ipv6/ip6_vti.c
 @@ -62,7 +62,7 @@ static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2)
@@ -100689,7 +100209,7 @@ index 2d19272..3a46322 100644
  
  static int vti6_net_id __read_mostly;
  struct vti6_net {
-@@ -901,7 +901,7 @@ static const struct nla_policy vti6_policy[IFLA_VTI_MAX + 1] = {
+@@ -980,7 +980,7 @@ static const struct nla_policy vti6_policy[IFLA_VTI_MAX + 1] = {
  	[IFLA_VTI_OKEY]		= { .type = NLA_U32 },
  };
  
@@ -100699,7 +100219,7 @@ index 2d19272..3a46322 100644
  	.maxtype	= IFLA_VTI_MAX,
  	.policy		= vti6_policy,
 diff --git a/net/ipv6/ipv6_sockglue.c b/net/ipv6/ipv6_sockglue.c
-index 0a00f44..bec42b2 100644
+index edb58af..78de133 100644
 --- a/net/ipv6/ipv6_sockglue.c
 +++ b/net/ipv6/ipv6_sockglue.c
 @@ -991,7 +991,7 @@ static int do_ipv6_getsockopt(struct sock *sk, int level, int optname,
@@ -100803,36 +100323,27 @@ index 767ab8d..c5ec70a 100644
  	return -ENOMEM;
  }
 diff --git a/net/ipv6/output_core.c b/net/ipv6/output_core.c
-index 827f795..bdff9eb 100644
+index 56596ce..c734618 100644
 --- a/net/ipv6/output_core.c
 +++ b/net/ipv6/output_core.c
-@@ -9,8 +9,8 @@
+@@ -10,7 +10,7 @@
  
  void ipv6_select_ident(struct frag_hdr *fhdr, struct rt6_info *rt)
  {
 -	static atomic_t ipv6_fragmentation_id;
--	int old, new;
 +	static atomic_unchecked_t ipv6_fragmentation_id;
-+	int id;
+ 	struct in6_addr addr;
+ 	int ident;
  
- #if IS_ENABLED(CONFIG_IPV6)
- 	if (rt && !(rt->dst.flags & DST_NOPEER)) {
-@@ -26,13 +26,8 @@ void ipv6_select_ident(struct frag_hdr *fhdr, struct rt6_info *rt)
- 		}
+@@ -26,7 +26,7 @@ void ipv6_select_ident(struct frag_hdr *fhdr, struct rt6_info *rt)
+ 		return;
  	}
  #endif
--	do {
--		old = atomic_read(&ipv6_fragmentation_id);
--		new = old + 1;
--		if (!new)
--			new = 1;
--	} while (atomic_cmpxchg(&ipv6_fragmentation_id, old, new) != old);
--	fhdr->identification = htonl(new);
-+	id = atomic_inc_return_unchecked(&ipv6_fragmentation_id);
-+	fhdr->identification = htonl(id);
- }
- EXPORT_SYMBOL(ipv6_select_ident);
+-	ident = atomic_inc_return(&ipv6_fragmentation_id);
++	ident = atomic_inc_return_unchecked(&ipv6_fragmentation_id);
  
+ 	addr = rt->rt6i_dst.addr;
+ 	addr.s6_addr32[0] ^= (__force __be32)ident;
 diff --git a/net/ipv6/ping.c b/net/ipv6/ping.c
 index bda7429..469b26b 100644
 --- a/net/ipv6/ping.c
@@ -101042,10 +100553,10 @@ index cc85a9b..526a133 100644
  	return -ENOMEM;
  }
 diff --git a/net/ipv6/route.c b/net/ipv6/route.c
-index 7cc1102..7785931 100644
+index 6ebdb7b6..f225ab1 100644
 --- a/net/ipv6/route.c
 +++ b/net/ipv6/route.c
-@@ -2973,7 +2973,7 @@ struct ctl_table ipv6_route_table_template[] = {
+@@ -2971,7 +2971,7 @@ struct ctl_table ipv6_route_table_template[] = {
  
  struct ctl_table * __net_init ipv6_route_sysctl_init(struct net *net)
  {
@@ -101055,7 +100566,7 @@ index 7cc1102..7785931 100644
  	table = kmemdup(ipv6_route_table_template,
  			sizeof(ipv6_route_table_template),
 diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c
-index b4d74c8..b4f3fbe 100644
+index e5a453c..237ce95 100644
 --- a/net/ipv6/sit.c
 +++ b/net/ipv6/sit.c
 @@ -74,7 +74,7 @@ static void ipip6_tunnel_setup(struct net_device *dev);
@@ -101067,7 +100578,7 @@ index b4d74c8..b4f3fbe 100644
  
  static int sit_net_id __read_mostly;
  struct sit_net {
-@@ -1683,7 +1683,7 @@ static void ipip6_dellink(struct net_device *dev, struct list_head *head)
+@@ -1661,7 +1661,7 @@ static void ipip6_dellink(struct net_device *dev, struct list_head *head)
  		unregister_netdevice_queue(dev, head);
  }
  
@@ -101090,10 +100601,10 @@ index 7f405a1..eabef92 100644
  	struct ctl_table *ipv6_icmp_table;
  	int err;
 diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
-index 889079b..a04512c 100644
+index e289830..79a5718 100644
 --- a/net/ipv6/tcp_ipv6.c
 +++ b/net/ipv6/tcp_ipv6.c
-@@ -104,6 +104,10 @@ static void inet6_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb)
+@@ -102,6 +102,10 @@ static void inet6_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb)
  		inet6_sk(sk)->rx_dst_cookie = rt->rt6i_node->fn_sernum;
  }
  
@@ -101104,7 +100615,7 @@ index 889079b..a04512c 100644
  static void tcp_v6_hash(struct sock *sk)
  {
  	if (sk->sk_state != TCP_CLOSE) {
-@@ -1412,6 +1416,9 @@ static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)
+@@ -1416,6 +1420,9 @@ static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)
  	return 0;
  
  reset:
@@ -101114,7 +100625,7 @@ index 889079b..a04512c 100644
  	tcp_v6_send_reset(sk, skb);
  discard:
  	if (opt_skb)
-@@ -1496,12 +1503,20 @@ static int tcp_v6_rcv(struct sk_buff *skb)
+@@ -1500,12 +1507,20 @@ static int tcp_v6_rcv(struct sk_buff *skb)
  	TCP_SKB_CB(skb)->sacked = 0;
  
  	sk = __inet6_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest);
@@ -101137,7 +100648,7 @@ index 889079b..a04512c 100644
  
  	if (hdr->hop_limit < inet6_sk(sk)->min_hopcount) {
  		NET_INC_STATS_BH(net, LINUX_MIB_TCPMINTTLDROP);
-@@ -1553,6 +1568,10 @@ csum_error:
+@@ -1557,6 +1572,10 @@ csum_error:
  bad_packet:
  		TCP_INC_STATS_BH(net, TCP_MIB_INERRS);
  	} else {
@@ -101220,7 +100731,7 @@ index 1e586d9..384a9c9 100644
  
  	kfree_skb(skb);
 diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c
-index 5f8e128..865d38e 100644
+index 2a0bbda..d75ca57 100644
 --- a/net/ipv6/xfrm6_policy.c
 +++ b/net/ipv6/xfrm6_policy.c
 @@ -212,11 +212,11 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
@@ -101374,7 +100885,7 @@ index b9ac598..f88cc56 100644
  		return;
  
 diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c
-index c4b7218..c7e9f14 100644
+index 8c9d730..66c6305 100644
 --- a/net/iucv/af_iucv.c
 +++ b/net/iucv/af_iucv.c
 @@ -773,10 +773,10 @@ static int iucv_sock_autobind(struct sock *sk)
@@ -101390,20 +100901,11 @@ index c4b7218..c7e9f14 100644
  	}
  
  	write_unlock_bh(&iucv_sk_list.lock);
-@@ -1829,7 +1829,7 @@ static void iucv_callback_txdone(struct iucv_path *path,
- 		spin_lock_irqsave(&list->lock, flags);
- 
- 		while (list_skb != (struct sk_buff *)list) {
--			if (msg->tag != IUCV_SKB_CB(list_skb)->tag) {
-+			if (msg->tag == IUCV_SKB_CB(list_skb)->tag) {
- 				this = list_skb;
- 				break;
- 			}
 diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c
-index cd5b8ec..f205e6b 100644
+index da78793..bdd78cf 100644
 --- a/net/iucv/iucv.c
 +++ b/net/iucv/iucv.c
-@@ -690,7 +690,7 @@ static int iucv_cpu_notify(struct notifier_block *self,
+@@ -702,7 +702,7 @@ static int iucv_cpu_notify(struct notifier_block *self,
  	return NOTIFY_OK;
  }
  
@@ -101413,10 +100915,10 @@ index cd5b8ec..f205e6b 100644
  };
  
 diff --git a/net/key/af_key.c b/net/key/af_key.c
-index 7932697..a13d158 100644
+index f3c8307..7127791 100644
 --- a/net/key/af_key.c
 +++ b/net/key/af_key.c
-@@ -3052,10 +3052,10 @@ static int pfkey_send_policy_notify(struct xfrm_policy *xp, int dir, const struc
+@@ -3070,10 +3070,10 @@ static int pfkey_send_policy_notify(struct xfrm_policy *xp, int dir, const struc
  static u32 get_acqseq(void)
  {
  	u32 res;
@@ -101429,8 +100931,84 @@ index 7932697..a13d158 100644
  	} while (!res);
  	return res;
  }
+diff --git a/net/l2tp/l2tp_eth.c b/net/l2tp/l2tp_eth.c
+index 76125c5..e474828 100644
+--- a/net/l2tp/l2tp_eth.c
++++ b/net/l2tp/l2tp_eth.c
+@@ -42,12 +42,12 @@ struct l2tp_eth {
+ 	struct sock		*tunnel_sock;
+ 	struct l2tp_session	*session;
+ 	struct list_head	list;
+-	atomic_long_t		tx_bytes;
+-	atomic_long_t		tx_packets;
+-	atomic_long_t		tx_dropped;
+-	atomic_long_t		rx_bytes;
+-	atomic_long_t		rx_packets;
+-	atomic_long_t		rx_errors;
++	atomic_long_unchecked_t	tx_bytes;
++	atomic_long_unchecked_t	tx_packets;
++	atomic_long_unchecked_t	tx_dropped;
++	atomic_long_unchecked_t	rx_bytes;
++	atomic_long_unchecked_t	rx_packets;
++	atomic_long_unchecked_t	rx_errors;
+ };
+ 
+ /* via l2tp_session_priv() */
+@@ -98,10 +98,10 @@ static int l2tp_eth_dev_xmit(struct sk_buff *skb, struct net_device *dev)
+ 	int ret = l2tp_xmit_skb(session, skb, session->hdr_len);
+ 
+ 	if (likely(ret == NET_XMIT_SUCCESS)) {
+-		atomic_long_add(len, &priv->tx_bytes);
+-		atomic_long_inc(&priv->tx_packets);
++		atomic_long_add_unchecked(len, &priv->tx_bytes);
++		atomic_long_inc_unchecked(&priv->tx_packets);
+ 	} else {
+-		atomic_long_inc(&priv->tx_dropped);
++		atomic_long_inc_unchecked(&priv->tx_dropped);
+ 	}
+ 	return NETDEV_TX_OK;
+ }
+@@ -111,12 +111,12 @@ static struct rtnl_link_stats64 *l2tp_eth_get_stats64(struct net_device *dev,
+ {
+ 	struct l2tp_eth *priv = netdev_priv(dev);
+ 
+-	stats->tx_bytes   = atomic_long_read(&priv->tx_bytes);
+-	stats->tx_packets = atomic_long_read(&priv->tx_packets);
+-	stats->tx_dropped = atomic_long_read(&priv->tx_dropped);
+-	stats->rx_bytes   = atomic_long_read(&priv->rx_bytes);
+-	stats->rx_packets = atomic_long_read(&priv->rx_packets);
+-	stats->rx_errors  = atomic_long_read(&priv->rx_errors);
++	stats->tx_bytes   = atomic_long_read_unchecked(&priv->tx_bytes);
++	stats->tx_packets = atomic_long_read_unchecked(&priv->tx_packets);
++	stats->tx_dropped = atomic_long_read_unchecked(&priv->tx_dropped);
++	stats->rx_bytes   = atomic_long_read_unchecked(&priv->rx_bytes);
++	stats->rx_packets = atomic_long_read_unchecked(&priv->rx_packets);
++	stats->rx_errors  = atomic_long_read_unchecked(&priv->rx_errors);
+ 	return stats;
+ }
+ 
+@@ -166,15 +166,15 @@ static void l2tp_eth_dev_recv(struct l2tp_session *session, struct sk_buff *skb,
+ 	nf_reset(skb);
+ 
+ 	if (dev_forward_skb(dev, skb) == NET_RX_SUCCESS) {
+-		atomic_long_inc(&priv->rx_packets);
+-		atomic_long_add(data_len, &priv->rx_bytes);
++		atomic_long_inc_unchecked(&priv->rx_packets);
++		atomic_long_add_unchecked(data_len, &priv->rx_bytes);
+ 	} else {
+-		atomic_long_inc(&priv->rx_errors);
++		atomic_long_inc_unchecked(&priv->rx_errors);
+ 	}
+ 	return;
+ 
+ error:
+-	atomic_long_inc(&priv->rx_errors);
++	atomic_long_inc_unchecked(&priv->rx_errors);
+ 	kfree_skb(skb);
+ }
+ 
 diff --git a/net/l2tp/l2tp_ip.c b/net/l2tp/l2tp_ip.c
-index 0b44d85..1a7f88b 100644
+index 3397fe6..861fd1a 100644
 --- a/net/l2tp/l2tp_ip.c
 +++ b/net/l2tp/l2tp_ip.c
 @@ -518,6 +518,9 @@ static int l2tp_ip_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *m
@@ -101465,7 +101043,7 @@ index 1a3c7e0..80f8b0c 100644
  		goto out;
  
 diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
-index 453e974..b3a43a5 100644
+index aaa59d7..21a2c4a 100644
 --- a/net/mac80211/cfg.c
 +++ b/net/mac80211/cfg.c
 @@ -839,7 +839,7 @@ static int ieee80211_set_monitor_channel(struct wiphy *wiphy,
@@ -101477,7 +101055,7 @@ index 453e974..b3a43a5 100644
  		local->_oper_chandef = *chandef;
  		ieee80211_hw_config(local, 0);
  	}
-@@ -3356,7 +3356,7 @@ static void ieee80211_mgmt_frame_register(struct wiphy *wiphy,
+@@ -3440,7 +3440,7 @@ static void ieee80211_mgmt_frame_register(struct wiphy *wiphy,
  		else
  			local->probe_req_reg--;
  
@@ -101486,7 +101064,7 @@ index 453e974..b3a43a5 100644
  			break;
  
  		ieee80211_queue_work(&local->hw, &local->reconfig_filter);
-@@ -3819,8 +3819,8 @@ static int ieee80211_cfg_get_channel(struct wiphy *wiphy,
+@@ -3903,8 +3903,8 @@ static int ieee80211_cfg_get_channel(struct wiphy *wiphy,
  	if (chanctx_conf) {
  		*chandef = chanctx_conf->def;
  		ret = 0;
@@ -101498,7 +101076,7 @@ index 453e974..b3a43a5 100644
  		if (local->use_chanctx)
  			*chandef = local->monitor_chandef;
 diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
-index b127902..9dc4947 100644
+index f169b6e..a5dc4eb 100644
 --- a/net/mac80211/ieee80211_i.h
 +++ b/net/mac80211/ieee80211_i.h
 @@ -28,6 +28,7 @@
@@ -101509,7 +101087,7 @@ index b127902..9dc4947 100644
  #include "key.h"
  #include "sta_info.h"
  #include "debug.h"
-@@ -995,7 +996,7 @@ struct ieee80211_local {
+@@ -999,7 +1000,7 @@ struct ieee80211_local {
  	/* also used to protect ampdu_ac_queue and amdpu_ac_stop_refcnt */
  	spinlock_t queue_stop_reason_lock;
  
@@ -101519,10 +101097,10 @@ index b127902..9dc4947 100644
  	/* number of interfaces with corresponding FIF_ flags */
  	int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss, fif_pspoll,
 diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c
-index ce1c443..6cd39e1 100644
+index b8d331e..4fd3293 100644
 --- a/net/mac80211/iface.c
 +++ b/net/mac80211/iface.c
-@@ -529,7 +529,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
+@@ -524,7 +524,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
  		break;
  	}
  
@@ -101531,7 +101109,7 @@ index ce1c443..6cd39e1 100644
  		res = drv_start(local);
  		if (res)
  			goto err_del_bss;
-@@ -576,7 +576,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
+@@ -571,7 +571,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
  			res = drv_add_interface(local, sdata);
  			if (res)
  				goto err_stop;
@@ -101540,7 +101118,7 @@ index ce1c443..6cd39e1 100644
  			res = ieee80211_add_virtual_monitor(local);
  			if (res)
  				goto err_stop;
-@@ -685,7 +685,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
+@@ -680,7 +680,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
  		atomic_inc(&local->iff_promiscs);
  
  	if (coming_up)
@@ -101549,7 +101127,7 @@ index ce1c443..6cd39e1 100644
  
  	if (hw_reconf_flags)
  		ieee80211_hw_config(local, hw_reconf_flags);
-@@ -723,7 +723,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
+@@ -718,7 +718,7 @@ int ieee80211_do_open(struct wireless_dev *wdev, bool coming_up)
   err_del_interface:
  	drv_remove_interface(local, sdata);
   err_stop:
@@ -101558,7 +101136,7 @@ index ce1c443..6cd39e1 100644
  		drv_stop(local);
   err_del_bss:
  	sdata->bss = NULL;
-@@ -874,7 +874,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -871,7 +871,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
  	}
  
  	if (going_down)
@@ -101567,7 +101145,7 @@ index ce1c443..6cd39e1 100644
  
  	switch (sdata->vif.type) {
  	case NL80211_IFTYPE_AP_VLAN:
-@@ -933,7 +933,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -930,7 +930,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
  	}
  	spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags);
  
@@ -101576,7 +101154,7 @@ index ce1c443..6cd39e1 100644
  		ieee80211_clear_tx_pending(local);
  
  	/*
-@@ -973,7 +973,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -970,7 +970,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
  
  	ieee80211_recalc_ps(local, -1);
  
@@ -101585,7 +101163,7 @@ index ce1c443..6cd39e1 100644
  		ieee80211_stop_device(local);
  
  		/* no reconfiguring after stop! */
-@@ -984,7 +984,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
+@@ -981,7 +981,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
  	ieee80211_configure_filter(local);
  	ieee80211_hw_config(local, hw_reconf_flags);
  
@@ -101595,7 +101173,7 @@ index ce1c443..6cd39e1 100644
  }
  
 diff --git a/net/mac80211/main.c b/net/mac80211/main.c
-index c7a7a86..a74f57b 100644
+index 4c1bf61..00b449b 100644
 --- a/net/mac80211/main.c
 +++ b/net/mac80211/main.c
 @@ -174,7 +174,7 @@ int ieee80211_hw_config(struct ieee80211_local *local, u32 changed)
@@ -101639,10 +101217,10 @@ index d478b88..8c8d157 100644
  
   suspend:
 diff --git a/net/mac80211/rate.c b/net/mac80211/rate.c
-index 22b223f..ab70070 100644
+index 8fdadfd..a4f72b8 100644
 --- a/net/mac80211/rate.c
 +++ b/net/mac80211/rate.c
-@@ -734,7 +734,7 @@ int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local,
+@@ -720,7 +720,7 @@ int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local,
  
  	ASSERT_RTNL();
  
@@ -101665,10 +101243,10 @@ index 6ff1346..936ca9a 100644
  
  	return p;
 diff --git a/net/mac80211/util.c b/net/mac80211/util.c
-index 6427625..afa5a5a 100644
+index 3c36583..12887fe 100644
 --- a/net/mac80211/util.c
 +++ b/net/mac80211/util.c
-@@ -1483,7 +1483,7 @@ int ieee80211_reconfig(struct ieee80211_local *local)
+@@ -1509,7 +1509,7 @@ int ieee80211_reconfig(struct ieee80211_local *local)
  	}
  #endif
  	/* everything else happens only if HW was up & running */
@@ -101677,7 +101255,7 @@ index 6427625..afa5a5a 100644
  		goto wake_up;
  
  	/*
-@@ -1708,7 +1708,7 @@ int ieee80211_reconfig(struct ieee80211_local *local)
+@@ -1734,7 +1734,7 @@ int ieee80211_reconfig(struct ieee80211_local *local)
  	local->in_reconfig = false;
  	barrier();
  
@@ -101720,10 +101298,10 @@ index bffdad7..f9317d1 100644
  obj-$(CONFIG_NETFILTER_XT_MATCH_HELPER) += xt_helper.o
  obj-$(CONFIG_NETFILTER_XT_MATCH_HL) += xt_hl.o
 diff --git a/net/netfilter/ipset/ip_set_core.c b/net/netfilter/ipset/ip_set_core.c
-index de770ec..3fc49d2 100644
+index 1172083..986f1c1 100644
 --- a/net/netfilter/ipset/ip_set_core.c
 +++ b/net/netfilter/ipset/ip_set_core.c
-@@ -1922,7 +1922,7 @@ done:
+@@ -1924,7 +1924,7 @@ done:
  	return ret;
  }
  
@@ -101764,7 +101342,7 @@ index a8eb0a8..86f2de4 100644
  
  	if (!todrop_rate[i]) return 0;
 diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c
-index 4f26ee4..6a9d7c3 100644
+index 3d2d2c8..c87e4d3 100644
 --- a/net/netfilter/ipvs/ip_vs_core.c
 +++ b/net/netfilter/ipvs/ip_vs_core.c
 @@ -567,7 +567,7 @@ int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb,
@@ -101776,7 +101354,7 @@ index 4f26ee4..6a9d7c3 100644
  		ip_vs_conn_put(cp);
  		return ret;
  	}
-@@ -1706,7 +1706,7 @@ ip_vs_in(unsigned int hooknum, struct sk_buff *skb, int af)
+@@ -1711,7 +1711,7 @@ ip_vs_in(unsigned int hooknum, struct sk_buff *skb, int af)
  	if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
  		pkts = sysctl_sync_threshold(ipvs);
  	else
@@ -101786,7 +101364,7 @@ index 4f26ee4..6a9d7c3 100644
  	if (ipvs->sync_state & IP_VS_STATE_MASTER)
  		ip_vs_sync_conn(net, cp, pkts);
 diff --git a/net/netfilter/ipvs/ip_vs_ctl.c b/net/netfilter/ipvs/ip_vs_ctl.c
-index 35be035..50f8834 100644
+index c42e83d..a6a3f8b 100644
 --- a/net/netfilter/ipvs/ip_vs_ctl.c
 +++ b/net/netfilter/ipvs/ip_vs_ctl.c
 @@ -794,7 +794,7 @@ __ip_vs_update_dest(struct ip_vs_service *svc, struct ip_vs_dest *dest,
@@ -101843,15 +101421,6 @@ index 35be035..50f8834 100644
  			 IP_VS_CONN_F_FWD_MASK)) ||
  	    nla_put_u32(skb, IPVS_DEST_ATTR_WEIGHT,
  			atomic_read(&dest->weight)) ||
-@@ -3580,7 +3580,7 @@ out:
- }
- 
- 
--static const struct genl_ops ip_vs_genl_ops[] __read_mostly = {
-+static const struct genl_ops ip_vs_genl_ops[] = {
- 	{
- 		.cmd	= IPVS_CMD_NEW_SERVICE,
- 		.flags	= GENL_ADMIN_PERM,
 @@ -3697,7 +3697,7 @@ static int __net_init ip_vs_control_net_init_sysctl(struct net *net)
  {
  	int idx;
@@ -101862,7 +101431,7 @@ index 35be035..50f8834 100644
  	atomic_set(&ipvs->dropentry, 0);
  	spin_lock_init(&ipvs->dropentry_lock);
 diff --git a/net/netfilter/ipvs/ip_vs_lblc.c b/net/netfilter/ipvs/ip_vs_lblc.c
-index ca056a3..9cf01ef 100644
+index 547ff33..c8c8117 100644
 --- a/net/netfilter/ipvs/ip_vs_lblc.c
 +++ b/net/netfilter/ipvs/ip_vs_lblc.c
 @@ -118,7 +118,7 @@ struct ip_vs_lblc_table {
@@ -101954,10 +101523,10 @@ index a4b5e2a..13b1de3 100644
  	table = kmemdup(acct_sysctl_table, sizeof(acct_sysctl_table),
  			GFP_KERNEL);
 diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c
-index 356bef5..99932cb 100644
+index 75421f2..054c1fc 100644
 --- a/net/netfilter/nf_conntrack_core.c
 +++ b/net/netfilter/nf_conntrack_core.c
-@@ -1627,6 +1627,10 @@ void nf_conntrack_init_end(void)
+@@ -1789,6 +1789,10 @@ void nf_conntrack_init_end(void)
  #define DYING_NULLS_VAL		((1<<30)+1)
  #define TEMPLATE_NULLS_VAL	((1<<30)+2)
  
@@ -101967,19 +101536,19 @@ index 356bef5..99932cb 100644
 +
  int nf_conntrack_init_net(struct net *net)
  {
- 	int ret;
-@@ -1641,7 +1645,11 @@ int nf_conntrack_init_net(struct net *net)
- 		goto err_stat;
- 	}
+ 	int ret = -ENOMEM;
+@@ -1814,7 +1818,11 @@ int nf_conntrack_init_net(struct net *net)
+ 	if (!net->ct.stat)
+ 		goto err_pcpu_lists;
  
 +#ifdef CONFIG_GRKERNSEC_HIDESYM
 +	net->ct.slabname = kasprintf(GFP_KERNEL, "nf_conntrack_%08lx", atomic_inc_return_unchecked(&conntrack_cache_id));
 +#else
  	net->ct.slabname = kasprintf(GFP_KERNEL, "nf_conntrack_%p", net);
 +#endif
- 	if (!net->ct.slabname) {
- 		ret = -ENOMEM;
+ 	if (!net->ct.slabname)
  		goto err_slabname;
+ 
 diff --git a/net/netfilter/nf_conntrack_ecache.c b/net/netfilter/nf_conntrack_ecache.c
 index 1df1761..ce8b88a 100644
 --- a/net/netfilter/nf_conntrack_ecache.c
@@ -101994,7 +101563,7 @@ index 1df1761..ce8b88a 100644
  	table = kmemdup(event_sysctl_table, sizeof(event_sysctl_table),
  			GFP_KERNEL);
 diff --git a/net/netfilter/nf_conntrack_helper.c b/net/netfilter/nf_conntrack_helper.c
-index 974a2a4..52cc6ff 100644
+index 5b3eae7..dd4b8fe 100644
 --- a/net/netfilter/nf_conntrack_helper.c
 +++ b/net/netfilter/nf_conntrack_helper.c
 @@ -57,7 +57,7 @@ static struct ctl_table helper_sysctl_table[] = {
@@ -102100,26 +101669,11 @@ index f042ae5..30ea486 100644
  	mutex_unlock(&nf_sockopt_mutex);
  }
  EXPORT_SYMBOL(nf_unregister_sockopt);
-diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c
-index c68e5e0..8d52d50 100644
---- a/net/netfilter/nf_tables_api.c
-+++ b/net/netfilter/nf_tables_api.c
-@@ -152,8 +152,8 @@ nf_tables_chain_type_lookup(const struct nft_af_info *afi,
- #ifdef CONFIG_MODULES
- 	if (autoload) {
- 		nfnl_unlock(NFNL_SUBSYS_NFTABLES);
--		request_module("nft-chain-%u-%*.s", afi->family,
--			       nla_len(nla)-1, (const char *)nla_data(nla));
-+		request_module("nft-chain-%u-%.*s", afi->family,
-+			       nla_len(nla), (const char *)nla_data(nla));
- 		nfnl_lock(NFNL_SUBSYS_NFTABLES);
- 		type = __nf_tables_chain_type_lookup(afi->family, nla);
- 		if (type != NULL)
 diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c
-index a155d19..726b0f2 100644
+index d292c8d..9f1e166 100644
 --- a/net/netfilter/nfnetlink_log.c
 +++ b/net/netfilter/nfnetlink_log.c
-@@ -82,7 +82,7 @@ static int nfnl_log_net_id __read_mostly;
+@@ -79,7 +79,7 @@ static int nfnl_log_net_id __read_mostly;
  struct nfnl_log_net {
  	spinlock_t instances_lock;
  	struct hlist_head instance_table[INSTANCE_BUCKETS];
@@ -102128,7 +101682,7 @@ index a155d19..726b0f2 100644
  };
  
  static struct nfnl_log_net *nfnl_log_pernet(struct net *net)
-@@ -564,7 +564,7 @@ __build_packet_message(struct nfnl_log_net *log,
+@@ -561,7 +561,7 @@ __build_packet_message(struct nfnl_log_net *log,
  	/* global sequence number */
  	if ((inst->flags & NFULNL_CFG_F_SEQ_GLOBAL) &&
  	    nla_put_be32(inst->skb, NFULA_SEQ_GLOBAL,
@@ -102138,7 +101692,7 @@ index a155d19..726b0f2 100644
  
  	if (data_len) {
 diff --git a/net/netfilter/nft_compat.c b/net/netfilter/nft_compat.c
-index 82cb823..5685dd5 100644
+index 8a779be..1551d4c 100644
 --- a/net/netfilter/nft_compat.c
 +++ b/net/netfilter/nft_compat.c
 @@ -216,7 +216,7 @@ target_dump_info(struct sk_buff *skb, const struct xt_target *t, const void *in)
@@ -102282,7 +101836,7 @@ index 11de55e..f25e448 100644
  	return 0;
  }
 diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c
-index 04748ab6..c72ef1f 100644
+index f22757a..daf62a2 100644
 --- a/net/netlink/af_netlink.c
 +++ b/net/netlink/af_netlink.c
 @@ -257,7 +257,7 @@ static void netlink_overrun(struct sock *sk)
@@ -102294,137 +101848,7 @@ index 04748ab6..c72ef1f 100644
  }
  
  static void netlink_rcv_wake(struct sock *sk)
-@@ -1360,7 +1360,74 @@ retry:
- 	return err;
- }
- 
--static inline int netlink_capable(const struct socket *sock, unsigned int flag)
-+/**
-+ * __netlink_ns_capable - General netlink message capability test
-+ * @nsp: NETLINK_CB of the socket buffer holding a netlink command from userspace.
-+ * @user_ns: The user namespace of the capability to use
-+ * @cap: The capability to use
-+ *
-+ * Test to see if the opener of the socket we received the message
-+ * from had when the netlink socket was created and the sender of the
-+ * message has has the capability @cap in the user namespace @user_ns.
-+ */
-+bool __netlink_ns_capable(const struct netlink_skb_parms *nsp,
-+			struct user_namespace *user_ns, int cap)
-+{
-+	return ((nsp->flags & NETLINK_SKB_DST) ||
-+		file_ns_capable(nsp->sk->sk_socket->file, user_ns, cap)) &&
-+		ns_capable(user_ns, cap);
-+}
-+EXPORT_SYMBOL(__netlink_ns_capable);
-+
-+/**
-+ * netlink_ns_capable - General netlink message capability test
-+ * @skb: socket buffer holding a netlink command from userspace
-+ * @user_ns: The user namespace of the capability to use
-+ * @cap: The capability to use
-+ *
-+ * Test to see if the opener of the socket we received the message
-+ * from had when the netlink socket was created and the sender of the
-+ * message has has the capability @cap in the user namespace @user_ns.
-+ */
-+bool netlink_ns_capable(const struct sk_buff *skb,
-+			struct user_namespace *user_ns, int cap)
-+{
-+	return __netlink_ns_capable(&NETLINK_CB(skb), user_ns, cap);
-+}
-+EXPORT_SYMBOL(netlink_ns_capable);
-+
-+/**
-+ * netlink_capable - Netlink global message capability test
-+ * @skb: socket buffer holding a netlink command from userspace
-+ * @cap: The capability to use
-+ *
-+ * Test to see if the opener of the socket we received the message
-+ * from had when the netlink socket was created and the sender of the
-+ * message has has the capability @cap in all user namespaces.
-+ */
-+bool netlink_capable(const struct sk_buff *skb, int cap)
-+{
-+	return netlink_ns_capable(skb, &init_user_ns, cap);
-+}
-+EXPORT_SYMBOL(netlink_capable);
-+
-+/**
-+ * netlink_net_capable - Netlink network namespace message capability test
-+ * @skb: socket buffer holding a netlink command from userspace
-+ * @cap: The capability to use
-+ *
-+ * Test to see if the opener of the socket we received the message
-+ * from had when the netlink socket was created and the sender of the
-+ * message has has the capability @cap over the network namespace of
-+ * the socket we received the message from.
-+ */
-+bool netlink_net_capable(const struct sk_buff *skb, int cap)
-+{
-+	return netlink_ns_capable(skb, sock_net(skb->sk)->user_ns, cap);
-+}
-+EXPORT_SYMBOL(netlink_net_capable);
-+
-+static inline int netlink_allowed(const struct socket *sock, unsigned int flag)
- {
- 	return (nl_table[sock->sk->sk_protocol].flags & flag) ||
- 		ns_capable(sock_net(sock->sk)->user_ns, CAP_NET_ADMIN);
-@@ -1428,7 +1495,7 @@ static int netlink_bind(struct socket *sock, struct sockaddr *addr,
- 
- 	/* Only superuser is allowed to listen multicasts */
- 	if (nladdr->nl_groups) {
--		if (!netlink_capable(sock, NL_CFG_F_NONROOT_RECV))
-+		if (!netlink_allowed(sock, NL_CFG_F_NONROOT_RECV))
- 			return -EPERM;
- 		err = netlink_realloc_groups(sk);
- 		if (err)
-@@ -1490,7 +1557,7 @@ static int netlink_connect(struct socket *sock, struct sockaddr *addr,
- 		return -EINVAL;
- 
- 	if ((nladdr->nl_groups || nladdr->nl_pid) &&
--	    !netlink_capable(sock, NL_CFG_F_NONROOT_SEND))
-+	    !netlink_allowed(sock, NL_CFG_F_NONROOT_SEND))
- 		return -EPERM;
- 
- 	if (!nlk->portid)
-@@ -2096,7 +2163,7 @@ static int netlink_setsockopt(struct socket *sock, int level, int optname,
- 		break;
- 	case NETLINK_ADD_MEMBERSHIP:
- 	case NETLINK_DROP_MEMBERSHIP: {
--		if (!netlink_capable(sock, NL_CFG_F_NONROOT_RECV))
-+		if (!netlink_allowed(sock, NL_CFG_F_NONROOT_RECV))
- 			return -EPERM;
- 		err = netlink_realloc_groups(sk);
- 		if (err)
-@@ -2228,6 +2295,7 @@ static int netlink_sendmsg(struct kiocb *kiocb, struct socket *sock,
- 	struct sk_buff *skb;
- 	int err;
- 	struct scm_cookie scm;
-+	u32 netlink_skb_flags = 0;
- 
- 	if (msg->msg_flags&MSG_OOB)
- 		return -EOPNOTSUPP;
-@@ -2247,8 +2315,9 @@ static int netlink_sendmsg(struct kiocb *kiocb, struct socket *sock,
- 		dst_group = ffs(addr->nl_groups);
- 		err =  -EPERM;
- 		if ((dst_group || dst_portid) &&
--		    !netlink_capable(sock, NL_CFG_F_NONROOT_SEND))
-+		    !netlink_allowed(sock, NL_CFG_F_NONROOT_SEND))
- 			goto out;
-+		netlink_skb_flags |= NETLINK_SKB_DST;
- 	} else {
- 		dst_portid = nlk->dst_portid;
- 		dst_group = nlk->dst_group;
-@@ -2278,6 +2347,7 @@ static int netlink_sendmsg(struct kiocb *kiocb, struct socket *sock,
- 	NETLINK_CB(skb).portid	= nlk->portid;
- 	NETLINK_CB(skb).dst_group = dst_group;
- 	NETLINK_CB(skb).creds	= siocb->scm->creds;
-+	NETLINK_CB(skb).flags	= netlink_skb_flags;
- 
- 	err = -EFAULT;
- 	if (memcpy_fromiovec(skb_put(skb, len), msg->msg_iov, len)) {
-@@ -2933,7 +3003,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v)
+@@ -3028,7 +3028,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v)
  			   sk_wmem_alloc_get(s),
  			   nlk->cb_running,
  			   atomic_read(&s->sk_refcnt),
@@ -102434,7 +101858,7 @@ index 04748ab6..c72ef1f 100644
  			);
  
 diff --git a/net/netrom/af_netrom.c b/net/netrom/af_netrom.c
-index b74aa07..d41926e 100644
+index ede50d1..d2468e6 100644
 --- a/net/netrom/af_netrom.c
 +++ b/net/netrom/af_netrom.c
 @@ -850,7 +850,6 @@ static int nr_getname(struct socket *sock, struct sockaddr *uaddr,
@@ -102446,9 +101870,18 @@ index b74aa07..d41926e 100644
  		*uaddr_len = sizeof(struct sockaddr_ax25);
  	}
 diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
-index 48a6a93..0b0496e 100644
+index b85c67c..27c3368 100644
 --- a/net/packet/af_packet.c
 +++ b/net/packet/af_packet.c
+@@ -275,7 +275,7 @@ static int packet_direct_xmit(struct sk_buff *skb)
+ 
+ 	return ret;
+ drop:
+-	atomic_long_inc(&dev->tx_dropped);
++	atomic_long_inc_unchecked(&dev->tx_dropped);
+ 	kfree_skb(skb);
+ 	return NET_XMIT_DROP;
+ }
 @@ -1845,7 +1845,7 @@ static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
  
  	spin_lock(&sk->sk_receive_queue.lock);
@@ -102457,7 +101890,7 @@ index 48a6a93..0b0496e 100644
 +	skb->dropcount = atomic_read_unchecked(&sk->sk_drops);
  	__skb_queue_tail(&sk->sk_receive_queue, skb);
  	spin_unlock(&sk->sk_receive_queue.lock);
- 	sk->sk_data_ready(sk, skb->len);
+ 	sk->sk_data_ready(sk);
 @@ -1854,7 +1854,7 @@ static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
  drop_n_acct:
  	spin_lock(&sk->sk_receive_queue.lock);
@@ -102467,7 +101900,7 @@ index 48a6a93..0b0496e 100644
  	spin_unlock(&sk->sk_receive_queue.lock);
  
  drop_n_restore:
-@@ -3449,7 +3449,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
+@@ -3459,7 +3459,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
  	case PACKET_HDRLEN:
  		if (len > sizeof(int))
  			len = sizeof(int);
@@ -102476,7 +101909,7 @@ index 48a6a93..0b0496e 100644
  			return -EFAULT;
  		switch (val) {
  		case TPACKET_V1:
-@@ -3495,7 +3495,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
+@@ -3505,7 +3505,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
  		len = lv;
  	if (put_user(len, optlen))
  		return -EFAULT;
@@ -102486,7 +101919,7 @@ index 48a6a93..0b0496e 100644
  	return 0;
  }
 diff --git a/net/phonet/pep.c b/net/phonet/pep.c
-index e774117..900b8b7 100644
+index 70a547e..23477fe 100644
 --- a/net/phonet/pep.c
 +++ b/net/phonet/pep.c
 @@ -388,7 +388,7 @@ static int pipe_do_rcv(struct sock *sk, struct sk_buff *skb)
@@ -102507,7 +101940,7 @@ index e774117..900b8b7 100644
  			err = -ENOBUFS;
  			break;
  		}
-@@ -580,7 +580,7 @@ static int pipe_handler_do_rcv(struct sock *sk, struct sk_buff *skb)
+@@ -579,7 +579,7 @@ static int pipe_handler_do_rcv(struct sock *sk, struct sk_buff *skb)
  		}
  
  		if (pn->rx_credits == 0) {
@@ -102709,7 +102142,7 @@ index 81cf5a4..b5826ff 100644
  	set_fs(oldfs);
  }
 diff --git a/net/rxrpc/af_rxrpc.c b/net/rxrpc/af_rxrpc.c
-index e61aa60..f07cc89 100644
+index 7b16704..9628ec6 100644
 --- a/net/rxrpc/af_rxrpc.c
 +++ b/net/rxrpc/af_rxrpc.c
 @@ -40,7 +40,7 @@ static const struct proto_ops rxrpc_rpc_ops;
@@ -102722,10 +102155,10 @@ index e61aa60..f07cc89 100644
  /* count of skbs currently in use */
  atomic_t rxrpc_n_skbs;
 diff --git a/net/rxrpc/ar-ack.c b/net/rxrpc/ar-ack.c
-index cd97a0c..0041649 100644
+index c6be17a..2a6200a 100644
 --- a/net/rxrpc/ar-ack.c
 +++ b/net/rxrpc/ar-ack.c
-@@ -182,7 +182,7 @@ static void rxrpc_resend(struct rxrpc_call *call)
+@@ -223,7 +223,7 @@ static void rxrpc_resend(struct rxrpc_call *call)
  
  	_enter("{%d,%d,%d,%d},",
  	       call->acks_hard, call->acks_unacked,
@@ -102734,7 +102167,7 @@ index cd97a0c..0041649 100644
  	       CIRC_CNT(call->acks_head, call->acks_tail, call->acks_winsz));
  
  	stop = 0;
-@@ -206,7 +206,7 @@ static void rxrpc_resend(struct rxrpc_call *call)
+@@ -247,7 +247,7 @@ static void rxrpc_resend(struct rxrpc_call *call)
  
  			/* each Tx packet has a new serial number */
  			sp->hdr.serial =
@@ -102743,7 +102176,7 @@ index cd97a0c..0041649 100644
  
  			hdr = (struct rxrpc_header *) txb->head;
  			hdr->serial = sp->hdr.serial;
-@@ -410,7 +410,7 @@ static void rxrpc_rotate_tx_window(struct rxrpc_call *call, u32 hard)
+@@ -451,7 +451,7 @@ static void rxrpc_rotate_tx_window(struct rxrpc_call *call, u32 hard)
   */
  static void rxrpc_clear_tx_window(struct rxrpc_call *call)
  {
@@ -102752,7 +102185,7 @@ index cd97a0c..0041649 100644
  }
  
  /*
-@@ -636,7 +636,7 @@ process_further:
+@@ -677,7 +677,7 @@ process_further:
  
  		latest = ntohl(sp->hdr.serial);
  		hard = ntohl(ack.firstPacket);
@@ -102761,7 +102194,7 @@ index cd97a0c..0041649 100644
  
  		_proto("Rx ACK %%%u { m=%hu f=#%u p=#%u s=%%%u r=%s n=%u }",
  		       latest,
-@@ -1168,7 +1168,7 @@ void rxrpc_process_call(struct work_struct *work)
+@@ -1209,7 +1209,7 @@ void rxrpc_process_call(struct work_struct *work)
  	goto maybe_reschedule;
  
  send_ACK_with_skew:
@@ -102770,16 +102203,16 @@ index cd97a0c..0041649 100644
  			    ntohl(ack.serial));
  send_ACK:
  	mtu = call->conn->trans->peer->if_mtu;
-@@ -1180,7 +1180,7 @@ send_ACK:
- 	ackinfo.rxMTU	= htonl(5692);
- 	ackinfo.jumbo_max = htonl(4);
+@@ -1221,7 +1221,7 @@ send_ACK:
+ 	ackinfo.rxMTU	= htonl(rxrpc_rx_mtu);
+ 	ackinfo.jumbo_max = htonl(rxrpc_rx_jumbo_max);
  
 -	hdr.serial = htonl(atomic_inc_return(&call->conn->serial));
 +	hdr.serial = htonl(atomic_inc_return_unchecked(&call->conn->serial));
  	_proto("Tx ACK %%%u { m=%hu f=#%u p=#%u s=%%%u r=%s n=%u }",
  	       ntohl(hdr.serial),
  	       ntohs(ack.maxSkew),
-@@ -1198,7 +1198,7 @@ send_ACK:
+@@ -1239,7 +1239,7 @@ send_ACK:
  send_message:
  	_debug("send message");
  
@@ -102789,10 +102222,10 @@ index cd97a0c..0041649 100644
  send_message_2:
  
 diff --git a/net/rxrpc/ar-call.c b/net/rxrpc/ar-call.c
-index a3bbb36..3341fb9 100644
+index a9e05db..194e793 100644
 --- a/net/rxrpc/ar-call.c
 +++ b/net/rxrpc/ar-call.c
-@@ -83,7 +83,7 @@ static struct rxrpc_call *rxrpc_alloc_call(gfp_t gfp)
+@@ -232,7 +232,7 @@ static struct rxrpc_call *rxrpc_alloc_call(gfp_t gfp)
  	spin_lock_init(&call->lock);
  	rwlock_init(&call->state_lock);
  	atomic_set(&call->usage, 1);
@@ -102802,10 +102235,10 @@ index a3bbb36..3341fb9 100644
  
  	memset(&call->sock_node, 0xed, sizeof(call->sock_node));
 diff --git a/net/rxrpc/ar-connection.c b/net/rxrpc/ar-connection.c
-index 7bf5b5b..4a3bf2c 100644
+index 6631f4f..bfdf056 100644
 --- a/net/rxrpc/ar-connection.c
 +++ b/net/rxrpc/ar-connection.c
-@@ -206,7 +206,7 @@ static struct rxrpc_connection *rxrpc_alloc_connection(gfp_t gfp)
+@@ -210,7 +210,7 @@ static struct rxrpc_connection *rxrpc_alloc_connection(gfp_t gfp)
  		rwlock_init(&conn->lock);
  		spin_lock_init(&conn->state_lock);
  		atomic_set(&conn->usage, 1);
@@ -102828,10 +102261,10 @@ index e7ed43a..6afa140 100644
  
  	ret = kernel_sendmsg(conn->trans->local->socket, &msg, iov, 2, len);
 diff --git a/net/rxrpc/ar-input.c b/net/rxrpc/ar-input.c
-index 529572f..c758ca7 100644
+index 63b21e5..330232e 100644
 --- a/net/rxrpc/ar-input.c
 +++ b/net/rxrpc/ar-input.c
-@@ -340,9 +340,9 @@ void rxrpc_fast_process_packet(struct rxrpc_call *call, struct sk_buff *skb)
+@@ -338,9 +338,9 @@ void rxrpc_fast_process_packet(struct rxrpc_call *call, struct sk_buff *skb)
  	/* track the latest serial number on this connection for ACK packet
  	 * information */
  	serial = ntohl(sp->hdr.serial);
@@ -102844,7 +102277,7 @@ index 529572f..c758ca7 100644
  
  	/* request ACK generation for any ACK or DATA packet that requests
 diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h
-index 5f43675..ca07817 100644
+index ba9fd36..9bbfe01 100644
 --- a/net/rxrpc/ar-internal.h
 +++ b/net/rxrpc/ar-internal.h
 @@ -272,8 +272,8 @@ struct rxrpc_connection {
@@ -102867,7 +102300,7 @@ index 5f43675..ca07817 100644
  	u32			abort_code;	/* local/remote abort code */
  	enum {					/* current state of call */
  		RXRPC_CALL_CLIENT_SEND_REQUEST,	/* - client sending request phase */
-@@ -420,7 +420,7 @@ static inline void rxrpc_abort_call(struct rxrpc_call *call, u32 abort_code)
+@@ -431,7 +431,7 @@ static inline void rxrpc_abort_call(struct rxrpc_call *call, u32 abort_code)
   */
  extern atomic_t rxrpc_n_skbs;
  extern __be32 rxrpc_epoch;
@@ -102890,15 +102323,20 @@ index 87f7135..74d3703 100644
  	}
  
 diff --git a/net/rxrpc/ar-output.c b/net/rxrpc/ar-output.c
-index d0e8f1c..a3a1686 100644
+index 0b4b9a7..966ffbb 100644
 --- a/net/rxrpc/ar-output.c
 +++ b/net/rxrpc/ar-output.c
-@@ -682,9 +682,9 @@ static int rxrpc_send_data(struct kiocb *iocb,
+@@ -682,14 +682,14 @@ static int rxrpc_send_data(struct kiocb *iocb,
+ 					memset(skb_put(skb, pad), 0, pad);
+ 			}
+ 
+-			seq = atomic_inc_return(&call->sequence);
++			seq = atomic_inc_return_unchecked(&call->sequence);
+ 
+ 			sp->hdr.epoch = conn->epoch;
  			sp->hdr.cid = call->cid;
  			sp->hdr.callNumber = call->call_id;
- 			sp->hdr.seq =
--				htonl(atomic_inc_return(&call->sequence));
-+				htonl(atomic_inc_return_unchecked(&call->sequence));
+ 			sp->hdr.seq = htonl(seq);
  			sp->hdr.serial =
 -				htonl(atomic_inc_return(&conn->serial));
 +				htonl(atomic_inc_return_unchecked(&conn->serial));
@@ -102934,10 +102372,10 @@ index 38047f7..9f48511 100644
  	return 0;
  }
 diff --git a/net/rxrpc/ar-transport.c b/net/rxrpc/ar-transport.c
-index 92df566..87ec1bf 100644
+index 1976dec..aa70be5 100644
 --- a/net/rxrpc/ar-transport.c
 +++ b/net/rxrpc/ar-transport.c
-@@ -47,7 +47,7 @@ static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local,
+@@ -51,7 +51,7 @@ static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local,
  		spin_lock_init(&trans->client_lock);
  		rwlock_init(&trans->conn_lock);
  		atomic_set(&trans->usage, 1);
@@ -102968,6 +102406,28 @@ index f226709..0e735a8 100644
  	_proto("Tx RESPONSE %%%u", ntohl(hdr->serial));
  
  	ret = kernel_sendmsg(conn->trans->local->socket, &msg, iov, 3, len);
+diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
+index e1543b0..7ce8bd0 100644
+--- a/net/sched/sch_generic.c
++++ b/net/sched/sch_generic.c
+@@ -310,7 +310,7 @@ void netif_carrier_on(struct net_device *dev)
+ 	if (test_and_clear_bit(__LINK_STATE_NOCARRIER, &dev->state)) {
+ 		if (dev->reg_state == NETREG_UNINITIALIZED)
+ 			return;
+-		atomic_inc(&dev->carrier_changes);
++		atomic_inc_unchecked(&dev->carrier_changes);
+ 		linkwatch_fire_event(dev);
+ 		if (netif_running(dev))
+ 			__netdev_watchdog_up(dev);
+@@ -329,7 +329,7 @@ void netif_carrier_off(struct net_device *dev)
+ 	if (!test_and_set_bit(__LINK_STATE_NOCARRIER, &dev->state)) {
+ 		if (dev->reg_state == NETREG_UNINITIALIZED)
+ 			return;
+-		atomic_inc(&dev->carrier_changes);
++		atomic_inc_unchecked(&dev->carrier_changes);
+ 		linkwatch_fire_event(dev);
+ 	}
+ }
 diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c
 index 2b1738e..a9d0fc9 100644
 --- a/net/sctp/ipv6.c
@@ -103000,7 +102460,7 @@ index 2b1738e..a9d0fc9 100644
  
  /* Initialize IPv6 support and register with socket layer.  */
 diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
-index a62a215..0976540 100644
+index 44cbb54..4c5dce6 100644
 --- a/net/sctp/protocol.c
 +++ b/net/sctp/protocol.c
 @@ -836,8 +836,10 @@ int sctp_register_af(struct sctp_af *af)
@@ -103056,7 +102516,7 @@ index fef2acd..c705c4f 100644
  	sctp_generate_t1_cookie_event,
  	sctp_generate_t1_init_event,
 diff --git a/net/sctp/socket.c b/net/sctp/socket.c
-index 604a6ac..f87f0a3 100644
+index fee06b9..eabc613 100644
 --- a/net/sctp/socket.c
 +++ b/net/sctp/socket.c
 @@ -2175,11 +2175,13 @@ static int sctp_setsockopt_events(struct sock *sk, char __user *optval,
@@ -103199,10 +102659,10 @@ index c82fdc1..4ca1f95 100644
  }
  
 diff --git a/net/socket.c b/net/socket.c
-index a19ae19..89554dc 100644
+index abf56b2..b8998bc 100644
 --- a/net/socket.c
 +++ b/net/socket.c
-@@ -88,6 +88,7 @@
+@@ -89,6 +89,7 @@
  #include <linux/magic.h>
  #include <linux/slab.h>
  #include <linux/xattr.h>
@@ -103210,7 +102670,7 @@ index a19ae19..89554dc 100644
  
  #include <asm/uaccess.h>
  #include <asm/unistd.h>
-@@ -111,6 +112,8 @@ unsigned int sysctl_net_busy_read __read_mostly;
+@@ -112,6 +113,8 @@ unsigned int sysctl_net_busy_read __read_mostly;
  unsigned int sysctl_net_busy_poll __read_mostly;
  #endif
  
@@ -103219,7 +102679,7 @@ index a19ae19..89554dc 100644
  static int sock_no_open(struct inode *irrelevant, struct file *dontcare);
  static ssize_t sock_aio_read(struct kiocb *iocb, const struct iovec *iov,
  			 unsigned long nr_segs, loff_t pos);
-@@ -162,7 +165,7 @@ static const struct file_operations socket_file_ops = {
+@@ -163,7 +166,7 @@ static const struct file_operations socket_file_ops = {
   */
  
  static DEFINE_SPINLOCK(net_family_lock);
@@ -103228,7 +102688,7 @@ index a19ae19..89554dc 100644
  
  /*
   *	Statistics counters of the socket lists
-@@ -328,7 +331,7 @@ static struct dentry *sockfs_mount(struct file_system_type *fs_type,
+@@ -329,7 +332,7 @@ static struct dentry *sockfs_mount(struct file_system_type *fs_type,
  		&sockfs_dentry_operations, SOCKFS_MAGIC);
  }
  
@@ -103237,7 +102697,7 @@ index a19ae19..89554dc 100644
  
  static struct file_system_type sock_fs_type = {
  	.name =		"sockfs",
-@@ -1256,6 +1259,8 @@ int __sock_create(struct net *net, int family, int type, int protocol,
+@@ -1257,6 +1260,8 @@ int __sock_create(struct net *net, int family, int type, int protocol,
  		return -EAFNOSUPPORT;
  	if (type < 0 || type >= SOCK_MAX)
  		return -EINVAL;
@@ -103246,7 +102706,7 @@ index a19ae19..89554dc 100644
  
  	/* Compatibility.
  
-@@ -1276,6 +1281,20 @@ int __sock_create(struct net *net, int family, int type, int protocol,
+@@ -1277,6 +1282,20 @@ int __sock_create(struct net *net, int family, int type, int protocol,
  	if (err)
  		return err;
  
@@ -103267,7 +102727,7 @@ index a19ae19..89554dc 100644
  	/*
  	 *	Allocate the socket and allow the family to set things up. if
  	 *	the protocol is 0, the family is instructed to select an appropriate
-@@ -1527,6 +1546,14 @@ SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
+@@ -1528,6 +1547,14 @@ SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
  	if (sock) {
  		err = move_addr_to_kernel(umyaddr, addrlen, &address);
  		if (err >= 0) {
@@ -103282,7 +102742,7 @@ index a19ae19..89554dc 100644
  			err = security_socket_bind(sock,
  						   (struct sockaddr *)&address,
  						   addrlen);
-@@ -1535,6 +1562,7 @@ SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
+@@ -1536,6 +1563,7 @@ SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen)
  						      (struct sockaddr *)
  						      &address, addrlen);
  		}
@@ -103290,7 +102750,7 @@ index a19ae19..89554dc 100644
  		fput_light(sock->file, fput_needed);
  	}
  	return err;
-@@ -1558,10 +1586,20 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
+@@ -1559,10 +1587,20 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
  		if ((unsigned int)backlog > somaxconn)
  			backlog = somaxconn;
  
@@ -103311,7 +102771,7 @@ index a19ae19..89554dc 100644
  		fput_light(sock->file, fput_needed);
  	}
  	return err;
-@@ -1605,6 +1643,18 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
+@@ -1606,6 +1644,18 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
  	newsock->type = sock->type;
  	newsock->ops = sock->ops;
  
@@ -103330,7 +102790,7 @@ index a19ae19..89554dc 100644
  	/*
  	 * We don't need try_module_get here, as the listening socket (sock)
  	 * has the protocol module (sock->ops->owner) held.
-@@ -1650,6 +1700,8 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
+@@ -1651,6 +1701,8 @@ SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,
  	fd_install(newfd, newfile);
  	err = newfd;
  
@@ -103339,7 +102799,7 @@ index a19ae19..89554dc 100644
  out_put:
  	fput_light(sock->file, fput_needed);
  out:
-@@ -1682,6 +1734,7 @@ SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
+@@ -1683,6 +1735,7 @@ SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
  		int, addrlen)
  {
  	struct socket *sock;
@@ -103347,7 +102807,7 @@ index a19ae19..89554dc 100644
  	struct sockaddr_storage address;
  	int err, fput_needed;
  
-@@ -1692,6 +1745,17 @@ SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
+@@ -1693,6 +1746,17 @@ SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr,
  	if (err < 0)
  		goto out_put;
  
@@ -103365,7 +102825,7 @@ index a19ae19..89554dc 100644
  	err =
  	    security_socket_connect(sock, (struct sockaddr *)&address, addrlen);
  	if (err)
-@@ -1773,6 +1837,8 @@ SYSCALL_DEFINE3(getpeername, int, fd, struct sockaddr __user *, usockaddr,
+@@ -1774,6 +1838,8 @@ SYSCALL_DEFINE3(getpeername, int, fd, struct sockaddr __user *, usockaddr,
   *	the protocol.
   */
  
@@ -103374,7 +102834,7 @@ index a19ae19..89554dc 100644
  SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len,
  		unsigned int, flags, struct sockaddr __user *, addr,
  		int, addr_len)
-@@ -1839,7 +1905,7 @@ SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size,
+@@ -1840,7 +1906,7 @@ SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size,
  	struct socket *sock;
  	struct iovec iov;
  	struct msghdr msg;
@@ -103383,7 +102843,7 @@ index a19ae19..89554dc 100644
  	int err, err2;
  	int fput_needed;
  
-@@ -2065,7 +2131,7 @@ static int ___sys_sendmsg(struct socket *sock, struct msghdr __user *msg,
+@@ -2066,7 +2132,7 @@ static int ___sys_sendmsg(struct socket *sock, struct msghdr __user *msg,
  		 * checking falls down on this.
  		 */
  		if (copy_from_user(ctl_buf,
@@ -103392,7 +102852,7 @@ index a19ae19..89554dc 100644
  				   ctl_len))
  			goto out_freectl;
  		msg_sys->msg_control = ctl_buf;
-@@ -2216,7 +2282,7 @@ static int ___sys_recvmsg(struct socket *sock, struct msghdr __user *msg,
+@@ -2217,7 +2283,7 @@ static int ___sys_recvmsg(struct socket *sock, struct msghdr __user *msg,
  	int err, total_len, len;
  
  	/* kernel mode address */
@@ -103401,7 +102861,7 @@ index a19ae19..89554dc 100644
  
  	/* user mode address pointers */
  	struct sockaddr __user *uaddr;
-@@ -2245,7 +2311,7 @@ static int ___sys_recvmsg(struct socket *sock, struct msghdr __user *msg,
+@@ -2246,7 +2312,7 @@ static int ___sys_recvmsg(struct socket *sock, struct msghdr __user *msg,
  	/* Save the user-mode address (verify_iovec will change the
  	 * kernel msghdr to use the kernel address space)
  	 */
@@ -103410,7 +102870,7 @@ index a19ae19..89554dc 100644
  	uaddr_len = COMPAT_NAMELEN(msg);
  	if (MSG_CMSG_COMPAT & flags)
  		err = verify_compat_iovec(msg_sys, iov, &addr, VERIFY_WRITE);
-@@ -2889,7 +2955,7 @@ static int ethtool_ioctl(struct net *net, struct compat_ifreq __user *ifr32)
+@@ -2887,7 +2953,7 @@ static int ethtool_ioctl(struct net *net, struct compat_ifreq __user *ifr32)
  	ifr = compat_alloc_user_space(buf_size);
  	rxnfc = (void __user *)ifr + ALIGN(sizeof(struct ifreq), 8);
  
@@ -103419,7 +102879,7 @@ index a19ae19..89554dc 100644
  		return -EFAULT;
  
  	if (put_user(convert_in ? rxnfc : compat_ptr(data),
-@@ -3000,7 +3066,7 @@ static int bond_ioctl(struct net *net, unsigned int cmd,
+@@ -2998,7 +3064,7 @@ static int bond_ioctl(struct net *net, unsigned int cmd,
  		old_fs = get_fs();
  		set_fs(KERNEL_DS);
  		err = dev_ioctl(net, cmd,
@@ -103428,7 +102888,7 @@ index a19ae19..89554dc 100644
  		set_fs(old_fs);
  
  		return err;
-@@ -3093,7 +3159,7 @@ static int compat_sioc_ifmap(struct net *net, unsigned int cmd,
+@@ -3091,7 +3157,7 @@ static int compat_sioc_ifmap(struct net *net, unsigned int cmd,
  
  	old_fs = get_fs();
  	set_fs(KERNEL_DS);
@@ -103437,7 +102897,7 @@ index a19ae19..89554dc 100644
  	set_fs(old_fs);
  
  	if (cmd == SIOCGIFMAP && !err) {
-@@ -3177,7 +3243,7 @@ static int routing_ioctl(struct net *net, struct socket *sock,
+@@ -3175,7 +3241,7 @@ static int routing_ioctl(struct net *net, struct socket *sock,
  		ret |= get_user(rtdev, &(ur4->rt_dev));
  		if (rtdev) {
  			ret |= copy_from_user(devname, compat_ptr(rtdev), 15);
@@ -103446,7 +102906,7 @@ index a19ae19..89554dc 100644
  			devname[15] = 0;
  		} else
  			r4.rt_dev = NULL;
-@@ -3404,8 +3470,8 @@ int kernel_getsockopt(struct socket *sock, int level, int optname,
+@@ -3402,8 +3468,8 @@ int kernel_getsockopt(struct socket *sock, int level, int optname,
  	int __user *uoptlen;
  	int err;
  
@@ -103457,7 +102917,7 @@ index a19ae19..89554dc 100644
  
  	set_fs(KERNEL_DS);
  	if (level == SOL_SOCKET)
-@@ -3425,7 +3491,7 @@ int kernel_setsockopt(struct socket *sock, int level, int optname,
+@@ -3423,7 +3489,7 @@ int kernel_setsockopt(struct socket *sock, int level, int optname,
  	char __user *uoptval;
  	int err;
  
@@ -103502,10 +102962,10 @@ index ae333c1..18521f0 100644
  		goto out_nomem;
  	cd->u.procfs.channel_ent = NULL;
 diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
-index 3ea5cda..bfb3e08 100644
+index 2e6ab10..3170800 100644
 --- a/net/sunrpc/clnt.c
 +++ b/net/sunrpc/clnt.c
-@@ -1415,7 +1415,9 @@ call_start(struct rpc_task *task)
+@@ -1425,7 +1425,9 @@ call_start(struct rpc_task *task)
  			(RPC_IS_ASYNC(task) ? "async" : "sync"));
  
  	/* Increment call count */
@@ -103517,7 +102977,7 @@ index 3ea5cda..bfb3e08 100644
  	task->tk_action = call_reserve;
  }
 diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c
-index ff3cc4b..7612a9e 100644
+index 25578af..a29298d 100644
 --- a/net/sunrpc/sched.c
 +++ b/net/sunrpc/sched.c
 @@ -261,9 +261,9 @@ static int rpc_wait_bit_killable(void *word)
@@ -103694,10 +103154,10 @@ index c1b6270..05089c1 100644
  		.proc_handler	= read_reset_stat,
  	},
 diff --git a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
-index 0ce7552..d074459 100644
+index 8d904e4..b2fc727 100644
 --- a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
 +++ b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
-@@ -501,7 +501,7 @@ next_sge:
+@@ -504,7 +504,7 @@ next_sge:
  			svc_rdma_put_context(ctxt, 0);
  			goto out;
  		}
@@ -103706,7 +103166,7 @@ index 0ce7552..d074459 100644
  
  		if (read_wr.num_sge < chl_map->ch[ch_no].count) {
  			chl_map->ch[ch_no].count -= read_wr.num_sge;
-@@ -611,7 +611,7 @@ int svc_rdma_recvfrom(struct svc_rqst *rqstp)
+@@ -607,7 +607,7 @@ int svc_rdma_recvfrom(struct svc_rqst *rqstp)
  				  dto_q);
  		list_del_init(&ctxt->dto_q);
  	} else {
@@ -103715,7 +103175,7 @@ index 0ce7552..d074459 100644
  		clear_bit(XPT_DATA, &xprt->xpt_flags);
  		ctxt = NULL;
  	}
-@@ -631,7 +631,7 @@ int svc_rdma_recvfrom(struct svc_rqst *rqstp)
+@@ -627,7 +627,7 @@ int svc_rdma_recvfrom(struct svc_rqst *rqstp)
  	dprintk("svcrdma: processing ctxt=%p on xprt=%p, rqstp=%p, status=%d\n",
  		ctxt, rdma_xprt, rqstp, ctxt->wc_status);
  	BUG_ON(ctxt->wc_status != IB_WC_SUCCESS);
@@ -103725,10 +103185,10 @@ index 0ce7552..d074459 100644
  	/* Build up the XDR from the receive buffers. */
  	rdma_build_arg_xdr(rqstp, ctxt, ctxt->byte_len);
 diff --git a/net/sunrpc/xprtrdma/svc_rdma_sendto.c b/net/sunrpc/xprtrdma/svc_rdma_sendto.c
-index c1d124d..acfc59e 100644
+index 7e024a5..17f13d3 100644
 --- a/net/sunrpc/xprtrdma/svc_rdma_sendto.c
 +++ b/net/sunrpc/xprtrdma/svc_rdma_sendto.c
-@@ -362,7 +362,7 @@ static int send_write(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp,
+@@ -363,7 +363,7 @@ static int send_write(struct svcxprt_rdma *xprt, struct svc_rqst *rqstp,
  	write_wr.wr.rdma.remote_addr = to;
  
  	/* Post It */
@@ -103738,7 +103198,7 @@ index c1d124d..acfc59e 100644
  		goto err;
  	return 0;
 diff --git a/net/sunrpc/xprtrdma/svc_rdma_transport.c b/net/sunrpc/xprtrdma/svc_rdma_transport.c
-index 62e4f9b..dd3f2d7 100644
+index 25688fa..dc72003 100644
 --- a/net/sunrpc/xprtrdma/svc_rdma_transport.c
 +++ b/net/sunrpc/xprtrdma/svc_rdma_transport.c
 @@ -292,7 +292,7 @@ static void rq_cq_reap(struct svcxprt_rdma *xprt)
@@ -103777,7 +103237,7 @@ index 62e4f9b..dd3f2d7 100644
  }
  
  static void sq_comp_handler(struct ib_cq *cq, void *cq_context)
-@@ -1262,7 +1262,7 @@ int svc_rdma_send(struct svcxprt_rdma *xprt, struct ib_send_wr *wr)
+@@ -1261,7 +1261,7 @@ int svc_rdma_send(struct svcxprt_rdma *xprt, struct ib_send_wr *wr)
  		spin_lock_bh(&xprt->sc_lock);
  		if (xprt->sc_sq_depth < atomic_read(&xprt->sc_sq_count) + wr_count) {
  			spin_unlock_bh(&xprt->sc_lock);
@@ -103813,7 +103273,7 @@ index 6424372..afd36e9 100644
  	sub->evt.event = htohl(event, sub->swap);
  	sub->evt.found_lower = htohl(found_lower, sub->swap);
 diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
-index 94404f1..5782191 100644
+index bb7e8ba..9f444c6 100644
 --- a/net/unix/af_unix.c
 +++ b/net/unix/af_unix.c
 @@ -791,6 +791,12 @@ static struct sock *unix_find_other(struct net *net,
@@ -103904,7 +103364,7 @@ index b3d5150..ff3a837 100644
  	table = kmemdup(unix_table, sizeof(unix_table), GFP_KERNEL);
  	if (table == NULL)
 diff --git a/net/vmw_vsock/vmci_transport_notify.c b/net/vmw_vsock/vmci_transport_notify.c
-index 9a73074..aecba9a 100644
+index 9b7f207..2596621 100644
 --- a/net/vmw_vsock/vmci_transport_notify.c
 +++ b/net/vmw_vsock/vmci_transport_notify.c
 @@ -662,19 +662,19 @@ static void vmci_transport_notify_pkt_process_negotiate(struct sock *sk)
@@ -103943,7 +103403,7 @@ index 9a73074..aecba9a 100644
 +	.process_negotiate = vmci_transport_notify_pkt_process_negotiate,
  };
 diff --git a/net/vmw_vsock/vmci_transport_notify_qstate.c b/net/vmw_vsock/vmci_transport_notify_qstate.c
-index 622bd7a..b92086c 100644
+index dc9c792..3089de0 100644
 --- a/net/vmw_vsock/vmci_transport_notify_qstate.c
 +++ b/net/vmw_vsock/vmci_transport_notify_qstate.c
 @@ -420,19 +420,19 @@ vmci_transport_notify_pkt_send_pre_enqueue(
@@ -104045,10 +103505,10 @@ index 0917f04..f4e3d8c 100644
  
  	if (!proc_create("x25/route", S_IRUGO, init_net.proc_net,
 diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
-index 1d5c7bf..f762f1f 100644
+index c08fbd1..3d99e85 100644
 --- a/net/xfrm/xfrm_policy.c
 +++ b/net/xfrm/xfrm_policy.c
-@@ -327,7 +327,7 @@ static void xfrm_policy_kill(struct xfrm_policy *policy)
+@@ -325,7 +325,7 @@ static void xfrm_policy_kill(struct xfrm_policy *policy)
  {
  	policy->walk.dead = 1;
  
@@ -104057,16 +103517,16 @@ index 1d5c7bf..f762f1f 100644
  
  	if (del_timer(&policy->polq.hold_timer))
  		xfrm_pol_put(policy);
-@@ -661,7 +661,7 @@ int xfrm_policy_insert(int dir, struct xfrm_policy *policy, int excl)
+@@ -659,7 +659,7 @@ int xfrm_policy_insert(int dir, struct xfrm_policy *policy, int excl)
  		hlist_add_head(&policy->bydst, chain);
  	xfrm_pol_hold(policy);
  	net->xfrm.policy_count[dir]++;
--	atomic_inc(&flow_cache_genid);
-+	atomic_inc_unchecked(&flow_cache_genid);
+-	atomic_inc(&net->xfrm.flow_cache_genid);
++	atomic_inc_unchecked(&net->xfrm.flow_cache_genid);
  
  	/* After previous checking, family can either be AF_INET or AF_INET6 */
  	if (policy->family == AF_INET)
-@@ -1761,7 +1761,7 @@ xfrm_resolve_and_create_bundle(struct xfrm_policy **pols, int num_pols,
+@@ -1759,7 +1759,7 @@ xfrm_resolve_and_create_bundle(struct xfrm_policy **pols, int num_pols,
  
  	xdst->num_pols = num_pols;
  	memcpy(xdst->pols, pols, sizeof(struct xfrm_policy *) * num_pols);
@@ -104075,21 +103535,20 @@ index 1d5c7bf..f762f1f 100644
  
  	return xdst;
  }
-@@ -2572,11 +2572,12 @@ void xfrm_garbage_collect(struct net *net)
+@@ -2546,10 +2546,11 @@ void xfrm_garbage_collect(struct net *net)
  }
  EXPORT_SYMBOL(xfrm_garbage_collect);
  
 -static void xfrm_garbage_collect_deferred(struct net *net)
 +void xfrm_garbage_collect_deferred(struct net *net)
  {
- 	flow_cache_flush_deferred();
- 	__xfrm_garbage_collect(net);
+ 	flow_cache_flush_deferred(net);
  }
 +EXPORT_SYMBOL(xfrm_garbage_collect_deferred);
  
  static void xfrm_init_pmtu(struct dst_entry *dst)
  {
-@@ -2626,7 +2627,7 @@ static int xfrm_bundle_ok(struct xfrm_dst *first)
+@@ -2599,7 +2600,7 @@ static int xfrm_bundle_ok(struct xfrm_dst *first)
  		if (xdst->xfrm_genid != dst->xfrm->genid)
  			return 0;
  		if (xdst->num_pols > 0 &&
@@ -104098,7 +103557,7 @@ index 1d5c7bf..f762f1f 100644
  			return 0;
  
  		mtu = dst_mtu(dst->child);
-@@ -2714,8 +2715,6 @@ int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo)
+@@ -2687,8 +2688,6 @@ int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo)
  			dst_ops->link_failure = xfrm_link_failure;
  		if (likely(dst_ops->neigh_lookup == NULL))
  			dst_ops->neigh_lookup = xfrm_neigh_lookup;
@@ -104107,7 +103566,7 @@ index 1d5c7bf..f762f1f 100644
  		rcu_assign_pointer(xfrm_policy_afinfo[afinfo->family], afinfo);
  	}
  	spin_unlock(&xfrm_policy_afinfo_lock);
-@@ -2769,7 +2768,6 @@ int xfrm_policy_unregister_afinfo(struct xfrm_policy_afinfo *afinfo)
+@@ -2742,7 +2741,6 @@ int xfrm_policy_unregister_afinfo(struct xfrm_policy_afinfo *afinfo)
  		dst_ops->check = NULL;
  		dst_ops->negative_advice = NULL;
  		dst_ops->link_failure = NULL;
@@ -104115,7 +103574,7 @@ index 1d5c7bf..f762f1f 100644
  	}
  	return err;
  }
-@@ -3159,7 +3157,7 @@ static int xfrm_policy_migrate(struct xfrm_policy *pol,
+@@ -3137,7 +3135,7 @@ static int xfrm_policy_migrate(struct xfrm_policy *pol,
  			       sizeof(pol->xfrm_vec[i].saddr));
  			pol->xfrm_vec[i].encap_family = mp->new_family;
  			/* flush bundles */
@@ -104125,10 +103584,10 @@ index 1d5c7bf..f762f1f 100644
  	}
  
 diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c
-index 40f1b3e..e33fdfa 100644
+index 8e9c781..3972135 100644
 --- a/net/xfrm/xfrm_state.c
 +++ b/net/xfrm/xfrm_state.c
-@@ -172,12 +172,14 @@ int xfrm_register_type(const struct xfrm_type *type, unsigned short family)
+@@ -173,12 +173,14 @@ int xfrm_register_type(const struct xfrm_type *type, unsigned short family)
  
  	if (unlikely(afinfo == NULL))
  		return -EAFNOSUPPORT;
@@ -104146,7 +103605,7 @@ index 40f1b3e..e33fdfa 100644
  		err = -EEXIST;
  	spin_unlock_bh(&xfrm_type_lock);
  	xfrm_state_put_afinfo(afinfo);
-@@ -193,13 +195,16 @@ int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family)
+@@ -194,13 +196,16 @@ int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family)
  
  	if (unlikely(afinfo == NULL))
  		return -EAFNOSUPPORT;
@@ -104165,7 +103624,7 @@ index 40f1b3e..e33fdfa 100644
  	spin_unlock_bh(&xfrm_type_lock);
  	xfrm_state_put_afinfo(afinfo);
  	return err;
-@@ -209,7 +214,6 @@ EXPORT_SYMBOL(xfrm_unregister_type);
+@@ -210,7 +215,6 @@ EXPORT_SYMBOL(xfrm_unregister_type);
  static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family)
  {
  	struct xfrm_state_afinfo *afinfo;
@@ -104173,7 +103632,7 @@ index 40f1b3e..e33fdfa 100644
  	const struct xfrm_type *type;
  	int modload_attempted = 0;
  
-@@ -217,9 +221,8 @@ retry:
+@@ -218,9 +222,8 @@ retry:
  	afinfo = xfrm_state_get_afinfo(family);
  	if (unlikely(afinfo == NULL))
  		return NULL;
@@ -104184,7 +103643,7 @@ index 40f1b3e..e33fdfa 100644
  	if (unlikely(type && !try_module_get(type->owner)))
  		type = NULL;
  	if (!type && !modload_attempted) {
-@@ -253,7 +256,7 @@ int xfrm_register_mode(struct xfrm_mode *mode, int family)
+@@ -254,7 +257,7 @@ int xfrm_register_mode(struct xfrm_mode *mode, int family)
  		return -EAFNOSUPPORT;
  
  	err = -EEXIST;
@@ -104193,7 +103652,7 @@ index 40f1b3e..e33fdfa 100644
  	spin_lock_bh(&xfrm_mode_lock);
  	if (modemap[mode->encap])
  		goto out;
-@@ -262,8 +265,10 @@ int xfrm_register_mode(struct xfrm_mode *mode, int family)
+@@ -263,8 +266,10 @@ int xfrm_register_mode(struct xfrm_mode *mode, int family)
  	if (!try_module_get(afinfo->owner))
  		goto out;
  
@@ -104205,7 +103664,7 @@ index 40f1b3e..e33fdfa 100644
  	err = 0;
  
  out:
-@@ -287,10 +292,12 @@ int xfrm_unregister_mode(struct xfrm_mode *mode, int family)
+@@ -288,10 +293,12 @@ int xfrm_unregister_mode(struct xfrm_mode *mode, int family)
  		return -EAFNOSUPPORT;
  
  	err = -ENOENT;
@@ -104219,7 +103678,7 @@ index 40f1b3e..e33fdfa 100644
  		module_put(mode->afinfo->owner);
  		err = 0;
  	}
-@@ -1512,10 +1519,10 @@ EXPORT_SYMBOL(xfrm_find_acq_byseq);
+@@ -1519,10 +1526,10 @@ EXPORT_SYMBOL(xfrm_find_acq_byseq);
  u32 xfrm_get_acqseq(void)
  {
  	u32 res;
@@ -104246,7 +103705,7 @@ index 05a6e3d..6716ec9 100644
  	__xfrm_sysctl_init(net);
  
 diff --git a/scripts/Makefile b/scripts/Makefile
-index 01e7adb..6176d5d 100644
+index 1d07860..f16fc22 100644
 --- a/scripts/Makefile
 +++ b/scripts/Makefile
 @@ -40,3 +40,5 @@ subdir-$(CONFIG_DTC)         += dtc
@@ -104256,10 +103715,10 @@ index 01e7adb..6176d5d 100644
 +
 +clean-files := randstruct.seed
 diff --git a/scripts/Makefile.build b/scripts/Makefile.build
-index d5d859c..781cbcb 100644
+index 003bc26..d5f02b0 100644
 --- a/scripts/Makefile.build
 +++ b/scripts/Makefile.build
-@@ -111,7 +111,7 @@ endif
+@@ -121,7 +121,7 @@ endif
  endif
  
  # Do not include host rules unless needed
@@ -104462,10 +103921,10 @@ index 5de5660..d3deb89 100644
  		-e 's@^#include <linux/compiler.h>@@' \
  		-e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \
 diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh
-index 2dcb377..a82c500 100644
+index 86a4fe7..99e91f9 100644
 --- a/scripts/link-vmlinux.sh
 +++ b/scripts/link-vmlinux.sh
-@@ -162,7 +162,7 @@ else
+@@ -166,7 +166,7 @@ else
  fi;
  
  # final build of init/
@@ -104475,7 +103934,7 @@ index 2dcb377..a82c500 100644
  kallsymso=""
  kallsyms_vmlinux=""
 diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c
-index 25e5cb0..6e85821 100644
+index 1924990..3de7363 100644
 --- a/scripts/mod/file2alias.c
 +++ b/scripts/mod/file2alias.c
 @@ -142,7 +142,7 @@ static void device_id_check(const char *modname, const char *device_id,
@@ -104487,7 +103946,7 @@ index 25e5cb0..6e85821 100644
  
  	if (size % id_size || size < id_size) {
  		fatal("%s: sizeof(struct %s_device_id)=%lu is not a modulo "
-@@ -170,7 +170,7 @@ static void device_id_check(const char *modname, const char *device_id,
+@@ -171,7 +171,7 @@ static void device_id_check(const char *modname, const char *device_id,
  /* USB is special because the bcdDevice can be matched against a numeric range */
  /* Looks like "usb:vNpNdNdcNdscNdpNicNiscNipNinN" */
  static void do_usb_entry(void *symval,
@@ -104496,7 +103955,7 @@ index 25e5cb0..6e85821 100644
  			 unsigned char range_lo, unsigned char range_hi,
  			 unsigned char max, struct module *mod)
  {
-@@ -280,7 +280,7 @@ static void do_usb_entry_multi(void *symval, struct module *mod)
+@@ -281,7 +281,7 @@ static void do_usb_entry_multi(void *symval, struct module *mod)
  {
  	unsigned int devlo, devhi;
  	unsigned char chi, clo, max;
@@ -104505,7 +103964,7 @@ index 25e5cb0..6e85821 100644
  
  	DEF_FIELD(symval, usb_device_id, match_flags);
  	DEF_FIELD(symval, usb_device_id, idVendor);
-@@ -533,7 +533,7 @@ static void do_pnp_device_entry(void *symval, unsigned long size,
+@@ -534,7 +534,7 @@ static void do_pnp_device_entry(void *symval, unsigned long size,
  	for (i = 0; i < count; i++) {
  		DEF_FIELD_ADDR(symval + i*id_size, pnp_device_id, id);
  		char acpi_id[sizeof(*id)];
@@ -104514,7 +103973,7 @@ index 25e5cb0..6e85821 100644
  
  		buf_printf(&mod->dev_table_buf,
  			   "MODULE_ALIAS(\"pnp:d%s*\");\n", *id);
-@@ -562,7 +562,7 @@ static void do_pnp_card_entries(void *symval, unsigned long size,
+@@ -563,7 +563,7 @@ static void do_pnp_card_entries(void *symval, unsigned long size,
  
  		for (j = 0; j < PNP_MAX_DEVICES; j++) {
  			const char *id = (char *)(*devs)[j].id;
@@ -104523,7 +103982,7 @@ index 25e5cb0..6e85821 100644
  			int dup = 0;
  
  			if (!id[0])
-@@ -588,7 +588,7 @@ static void do_pnp_card_entries(void *symval, unsigned long size,
+@@ -589,7 +589,7 @@ static void do_pnp_card_entries(void *symval, unsigned long size,
  			/* add an individual alias for every device entry */
  			if (!dup) {
  				char acpi_id[PNP_ID_LEN];
@@ -104532,7 +103991,7 @@ index 25e5cb0..6e85821 100644
  
  				buf_printf(&mod->dev_table_buf,
  					   "MODULE_ALIAS(\"pnp:d%s*\");\n", id);
-@@ -940,7 +940,7 @@ static void dmi_ascii_filter(char *d, const char *s)
+@@ -941,7 +941,7 @@ static void dmi_ascii_filter(char *d, const char *s)
  static int do_dmi_entry(const char *filename, void *symval,
  			char *alias)
  {
@@ -104542,10 +104001,10 @@ index 25e5cb0..6e85821 100644
  	sprintf(alias, "dmi*");
  
 diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
-index 99a45fd..4b995a3 100644
+index 0663556..d9494f0 100644
 --- a/scripts/mod/modpost.c
 +++ b/scripts/mod/modpost.c
-@@ -945,6 +945,7 @@ enum mismatch {
+@@ -949,6 +949,7 @@ enum mismatch {
  	ANY_INIT_TO_ANY_EXIT,
  	ANY_EXIT_TO_ANY_INIT,
  	EXPORT_TO_INIT_EXIT,
@@ -104553,7 +104012,7 @@ index 99a45fd..4b995a3 100644
  };
  
  struct sectioncheck {
-@@ -1031,6 +1032,12 @@ const struct sectioncheck sectioncheck[] = {
+@@ -1035,6 +1036,12 @@ const struct sectioncheck sectioncheck[] = {
  	.tosec   = { INIT_SECTIONS, EXIT_SECTIONS, NULL },
  	.mismatch = EXPORT_TO_INIT_EXIT,
  	.symbol_white_list = { DEFAULT_SYMBOL_WHITE_LIST, NULL },
@@ -104566,7 +104025,7 @@ index 99a45fd..4b995a3 100644
  }
  };
  
-@@ -1151,10 +1158,10 @@ static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr,
+@@ -1155,10 +1162,10 @@ static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr,
  			continue;
  		if (ELF_ST_TYPE(sym->st_info) == STT_SECTION)
  			continue;
@@ -104579,7 +104038,7 @@ index 99a45fd..4b995a3 100644
  		if (d < 0)
  			d = addr - sym->st_value;
  		if (d < distance) {
-@@ -1432,6 +1439,14 @@ static void report_sec_mismatch(const char *modname,
+@@ -1436,6 +1443,14 @@ static void report_sec_mismatch(const char *modname,
  		tosym, prl_to, prl_to, tosym);
  		free(prl_to);
  		break;
@@ -104594,7 +104053,7 @@ index 99a45fd..4b995a3 100644
  	}
  	fprintf(stderr, "\n");
  }
-@@ -1679,7 +1694,7 @@ static void section_rel(const char *modname, struct elf_info *elf,
+@@ -1687,7 +1702,7 @@ static void section_rel(const char *modname, struct elf_info *elf,
  static void check_sec_ref(struct module *mod, const char *modname,
                            struct elf_info *elf)
  {
@@ -104603,7 +104062,7 @@ index 99a45fd..4b995a3 100644
  	Elf_Shdr *sechdrs = elf->sechdrs;
  
  	/* Walk through all sections */
-@@ -1798,7 +1813,7 @@ void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf,
+@@ -1819,7 +1834,7 @@ void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf,
  	va_end(ap);
  }
  
@@ -104612,7 +104071,7 @@ index 99a45fd..4b995a3 100644
  {
  	if (buf->size - buf->pos < len) {
  		buf->size += len + SZ;
-@@ -2017,7 +2032,7 @@ static void write_if_changed(struct buffer *b, const char *fname)
+@@ -2038,7 +2053,7 @@ static void write_if_changed(struct buffer *b, const char *fname)
  	if (fstat(fileno(file), &st) < 0)
  		goto close_write;
  
@@ -104622,7 +104081,7 @@ index 99a45fd..4b995a3 100644
  
  	tmp = NOFAIL(malloc(b->pos));
 diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h
-index 51207e4..f7d603d 100644
+index 168b43d..77914bf 100644
 --- a/scripts/mod/modpost.h
 +++ b/scripts/mod/modpost.h
 @@ -92,15 +92,15 @@ void *do_nofail(void *ptr, const char *expr);
@@ -105718,7 +105177,7 @@ index fdaa50c..2761dcb 100644
  		old_dentry->d_inode->i_uid,
  		old_dentry->d_inode->i_mode
 diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c
-index 4257b7e..2d0732d 100644
+index 9981000..eb21356 100644
 --- a/security/apparmor/lsm.c
 +++ b/security/apparmor/lsm.c
 @@ -186,7 +186,7 @@ static int common_perm_dir_dentry(int op, struct path *dir,
@@ -105822,7 +105281,7 @@ index f79fa8b..6161868 100644
  };
  extern struct ima_h_table ima_htable;
 diff --git a/security/integrity/ima/ima_api.c b/security/integrity/ima/ima_api.c
-index c38bbce..f45133d 100644
+index ba9e4d7..4b8ae03 100644
 --- a/security/integrity/ima/ima_api.c
 +++ b/security/integrity/ima/ima_api.c
 @@ -137,7 +137,7 @@ void ima_add_violation(struct file *file, const unsigned char *filename,
@@ -105835,7 +105294,7 @@ index c38bbce..f45133d 100644
  	result = ima_alloc_init_template(NULL, file, filename,
  					 NULL, 0, &entry);
 diff --git a/security/integrity/ima/ima_fs.c b/security/integrity/ima/ima_fs.c
-index 468a3ba..9af5cae 100644
+index da92fcc..8a5d390 100644
 --- a/security/integrity/ima/ima_fs.c
 +++ b/security/integrity/ima/ima_fs.c
 @@ -28,12 +28,12 @@
@@ -105854,10 +105313,10 @@ index 468a3ba..9af5cae 100644
  }
  
 diff --git a/security/integrity/ima/ima_queue.c b/security/integrity/ima/ima_queue.c
-index d85e997..6992813 100644
+index 552705d..9920f4fb 100644
 --- a/security/integrity/ima/ima_queue.c
 +++ b/security/integrity/ima/ima_queue.c
-@@ -80,7 +80,7 @@ static int ima_add_digest_entry(struct ima_template_entry *entry)
+@@ -83,7 +83,7 @@ static int ima_add_digest_entry(struct ima_template_entry *entry)
  	INIT_LIST_HEAD(&qe->later);
  	list_add_tail_rcu(&qe->later, &ima_measurements);
  
@@ -105867,7 +105326,7 @@ index d85e997..6992813 100644
  	hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]);
  	return 0;
 diff --git a/security/keys/compat.c b/security/keys/compat.c
-index bbd32c7..c60c927 100644
+index 3478965..ec7bb9e 100644
 --- a/security/keys/compat.c
 +++ b/security/keys/compat.c
 @@ -44,7 +44,7 @@ static long compat_keyctl_instantiate_key_iov(
@@ -106010,7 +105469,7 @@ index f728728..6457a0c 100644
  
  /*
 diff --git a/security/security.c b/security/security.c
-index 919cad9..2127be1 100644
+index 8b774f3..a396233 100644
 --- a/security/security.c
 +++ b/security/security.c
 @@ -33,8 +33,8 @@
@@ -106068,7 +105527,7 @@ index fc3e662..7844c60 100644
  		lock = &avc_cache.slots_lock[hvalue];
  
 diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
-index e294b86..eda45c55 100644
+index 2c7341d..1da068e 100644
 --- a/security/selinux/hooks.c
 +++ b/security/selinux/hooks.c
 @@ -95,8 +95,6 @@
@@ -106080,7 +105539,7 @@ index e294b86..eda45c55 100644
  /* SECMARK reference count */
  static atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);
  
-@@ -5759,7 +5757,7 @@ static int selinux_key_getsecurity(struct key *key, char **_buffer)
+@@ -5758,7 +5756,7 @@ static int selinux_key_getsecurity(struct key *key, char **_buffer)
  
  #endif
  
@@ -106089,7 +105548,7 @@ index e294b86..eda45c55 100644
  	.name =				"selinux",
  
  	.ptrace_access_check =		selinux_ptrace_access_check,
-@@ -6112,6 +6110,9 @@ static void selinux_nf_ip_exit(void)
+@@ -6111,6 +6109,9 @@ static void selinux_nf_ip_exit(void)
  #ifdef CONFIG_SECURITY_SELINUX_DISABLE
  static int selinux_disabled;
  
@@ -106099,7 +105558,7 @@ index e294b86..eda45c55 100644
  int selinux_disable(void)
  {
  	if (ss_initialized) {
-@@ -6129,7 +6130,9 @@ int selinux_disable(void)
+@@ -6128,7 +6129,9 @@ int selinux_disable(void)
  	selinux_disabled = 1;
  	selinux_enabled = 0;
  
@@ -106111,18 +105570,18 @@ index e294b86..eda45c55 100644
  	/* Try to destroy the avc node cache */
  	avc_disable();
 diff --git a/security/selinux/include/xfrm.h b/security/selinux/include/xfrm.h
-index 9f05847..7933395 100644
+index 1450f85..a91e0bc 100644
 --- a/security/selinux/include/xfrm.h
 +++ b/security/selinux/include/xfrm.h
-@@ -46,7 +46,7 @@ static inline void selinux_xfrm_notify_policyload(void)
- {
- 	struct net *net;
+@@ -48,7 +48,7 @@ static inline void selinux_xfrm_notify_policyload(void)
  
--	atomic_inc(&flow_cache_genid);
-+	atomic_inc_unchecked(&flow_cache_genid);
  	rtnl_lock();
- 	for_each_net(net)
+ 	for_each_net(net) {
+-		atomic_inc(&net->xfrm.flow_cache_genid);
++		atomic_inc_unchecked(&net->xfrm.flow_cache_genid);
  		rt_genid_bump_all(net);
+ 	}
+ 	rtnl_unlock();
 diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c
 index 14f52be..7352368 100644
 --- a/security/smack/smack_lsm.c
@@ -106363,7 +105822,7 @@ index 13c88fbc..f8c115e 100644
  	{ .procname = "kernel", },
  	{ .procname = "yama", },
 diff --git a/sound/aoa/codecs/onyx.c b/sound/aoa/codecs/onyx.c
-index 4cedc69..e59d8a3 100644
+index f01bffb..bdda392 100644
 --- a/sound/aoa/codecs/onyx.c
 +++ b/sound/aoa/codecs/onyx.c
 @@ -54,7 +54,7 @@ struct onyx {
@@ -106407,10 +105866,10 @@ index ffd2025..df062c9 100644
  /* PCM3052 register definitions */
  
 diff --git a/sound/core/oss/pcm_oss.c b/sound/core/oss/pcm_oss.c
-index 4c1cc51..16040040 100644
+index ada69d7..5f65386 100644
 --- a/sound/core/oss/pcm_oss.c
 +++ b/sound/core/oss/pcm_oss.c
-@@ -1189,10 +1189,10 @@ snd_pcm_sframes_t snd_pcm_oss_write3(struct snd_pcm_substream *substream, const
+@@ -1190,10 +1190,10 @@ snd_pcm_sframes_t snd_pcm_oss_write3(struct snd_pcm_substream *substream, const
  		if (in_kernel) {
  			mm_segment_t fs;
  			fs = snd_enter_user();
@@ -106423,7 +105882,7 @@ index 4c1cc51..16040040 100644
  		}
  		if (ret != -EPIPE && ret != -ESTRPIPE)
  			break;
-@@ -1234,10 +1234,10 @@ snd_pcm_sframes_t snd_pcm_oss_read3(struct snd_pcm_substream *substream, char *p
+@@ -1233,10 +1233,10 @@ snd_pcm_sframes_t snd_pcm_oss_read3(struct snd_pcm_substream *substream, char *p
  		if (in_kernel) {
  			mm_segment_t fs;
  			fs = snd_enter_user();
@@ -106436,7 +105895,7 @@ index 4c1cc51..16040040 100644
  		}
  		if (ret == -EPIPE) {
  			if (runtime->status->state == SNDRV_PCM_STATE_DRAINING) {
-@@ -1337,7 +1337,7 @@ static ssize_t snd_pcm_oss_write2(struct snd_pcm_substream *substream, const cha
+@@ -1332,7 +1332,7 @@ static ssize_t snd_pcm_oss_write2(struct snd_pcm_substream *substream, const cha
  		struct snd_pcm_plugin_channel *channels;
  		size_t oss_frame_bytes = (runtime->oss.plugin_first->src_width * runtime->oss.plugin_first->src_format.channels) / 8;
  		if (!in_kernel) {
@@ -106445,7 +105904,7 @@ index 4c1cc51..16040040 100644
  				return -EFAULT;
  			buf = runtime->oss.buffer;
  		}
-@@ -1407,7 +1407,7 @@ static ssize_t snd_pcm_oss_write1(struct snd_pcm_substream *substream, const cha
+@@ -1402,7 +1402,7 @@ static ssize_t snd_pcm_oss_write1(struct snd_pcm_substream *substream, const cha
  			}
  		} else {
  			tmp = snd_pcm_oss_write2(substream,
@@ -106454,7 +105913,7 @@ index 4c1cc51..16040040 100644
  						 runtime->oss.period_bytes, 0);
  			if (tmp <= 0)
  				goto err;
-@@ -1433,7 +1433,7 @@ static ssize_t snd_pcm_oss_read2(struct snd_pcm_substream *substream, char *buf,
+@@ -1428,7 +1428,7 @@ static ssize_t snd_pcm_oss_read2(struct snd_pcm_substream *substream, char *buf,
  	struct snd_pcm_runtime *runtime = substream->runtime;
  	snd_pcm_sframes_t frames, frames1;
  #ifdef CONFIG_SND_PCM_OSS_PLUGINS
@@ -106463,7 +105922,7 @@ index 4c1cc51..16040040 100644
  	if (runtime->oss.plugin_first) {
  		struct snd_pcm_plugin_channel *channels;
  		size_t oss_frame_bytes = (runtime->oss.plugin_last->dst_width * runtime->oss.plugin_last->dst_format.channels) / 8;
-@@ -1495,7 +1495,7 @@ static ssize_t snd_pcm_oss_read1(struct snd_pcm_substream *substream, char __use
+@@ -1490,7 +1490,7 @@ static ssize_t snd_pcm_oss_read1(struct snd_pcm_substream *substream, char __use
  			xfer += tmp;
  			runtime->oss.buffer_used -= tmp;
  		} else {
@@ -106472,7 +105931,7 @@ index 4c1cc51..16040040 100644
  						runtime->oss.period_bytes, 0);
  			if (tmp <= 0)
  				goto err;
-@@ -1663,7 +1663,7 @@ static int snd_pcm_oss_sync(struct snd_pcm_oss_file *pcm_oss_file)
+@@ -1659,7 +1659,7 @@ static int snd_pcm_oss_sync(struct snd_pcm_oss_file *pcm_oss_file)
  								   size1);
  					size1 /= runtime->channels; /* frames */
  					fs = snd_enter_user();
@@ -106495,10 +105954,10 @@ index af49721..e85058e 100644
  	if (err < 0)
  		return err;
 diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
-index 01a5e05..c6bb425 100644
+index b653ab0..a4738e3 100644
 --- a/sound/core/pcm_native.c
 +++ b/sound/core/pcm_native.c
-@@ -2811,11 +2811,11 @@ int snd_pcm_kernel_ioctl(struct snd_pcm_substream *substream,
+@@ -2812,11 +2812,11 @@ int snd_pcm_kernel_ioctl(struct snd_pcm_substream *substream,
  	switch (substream->stream) {
  	case SNDRV_PCM_STREAM_PLAYBACK:
  		result = snd_pcm_playback_ioctl1(NULL, substream, cmd,
@@ -106513,10 +105972,10 @@ index 01a5e05..c6bb425 100644
  	default:
  		result = -EINVAL;
 diff --git a/sound/core/seq/oss/seq_oss.c b/sound/core/seq/oss/seq_oss.c
-index 8d4d5e8..fdd0826 100644
+index 16d4267..fe8b49b 100644
 --- a/sound/core/seq/oss/seq_oss.c
 +++ b/sound/core/seq/oss/seq_oss.c
-@@ -75,8 +75,8 @@ static int __init alsa_seq_oss_init(void)
+@@ -69,8 +69,8 @@ static int __init alsa_seq_oss_init(void)
  {
  	int rc;
  	static struct snd_seq_dev_ops ops = {
@@ -106528,7 +105987,7 @@ index 8d4d5e8..fdd0826 100644
  
  	snd_seq_autoload_lock();
 diff --git a/sound/core/seq/seq_device.c b/sound/core/seq/seq_device.c
-index 040c60e..989a19a 100644
+index 91a786a..4c07ed4 100644
 --- a/sound/core/seq/seq_device.c
 +++ b/sound/core/seq/seq_device.c
 @@ -64,7 +64,7 @@ struct ops_list {
@@ -106568,7 +106027,7 @@ index 040c60e..989a19a 100644
  		dev->driver_data = NULL;
  		ops->num_init_devices--;
 diff --git a/sound/core/seq/seq_midi.c b/sound/core/seq/seq_midi.c
-index 64069db..3c6d392 100644
+index 3e05c55..0f02efc 100644
 --- a/sound/core/seq/seq_midi.c
 +++ b/sound/core/seq/seq_midi.c
 @@ -462,8 +462,8 @@ snd_seq_midisynth_unregister_port(struct snd_seq_device *dev)
@@ -106583,7 +106042,7 @@ index 64069db..3c6d392 100644
  	memset(&synths, 0, sizeof(synths));
  	snd_seq_autoload_lock();
 diff --git a/sound/core/sound.c b/sound/core/sound.c
-index 437c25e..cd040ab 100644
+index 38ad1a0..5010a40 100644
 --- a/sound/core/sound.c
 +++ b/sound/core/sound.c
 @@ -86,7 +86,7 @@ static void snd_request_other(int minor)
@@ -106596,7 +106055,7 @@ index 437c25e..cd040ab 100644
  
  #endif	/* modular kernel */
 diff --git a/sound/drivers/mts64.c b/sound/drivers/mts64.c
-index 4e0dd22..7a1f32c 100644
+index f5fd448..6ae276da 100644
 --- a/sound/drivers/mts64.c
 +++ b/sound/drivers/mts64.c
 @@ -29,6 +29,7 @@
@@ -106699,7 +106158,7 @@ index 9919769..d7de36c 100644
  
  	return snd_seq_device_register_driver(SNDRV_SEQ_DEV_ID_OPL4, &ops,
 diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c
-index 991018d..8984740 100644
+index 78ccfa4..7a0857b 100644
 --- a/sound/drivers/portman2x4.c
 +++ b/sound/drivers/portman2x4.c
 @@ -48,6 +48,7 @@
@@ -106755,7 +106214,7 @@ index 2746ecd..c35dedd 100644
  
  static inline bool cip_sfc_is_base_44100(enum cip_sfc sfc)
 diff --git a/sound/firewire/isight.c b/sound/firewire/isight.c
-index fd42e6b..c041971 100644
+index 7ac9443..0ec6274 100644
 --- a/sound/firewire/isight.c
 +++ b/sound/firewire/isight.c
 @@ -96,7 +96,7 @@ static void isight_update_pointers(struct isight *isight, unsigned int count)
@@ -106799,7 +106258,7 @@ index fd42e6b..c041971 100644
  	default:
  		return -EINVAL;
 diff --git a/sound/firewire/scs1x.c b/sound/firewire/scs1x.c
-index 858023c..83b3d3c 100644
+index 2dba848..c682aef 100644
 --- a/sound/firewire/scs1x.c
 +++ b/sound/firewire/scs1x.c
 @@ -74,7 +74,7 @@ static void scs_output_trigger(struct snd_rawmidi_substream *stream, int up)
@@ -106913,10 +106372,10 @@ index 4c41c90..37f3631 100644
  	return snd_seq_device_register_driver(SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH, &ops,
  					      sizeof(struct snd_emu10k1_synth_arg));
 diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
-index dafcf82..dd9356f 100644
+index 4c20277..91abdce 100644
 --- a/sound/pci/hda/hda_codec.c
 +++ b/sound/pci/hda/hda_codec.c
-@@ -983,14 +983,10 @@ find_codec_preset(struct hda_codec *codec)
+@@ -966,14 +966,10 @@ find_codec_preset(struct hda_codec *codec)
  	mutex_unlock(&preset_mutex);
  
  	if (mod_requested < HDA_MODREQ_MAX_COUNT) {
@@ -106933,7 +106392,7 @@ index dafcf82..dd9356f 100644
  		mod_requested++;
  		goto again;
  	}
-@@ -2739,7 +2735,7 @@ static int get_kctl_0dB_offset(struct snd_kcontrol *kctl, int *step_to_check)
+@@ -2777,7 +2773,7 @@ static int get_kctl_0dB_offset(struct snd_kcontrol *kctl, int *step_to_check)
  		/* FIXME: set_fs() hack for obtaining user-space TLV data */
  		mm_segment_t fs = get_fs();
  		set_fs(get_ds());
@@ -106956,10 +106415,10 @@ index 4631a23..001ae57 100644
  	const struct firmware *dsp_microcode;
  	const struct firmware *controller_microcode;
 diff --git a/sound/pci/ymfpci/ymfpci_main.c b/sound/pci/ymfpci/ymfpci_main.c
-index d591c15..8cb8f94 100644
+index 81c916a..516f0bf 100644
 --- a/sound/pci/ymfpci/ymfpci_main.c
 +++ b/sound/pci/ymfpci/ymfpci_main.c
-@@ -202,8 +202,8 @@ static void snd_ymfpci_hw_stop(struct snd_ymfpci *chip)
+@@ -204,8 +204,8 @@ static void snd_ymfpci_hw_stop(struct snd_ymfpci *chip)
  		if ((snd_ymfpci_readl(chip, YDSXGR_STATUS) & 2) == 0)
  			break;
  	}
@@ -106970,7 +106429,7 @@ index d591c15..8cb8f94 100644
  		wake_up(&chip->interrupt_sleep);
  	}
        __end:
-@@ -787,7 +787,7 @@ static void snd_ymfpci_irq_wait(struct snd_ymfpci *chip)
+@@ -789,7 +789,7 @@ static void snd_ymfpci_irq_wait(struct snd_ymfpci *chip)
  		 	continue;
  		init_waitqueue_entry(&wait, current);
  		add_wait_queue(&chip->interrupt_sleep, &wait);
@@ -106979,7 +106438,7 @@ index d591c15..8cb8f94 100644
  		schedule_timeout_uninterruptible(msecs_to_jiffies(50));
  		remove_wait_queue(&chip->interrupt_sleep, &wait);
  	}
-@@ -825,8 +825,8 @@ static irqreturn_t snd_ymfpci_interrupt(int irq, void *dev_id)
+@@ -827,8 +827,8 @@ static irqreturn_t snd_ymfpci_interrupt(int irq, void *dev_id)
  		snd_ymfpci_writel(chip, YDSXGR_MODE, mode);
  		spin_unlock(&chip->reg_lock);
  
@@ -106990,7 +106449,7 @@ index d591c15..8cb8f94 100644
  			wake_up(&chip->interrupt_sleep);
  		}
  	}
-@@ -2421,7 +2421,7 @@ int snd_ymfpci_create(struct snd_card *card,
+@@ -2423,7 +2423,7 @@ int snd_ymfpci_create(struct snd_card *card,
  	spin_lock_init(&chip->reg_lock);
  	spin_lock_init(&chip->voice_lock);
  	init_waitqueue_head(&chip->interrupt_sleep);
@@ -107031,10 +106490,10 @@ index 5428a1f..474f651 100644
  	if (ssi_private->ssi_on_imx) {
  		if (!IS_ERR(ssi_private->baudclk))
 diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
-index fe1df50..09d3be6 100644
+index 051c006..70598e8 100644
 --- a/sound/soc/soc-core.c
 +++ b/sound/soc/soc-core.c
-@@ -2254,8 +2254,10 @@ int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops,
+@@ -2255,8 +2255,10 @@ int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops,
  	if (ret)
  		return ret;
  
@@ -107072,14 +106531,6 @@ index 7778b8e..3d619fc 100644
  };
  
  
-diff --git a/tools/gcc/.gitignore b/tools/gcc/.gitignore
-new file mode 100644
-index 0000000..60e7af2
---- /dev/null
-+++ b/tools/gcc/.gitignore
-@@ -0,0 +1,2 @@
-+randomize_layout_seed.h
-+randomize_layout_hash.h
 diff --git a/tools/gcc/Makefile b/tools/gcc/Makefile
 new file mode 100644
 index 0000000..7b8921f
@@ -110491,10 +109942,11 @@ index 0000000..8dafb22
 +}
 diff --git a/tools/gcc/size_overflow_plugin/.gitignore b/tools/gcc/size_overflow_plugin/.gitignore
 new file mode 100644
-index 0000000..92d3b0c
+index 0000000..1f0214f
 --- /dev/null
 +++ b/tools/gcc/size_overflow_plugin/.gitignore
-@@ -0,0 +1,2 @@
+@@ -0,0 +1,3 @@
++randomize_layout_seed.h
 +size_overflow_hash.h
 +size_overflow_hash_aux.h
 diff --git a/tools/gcc/size_overflow_plugin/Makefile b/tools/gcc/size_overflow_plugin/Makefile
@@ -114823,43 +114275,60 @@ index 0000000..4378111
 +}
 diff --git a/tools/gcc/size_overflow_plugin/size_overflow_hash.data b/tools/gcc/size_overflow_plugin/size_overflow_hash.data
 new file mode 100644
-index 0000000..8972f81
+index 0000000..8709512
 --- /dev/null
 +++ b/tools/gcc/size_overflow_plugin/size_overflow_hash.data
-@@ -0,0 +1,5988 @@
+@@ -0,0 +1,8131 @@
 +intel_fake_agp_alloc_by_type_1 intel_fake_agp_alloc_by_type 1 1 NULL
-+ocfs2_get_refcount_tree_3 ocfs2_get_refcount_tree 0 3 NULL
-+storvsc_connect_to_vsp_22 storvsc_connect_to_vsp 2 22 NULL
++ocfs2_get_refcount_tree_3 ocfs2_get_refcount_tree 0 3 NULL nohasharray
++bmp085_detect_3 bmp085_detect 0 3 &ocfs2_get_refcount_tree_3
++ext3_writeback_write_end_11 ext3_writeback_write_end 5 11 NULL
++storvsc_connect_to_vsp_22 storvsc_connect_to_vsp 2-0 22 NULL
 +compat_sock_setsockopt_23 compat_sock_setsockopt 5 23 NULL
++snd_hwdep_new_24 snd_hwdep_new 0 24 NULL
 +carl9170_alloc_27 carl9170_alloc 1 27 NULL
 +sel_read_policyvers_55 sel_read_policyvers 3 55 NULL nohasharray
 +padzero_55 padzero 1 55 &sel_read_policyvers_55
 +cfg80211_disconnected_57 cfg80211_disconnected 4 57 NULL
++si4713_checkrev_60 si4713_checkrev 0 60 NULL
 +__skb_to_sgvec_72 __skb_to_sgvec 0 72 NULL
++asd_request_firmware_77 asd_request_firmware 0 77 NULL
++power_supply_populate_supplied_from_85 power_supply_populate_supplied_from 0 85 NULL
 +snd_korg1212_copy_to_92 snd_korg1212_copy_to 6 92 NULL
 +load_msg_95 load_msg 2 95 NULL
++device_flush_iotlb_115 device_flush_iotlb 2-3 115 NULL
++pci_revert_fw_address_116 pci_revert_fw_address 0 116 NULL
 +ipath_verbs_send_117 ipath_verbs_send 5-3 117 NULL
 +init_q_132 init_q 4 132 NULL
++ocfs2_local_alloc_slide_window_134 ocfs2_local_alloc_slide_window 0 134 NULL
 +memstick_alloc_host_142 memstick_alloc_host 1 142 NULL
 +gfs2_glock_get_147 gfs2_glock_get 0 147 NULL
 +hva_to_gfn_memslot_149 hva_to_gfn_memslot 0-1 149 NULL
 +ping_v6_sendmsg_152 ping_v6_sendmsg 4 152 NULL
 +ext4_ext_get_actual_len_153 ext4_ext_get_actual_len 0 153 NULL nohasharray
 +tracing_trace_options_write_153 tracing_trace_options_write 3 153 &ext4_ext_get_actual_len_153
++snd_opti93x_mixer_166 snd_opti93x_mixer 0 166 NULL
 +pci_request_selected_regions_169 pci_request_selected_regions 0 169 NULL
++t4vf_get_rss_glb_config_172 t4vf_get_rss_glb_config 0 172 NULL
 +xfs_buf_item_get_format_189 xfs_buf_item_get_format 2 189 NULL
 +xfs_bmap_btalloc_192 xfs_bmap_btalloc 0 192 NULL
-+iscsi_session_setup_196 iscsi_session_setup 4-5 196 NULL
++iscsi_session_setup_196 iscsi_session_setup 4-5 196 NULL nohasharray
++remove_mpt_ok_196 remove_mpt_ok 0 196 &iscsi_session_setup_196
 +ll_xattr_cache_seq_write_250 ll_xattr_cache_seq_write 3 250 NULL
 +br_port_info_size_268 br_port_info_size 0 268 NULL
-+generic_file_direct_write_291 generic_file_direct_write 0 291 NULL
 +read_file_war_stats_292 read_file_war_stats 3 292 NULL
 +xfs_zero_last_block_298 xfs_zero_last_block 0 298 NULL
++grgpio_to_irq_300 grgpio_to_irq 2 300 NULL
 +SYSC_connect_304 SYSC_connect 3 304 NULL
 +syslog_print_307 syslog_print 2 307 NULL
++platform_device_add_data_310 platform_device_add_data 0 310 NULL
 +dn_setsockopt_314 dn_setsockopt 5 314 NULL
-+mlx5_core_access_reg_361 mlx5_core_access_reg 3-5 361 NULL
-+aio_read_events_ring_410 aio_read_events_ring 3-0 410 NULL
++mlx5_core_access_reg_361 mlx5_core_access_reg 3-5 361 NULL nohasharray
++if_spi_prog_main_firmware_361 if_spi_prog_main_firmware 0 361 &mlx5_core_access_reg_361
++xfs_get_blocks_364 xfs_get_blocks 2 364 NULL
++hw_device_state_409 hw_device_state 0 409 NULL
++aio_read_events_ring_410 aio_read_events_ring 3 410 NULL nohasharray
++vnic_dev_init_410 vnic_dev_init 0 410 &aio_read_events_ring_410
 +lbs_rdmac_read_418 lbs_rdmac_read 3 418 NULL
 +snd_ca0106_ptr_read_467 snd_ca0106_ptr_read 0 467 NULL
 +cfs_trace_set_debug_mb_usrstr_486 cfs_trace_set_debug_mb_usrstr 2 486 NULL
@@ -114867,103 +114336,151 @@ index 0000000..8972f81
 +iwl_dbgfs_protection_mode_write_502 iwl_dbgfs_protection_mode_write 3 502 NULL
 +rx_rx_defrag_end_read_505 rx_rx_defrag_end_read 3 505 NULL
 +ocfs2_validate_meta_ecc_bhs_527 ocfs2_validate_meta_ecc_bhs 0 527 NULL
++mwifiex_pcie_create_rxbd_ring_535 mwifiex_pcie_create_rxbd_ring 0 535 NULL
 +zlib_deflate_workspacesize_537 zlib_deflate_workspacesize 0-1-2 537 NULL
 +iwl_dbgfs_wowlan_sram_read_540 iwl_dbgfs_wowlan_sram_read 3 540 NULL
++do_unregister_framebuffer_546 do_unregister_framebuffer 0 546 NULL
 +sco_sock_setsockopt_552 sco_sock_setsockopt 5 552 NULL
 +lpfc_nlp_state_name_556 lpfc_nlp_state_name 2 556 NULL
 +snd_aw2_saa7146_get_hw_ptr_playback_558 snd_aw2_saa7146_get_hw_ptr_playback 0 558 NULL
++ib_device_register_sysfs_561 ib_device_register_sysfs 0 561 NULL
 +start_isoc_chain_565 start_isoc_chain 2 565 NULL nohasharray
 +dev_hard_header_565 dev_hard_header 0 565 &start_isoc_chain_565
 +ocfs2_refcounted_xattr_delete_need_584 ocfs2_refcounted_xattr_delete_need 0 584 NULL
++fb_check_caps_585 fb_check_caps 0 585 NULL
++rsxx_dma_ctrl_init_588 rsxx_dma_ctrl_init 0 588 NULL
 +smk_write_load_self2_591 smk_write_load_self2 3 591 NULL
 +btrfs_stack_file_extent_offset_607 btrfs_stack_file_extent_offset 0 607 NULL
 +ni_gpct_device_construct_610 ni_gpct_device_construct 5 610 NULL
 +fuse_request_alloc_nofs_617 fuse_request_alloc_nofs 1 617 NULL
 +ptlrpc_lprocfs_nrs_seq_write_621 ptlrpc_lprocfs_nrs_seq_write 3 621 NULL
 +viafb_dfpl_proc_write_627 viafb_dfpl_proc_write 3 627 NULL
++ocfs2_num_free_extents_632 ocfs2_num_free_extents 0 632 NULL
 +ceph_osdc_new_request_635 ceph_osdc_new_request 6 635 NULL
 +cfs_hash_bkt_size_643 cfs_hash_bkt_size 0 643 NULL
 +unlink_queued_645 unlink_queued 4 645 NULL
 +dtim_interval_read_654 dtim_interval_read 3 654 NULL
 +mem_rx_free_mem_blks_read_675 mem_rx_free_mem_blks_read 3 675 NULL
++vfio_cap_init_698 vfio_cap_init 0 698 NULL
 +persistent_ram_vmap_709 persistent_ram_vmap 1-2 709 NULL
 +xfs_bmap_eof_728 xfs_bmap_eof 0 728 NULL
 +sctp_setsockopt_peer_addr_params_734 sctp_setsockopt_peer_addr_params 3 734 NULL
 +dvb_video_write_754 dvb_video_write 3 754 NULL
 +cfs_trace_allocate_string_buffer_781 cfs_trace_allocate_string_buffer 2 781 NULL
 +ath6kl_disconnect_timeout_write_794 ath6kl_disconnect_timeout_write 3 794 NULL
++snd_pcm_drain_811 snd_pcm_drain 0 811 NULL
 +if_writecmd_815 if_writecmd 2 815 NULL
 +aac_change_queue_depth_825 aac_change_queue_depth 2 825 NULL
++dnet_mii_init_833 dnet_mii_init 0 833 NULL
++SyS_write_846 SyS_write 3 846 NULL
++hpsa_find_cfgtables_847 hpsa_find_cfgtables 0 847 NULL
 +error_state_read_859 error_state_read 6 859 NULL
 +o2net_send_message_vec_879 o2net_send_message_vec 4 879 NULL nohasharray
 +iwl_dbgfs_fh_reg_read_879 iwl_dbgfs_fh_reg_read 3 879 &o2net_send_message_vec_879
++regulator_bulk_enable_903 regulator_bulk_enable 0 903 NULL
 +snd_pcm_action_single_905 snd_pcm_action_single 0 905 NULL
 +carl9170_cmd_buf_950 carl9170_cmd_buf 3 950 NULL
-+__nodes_weight_956 __nodes_weight 2-0 956 NULL
++__nodes_weight_956 __nodes_weight 0-2 956 NULL
 +bnx2x_fill_fw_str_968 bnx2x_fill_fw_str 3 968 NULL
-+mnt_want_write_975 mnt_want_write 0 975 NULL
++mnt_want_write_975 mnt_want_write 0 975 NULL nohasharray
++pcap_add_subdev_975 pcap_add_subdev 0 975 &mnt_want_write_975
 +usnic_ib_qp_grp_dump_hdr_989 usnic_ib_qp_grp_dump_hdr 2 989 NULL
 +memcmp_990 memcmp 0 990 NULL
++skge_rx_fill_991 skge_rx_fill 0 991 NULL
 +readreg_1017 readreg 0-1 1017 NULL
 +smk_write_cipso2_1021 smk_write_cipso2 3 1021 NULL
++myri10ge_validate_firmware_1043 myri10ge_validate_firmware 0 1043 NULL
++mdiobus_register_1047 mdiobus_register 0 1047 NULL
 +gigaset_initdriver_1060 gigaset_initdriver 2 1060 NULL
-+mce_request_packet_1073 mce_request_packet 3 1073 NULL
++mce_request_packet_1073 mce_request_packet 3 1073 NULL nohasharray
++mlx4_create_eq_1073 mlx4_create_eq 0 1073 &mce_request_packet_1073 nohasharray
++writeout_1073 writeout 0 1073 &mlx4_create_eq_1073
 +agp_create_memory_1075 agp_create_memory 1 1075 NULL
++snd_vortex_create_1077 snd_vortex_create 0 1077 NULL nohasharray
++hwrng_init_1077 hwrng_init 0 1077 &snd_vortex_create_1077
 +_scsih_adjust_queue_depth_1083 _scsih_adjust_queue_depth 2 1083 NULL
 +llcp_sock_sendmsg_1092 llcp_sock_sendmsg 4 1092 NULL
 +nfs4_init_nonuniform_client_string_1097 nfs4_init_nonuniform_client_string 3 1097 NULL
++ath10k_hif_start_1098 ath10k_hif_start 0 1098 NULL
 +utf8s_to_utf16s_1115 utf8s_to_utf16s 0 1115 NULL
++vnic_dev_get_mac_addr_1119 vnic_dev_get_mac_addr 0 1119 NULL
++hid_hw_start_1121 hid_hw_start 0 1121 NULL
 +cfg80211_report_obss_beacon_1133 cfg80211_report_obss_beacon 3 1133 NULL
 +i2400m_rx_ctl_1157 i2400m_rx_ctl 4 1157 NULL
 +ipc_alloc_1192 ipc_alloc 1 1192 NULL
 +ib_create_send_mad_1196 ib_create_send_mad 5 1196 NULL
 +pstore_ftrace_knob_write_1198 pstore_ftrace_knob_write 3 1198 NULL
 +i2400m_rx_ctl_ack_1199 i2400m_rx_ctl_ack 3 1199 NULL
++usb_parse_interface_1201 usb_parse_interface 0 1201 NULL
 +dgrp_dpa_read_1204 dgrp_dpa_read 3 1204 NULL
 +i2cdev_read_1206 i2cdev_read 3 1206 NULL
++lpfc_fof_queue_setup_1208 lpfc_fof_queue_setup 0 1208 NULL
 +lov_ost_pool_init_1215 lov_ost_pool_init 2 1215 NULL
 +fsync_buffers_list_1219 fsync_buffers_list 0 1219 NULL
++dvb_register_adapter_1227 dvb_register_adapter 0 1227 NULL
 +kernfs_file_direct_read_1238 kernfs_file_direct_read 3 1238 NULL
 +acpi_battery_write_alarm_1240 acpi_battery_write_alarm 3 1240 NULL
++__mlx4_register_vlan_1242 __mlx4_register_vlan 0 1242 NULL
++mthca_cmd_imm_1256 mthca_cmd_imm 0 1256 NULL
++drm_primary_helper_create_plane_1262 drm_primary_helper_create_plane 3 1262 NULL
 +ocfs2_extend_file_1266 ocfs2_extend_file 3 1266 NULL
 +qla4xxx_change_queue_depth_1268 qla4xxx_change_queue_depth 2 1268 NULL
 +ioctl_private_iw_point_1273 ioctl_private_iw_point 7 1273 NULL
 +SyS_flistxattr_1287 SyS_flistxattr 3 1287 NULL
 +tx_frag_in_process_called_read_1290 tx_frag_in_process_called_read 3 1290 NULL
++ath5k_init_ah_1299 ath5k_init_ah 0 1299 NULL
 +posix_acl_xattr_set_1301 posix_acl_xattr_set 4 1301 NULL
-+tcf_hash_create_1305 tcf_hash_create 4 1305 NULL
++ocfs2_append_rec_to_path_1321 ocfs2_append_rec_to_path 0 1321 NULL
 +ffs_1322 ffs 0 1322 NULL
 +qlcnic_pci_sriov_configure_1327 qlcnic_pci_sriov_configure 2 1327 NULL
++devm_gpio_request_1332 devm_gpio_request 0 1332 NULL
 +btrfs_submit_compressed_write_1347 btrfs_submit_compressed_write 5 1347 NULL
++gen_pool_best_fit_1348 gen_pool_best_fit 4 1348 NULL
++em28xx_set_audio_source_1356 em28xx_set_audio_source 0 1356 NULL nohasharray
++nouveau_ttm_global_init_1356 nouveau_ttm_global_init 0 1356 &em28xx_set_audio_source_1356
 +snd_pcm_lib_write1_1358 snd_pcm_lib_write1 0-3 1358 NULL
++fill_phy_probe_info_1360 fill_phy_probe_info 0 1360 NULL
 +ipx_sendmsg_1362 ipx_sendmsg 4 1362 NULL
 +fw_stats_raw_read_1369 fw_stats_raw_read 3 1369 NULL
 +ocfs2_prepare_inode_for_write_1372 ocfs2_prepare_inode_for_write 3 1372 NULL
++ngene_command_1375 ngene_command 0 1375 NULL
++rtl8180_init_rx_ring_1381 rtl8180_init_rx_ring 0 1381 NULL
 +sctp_setsockopt_initmsg_1383 sctp_setsockopt_initmsg 3 1383 NULL
 +do_msgsnd_1387 do_msgsnd 4 1387 NULL
 +SYSC_io_getevents_1392 SYSC_io_getevents 3 1392 NULL
-+file_read_actor_1401 file_read_actor 4-0 1401 NULL
 +cfs_trace_copyout_string_1416 cfs_trace_copyout_string 2 1416 NULL
++p54_parse_eeprom_1418 p54_parse_eeprom 0 1418 NULL
++mlx4_set_port_vlan_table_1420 mlx4_set_port_vlan_table 0 1420 NULL
++gfs2_unlink_ok_1435 gfs2_unlink_ok 0 1435 NULL
 +init_rs_internal_1436 init_rs_internal 1 1436 NULL
++at86rf230_hw_init_1441 at86rf230_hw_init 0 1441 NULL
 +stack_max_size_read_1445 stack_max_size_read 3 1445 NULL
++t4_sge_alloc_eth_txq_1454 t4_sge_alloc_eth_txq 0 1454 NULL
 +tx_queue_len_read_1463 tx_queue_len_read 3 1463 NULL
 +xprt_alloc_1475 xprt_alloc 2 1475 NULL
 +SYSC_syslog_1477 SYSC_syslog 3 1477 NULL
 +sta_num_ps_buf_frames_read_1488 sta_num_ps_buf_frames_read 3 1488 NULL
 +fpregs_set_1497 fpregs_set 4 1497 NULL
++ocfs2_alloc_dinode_update_counts_1507 ocfs2_alloc_dinode_update_counts 0 1507 NULL
 +tomoyo_round2_1518 tomoyo_round2 0 1518 NULL
 +alloc_perm_bits_1532 alloc_perm_bits 2 1532 NULL
 +ath6kl_init_get_fwcaps_1557 ath6kl_init_get_fwcaps 3 1557 NULL
++device_check_1561 device_check 0 1561 NULL
 +ffs_mutex_lock_1564 ffs_mutex_lock 0 1564 NULL
 +ieee80211_if_read_dot11MeshHWMPnetDiameterTraversalTime_1589 ieee80211_if_read_dot11MeshHWMPnetDiameterTraversalTime 3 1589 NULL
 +ipath_ht_handle_hwerrors_1592 ipath_ht_handle_hwerrors 3 1592 NULL
 +packet_buffer_init_1607 packet_buffer_init 2 1607 NULL
 +btmrvl_hscmd_read_1614 btmrvl_hscmd_read 3 1614 NULL
 +v9fs_fid_xattr_get_1618 v9fs_fid_xattr_get 0 1618 NULL
++mlx4_alloc_eq_table_1641 mlx4_alloc_eq_table 0 1641 NULL
 +ikconfig_read_current_1658 ikconfig_read_current 3 1658 NULL
++mlx4_QUERY_DEV_CAP_1659 mlx4_QUERY_DEV_CAP 0 1659 NULL
 +mei_cl_recv_1665 mei_cl_recv 3 1665 NULL
 +rmap_add_1677 rmap_add 3 1677 NULL
++ath10k_bmi_lz_data_1682 ath10k_bmi_lz_data 0 1682 NULL
 +configfs_read_file_1683 configfs_read_file 3 1683 NULL
++ican3_set_id_filter_1688 ican3_set_id_filter 0 1688 NULL
++iwl_dbgfs_d0i3_refs_read_1705 iwl_dbgfs_d0i3_refs_read 3 1705 NULL
 +pdu_write_u_1710 pdu_write_u 3 1710 NULL
 +coda_psdev_write_1711 coda_psdev_write 3 1711 NULL
 +btrfs_dir_data_len_1714 btrfs_dir_data_len 0 1714 NULL
@@ -114972,8 +114489,11 @@ index 0000000..8972f81
 +usb_ep_align_maybe_1743 usb_ep_align_maybe 0-3 1743 NULL
 +tx_frag_called_read_1748 tx_frag_called_read 3 1748 NULL
 +cosa_write_1774 cosa_write 3 1774 NULL
++mwifiex_pcie_init_evt_ring_1775 mwifiex_pcie_init_evt_ring 0 1775 NULL
 +fcoe_ctlr_device_add_1793 fcoe_ctlr_device_add 3 1793 NULL
 +__nodelist_scnprintf_1815 __nodelist_scnprintf 2-0 1815 NULL
++xfs_vm_write_end_1854 xfs_vm_write_end 5 1854 NULL
++carm_init_disks_1865 carm_init_disks 0 1865 NULL
 +sb_issue_zeroout_1884 sb_issue_zeroout 3 1884 NULL
 +rx_defrag_called_read_1897 rx_defrag_called_read 3 1897 NULL
 +nfs_parse_server_name_1899 nfs_parse_server_name 2 1899 NULL
@@ -114985,6 +114505,7 @@ index 0000000..8972f81
 +cyttsp_probe_1940 cyttsp_probe 4 1940 NULL
 +ieee80211_if_fmt_dot11MeshConfirmTimeout_1945 ieee80211_if_fmt_dot11MeshConfirmTimeout 3 1945 NULL
 +update_qd_1955 update_qd 0 1955 NULL
++__assign_irq_vector_1961 __assign_irq_vector 0 1961 NULL
 +ivtv_v4l2_read_1964 ivtv_v4l2_read 3 1964 NULL
 +sel_read_avc_hash_stats_1984 sel_read_avc_hash_stats 3 1984 NULL
 +gpio_power_write_1991 gpio_power_write 3 1991 NULL
@@ -114993,8 +114514,11 @@ index 0000000..8972f81
 +xfs_mru_cache_insert_2013 xfs_mru_cache_insert 0 2013 NULL
 +ocfs2_global_qinit_alloc_2018 ocfs2_global_qinit_alloc 0 2018 NULL
 +write_flush_pipefs_2021 write_flush_pipefs 3 2021 NULL
++w1_add_master_device_2031 w1_add_master_device 0 2031 NULL
 +BcmCopySection_2035 BcmCopySection 5 2035 NULL
++t4_early_init_2048 t4_early_init 0 2048 NULL
 +ath6kl_fwlog_mask_read_2050 ath6kl_fwlog_mask_read 3 2050 NULL
++snd_msnd_dsp_full_reset_2060 snd_msnd_dsp_full_reset 0 2060 NULL
 +ocfs2_expand_inline_dir_2063 ocfs2_expand_inline_dir 3 2063 NULL
 +__generic_copy_from_user_intel_2073 __generic_copy_from_user_intel 0-3 2073 NULL
 +diva_set_driver_dbg_mask_2077 diva_set_driver_dbg_mask 0 2077 NULL
@@ -115007,30 +114531,43 @@ index 0000000..8972f81
 +btrfs_file_extent_inline_len_2116 btrfs_file_extent_inline_len 0 2116 NULL
 +enable_read_2117 enable_read 3 2117 NULL
 +pcf50633_write_block_2124 pcf50633_write_block 2-3 2124 NULL
++dscc4_init_ring_2126 dscc4_init_ring 0 2126 NULL
 +xfs_recover_inode_owner_change_2132 xfs_recover_inode_owner_change 0 2132 NULL
 +check_load_and_stores_2143 check_load_and_stores 2 2143 NULL
++mtip_block_initialize_2150 mtip_block_initialize 0 2150 NULL
++mlx4_init_icm_table_2151 mlx4_init_icm_table 0 2151 NULL
 +iov_iter_count_2152 iov_iter_count 0 2152 NULL
 +__copy_to_user_ll_2157 __copy_to_user_ll 0-3 2157 NULL
++ocfs2_et_sanity_check_2164 ocfs2_et_sanity_check 0 2164 NULL
 +_ore_get_io_state_2166 _ore_get_io_state 3-4-5 2166 NULL
 +bio_integrity_alloc_2194 bio_integrity_alloc 3 2194 NULL
 +picolcd_debug_reset_write_2195 picolcd_debug_reset_write 3 2195 NULL
++pcim_iomap_regions_request_all_2202 pcim_iomap_regions_request_all 0 2202 NULL
 +xfs_inobt_update_2206 xfs_inobt_update 0 2206 NULL
++tsi721_messages_init_2214 tsi721_messages_init 0 2214 NULL
 +u32_array_read_2219 u32_array_read 3 2219 NULL nohasharray
 +mei_dbgfs_read_meclients_2219 mei_dbgfs_read_meclients 3 2219 &u32_array_read_2219
++gpio_export_2221 gpio_export 0 2221 NULL
 +__ocfs2_journal_access_2241 __ocfs2_journal_access 0 2241 NULL
++mlx4_buddy_init_2244 mlx4_buddy_init 0 2244 NULL
 +ieee80211_if_read_dot11MeshHWMPRannInterval_2249 ieee80211_if_read_dot11MeshHWMPRannInterval 3 2249 NULL
 +netlbl_secattr_catmap_walk_2255 netlbl_secattr_catmap_walk 0-2 2255 NULL
 +sel_write_avc_cache_threshold_2256 sel_write_avc_cache_threshold 3 2256 NULL
 +do_update_counters_2259 do_update_counters 4 2259 NULL
 +ath6kl_wmi_bssinfo_event_rx_2275 ath6kl_wmi_bssinfo_event_rx 3 2275 NULL
 +debug_debug5_read_2291 debug_debug5_read 3 2291 NULL
++ocfs2_shift_tree_depth_2292 ocfs2_shift_tree_depth 0 2292 NULL
++c2_errno_2296 c2_errno 0 2296 NULL
 +sr_read_cmd_2299 sr_read_cmd 5 2299 NULL
 +kvm_clear_guest_page_2308 kvm_clear_guest_page 4 2308 NULL
 +intel_sdvo_set_value_2311 intel_sdvo_set_value 4 2311 NULL
 +hfsplus_find_init_2318 hfsplus_find_init 0 2318 NULL nohasharray
 +picolcd_fb_write_2318 picolcd_fb_write 3 2318 &hfsplus_find_init_2318
++gart_map_page_2325 gart_map_page 3-4 2325 NULL
 +dice_hwdep_read_2326 dice_hwdep_read 3 2326 NULL
++ath10k_htt_attach_target_2338 ath10k_htt_attach_target 0 2338 NULL
 +__erst_read_to_erange_2341 __erst_read_to_erange 0 2341 NULL
++bcm2048_send_command_2347 bcm2048_send_command 0 2347 NULL
 +zr364xx_read_2354 zr364xx_read 3 2354 NULL
 +ntfs_file_aio_write_nolock_2360 ntfs_file_aio_write_nolock 0 2360 NULL
 +viafb_iga2_odev_proc_write_2363 viafb_iga2_odev_proc_write 3 2363 NULL
@@ -115040,6 +114577,9 @@ index 0000000..8972f81
 +rxpipe_rx_prep_beacon_drop_read_2403 rxpipe_rx_prep_beacon_drop_read 3 2403 NULL
 +isdn_v110_open_2418 isdn_v110_open 3 2418 NULL
 +raid1_size_2419 raid1_size 0-2 2419 NULL
++arch_msi_check_device_2449 arch_msi_check_device 0 2449 NULL
++lbs_start_card_2450 lbs_start_card 0 2450 NULL
++ieee80211_register_hw_2456 ieee80211_register_hw 0 2456 NULL
 +b43legacy_debugfs_read_2473 b43legacy_debugfs_read 3 2473 NULL
 +wiphy_new_2482 wiphy_new 2 2482 NULL
 +bio_alloc_bioset_2484 bio_alloc_bioset 2 2484 NULL
@@ -115049,32 +114589,48 @@ index 0000000..8972f81
 +batadv_tvlv_container_list_size_2524 batadv_tvlv_container_list_size 0 2524 NULL
 +smk_write_syslog_2529 smk_write_syslog 3 2529 NULL
 +__ceph_setxattr_2532 __ceph_setxattr 4 2532 NULL
++device_wakeup_enable_2539 device_wakeup_enable 0 2539 NULL
++ata_host_start_2545 ata_host_start 0 2545 NULL
 +gspca_dev_probe_2570 gspca_dev_probe 4 2570 NULL
 +pcm_sanity_check_2574 pcm_sanity_check 0 2574 NULL
++rsxx_creg_setup_2583 rsxx_creg_setup 0 2583 NULL
 +mdc_max_rpcs_in_flight_seq_write_2594 mdc_max_rpcs_in_flight_seq_write 3 2594 NULL
 +slot_bytes_2609 slot_bytes 0 2609 NULL
 +smk_write_logging_2618 smk_write_logging 3 2618 NULL
 +switch_status_2629 switch_status 5 2629 NULL
-+tcp_xmit_size_goal_2661 tcp_xmit_size_goal 2 2661 NULL
++tcp_xmit_size_goal_2661 tcp_xmit_size_goal 2 2661 NULL nohasharray
++request_msix_queue_irqs_2661 request_msix_queue_irqs 0 2661 &tcp_xmit_size_goal_2661
 +osc_build_ppga_2670 osc_build_ppga 2 2670 NULL
 +ffs_ep0_read_2672 ffs_ep0_read 3 2672 NULL
++ocfs2_rotate_subtree_right_2674 ocfs2_rotate_subtree_right 0 2674 NULL
 +oti6858_write_2692 oti6858_write 4 2692 NULL
 +nfc_llcp_send_ui_frame_2702 nfc_llcp_send_ui_frame 5 2702 NULL
 +memcpy_fromiovecend_2707 memcpy_fromiovecend 3-4 2707 NULL
-+lprocfs_stats_counter_size_2708 lprocfs_stats_counter_size 0 2708 NULL
++lprocfs_stats_counter_size_2708 lprocfs_stats_counter_size 0 2708 NULL nohasharray
++SyS_pwrite64_2708 SyS_pwrite64 3 2708 &lprocfs_stats_counter_size_2708
++gpiod_direction_input_2718 gpiod_direction_input 0 2718 NULL
++t4_flash_erase_sectors_2719 t4_flash_erase_sectors 0 2719 NULL
++ath10k_htt_tx_alloc_msdu_id_2734 ath10k_htt_tx_alloc_msdu_id 0 2734 NULL
 +gfs2_glock_nq_num_2747 gfs2_glock_nq_num 0 2747 NULL
 +xfs_readdir_2767 xfs_readdir 3 2767 NULL
++fsl_edma_alloc_desc_2769 fsl_edma_alloc_desc 2 2769 NULL
 +mon_bin_ioctl_2771 mon_bin_ioctl 3 2771 NULL
++vmbus_sendpacket_2774 vmbus_sendpacket 0 2774 NULL
++cfg80211_can_add_interface_2775 cfg80211_can_add_interface 0 2775 NULL
 +set_msr_hyperv_pw_2785 set_msr_hyperv_pw 3 2785 NULL
 +device_add_attrs_2789 device_add_attrs 0 2789 NULL
++vnic_dev_spec_2796 vnic_dev_spec 0 2796 NULL
 +iwl_dbgfs_clear_ucode_statistics_write_2804 iwl_dbgfs_clear_ucode_statistics_write 3 2804 NULL
 +sel_read_enforce_2828 sel_read_enforce 3 2828 NULL
-+vb2_dc_get_userptr_2829 vb2_dc_get_userptr 2-3 2829 NULL
++snd_pcm_reset_2829 snd_pcm_reset 0 2829 NULL nohasharray
++vb2_dc_get_userptr_2829 vb2_dc_get_userptr 2-3 2829 &snd_pcm_reset_2829
 +wait_for_avail_2847 wait_for_avail 0 2847 NULL
++snd_cx25821_pcm_2859 snd_cx25821_pcm 0 2859 NULL
 +sfq_alloc_2861 sfq_alloc 1 2861 NULL
 +irnet_ctrl_read_2863 irnet_ctrl_read 4 2863 NULL
 +move_addr_to_user_2868 move_addr_to_user 2 2868 NULL
 +nla_padlen_2883 nla_padlen 1 2883 NULL
++mb862xx_pci_gdc_init_2891 mb862xx_pci_gdc_init 0 2891 NULL
 +cmm_write_2896 cmm_write 3 2896 NULL
 +osc_import_seq_write_2923 osc_import_seq_write 3 2923 NULL
 +xfs_trans_get_buf_map_2927 xfs_trans_get_buf_map 4 2927 NULL
@@ -115085,6 +114641,7 @@ index 0000000..8972f81
 +free_area_init_core_2962 free_area_init_core 2-3 2962 NULL
 +bio_setup_sector_2970 bio_setup_sector 3 2970 NULL
 +do_strnlen_user_2976 do_strnlen_user 0-2 2976 NULL
++ocfs2_find_branch_target_2989 ocfs2_find_branch_target 0 2989 NULL
 +p9_nr_pages_2992 p9_nr_pages 0-2 2992 NULL
 +_xfs_filestream_pick_ag_3007 _xfs_filestream_pick_ag 0 3007 NULL
 +lov_stripetype_seq_write_3013 lov_stripetype_seq_write 3 3013 NULL
@@ -115092,26 +114649,33 @@ index 0000000..8972f81
 +depth_write_3021 depth_write 3 3021 NULL
 +snd_azf3328_codec_inl_3022 snd_azf3328_codec_inl 0 3022 NULL
 +nvme_split_and_submit_3027 nvme_split_and_submit 3 3027 NULL
-+kvm_unmap_hva_3028 kvm_unmap_hva 2 3028 NULL
++kvm_unmap_hva_3028 kvm_unmap_hva 2 3028 NULL nohasharray
++__blocking_notifier_call_chain_3028 __blocking_notifier_call_chain 0 3028 &kvm_unmap_hva_3028
 +xfrm_dst_alloc_copy_3034 xfrm_dst_alloc_copy 3 3034 NULL
 +lpfc_idiag_mbxacc_write_3038 lpfc_idiag_mbxacc_write 3 3038 NULL nohasharray
 +iwl_dbgfs_sleep_level_override_read_3038 iwl_dbgfs_sleep_level_override_read 3 3038 &lpfc_idiag_mbxacc_write_3038
 +nr_free_buffer_pages_3044 nr_free_buffer_pages 0 3044 NULL
 +il3945_ucode_rx_stats_read_3048 il3945_ucode_rx_stats_read 3 3048 NULL
++mwl8k_post_pervif_cmd_3050 mwl8k_post_pervif_cmd 0 3050 NULL
++ath10k_wmi_main_cmd_init_3054 ath10k_wmi_main_cmd_init 0 3054 NULL
++mwl8k_post_cmd_3056 mwl8k_post_cmd 0 3056 NULL
 +qp_alloc_ppn_set_3068 qp_alloc_ppn_set 2-4 3068 NULL
 +__blk_end_bidi_request_3070 __blk_end_bidi_request 3-4 3070 NULL
 +dac960_user_command_proc_write_3071 dac960_user_command_proc_write 3 3071 NULL
 +read_file_antenna_diversity_3077 read_file_antenna_diversity 3 3077 NULL
++free_coherent_3082 free_coherent 4-2 3082 NULL
++init_tx_ring_3085 init_tx_ring 0 3085 NULL
++ocfs2_get_right_path_3097 ocfs2_get_right_path 0 3097 NULL
 +ttusb2_msg_3100 ttusb2_msg 4 3100 NULL
 +rb_alloc_3102 rb_alloc 1 3102 NULL
 +simple_write_to_buffer_3122 simple_write_to_buffer 5-2 3122 NULL
 +print_time_3132 print_time 0 3132 NULL
 +fill_write_buffer_3142 fill_write_buffer 3 3142 NULL
 +CIFSSMBSetPosixACL_3154 CIFSSMBSetPosixACL 5 3154 NULL
-+compat_sys_migrate_pages_3157 compat_sys_migrate_pages 2 3157 NULL
 +gfs2_rindex_update_3165 gfs2_rindex_update 0 3165 NULL
 +uv_num_possible_blades_3177 uv_num_possible_blades 0 3177 NULL
-+uvc_video_stats_dump_3181 uvc_video_stats_dump 3 3181 NULL
++uinput_ioctl_handler_3181 uinput_ioctl_handler 2 3181 NULL nohasharray
++uvc_video_stats_dump_3181 uvc_video_stats_dump 3 3181 &uinput_ioctl_handler_3181
 +compat_do_ip6t_set_ctl_3184 compat_do_ip6t_set_ctl 4 3184 NULL
 +mempool_create_node_3191 mempool_create_node 1 3191 NULL
 +alloc_context_3194 alloc_context 1 3194 NULL
@@ -115124,12 +114688,17 @@ index 0000000..8972f81
 +do_read_log_to_user_3236 do_read_log_to_user 4 3236 NULL
 +ext3_xattr_find_entry_3237 ext3_xattr_find_entry 0 3237 NULL
 +key_key_read_3241 key_key_read 3 3241 NULL
++cx25821_dev_setup_3263 cx25821_dev_setup 0 3263 NULL
++fnic_set_intr_mode_3266 fnic_set_intr_mode 0 3266 NULL
++uvc_queue_init_3276 uvc_queue_init 0 3276 NULL
 +__ilog2_u64_3284 __ilog2_u64 0 3284 NULL
++ieee80211_if_write_beacon_loss_3296 ieee80211_if_write_beacon_loss 3 3296 NULL
++cgroup_name_3300 cgroup_name 3 3300 NULL
 +__set_extent_bit_3305 __set_extent_bit 0 3305 NULL
-+__iovec_copy_from_user_inatomic_3314 __iovec_copy_from_user_inatomic 0-4-3 3314 NULL
++mthca_create_agents_3307 mthca_create_agents 0 3307 NULL
++__iovec_copy_from_user_inatomic_3314 __iovec_copy_from_user_inatomic 4-3-0 3314 NULL
 +_iwl_dbgfs_d3_sram_write_3315 _iwl_dbgfs_d3_sram_write 3 3315 NULL
 +dbDiscardAG_3322 dbDiscardAG 3 3322 NULL
-+compat_sys_setsockopt_3326 compat_sys_setsockopt 5 3326 NULL
 +read_from_oldmem_3337 read_from_oldmem 2 3337 NULL
 +sysfs_create_group_3339 sysfs_create_group 0 3339 NULL
 +tty_port_register_device_attr_3341 tty_port_register_device_attr 3 3341 NULL
@@ -115138,37 +114707,45 @@ index 0000000..8972f81
 +scnprintf_3360 scnprintf 0-2 3360 NULL
 +ReadByteAmd7930_3365 ReadByteAmd7930 0 3365 NULL
 +sr_read_3366 sr_read 3 3366 NULL
++mlx4_MAP_ICM_AUX_3386 mlx4_MAP_ICM_AUX 0 3386 NULL
 +mtdchar_writeoob_3393 mtdchar_writeoob 4 3393 NULL
-+send_stream_3397 send_stream 4 3397 NULL
 +isdn_readbchan_3401 isdn_readbchan 0-5 3401 NULL
 +mei_io_cb_alloc_resp_buf_3414 mei_io_cb_alloc_resp_buf 2 3414 NULL
 +pci_add_cap_save_buffer_3426 pci_add_cap_save_buffer 3 3426 NULL
 +crystalhd_create_dio_pool_3427 crystalhd_create_dio_pool 2 3427 NULL
 +SyS_msgsnd_3436 SyS_msgsnd 3 3436 NULL
-+pipe_iov_copy_to_user_3447 pipe_iov_copy_to_user 3 3447 NULL
 +softsynth_write_3455 softsynth_write 3 3455 NULL
 +snd_pcm_lib_readv_transfer_3464 snd_pcm_lib_readv_transfer 5-4-2 3464 NULL
++ngene_command_mutex_3467 ngene_command_mutex 0 3467 NULL
++dwc2_get_hwparams_3491 dwc2_get_hwparams 0 3491 NULL
 +security_context_to_sid_default_3492 security_context_to_sid_default 2 3492 NULL
 +xfrm_migrate_msgsize_3496 xfrm_migrate_msgsize 1 3496 NULL
 +mem_tx_free_mem_blks_read_3521 mem_tx_free_mem_blks_read 3 3521 NULL
 +SyS_semtimedop_3532 SyS_semtimedop 3 3532 NULL
 +SyS_readv_3539 SyS_readv 3 3539 NULL
++sht15_send_status_3544 sht15_send_status 0 3544 NULL
 +btrfs_dir_name_len_3549 btrfs_dir_name_len 0 3549 NULL
 +alloc_smp_resp_3566 alloc_smp_resp 1 3566 NULL
 +evtchn_read_3569 evtchn_read 3 3569 NULL
 +ll_track_ppid_seq_write_3582 ll_track_ppid_seq_write 3 3582 NULL
 +vc_resize_3585 vc_resize 3-2 3585 NULL
-+kvm_mmu_notifier_change_pte_3596 kvm_mmu_notifier_change_pte 3 3596 NULL
++kvm_mmu_notifier_change_pte_3596 kvm_mmu_notifier_change_pte 3 3596 NULL nohasharray
++ipw_prom_alloc_3596 ipw_prom_alloc 0 3596 &kvm_mmu_notifier_change_pte_3596
 +sctp_getsockopt_events_3607 sctp_getsockopt_events 2 3607 NULL
 +edac_mc_alloc_3611 edac_mc_alloc 4 3611 NULL
 +tx_tx_starts_read_3617 tx_tx_starts_read 3 3617 NULL
 +aligned_kmalloc_3628 aligned_kmalloc 1 3628 NULL
++mlx4_init_cq_table_3637 mlx4_init_cq_table 0 3637 NULL
 +ath6kl_disconnect_timeout_read_3650 ath6kl_disconnect_timeout_read 3 3650 NULL
 +i915_compat_ioctl_3656 i915_compat_ioctl 2 3656 NULL
++_il_poll_bit_3657 _il_poll_bit 0 3657 NULL
 +xfs_attr3_leaf_list_int_3661 xfs_attr3_leaf_list_int 0 3661 NULL
 +_iwl_dbgfs_tx_flush_write_3675 _iwl_dbgfs_tx_flush_write 3 3675 NULL
 +snd_m3_assp_read_3703 snd_m3_assp_read 0 3703 NULL
 +ci_ll_write_3740 ci_ll_write 4 3740 NULL
++niu_get_of_props_3752 niu_get_of_props 0 3752 NULL
++start_isolate_page_range_3767 start_isolate_page_range 0 3767 NULL
++lpfc_sli4_xri_sgl_update_3771 lpfc_sli4_xri_sgl_update 0 3771 NULL
 +sctp_setsockopt_auth_key_3793 sctp_setsockopt_auth_key 3 3793 NULL
 +ncp_file_write_3813 ncp_file_write 3 3813 NULL
 +llc_ui_recvmsg_3826 llc_ui_recvmsg 4 3826 NULL
@@ -115177,6 +114754,7 @@ index 0000000..8972f81
 +smk_read_onlycap_3855 smk_read_onlycap 3 3855 NULL
 +get_fd_set_3866 get_fd_set 1 3866 NULL
 +apei_res_sub_3873 apei_res_sub 0 3873 NULL
++c2_rnic_init_3880 c2_rnic_init 0 3880 NULL
 +garp_attr_create_3883 garp_attr_create 3 3883 NULL
 +efivarfs_file_read_3893 efivarfs_file_read 3 3893 NULL
 +nvram_write_3894 nvram_write 3 3894 NULL
@@ -115185,24 +114763,39 @@ index 0000000..8972f81
 +vcs_write_3910 vcs_write 3 3910 NULL
 +SyS_move_pages_3920 SyS_move_pages 2 3920 NULL
 +hdlc_irq_one_3944 hdlc_irq_one 2 3944 NULL
-+brcmf_debugfs_fws_stats_read_3947 brcmf_debugfs_fws_stats_read 3 3947 NULL
++brcmf_debugfs_fws_stats_read_3947 brcmf_debugfs_fws_stats_read 3 3947 NULL nohasharray
++cp_refill_rx_3947 cp_refill_rx 0 3947 &brcmf_debugfs_fws_stats_read_3947
++ath10k_hif_exchange_bmi_msg_3948 ath10k_hif_exchange_bmi_msg 0 3948 NULL
 +mite_bytes_written_to_memory_lb_3987 mite_bytes_written_to_memory_lb 0 3987 NULL
++virtfn_add_3988 virtfn_add 0 3988 NULL
 +do_add_counters_3992 do_add_counters 3 3992 NULL
 +xfs_bmbt_lookup_eq_3997 xfs_bmbt_lookup_eq 0 3997 NULL
++snd_msnd_initialize_3999 snd_msnd_initialize 0 3999 NULL
 +obd_alloc_memmd_4002 obd_alloc_memmd 0 4002 NULL
 +userspace_status_4004 userspace_status 4 4004 NULL
-+xfs_check_block_4005 xfs_check_block 4 4005 NULL nohasharray
-+mei_write_4005 mei_write 3 4005 &xfs_check_block_4005
++mei_write_4005 mei_write 3 4005 NULL nohasharray
++xfs_check_block_4005 xfs_check_block 4 4005 &mei_write_4005
++gfs2_dir_get_existing_buffer_4007 gfs2_dir_get_existing_buffer 0 4007 NULL
 +snd_hdsp_capture_copy_4011 snd_hdsp_capture_copy 5 4011 NULL
++mptbase_sas_persist_operation_4019 mptbase_sas_persist_operation 0 4019 NULL
++_request_firmware_4021 _request_firmware 0 4021 NULL
 +blk_end_request_4024 blk_end_request 3 4024 NULL
 +ext4_xattr_find_entry_4025 ext4_xattr_find_entry 0 4025 NULL
 +xfs_free_ag_extent_4036 xfs_free_ag_extent 0 4036 NULL
 +mtip_hw_read_registers_4037 mtip_hw_read_registers 3 4037 NULL
 +read_file_queues_4078 read_file_queues 3 4078 NULL
 +fbcon_do_set_font_4079 fbcon_do_set_font 2-3 4079 NULL
++da9052_free_irq_4090 da9052_free_irq 2 4090 NULL
++ath10k_bmi_lz_stream_start_4103 ath10k_bmi_lz_stream_start 0 4103 NULL
++C_SYSC_rt_sigpending_4114 C_SYSC_rt_sigpending 2 4114 NULL
++usb_hcd_request_irqs_4121 usb_hcd_request_irqs 0 4121 NULL
++ath10k_htt_send_rx_ring_cfg_ll_4143 ath10k_htt_send_rx_ring_cfg_ll 0 4143 NULL
 +tm6000_read_4151 tm6000_read 3 4151 NULL
-+mpt_raid_phys_disk_get_num_paths_4155 mpt_raid_phys_disk_get_num_paths 0 4155 NULL
++mpt_raid_phys_disk_get_num_paths_4155 mpt_raid_phys_disk_get_num_paths 0 4155 NULL nohasharray
++cx18_reg_dev_4155 cx18_reg_dev 0 4155 &mpt_raid_phys_disk_get_num_paths_4155
++ifx_spi_create_port_4157 ifx_spi_create_port 0 4157 NULL
 +msg_bits_4158 msg_bits 0-3-4 4158 NULL
++t1_init_hw_modules_4163 t1_init_hw_modules 0 4163 NULL
 +get_alua_req_4166 get_alua_req 3 4166 NULL
 +blk_dropped_read_4168 blk_dropped_read 3 4168 NULL
 +read_file_bool_4180 read_file_bool 3 4180 NULL
@@ -115210,117 +114803,178 @@ index 0000000..8972f81
 +vring_new_virtqueue_4199 vring_new_virtqueue 2 4199 NULL
 +f1x_determine_channel_4202 f1x_determine_channel 2 4202 NULL
 +_osd_req_list_objects_4204 _osd_req_list_objects 6 4204 NULL
++e100_alloc_4207 e100_alloc 0 4207 NULL
 +__snd_gf1_read_addr_4210 __snd_gf1_read_addr 0 4210 NULL
++vq_wait_for_reply_4211 vq_wait_for_reply 0 4211 NULL
++si4713_start_seq_4224 si4713_start_seq 0 4224 NULL
++usbhs_mod_host_probe_4227 usbhs_mod_host_probe 0 4227 NULL
++tg3_init_5401phy_dsp_4272 tg3_init_5401phy_dsp 0 4272 NULL
 +ath6kl_force_roam_write_4282 ath6kl_force_roam_write 3 4282 NULL
 +goldfish_audio_write_4284 goldfish_audio_write 3 4284 NULL
++get_connectors_for_crtc_4291 get_connectors_for_crtc 0 4291 NULL
 +__usbnet_read_cmd_4299 __usbnet_read_cmd 7 4299 NULL
-+dvb_ringbuffer_pkt_read_user_4303 dvb_ringbuffer_pkt_read_user 2-3-5 4303 NULL
++fw_read_file_contents_4301 fw_read_file_contents 0 4301 NULL
++dvb_ringbuffer_pkt_read_user_4303 dvb_ringbuffer_pkt_read_user 3-2-5 4303 NULL
 +count_strings_4315 count_strings 0 4315 NULL
 +nouveau_fifo_create__4327 nouveau_fifo_create_ 5-6 4327 NULL
 +snd_rawmidi_kernel_read_4328 snd_rawmidi_kernel_read 3 4328 NULL
 +ima_eventdigest_init_common_4338 ima_eventdigest_init_common 2 4338 NULL
-+__copy_from_user_inatomic_4365 __copy_from_user_inatomic 0-3 4365 NULL nohasharray
++__copy_from_user_inatomic_4365 __copy_from_user_inatomic 3-0 4365 NULL nohasharray
 +lookup_string_4365 lookup_string 0 4365 &__copy_from_user_inatomic_4365
++__migrate_balloon_page_4367 __migrate_balloon_page 0 4367 NULL
 +irda_sendmsg_4388 irda_sendmsg 4 4388 NULL
 +access_process_vm_4412 access_process_vm 0 4412 NULL nohasharray
 +cxacru_cm_get_array_4412 cxacru_cm_get_array 4 4412 &access_process_vm_4412
 +libfc_vport_create_4415 libfc_vport_create 2 4415 NULL
 +rtw_android_get_rssi_4421 rtw_android_get_rssi 0 4421 NULL
++read_code_4429 read_code 4 4429 NULL
++ath10k_htc_start_4430 ath10k_htc_start 0 4430 NULL
 +do_pages_stat_4437 do_pages_stat 2 4437 NULL
++netdev_register_kobject_4444 netdev_register_kobject 0 4444 NULL
 +at76_set_card_command_4471 at76_set_card_command 4 4471 NULL
-+snd_seq_expand_var_event_4481 snd_seq_expand_var_event 5-0 4481 NULL
-+vmbus_establish_gpadl_4495 vmbus_establish_gpadl 3 4495 NULL
++iio_device_register_sysfs_4478 iio_device_register_sysfs 0 4478 NULL
++snd_seq_expand_var_event_4481 snd_seq_expand_var_event 0-5 4481 NULL
++snd_wss_mixer_4490 snd_wss_mixer 0 4490 NULL
++ocfs2_grow_tree_4492 ocfs2_grow_tree 0 4492 NULL
++vmbus_establish_gpadl_4495 vmbus_establish_gpadl 3-0 4495 NULL
 +set_link_security_4502 set_link_security 4 4502 NULL
++t4_read_reg_4509 t4_read_reg 0 4509 NULL
 +xfs_btree_kill_root_4526 xfs_btree_kill_root 0 4526 NULL
 +ll_max_readahead_per_file_mb_seq_write_4531 ll_max_readahead_per_file_mb_seq_write 3 4531 NULL
 +tty_register_device_4544 tty_register_device 2 4544 NULL
++fsl_edma_prep_slave_sg_4555 fsl_edma_prep_slave_sg 3 4555 NULL
 +btrfs_file_extent_inline_item_len_4575 btrfs_file_extent_inline_item_len 0 4575 NULL
 +xfs_buf_get_maps_4581 xfs_buf_get_maps 2 4581 NULL
 +bch_alloc_4593 bch_alloc 1 4593 NULL
 +ocfs2_refcount_lock_4595 ocfs2_refcount_lock 0 4595 NULL
++dscc4_found1_4599 dscc4_found1 0 4599 NULL
 +ll_rw_extents_stats_seq_write_4633 ll_rw_extents_stats_seq_write 3 4633 NULL
 +iwl_dbgfs_tx_queue_read_4635 iwl_dbgfs_tx_queue_read 3 4635 NULL
++adap_init0_tweaks_4663 adap_init0_tweaks 0 4663 NULL
 +skb_add_data_nocache_4682 skb_add_data_nocache 4 4682 NULL
 +cx18_read_pos_4683 cx18_read_pos 3 4683 NULL
 +short_retry_limit_read_4687 short_retry_limit_read 3 4687 NULL
++register_queue_kobjects_4688 register_queue_kobjects 0 4688 NULL
 +kone_receive_4690 kone_receive 4 4690 NULL
++write8_reg_4701 write8_reg 0-4 4701 NULL
 +hash_netportnet6_expire_4702 hash_netportnet6_expire 4 4702 NULL
-+cxgbi_alloc_big_mem_4707 cxgbi_alloc_big_mem 1 4707 NULL
++cxgbi_alloc_big_mem_4707 cxgbi_alloc_big_mem 1 4707 NULL nohasharray
++enic_dev_open_4707 enic_dev_open 0 4707 &cxgbi_alloc_big_mem_4707
 +ati_create_gatt_pages_4722 ati_create_gatt_pages 1 4722 NULL nohasharray
 +show_header_4722 show_header 3 4722 &ati_create_gatt_pages_4722
++fw_lookup_and_allocate_buf_4723 fw_lookup_and_allocate_buf 0 4723 NULL
++fallback_migrate_page_4726 fallback_migrate_page 0 4726 NULL
 +bitmap_startwrite_4736 bitmap_startwrite 2 4736 NULL nohasharray
 +ll_rw_offset_stats_seq_write_4736 ll_rw_offset_stats_seq_write 3 4736 &bitmap_startwrite_4736
 +lu_buf_alloc_4753 lu_buf_alloc 2 4753 NULL
 +pwr_rcvd_bcns_cnt_read_4774 pwr_rcvd_bcns_cnt_read 3 4774 NULL
 +create_subvol_4791 create_subvol 4 4791 NULL
++skd_start_timer_4803 skd_start_timer 0 4803 NULL
 +ncp__vol2io_4804 ncp__vol2io 5 4804 NULL
++C_SYSC_setsockopt_4806 C_SYSC_setsockopt 5 4806 NULL
 +repair_io_failure_4815 repair_io_failure 4-3 4815 NULL
++ntb_setup_interrupts_4836 ntb_setup_interrupts 0 4836 NULL
++amradio_set_stereo_4845 amradio_set_stereo 0 4845 NULL
 +comedi_buf_write_free_4847 comedi_buf_write_free 2 4847 NULL
 +gigaset_if_receive_4861 gigaset_if_receive 3 4861 NULL
 +key_tx_spec_read_4862 key_tx_spec_read 3 4862 NULL
 +ocfs2_defrag_extent_4873 ocfs2_defrag_extent 2 4873 NULL
 +hid_register_field_4874 hid_register_field 2-3 4874 NULL
++tg3_phy_reset_4876 tg3_phy_reset 0 4876 NULL
 +vga_arb_read_4886 vga_arb_read 3 4886 NULL
++ufshcd_hba_enable_4908 ufshcd_hba_enable 0 4908 NULL
 +ieee80211_if_fmt_ave_beacon_4941 ieee80211_if_fmt_ave_beacon 3 4941 NULL
++myri10ge_request_irq_4945 myri10ge_request_irq 0 4945 NULL
++mvumi_map_pci_addr_4948 mvumi_map_pci_addr 0 4948 NULL
++sigma_action_write_i2c_4951 sigma_action_write_i2c 3 4951 NULL
++request_msix_data_irqs_4956 request_msix_data_irqs 0 4956 NULL
 +ocfs2_should_refresh_lock_res_4958 ocfs2_should_refresh_lock_res 0 4958 NULL
 +compat_rawv6_setsockopt_4967 compat_rawv6_setsockopt 5 4967 NULL
 +ath10k_read_chip_id_4969 ath10k_read_chip_id 3 4969 NULL
 +skb_network_header_len_4971 skb_network_header_len 0 4971 NULL
 +ieee80211_if_fmt_dot11MeshHWMPconfirmationInterval_4976 ieee80211_if_fmt_dot11MeshHWMPconfirmationInterval 3 4976 NULL
++do_sync_read_4977 do_sync_read 0 4977 NULL
 +compat_SyS_ipc_5000 compat_SyS_ipc 3 5000 NULL
++mthca_dev_lim_5009 mthca_dev_lim 0 5009 NULL
 +do_mincore_5018 do_mincore 0-2-1 5018 NULL
 +btrfs_punch_hole_5041 btrfs_punch_hole 2 5041 NULL
 +cfg80211_rx_mgmt_5056 cfg80211_rx_mgmt 5 5056 NULL
-+ocfs2_check_range_for_holes_5066 ocfs2_check_range_for_holes 3-2 5066 NULL
++ocfs2_check_range_for_holes_5066 ocfs2_check_range_for_holes 2-3 5066 NULL
 +snd_mixart_BA1_read_5082 snd_mixart_BA1_read 5 5082 NULL
++sep_reconfig_shared_area_5085 sep_reconfig_shared_area 0 5085 NULL
 +snd_emu10k1_ptr20_read_5087 snd_emu10k1_ptr20_read 0 5087 NULL
 +kfifo_copy_from_user_5091 kfifo_copy_from_user 3-4-0 5091 NULL nohasharray
 +get_random_bytes_5091 get_random_bytes 2 5091 &kfifo_copy_from_user_5091 nohasharray
 +blk_rq_sectors_5091 blk_rq_sectors 0 5091 &get_random_bytes_5091
 +sound_write_5102 sound_write 3 5102 NULL
++alloc_init_skbufs_5109 alloc_init_skbufs 0 5109 NULL
 +i40e_dbg_netdev_ops_write_5117 i40e_dbg_netdev_ops_write 3 5117 NULL
 +qib_7220_handle_hwerrors_5142 qib_7220_handle_hwerrors 3 5142 NULL
++ocfs2_inode_lock_full_nested_5148 ocfs2_inode_lock_full_nested 0 5148 NULL
 +__uwb_addr_print_5161 __uwb_addr_print 2 5161 NULL
-+iwl_dbgfs_status_read_5171 iwl_dbgfs_status_read 3 5171 NULL
++iwl_dbgfs_status_read_5171 iwl_dbgfs_status_read 3 5171 NULL nohasharray
++ec_bhf_setup_offsets_5171 ec_bhf_setup_offsets 0 5171 &iwl_dbgfs_status_read_5171
 +acpi_pcc_get_sqty_5176 acpi_pcc_get_sqty 0 5176 NULL
++trf7970a_read_cont_5179 trf7970a_read_cont 4 5179 NULL
++b44_alloc_consistent_5200 b44_alloc_consistent 0 5200 NULL
++ath10k_download_board_data_5203 ath10k_download_board_data 0 5203 NULL
 +ppp_cp_parse_cr_5214 ppp_cp_parse_cr 4 5214 NULL
 +dwc2_hcd_urb_alloc_5217 dwc2_hcd_urb_alloc 2 5217 NULL
 +ath6kl_debug_roam_tbl_event_5224 ath6kl_debug_roam_tbl_event 3 5224 NULL
++hpsa_request_irq_5254 hpsa_request_irq 0 5254 NULL
 +usb_descriptor_fillbuf_5302 usb_descriptor_fillbuf 0 5302 NULL
++t4vf_write_rss_vi_config_5304 t4vf_write_rss_vi_config 0 5304 NULL
 +r592_write_fifo_pio_5315 r592_write_fifo_pio 3 5315 NULL
 +sbc_get_write_same_sectors_5317 sbc_get_write_same_sectors 0 5317 NULL
 +pwr_elp_enter_read_5324 pwr_elp_enter_read 3 5324 NULL
++uinput_ioctl_5342 uinput_ioctl 2 5342 NULL
++ad714x_i2c_read_5345 ad714x_i2c_read 4 5345 NULL
++ata_tlink_add_5349 ata_tlink_add 0 5349 NULL
 +cq_free_res_5355 cq_free_res 5 5355 NULL
 +ps_pspoll_utilization_read_5361 ps_pspoll_utilization_read 3 5361 NULL
 +cciss_allocate_sg_chain_blocks_5368 cciss_allocate_sg_chain_blocks 3-2 5368 NULL
++bma180_set_pmode_5389 bma180_set_pmode 0 5389 NULL
 +xfs_free_extent_5411 xfs_free_extent 0 5411 NULL
 +xfs_efd_init_5463 xfs_efd_init 3 5463 NULL
 +ll_xattr_cache_refill_5468 ll_xattr_cache_refill 0 5468 NULL
 +kernfs_fop_write_5471 kernfs_fop_write 3 5471 NULL
 +xfs_efi_init_5476 xfs_efi_init 2 5476 NULL
++pci_enable_msix_exact_5482 pci_enable_msix_exact 3-0 5482 NULL
++il4965_eeprom_check_version_5483 il4965_eeprom_check_version 0 5483 NULL
 +cifs_security_flags_proc_write_5484 cifs_security_flags_proc_write 3 5484 NULL
 +tty_write_5494 tty_write 3 5494 NULL
 +tomoyo_update_domain_5498 tomoyo_update_domain 2 5498 NULL nohasharray
 +ieee80211_if_fmt_last_beacon_5498 ieee80211_if_fmt_last_beacon 3 5498 &tomoyo_update_domain_5498
++ath10k_init_uart_5501 ath10k_init_uart 0 5501 NULL
 +__max_nr_grant_frames_5505 __max_nr_grant_frames 0 5505 NULL
-+ieee80211_if_fmt_auto_open_plinks_5534 ieee80211_if_fmt_auto_open_plinks 3 5534 NULL
++tg3_phy_probe_5517 tg3_phy_probe 0 5517 NULL
++ieee80211_if_fmt_auto_open_plinks_5534 ieee80211_if_fmt_auto_open_plinks 3 5534 NULL nohasharray
++typhoon_reset_5534 typhoon_reset 0 5534 &ieee80211_if_fmt_auto_open_plinks_5534
 +get_entry_msg_len_5552 get_entry_msg_len 0 5552 NULL
 +le_readq_5557 le_readq 0 5557 NULL
 +inw_5558 inw 0 5558 NULL
 +gfs2_extent_map_5561 gfs2_extent_map 0 5561 NULL
++ace_load_firmware_5577 ace_load_firmware 0 5577 NULL
 +bioset_create_5580 bioset_create 1 5580 NULL
 +oz_ep_alloc_5587 oz_ep_alloc 1 5587 NULL
 +__remove_suid_5618 __remove_suid 0 5618 NULL
 +gfs2_unstuffer_page_5620 gfs2_unstuffer_page 0 5620 NULL
++enic_set_nic_cfg_5628 enic_set_nic_cfg 0 5628 NULL
 +SYSC_fsetxattr_5639 SYSC_fsetxattr 4 5639 NULL
++usb_enumerate_device_otg_5648 usb_enumerate_device_otg 0 5648 NULL
 +ext4_xattr_get_5661 ext4_xattr_get 0 5661 NULL
 +posix_clock_register_5662 posix_clock_register 2 5662 NULL
++clk_prepare_5663 clk_prepare 0 5663 NULL
++stmmac_init_rx_buffers_5673 stmmac_init_rx_buffers 0 5673 NULL
++smsc911x_mii_init_5692 smsc911x_mii_init 0 5692 NULL
 +get_arg_5694 get_arg 3 5694 NULL
 +subbuf_read_actor_5708 subbuf_read_actor 3 5708 NULL
 +vmw_kms_readback_5727 vmw_kms_readback 6 5727 NULL
 +rts51x_transfer_data_partial_5735 rts51x_transfer_data_partial 6 5735 NULL
++mtip_dma_alloc_5757 mtip_dma_alloc 0 5757 NULL
 +sctp_setsockopt_autoclose_5775 sctp_setsockopt_autoclose 3 5775 NULL
 +__vxge_hw_blockpool_malloc_5786 __vxge_hw_blockpool_malloc 2 5786 NULL
++lpfc_sli_issue_mbox_5792 lpfc_sli_issue_mbox 0 5792 NULL
 +nvme_trans_bdev_char_page_5797 nvme_trans_bdev_char_page 3 5797 NULL
 +skb_copy_datagram_iovec_5806 skb_copy_datagram_iovec 2-4 5806 NULL
 +nv50_disp_pioc_create__5812 nv50_disp_pioc_create_ 5 5812 NULL
@@ -115329,56 +114983,74 @@ index 0000000..8972f81
 +setup_req_5848 setup_req 3 5848 NULL
 +ria_page_count_5849 ria_page_count 0 5849 NULL
 +rx_filter_max_arp_queue_dep_read_5851 rx_filter_max_arp_queue_dep_read 3 5851 NULL
++uinput_compat_ioctl_5861 uinput_compat_ioctl 2 5861 NULL
 +config_buf_5862 config_buf 0 5862 NULL
 +lprocfs_fid_width_seq_write_5889 lprocfs_fid_width_seq_write 3 5889 NULL
 +port_show_regs_5904 port_show_regs 3 5904 NULL
 +rbd_segment_length_5907 rbd_segment_length 0-3-2 5907 NULL
 +uhci_debug_read_5911 uhci_debug_read 3 5911 NULL
++ntb_setup_intx_5930 ntb_setup_intx 0 5930 NULL
 +lbs_highsnr_read_5931 lbs_highsnr_read 3 5931 NULL
 +ps_poll_ps_poll_timeouts_read_5934 ps_poll_ps_poll_timeouts_read 3 5934 NULL
 +edac_device_alloc_ctl_info_5941 edac_device_alloc_ctl_info 1 5941 NULL
++ngene_i2c_init_5946 ngene_i2c_init 0 5946 NULL
 +ll_statahead_one_5962 ll_statahead_one 3 5962 NULL
 +__apu_get_register_5967 __apu_get_register 0 5967 NULL
 +ieee80211_if_fmt_rc_rateidx_mask_5ghz_5971 ieee80211_if_fmt_rc_rateidx_mask_5ghz 3 5971 NULL
++SyS_semop_5980 SyS_semop 3 5980 NULL
++snd_opl3_hwdep_new_6008 snd_opl3_hwdep_new 0 6008 NULL
++da9052_request_irq_6058 da9052_request_irq 2 6058 NULL
 +alloc_msg_6072 alloc_msg 1 6072 NULL
 +sctp_setsockopt_connectx_6073 sctp_setsockopt_connectx 3 6073 NULL
 +rts51x_ms_rw_multi_sector_6076 rts51x_ms_rw_multi_sector 3-4 6076 NULL
++pt1_reset_pci_6085 pt1_reset_pci 0 6085 NULL
 +__mnt_want_write_6091 __mnt_want_write 0 6091 NULL
-+ipmi_addr_length_6110 ipmi_addr_length 0 6110 NULL
++ipmi_addr_length_6110 ipmi_addr_length 0 6110 NULL nohasharray
++force_static_address_read_6110 force_static_address_read 3 6110 &ipmi_addr_length_6110
 +dfs_global_file_write_6112 dfs_global_file_write 3 6112 NULL
 +nouveau_parent_create__6131 nouveau_parent_create_ 7 6131 NULL
 +ieee80211_if_fmt_beacon_timeout_6153 ieee80211_if_fmt_beacon_timeout 3 6153 NULL
 +ivtv_copy_buf_to_user_6159 ivtv_copy_buf_to_user 4 6159 NULL
 +maybe_insert_hole_6167 maybe_insert_hole 3 6167 NULL
++myri10ge_load_firmware_6168 myri10ge_load_firmware 0 6168 NULL
 +wl1251_cmd_template_set_6172 wl1251_cmd_template_set 4 6172 NULL
 +SyS_setgroups_6182 SyS_setgroups 1 6182 NULL
 +mxt_show_instance_6207 mxt_show_instance 2-0 6207 NULL
 +v4l2_ctrl_new_std_menu_6221 v4l2_ctrl_new_std_menu 4 6221 NULL
 +mqueue_read_file_6228 mqueue_read_file 3 6228 NULL
++ata_host_register_6229 ata_host_register 0 6229 NULL
++__clk_prepare_6234 __clk_prepare 0 6234 NULL
 +f_hidg_read_6238 f_hidg_read 3 6238 NULL
 +fbcon_prepare_logo_6246 fbcon_prepare_logo 5 6246 NULL
++of_gpio_count_6270 of_gpio_count 0 6270 NULL
 +tx_tx_start_null_frame_read_6281 tx_tx_start_null_frame_read 3 6281 NULL
 +snd_hda_override_conn_list_6282 snd_hda_override_conn_list 3-0 6282 NULL nohasharray
 +xenbus_file_write_6282 xenbus_file_write 3 6282 &snd_hda_override_conn_list_6282
 +posix_acl_fix_xattr_to_user_6283 posix_acl_fix_xattr_to_user 2 6283 NULL
 +serial_port_in_6291 serial_port_in 0 6291 NULL
 +qlcnic_sriov_alloc_bc_msg_6309 qlcnic_sriov_alloc_bc_msg 2 6309 NULL
++ieee80211_init_rate_ctrl_alg_6322 ieee80211_init_rate_ctrl_alg 0 6322 NULL
 +hfa384x_inw_6329 hfa384x_inw 0 6329 NULL nohasharray
-+SyS_mincore_6329 SyS_mincore 2-1 6329 &hfa384x_inw_6329
++SyS_mincore_6329 SyS_mincore 1-2 6329 &hfa384x_inw_6329
 +fuse_get_req_for_background_6337 fuse_get_req_for_background 2 6337 NULL
 +ucs2_strnlen_6342 ucs2_strnlen 0 6342 NULL
 +regcache_sync_block_raw_6350 regcache_sync_block_raw 5-4 6350 NULL
 +mei_dbgfs_read_devstate_6352 mei_dbgfs_read_devstate 3 6352 NULL
++netdev_queue_add_kobject_6375 netdev_queue_add_kobject 0 6375 NULL
 +_proc_do_string_6376 _proc_do_string 2 6376 NULL
 +osd_req_read_sg_kern_6378 osd_req_read_sg_kern 5 6378 NULL
++gfs2_dir_read_stuffed_6380 gfs2_dir_read_stuffed 3 6380 NULL
 +xfs_bmap_extents_to_btree_6387 xfs_bmap_extents_to_btree 0 6387 NULL
 +posix_acl_fix_xattr_userns_6420 posix_acl_fix_xattr_userns 4 6420 NULL
 +add_transaction_credits_6422 add_transaction_credits 2-3 6422 NULL
 +ipr_change_queue_depth_6431 ipr_change_queue_depth 2 6431 NULL
 +__alloc_bootmem_node_nopanic_6432 __alloc_bootmem_node_nopanic 2 6432 NULL
++t4_cfg_pfvf_6440 t4_cfg_pfvf 0 6440 NULL
++C_SYSC_vmsplice_6470 C_SYSC_vmsplice 3 6470 NULL
 +ieee80211_if_fmt_dot11MeshMaxRetries_6476 ieee80211_if_fmt_dot11MeshMaxRetries 3 6476 NULL
 +qp_memcpy_from_queue_6479 qp_memcpy_from_queue 5-4 6479 NULL
 +cipso_v4_map_lvl_hton_6490 cipso_v4_map_lvl_hton 0 6490 NULL
++dvb_dmxdev_init_6496 dvb_dmxdev_init 0 6496 NULL
 +dbg_intr_buf_6501 dbg_intr_buf 2 6501 NULL
 +mei_read_6507 mei_read 3 6507 NULL
 +rndis_set_oid_6547 rndis_set_oid 4 6547 NULL
@@ -115387,15 +115059,22 @@ index 0000000..8972f81
 +fb_alloc_cmap_6554 fb_alloc_cmap 2 6554 NULL
 +SyS_semtimedop_6563 SyS_semtimedop 3 6563 NULL
 +xfs_iozero_6573 xfs_iozero 0 6573 NULL
++snd_pcm_hw_refine_old_user_6586 snd_pcm_hw_refine_old_user 0 6586 NULL
 +ecryptfs_filldir_6622 ecryptfs_filldir 3 6622 NULL
++dvb_dmx_init_6631 dvb_dmx_init 0 6631 NULL
++xfs_do_div_6649 xfs_do_div 0-2 6649 NULL
 +process_rcvd_data_6679 process_rcvd_data 3 6679 NULL
++pvscsi_allocate_rings_6689 pvscsi_allocate_rings 0 6689 NULL
 +btrfs_lookup_csums_range_6696 btrfs_lookup_csums_range 2-3 6696 NULL
 +ps_pspoll_max_apturn_read_6699 ps_pspoll_max_apturn_read 3 6699 NULL
 +bnad_debugfs_write_regrd_6706 bnad_debugfs_write_regrd 3 6706 NULL
 +mpeg_read_6708 mpeg_read 3 6708 NULL
 +ibmpex_query_sensor_count_6709 ibmpex_query_sensor_count 0 6709 NULL
-+video_proc_write_6724 video_proc_write 3 6724 NULL
++video_proc_write_6724 video_proc_write 3 6724 NULL nohasharray
++dwc2_hs_phy_init_6724 dwc2_hs_phy_init 0 6724 &video_proc_write_6724
 +posix_acl_xattr_count_6725 posix_acl_xattr_count 0-1 6725 NULL
++ocfs2_insert_extent_6737 ocfs2_insert_extent 0 6737 NULL
++t4_sge_init_6743 t4_sge_init 0 6743 NULL
 +kobject_add_varg_6781 kobject_add_varg 0 6781 NULL
 +iwl_dbgfs_channels_read_6784 iwl_dbgfs_channels_read 3 6784 NULL
 +ieee80211_if_read_6785 ieee80211_if_read 3 6785 NULL
@@ -115403,13 +115082,17 @@ index 0000000..8972f81
 +hdlcdrv_register_6792 hdlcdrv_register 2 6792 NULL
 +ll_xattr_cache_find_6798 ll_xattr_cache_find 0 6798 NULL
 +tx_tx_done_data_read_6799 tx_tx_done_data_read 3 6799 NULL
++ocfs2_calc_refcount_meta_credits_6802 ocfs2_calc_refcount_meta_credits 0 6802 NULL
 +lbs_rdrf_write_6826 lbs_rdrf_write 3 6826 NULL
-+calc_pages_for_6838 calc_pages_for 0-1-2 6838 NULL
++calc_pages_for_6838 calc_pages_for 0-2-1 6838 NULL
 +mon_bin_read_6841 mon_bin_read 3 6841 NULL
 +snd_cs4281_BA0_read_6847 snd_cs4281_BA0_read 5 6847 NULL
 +xfs_rtany_summary_6851 xfs_rtany_summary 0 6851 NULL
++as3722_gpio_to_irq_6861 as3722_gpio_to_irq 2 6861 NULL
 +perf_output_sample_ustack_6868 perf_output_sample_ustack 2 6868 NULL
-+dio_complete_6879 dio_complete 0-2-3 6879 NULL
++ecryptfs_write_lower_6870 ecryptfs_write_lower 4 6870 NULL
++p54_init_leds_6872 p54_init_leds 0 6872 NULL
++dio_complete_6879 dio_complete 0-3-2 6879 NULL
 +raw_seticmpfilter_6888 raw_seticmpfilter 3 6888 NULL nohasharray
 +ieee80211_if_fmt_path_refresh_time_6888 ieee80211_if_fmt_path_refresh_time 3 6888 &raw_seticmpfilter_6888
 +dlmfs_file_write_6892 dlmfs_file_write 3 6892 NULL
@@ -115418,10 +115101,13 @@ index 0000000..8972f81
 +acm_alloc_minor_6911 acm_alloc_minor 0 6911 &spi_show_regs_6911
 +__kfifo_dma_in_finish_r_6913 __kfifo_dma_in_finish_r 2-3 6913 NULL
 +lops_scan_elements_6916 lops_scan_elements 0 6916 NULL
++do_msgrcv_6921 do_msgrcv 3 6921 NULL
 +cache_do_downcall_6926 cache_do_downcall 3 6926 NULL
 +ipath_verbs_send_dma_6929 ipath_verbs_send_dma 6 6929 NULL
 +qsfp_cks_6945 qsfp_cks 2-0 6945 NULL
++ab3100_get_register_page_interruptible_6951 ab3100_get_register_page_interruptible 4 6951 NULL
 +tg3_nvram_write_block_unbuffered_6955 tg3_nvram_write_block_unbuffered 3 6955 NULL
++start_tx_6960 start_tx 0 6960 NULL
 +pch_uart_hal_read_6961 pch_uart_hal_read 0 6961 NULL
 +rsa_extract_mpi_6973 rsa_extract_mpi 5 6973 NULL nohasharray
 +i40e_dbg_dump_write_6973 i40e_dbg_dump_write 3 6973 &rsa_extract_mpi_6973
@@ -115430,61 +115116,91 @@ index 0000000..8972f81
 +r871x_set_wpa_ie_7000 r871x_set_wpa_ie 3 7000 NULL
 +cipso_v4_gentag_enum_7006 cipso_v4_gentag_enum 0 7006 NULL
 +tracing_cpumask_read_7010 tracing_cpumask_read 3 7010 NULL
++va1j5jf8007t_prepare_7021 va1j5jf8007t_prepare 0 7021 NULL
 +ld_usb_write_7022 ld_usb_write 3 7022 NULL
++cx18_setup_pci_7025 cx18_setup_pci 0 7025 NULL
 +wimax_msg_7030 wimax_msg 4 7030 NULL
 +ceph_kvmalloc_7033 ceph_kvmalloc 1 7033 NULL
 +ipath_get_base_info_7043 ipath_get_base_info 3 7043 NULL
 +snd_pcm_oss_bytes_7051 snd_pcm_oss_bytes 2 7051 NULL
++nouveau_device_create__7063 nouveau_device_create_ 7 7063 NULL
 +hci_sock_recvmsg_7072 hci_sock_recvmsg 4 7072 NULL
 +event_enable_read_7074 event_enable_read 3 7074 NULL
-+beacon_interval_read_7091 beacon_interval_read 3 7091 NULL
++tipc_send_packet_7091 tipc_send_packet 4 7091 NULL nohasharray
++beacon_interval_read_7091 beacon_interval_read 3 7091 &tipc_send_packet_7091
 +pipeline_enc_rx_stat_fifo_int_read_7107 pipeline_enc_rx_stat_fifo_int_read 3 7107 NULL
 +osc_resend_count_seq_write_7120 osc_resend_count_seq_write 3 7120 NULL
 +qib_format_hwerrors_7133 qib_format_hwerrors 5 7133 NULL
 +kvm_mmu_notifier_test_young_7139 kvm_mmu_notifier_test_young 3 7139 NULL
++qlcnic_enable_msix_7144 qlcnic_enable_msix 2 7144 NULL
++ocfs2_get_left_path_7159 ocfs2_get_left_path 0 7159 NULL
++core_alua_write_tpg_metadata_7168 core_alua_write_tpg_metadata 3 7168 NULL
 +__alloc_objio_seg_7203 __alloc_objio_seg 1 7203 NULL
++usb_add_gadget_udc_7218 usb_add_gadget_udc 0 7218 NULL
++regulator_bulk_get_7220 regulator_bulk_get 0 7220 NULL
++pch_uart_hal_set_fifo_7242 pch_uart_hal_set_fifo 0 7242 NULL
++get_param_h_7247 get_param_h 0 7247 NULL
 +hdlc_loop_7255 hdlc_loop 0 7255 NULL
++cx18_streams_register_7266 cx18_streams_register 0 7266 NULL
 +f_midi_start_ep_7270 f_midi_start_ep 0 7270 NULL
++dma_ops_alloc_addresses_7272 dma_ops_alloc_addresses 3-4-0 7272 NULL
++mwifiex_init_txq_ring_7281 mwifiex_init_txq_ring 0 7281 NULL
 +rx_rate_rx_frames_per_rates_read_7282 rx_rate_rx_frames_per_rates_read 3 7282 NULL
 +get_string_7302 get_string 0 7302 NULL
++bcm2048_set_fm_frequency_7314 bcm2048_set_fm_frequency 0 7314 NULL
 +security_inode_need_killpriv_7322 security_inode_need_killpriv 0 7322 NULL
 +pci_vpd_info_field_size_7324 pci_vpd_info_field_size 0 7324 NULL
++wait_on_sync_kiocb_7327 wait_on_sync_kiocb 0 7327 NULL
 +mgmt_control_7349 mgmt_control 3 7349 NULL
 +at_est2timeout_7365 at_est2timeout 0-1 7365 NULL
 +ieee80211_if_read_dot11MeshHWMPactivePathTimeout_7368 ieee80211_if_read_dot11MeshHWMPactivePathTimeout 3 7368 NULL
 +xfs_btree_delete_7384 xfs_btree_delete 0 7384 NULL
 +ath10k_read_fw_stats_7387 ath10k_read_fw_stats 3 7387 NULL
-+hweight_long_7388 hweight_long 1-0 7388 NULL
++hweight_long_7388 hweight_long 0-1 7388 NULL
 +sl_change_mtu_7396 sl_change_mtu 2 7396 NULL
++ar5008_hw_attach_phy_ops_7397 ar5008_hw_attach_phy_ops 0 7397 NULL
 +_ore_add_stripe_unit_7399 _ore_add_stripe_unit 6-3 7399 NULL
++audmux_read_file_7400 audmux_read_file 3 7400 NULL
 +readb_7401 readb 0 7401 NULL
++tipc_recvmsg_7402 tipc_recvmsg 4 7402 NULL
 +drm_property_create_blob_7414 drm_property_create_blob 2 7414 NULL
++spi_setup_7442 spi_setup 0 7442 NULL
 +__copy_to_user_nocheck_7443 __copy_to_user_nocheck 0-3 7443 NULL
 +ip_options_get_alloc_7448 ip_options_get_alloc 1 7448 NULL
++dac33_read_7450 dac33_read 0 7450 NULL
 +SYSC_setgroups_7454 SYSC_setgroups 1 7454 NULL
 +rt2x00debug_read_queue_stats_7455 rt2x00debug_read_queue_stats 3 7455 NULL
++mtip_read_log_page_7459 mtip_read_log_page 0 7459 NULL
 +l2tp_ip6_sendmsg_7461 l2tp_ip6_sendmsg 4 7461 NULL
 +garp_request_join_7471 garp_request_join 4 7471 NULL nohasharray
 +ReadHSCX_7471 ReadHSCX 0 7471 &garp_request_join_7471
 +snd_pcm_lib_read1_7491 snd_pcm_lib_read1 0-3 7491 NULL
-+iwl_mvm_power_dbgfs_read_7502 iwl_mvm_power_dbgfs_read 0 7502 NULL
++__padata_add_cpu_7497 __padata_add_cpu 0 7497 NULL
 +ahash_instance_headroom_7509 ahash_instance_headroom 0 7509 NULL nohasharray
 +sdhci_alloc_host_7509 sdhci_alloc_host 2 7509 &ahash_instance_headroom_7509
++ll_recv_msg_7510 ll_recv_msg 0 7510 NULL
++jump_label_add_module_7513 jump_label_add_module 0 7513 NULL
 +array_zalloc_7519 array_zalloc 1-2 7519 NULL
++tg3_writephy_7522 tg3_writephy 0 7522 NULL
++sk_convert_filter_7541 sk_convert_filter 2 7541 NULL
 +ath10k_read_htt_stats_mask_7557 ath10k_read_htt_stats_mask 3 7557 NULL
 +smk_read_mapped_7562 smk_read_mapped 3 7562 NULL
++netvsc_get_slots_7565 netvsc_get_slots 0 7565 NULL
 +cfs_cpt_num_estimate_7571 cfs_cpt_num_estimate 0 7571 NULL
 +ocfs2_lock_create_7612 ocfs2_lock_create 0 7612 NULL
 +groups_alloc_7614 groups_alloc 1 7614 NULL nohasharray
 +create_dir_7614 create_dir 0 7614 &groups_alloc_7614
++send_to_group_7627 send_to_group 0 7627 NULL
 +_rtw_zmalloc_7636 _rtw_zmalloc 1 7636 NULL
 +xfs_bmap_btalloc_nullfb_7654 xfs_bmap_btalloc_nullfb 0 7654 NULL
++msnd_register_7656 msnd_register 0 7656 NULL
 +fault_inject_write_7662 fault_inject_write 3 7662 NULL
 +acpi_ex_allocate_name_string_7685 acpi_ex_allocate_name_string 2-1 7685 NULL
 +acpi_ns_get_pathname_length_7699 acpi_ns_get_pathname_length 0 7699 NULL
 +dev_write_7708 dev_write 3 7708 NULL
 +pci_raw_set_power_state_7729 pci_raw_set_power_state 0 7729 NULL
 +vxge_device_register_7752 vxge_device_register 4 7752 NULL
++ubi_io_read_vid_hdr_7766 ubi_io_read_vid_hdr 0 7766 NULL
 +iwl_dbgfs_bt_cmd_read_7770 iwl_dbgfs_bt_cmd_read 3 7770 NULL
 +alloc_candev_7776 alloc_candev 1-2 7776 NULL
 +dfs_global_file_read_7787 dfs_global_file_read 3 7787 NULL
@@ -115492,25 +115208,36 @@ index 0000000..8972f81
 +diva_os_copy_from_user_7792 diva_os_copy_from_user 4 7792 NULL nohasharray
 +lustre_packed_msg_size_7792 lustre_packed_msg_size 0 7792 &diva_os_copy_from_user_7792
 +xfs_alloc_find_best_extent_7837 xfs_alloc_find_best_extent 0 7837 NULL
++be_mcc_wait_compl_7854 be_mcc_wait_compl 0 7854 NULL
 +cfs_trace_dump_debug_buffer_usrstr_7861 cfs_trace_dump_debug_buffer_usrstr 2 7861 NULL
-+tipc_alloc_entry_7875 tipc_alloc_entry 2 7875 NULL
++tipc_alloc_entry_7875 tipc_alloc_entry 2 7875 NULL nohasharray
++t4_sge_alloc_ctrl_txq_7875 t4_sge_alloc_ctrl_txq 0 7875 &tipc_alloc_entry_7875
 +config_desc_7878 config_desc 0 7878 NULL
 +gfs2_permission_7884 gfs2_permission 0 7884 NULL
 +dvb_dmxdev_read_sec_7892 dvb_dmxdev_read_sec 4 7892 NULL
 +xfs_trans_get_efi_7898 xfs_trans_get_efi 2 7898 NULL
 +libfc_host_alloc_7917 libfc_host_alloc 2 7917 NULL
 +f_hidg_write_7932 f_hidg_write 3 7932 NULL
++fsnotify_7943 fsnotify 0 7943 NULL
 +integrity_digsig_verify_7956 integrity_digsig_verify 3-0 7956 NULL
++clk_set_rate_7957 clk_set_rate 0 7957 NULL
 +smk_write_load_self_7958 smk_write_load_self 3 7958 NULL
++spu_get_chip_revision_7993 spu_get_chip_revision 0 7993 NULL
++mthca_QUERY_DEV_LIM_8009 mthca_QUERY_DEV_LIM 0 8009 NULL
 +tt3650_ci_msg_locked_8013 tt3650_ci_msg_locked 4 8013 NULL
 +vcs_read_8017 vcs_read 3 8017 NULL
 +vhost_add_used_and_signal_n_8038 vhost_add_used_and_signal_n 4 8038 NULL
 +ms_read_multiple_pages_8052 ms_read_multiple_pages 5-4 8052 NULL
++msm_gpio_to_irq_8053 msm_gpio_to_irq 2 8053 NULL
 +dgrp_mon_read_8065 dgrp_mon_read 3 8065 NULL
 +spi_write_then_read_8073 spi_write_then_read 5-3 8073 NULL
 +qla4xxx_post_ping_evt_work_8074 qla4xxx_post_ping_evt_work 4 8074 NULL
++ext2_commit_chunk_8097 ext2_commit_chunk 3 8097 NULL
 +venus_lookup_8121 venus_lookup 4 8121 NULL
 +ieee80211_if_fmt_num_buffered_multicast_8127 ieee80211_if_fmt_num_buffered_multicast 3 8127 NULL
++xfs_file_fallocate_8150 xfs_file_fallocate 3-4 8150 NULL
++dscc4_set_quartz_8173 dscc4_set_quartz 0 8173 NULL
++dma_map_area_8178 dma_map_area 2-3-5-0 8178 NULL
 +__sk_mem_schedule_8185 __sk_mem_schedule 2 8185 NULL
 +ieee80211_if_fmt_dot11MeshHoldingTimeout_8187 ieee80211_if_fmt_dot11MeshHoldingTimeout 3 8187 NULL
 +recent_mt_proc_write_8206 recent_mt_proc_write 3 8206 NULL
@@ -115520,33 +115247,48 @@ index 0000000..8972f81
 +play_iframe_8219 play_iframe 3 8219 NULL
 +kvm_mmu_page_set_gfn_8225 kvm_mmu_page_set_gfn 2 8225 NULL
 +sctp_ssnmap_size_8228 sctp_ssnmap_size 0-1-2 8228 NULL
++fnic_dev_mac_addr_8234 fnic_dev_mac_addr 0 8234 NULL
 +check_xattr_ref_inode_8244 check_xattr_ref_inode 0 8244 NULL
++mvumi_io_attach_8255 mvumi_io_attach 0 8255 NULL
 +t3_init_l2t_8261 t3_init_l2t 1 8261 NULL
 +init_cdev_8274 init_cdev 1 8274 NULL
 +rproc_recovery_write_8281 rproc_recovery_write 3 8281 NULL
++controller_reset_failed_8304 controller_reset_failed 0 8304 NULL
 +qib_decode_7220_err_8315 qib_decode_7220_err 3 8315 NULL
++snd_pcm_update_state_8320 snd_pcm_update_state 0 8320 NULL
 +ipwireless_send_packet_8328 ipwireless_send_packet 4 8328 NULL
++rtw_cfg80211_rx_action_8329 rtw_cfg80211_rx_action 3 8329 NULL
 +tracing_entries_read_8345 tracing_entries_read 3 8345 NULL
 +ieee80211_if_fmt_ht_opmode_8347 ieee80211_if_fmt_ht_opmode 3 8347 NULL
++open_candev_8354 open_candev 0 8354 NULL
 +generic_write_sync_8358 generic_write_sync 0 8358 NULL
 +ping_getfrag_8360 ping_getfrag 4-3 8360 NULL
 +ath6kl_lrssi_roam_write_8362 ath6kl_lrssi_roam_write 3 8362 NULL
++ocfs2_decrease_refcount_rec_8385 ocfs2_decrease_refcount_rec 0 8385 NULL
 +xdi_copy_from_user_8395 xdi_copy_from_user 4 8395 NULL
 +zd_rf_scnprint_id_8406 zd_rf_scnprint_id 0-3 8406 NULL
 +smk_write_change_rule_8411 smk_write_change_rule 3 8411 NULL nohasharray
 +uvc_v4l2_ioctl_8411 uvc_v4l2_ioctl 2 8411 &smk_write_change_rule_8411
++pca953x_gpio_to_irq_8424 pca953x_gpio_to_irq 2 8424 NULL
++myri10ge_alloc_slices_8426 myri10ge_alloc_slices 0 8426 NULL
++spi_master_initialize_queue_8430 spi_master_initialize_queue 0 8430 NULL
 +roccat_common2_sysfs_read_8431 roccat_common2_sysfs_read 6 8431 NULL
++irq_create_mapping_8437 irq_create_mapping 0-2 8437 NULL
 +afs_cell_lookup_8482 afs_cell_lookup 2 8482 NULL
 +fore200e_chunk_alloc_8501 fore200e_chunk_alloc 4-3 8501 NULL
 +batadv_tt_len_8502 batadv_tt_len 0-1 8502 NULL
 +dev_config_8506 dev_config 3 8506 NULL
 +ACL_to_cifs_posix_8509 ACL_to_cifs_posix 3 8509 NULL
 +opticon_process_data_packet_8524 opticon_process_data_packet 3 8524 NULL
++de_alloc_rings_8538 de_alloc_rings 0 8538 NULL nohasharray
++spu_read_8538 spu_read 0 8538 &de_alloc_rings_8538
 +user_on_off_8552 user_on_off 2 8552 NULL
 +profile_remove_8556 profile_remove 3 8556 NULL
-+cache_slow_downcall_8570 cache_slow_downcall 2 8570 NULL
++cache_slow_downcall_8570 cache_slow_downcall 2 8570 NULL nohasharray
++pci_msi_check_device_8570 pci_msi_check_device 0 8570 &cache_slow_downcall_8570
 +isr_dma0_done_read_8574 isr_dma0_done_read 3 8574 NULL
 +tower_write_8580 tower_write 3 8580 NULL
++ocfs2_reserve_local_alloc_bits_8581 ocfs2_reserve_local_alloc_bits 0 8581 NULL
 +cfs_cpt_number_8618 cfs_cpt_number 0 8618 NULL
 +shash_setkey_unaligned_8620 shash_setkey_unaligned 3 8620 NULL
 +xfs_qm_dqattach_locked_8625 xfs_qm_dqattach_locked 0 8625 NULL
@@ -115558,6 +115300,7 @@ index 0000000..8972f81
 +lbs_bcnmiss_read_8678 lbs_bcnmiss_read 3 8678 NULL
 +rproc_trace_read_8686 rproc_trace_read 3 8686 NULL
 +skb_frag_size_8695 skb_frag_size 0 8695 NULL
++saa7110_write_block_8701 saa7110_write_block 3 8701 NULL
 +arcfb_write_8702 arcfb_write 3 8702 NULL
 +i_size_read_8703 i_size_read 0 8703 NULL nohasharray
 +init_header_8703 init_header 0 8703 &i_size_read_8703
@@ -115565,7 +115308,8 @@ index 0000000..8972f81
 +ctrl_out_8712 ctrl_out 3-5 8712 NULL
 +tracing_max_lat_write_8728 tracing_max_lat_write 3 8728 NULL
 +jffs2_acl_count_8729 jffs2_acl_count 0-1 8729 NULL
-+__create_irqs_8733 __create_irqs 2 8733 NULL
++mem_cgroup_try_charge_8731 mem_cgroup_try_charge 0 8731 NULL
++__create_irqs_8733 __create_irqs 2-0 8733 NULL
 +tx_tx_exch_expiry_read_8749 tx_tx_exch_expiry_read 3 8749 NULL
 +compound_order_8750 compound_order 0 8750 NULL
 +ocfs2_find_path_8754 ocfs2_find_path 0 8754 NULL
@@ -115577,16 +115321,19 @@ index 0000000..8972f81
 +__bitmap_weight_8796 __bitmap_weight 0-2 8796 NULL
 +gfs2_glock_nq_8808 gfs2_glock_nq 0 8808 NULL
 +ntfs_commit_pages_after_write_8809 ntfs_commit_pages_after_write 0 8809 NULL
++lpfc_mq_create_8814 lpfc_mq_create 0 8814 NULL
 +metronomefb_write_8823 metronomefb_write 3 8823 NULL
 +SyS_llistxattr_8824 SyS_llistxattr 3 8824 NULL
-+extent_read_full_page_8826 extent_read_full_page 0 8826 NULL
++extent_read_full_page_8826 extent_read_full_page 0 8826 NULL nohasharray
++usb_alloc_streams_8826 usb_alloc_streams 0 8826 &extent_read_full_page_8826
 +ll_xattr_cache_get_8829 ll_xattr_cache_get 0 8829 NULL
 +get_queue_depth_8833 get_queue_depth 0 8833 NULL
 +dvb_ringbuffer_pkt_next_8834 dvb_ringbuffer_pkt_next 0-2 8834 NULL
 +usb_ep_queue_8839 usb_ep_queue 0 8839 NULL
 +iwl_rx_packet_len_8854 iwl_rx_packet_len 0 8854 NULL
 +debug_debug1_read_8856 debug_debug1_read 3 8856 NULL
-+wa_nep_queue_8858 wa_nep_queue 2 8858 NULL
++wa_nep_queue_8858 wa_nep_queue 2 8858 NULL nohasharray
++pci_save_vc_state_8858 pci_save_vc_state 0 8858 &wa_nep_queue_8858
 +radeon_drm_ioctl_8875 radeon_drm_ioctl 2 8875 NULL
 +compressed_bio_size_8887 compressed_bio_size 0-2 8887 NULL
 +ab3100_get_set_reg_8890 ab3100_get_set_reg 3 8890 NULL nohasharray
@@ -115594,29 +115341,36 @@ index 0000000..8972f81
 +sdio_max_byte_size_8907 sdio_max_byte_size 0 8907 NULL
 +sysfs_merge_group_8917 sysfs_merge_group 0 8917 NULL
 +write_file_ani_8918 write_file_ani 3 8918 NULL
++ivtv_setup_pci_8920 ivtv_setup_pci 0 8920 NULL
 +layout_commit_8926 layout_commit 3 8926 NULL
++cp2112_hid_get_8933 cp2112_hid_get 4 8933 NULL
 +adjust_priv_size_8935 adjust_priv_size 0-1 8935 NULL
 +driver_stats_read_8944 driver_stats_read 3 8944 NULL
++t3_init_hw_8947 t3_init_hw 0 8947 NULL
 +read_file_tgt_stats_8959 read_file_tgt_stats 3 8959 NULL
 +usb_allocate_stream_buffers_8964 usb_allocate_stream_buffers 3 8964 NULL
 +qib_qsfp_dump_8966 qib_qsfp_dump 0-3 8966 NULL
 +venus_mkdir_8967 venus_mkdir 4 8967 NULL
-+seq_open_net_8968 seq_open_net 4 8968 NULL nohasharray
-+vol_cdev_read_8968 vol_cdev_read 3 8968 &seq_open_net_8968
++vol_cdev_read_8968 vol_cdev_read 3 8968 NULL nohasharray
++seq_open_net_8968 seq_open_net 4 8968 &vol_cdev_read_8968
 +bio_integrity_get_tag_8974 bio_integrity_get_tag 3 8974 NULL
++sony_register_touchpad_8981 sony_register_touchpad 2 8981 NULL
 +jbd2_journal_blocks_per_page_9004 jbd2_journal_blocks_per_page 0 9004 NULL
++get_pipes_9008 get_pipes 0 9008 NULL
 +il_dbgfs_clear_ucode_stats_write_9016 il_dbgfs_clear_ucode_stats_write 3 9016 NULL
 +xfs_inobt_get_rec_9023 xfs_inobt_get_rec 0 9023 NULL
 +snd_emu10k1_ptr_read_9026 snd_emu10k1_ptr_read 0-2 9026 NULL
++ql_route_initialize_9027 ql_route_initialize 0 9027 NULL
 +fd_ioctl_9028 fd_ioctl 3 9028 NULL
 +nla_put_9042 nla_put 3 9042 NULL
-+ffs_func_revmap_intf_9043 ffs_func_revmap_intf 0 9043 NULL
 +sta_tx_latency_stat_header_9050 sta_tx_latency_stat_header 0-3-4 9050 NULL
 +snd_emu10k1_synth_copy_from_user_9061 snd_emu10k1_synth_copy_from_user 3-5 9061 NULL
 +snd_gus_dram_peek_9062 snd_gus_dram_peek 4 9062 NULL
++gpio_ensure_requested_9063 gpio_ensure_requested 0 9063 NULL
 +fib_info_hash_alloc_9075 fib_info_hash_alloc 1 9075 NULL
 +create_queues_9088 create_queues 2-3 9088 NULL
 +ftdi_prepare_write_buffer_9093 ftdi_prepare_write_buffer 3 9093 NULL
++pci_assign_resource_9105 pci_assign_resource 0 9105 NULL
 +adxl34x_spi_read_block_9108 adxl34x_spi_read_block 3 9108 NULL
 +caif_stream_sendmsg_9110 caif_stream_sendmsg 4 9110 NULL nohasharray
 +gfn_to_rmap_9110 gfn_to_rmap 3-2 9110 &caif_stream_sendmsg_9110 nohasharray
@@ -115626,18 +115380,26 @@ index 0000000..8972f81
 +apei_resources_merge_9149 apei_resources_merge 0 9149 NULL
 +vb2_dma_sg_alloc_9157 vb2_dma_sg_alloc 2 9157 NULL
 +dbg_command_buf_9165 dbg_command_buf 2 9165 NULL
++clk_prepare_enable_9166 clk_prepare_enable 0 9166 NULL
 +isr_irqs_read_9181 isr_irqs_read 3 9181 NULL
-+count_leading_zeros_9183 count_leading_zeros 0 9183 NULL
++count_leading_zeros_9183 count_leading_zeros 0 9183 NULL nohasharray
++ni_660x_alloc_mite_rings_9183 ni_660x_alloc_mite_rings 0 9183 &count_leading_zeros_9183
++il3945_hw_set_hw_params_9186 il3945_hw_set_hw_params 0 9186 NULL
 +xfs_btree_rshift_9187 xfs_btree_rshift 0 9187 NULL
 +altera_swap_ir_9194 altera_swap_ir 2 9194 NULL
 +snd_m3_get_pointer_9206 snd_m3_get_pointer 0 9206 NULL
++iwl_dbgfs_frame_stats_read_9211 iwl_dbgfs_frame_stats_read 3 9211 NULL
 +virtqueue_add_9217 virtqueue_add 4-5 9217 NULL
 +tx_tx_prepared_descs_read_9221 tx_tx_prepared_descs_read 3 9221 NULL
 +sctp_getsockopt_delayed_ack_9232 sctp_getsockopt_delayed_ack 2 9232 NULL
 +xfs_error_trap_9239 xfs_error_trap 0-1 9239 NULL
++ocfs2_clear_ext_refcount_9256 ocfs2_clear_ext_refcount 0 9256 NULL
 +hfsplus_bnode_read_u16_9262 hfsplus_bnode_read_u16 0 9262 NULL
++ocfs2_merge_rec_right_9267 ocfs2_merge_rec_right 0 9267 NULL
 +hdpvr_read_9273 hdpvr_read 3 9273 NULL
 +flakey_status_9274 flakey_status 5 9274 NULL
++ath9k_eeprom_request_9280 ath9k_eeprom_request 0 9280 NULL
++mlx4_SET_ICM_SIZE_9297 mlx4_SET_ICM_SIZE 0 9297 NULL
 +iwl_dbgfs_stations_read_9309 iwl_dbgfs_stations_read 3 9309 NULL
 +ceph_sync_setxattr_9310 ceph_sync_setxattr 4 9310 NULL
 +ieee80211_if_fmt_txpower_9334 ieee80211_if_fmt_txpower 3 9334 NULL
@@ -115645,21 +115407,26 @@ index 0000000..8972f81
 +ocfs2_orphan_for_truncate_9342 ocfs2_orphan_for_truncate 4 9342 NULL
 +ll_direct_rw_pages_9361 ll_direct_rw_pages 0 9361 NULL
 +sta_beacon_loss_count_read_9370 sta_beacon_loss_count_read 3 9370 NULL
-+get_request_type_9393 get_request_type 0 9393 NULL nohasharray
-+mlx4_bitmap_init_9393 mlx4_bitmap_init 5-2 9393 &get_request_type_9393
++mlx4_bitmap_init_9393 mlx4_bitmap_init 5-2-0 9393 NULL nohasharray
++get_request_type_9393 get_request_type 0 9393 &mlx4_bitmap_init_9393
 +virtqueue_add_outbuf_9395 virtqueue_add_outbuf 3 9395 NULL
 +read_9397 read 3 9397 NULL
++tpm_stm_i2c_send_9412 tpm_stm_i2c_send 3 9412 NULL
 +hash_ipportip4_expire_9415 hash_ipportip4_expire 4 9415 NULL
 +btrfs_drop_extents_9423 btrfs_drop_extents 4 9423 NULL
 +bm_realloc_pages_9431 bm_realloc_pages 2 9431 NULL
++bcm2048_set_region_9436 bcm2048_set_region 0 9436 NULL
 +ffs_ep0_write_9438 ffs_ep0_write 3 9438 NULL
++ath9k_init_soc_platform_9441 ath9k_init_soc_platform 0 9441 NULL
 +ieee80211_if_fmt_fwded_unicast_9454 ieee80211_if_fmt_fwded_unicast 3 9454 NULL
 +agp_generic_alloc_user_9470 agp_generic_alloc_user 1 9470 NULL nohasharray
 +get_registers_9470 get_registers 4 9470 &agp_generic_alloc_user_9470
++slab_mem_going_online_callback_9474 slab_mem_going_online_callback 0 9474 NULL
 +crypt_status_9492 crypt_status 5 9492 NULL
 +lbs_threshold_write_9502 lbs_threshold_write 5 9502 NULL
 +lp_write_9511 lp_write 3 9511 NULL
-+mext_calc_swap_extents_9517 mext_calc_swap_extents 4 9517 NULL
++mext_calc_swap_extents_9517 mext_calc_swap_extents 4 9517 NULL nohasharray
++do_strip_9517 do_strip 0 9517 &mext_calc_swap_extents_9517
 +scsi_tgt_kspace_exec_9522 scsi_tgt_kspace_exec 8 9522 NULL
 +ll_max_read_ahead_whole_mb_seq_write_9528 ll_max_read_ahead_whole_mb_seq_write 3 9528 NULL
 +read_file_dma_9530 read_file_dma 3 9530 NULL
@@ -115668,18 +115435,21 @@ index 0000000..8972f81
 +il_dbgfs_missed_beacon_write_9546 il_dbgfs_missed_beacon_write 3 9546 NULL
 +compat_SyS_pwritev64_9548 compat_SyS_pwritev64 3 9548 NULL
 +fw_node_create_9559 fw_node_create 2 9559 NULL
-+kobj_map_9566 kobj_map 2-3 9566 NULL
++kobj_map_9566 kobj_map 2-3-0 9566 NULL
++asd_init_escbs_9570 asd_init_escbs 0 9570 NULL
 +f2fs_read_data_pages_9574 f2fs_read_data_pages 4 9574 NULL
++mlx4_NOP_9582 mlx4_NOP 0 9582 NULL
 +snd_emu10k1_fx8010_read_9605 snd_emu10k1_fx8010_read 5-6 9605 NULL
 +xfs_qm_dqattach_one_9612 xfs_qm_dqattach_one 0 9612 NULL
++ocfs2_claim_suballoc_bits_9615 ocfs2_claim_suballoc_bits 0 9615 NULL
 +lov_ost_pool_add_9626 lov_ost_pool_add 3 9626 NULL
 +saa7164_buffer_alloc_user_9627 saa7164_buffer_alloc_user 2 9627 NULL
 +ceph_copy_user_to_page_vector_9635 ceph_copy_user_to_page_vector 4-3 9635 NULL
 +acpi_ex_insert_into_field_9638 acpi_ex_insert_into_field 3 9638 NULL
-+compat_sys_keyctl_9639 compat_sys_keyctl 4 9639 NULL
 +ll_checksum_seq_write_9648 ll_checksum_seq_write 3 9648 NULL
 +ocfs2_xattr_get_rec_9652 ocfs2_xattr_get_rec 0 9652 NULL
 +queue_received_packet_9657 queue_received_packet 5 9657 NULL
++tipc_port_mcast_xmit_9663 tipc_port_mcast_xmit 4 9663 NULL
 +snd_opl4_mem_proc_write_9670 snd_opl4_mem_proc_write 5 9670 NULL
 +dns_query_9676 dns_query 3 9676 NULL
 +qib_7322_handle_hwerrors_9678 qib_7322_handle_hwerrors 3 9678 NULL
@@ -115687,29 +115457,45 @@ index 0000000..8972f81
 +vx_transfer_end_9701 vx_transfer_end 0 9701 NULL
 +fuse_iter_npages_9705 fuse_iter_npages 0 9705 NULL nohasharray
 +ieee80211_if_read_aid_9705 ieee80211_if_read_aid 3 9705 &fuse_iter_npages_9705
++get_leaf_9711 get_leaf 0 9711 NULL
 +cfg80211_tx_mlme_mgmt_9715 cfg80211_tx_mlme_mgmt 3 9715 NULL
++parse_uac2_sample_rate_range_9718 parse_uac2_sample_rate_range 0 9718 NULL
 +btrfs_stack_file_extent_num_bytes_9720 btrfs_stack_file_extent_num_bytes 0 9720 NULL
 +SYSC_ppoll_9721 SYSC_ppoll 2 9721 NULL
++t4_wr_mbox_9732 t4_wr_mbox 0 9732 NULL
 +nla_get_u8_9736 nla_get_u8 0 9736 NULL
 +ieee80211_if_fmt_num_mcast_sta_9738 ieee80211_if_fmt_num_mcast_sta 3 9738 NULL
 +shmem_replace_page_9740 shmem_replace_page 0 9740 NULL
 +ddb_input_read_9743 ddb_input_read 3-0 9743 NULL
-+sta_last_ack_signal_read_9751 sta_last_ack_signal_read 3 9751 NULL
++regmap_multi_reg_write_bypassed_9751 regmap_multi_reg_write_bypassed 3 9751 NULL nohasharray
++sta_last_ack_signal_read_9751 sta_last_ack_signal_read 3 9751 &regmap_multi_reg_write_bypassed_9751
++t4vf_get_sge_params_9761 t4vf_get_sge_params 0 9761 NULL
 +btrfs_super_root_9763 btrfs_super_root 0 9763 NULL
++init_controller_9771 init_controller 0 9771 NULL
++sh_eth_check_reset_9773 sh_eth_check_reset 0 9773 NULL
++fnic_rq_alloc_9775 fnic_rq_alloc 0 9775 NULL
 +__blk_queue_init_tags_9778 __blk_queue_init_tags 2 9778 NULL
 +kvm_age_hva_9795 kvm_age_hva 2 9795 NULL
-+parse_uac2_sample_rate_range_9801 parse_uac2_sample_rate_range 0 9801 NULL
++ath10k_debug_start_9800 ath10k_debug_start 0 9800 NULL
 +tpm_data_in_9802 tpm_data_in 0 9802 NULL
-+ieee80211_if_read_state_9813 ieee80211_if_read_state 3 9813 NULL nohasharray
-+udpv6_recvmsg_9813 udpv6_recvmsg 4 9813 &ieee80211_if_read_state_9813
++_regmap_write_9803 _regmap_write 0 9803 NULL
++udpv6_recvmsg_9813 udpv6_recvmsg 4 9813 NULL nohasharray
++ieee80211_if_read_state_9813 ieee80211_if_read_state 3 9813 &udpv6_recvmsg_9813
++compat_SyS_vmsplice_9828 compat_SyS_vmsplice 3 9828 NULL
++ath_txstatus_setup_9830 ath_txstatus_setup 0 9830 NULL
++bcm2048_set_mute_9863 bcm2048_set_mute 0 9863 NULL
 +pmcraid_alloc_sglist_9864 pmcraid_alloc_sglist 1 9864 NULL
 +btrfs_free_reserved_extent_9867 btrfs_free_reserved_extent 2 9867 NULL
 +f1x_translate_sysaddr_to_cs_9868 f1x_translate_sysaddr_to_cs 2 9868 NULL
-+wil_read_file_ioblob_9878 wil_read_file_ioblob 3 9878 NULL
++mlx4_bitmap_alloc_range_9876 mlx4_bitmap_alloc_range 2-3 9876 NULL
++wil_read_file_ioblob_9878 wil_read_file_ioblob 3 9878 NULL nohasharray
++dir_commit_chunk_9878 dir_commit_chunk 3 9878 &wil_read_file_ioblob_9878
 +snd_midi_event_new_9893 snd_midi_event_new 1 9893 NULL nohasharray
 +bm_register_write_9893 bm_register_write 3 9893 &snd_midi_event_new_9893
-+snd_gf1_pcm_playback_copy_9895 snd_gf1_pcm_playback_copy 5-3 9895 NULL
++snd_gf1_pcm_playback_copy_9895 snd_gf1_pcm_playback_copy 3-5 9895 NULL
++sf1_write_9903 sf1_write 0 9903 NULL
 +nonpaging_page_fault_9908 nonpaging_page_fault 2 9908 NULL
++iwl_dbgfs_prph_reg_read_9928 iwl_dbgfs_prph_reg_read 3 9928 NULL
 +root_nfs_parse_options_9937 root_nfs_parse_options 3 9937 NULL
 +pstore_ftrace_knob_read_9947 pstore_ftrace_knob_read 3 9947 NULL
 +read_file_misc_9948 read_file_misc 3 9948 NULL
@@ -115721,31 +115507,51 @@ index 0000000..8972f81
 +gameport_read_9983 gameport_read 0 9983 NULL
 +SYSC_move_pages_9986 SYSC_move_pages 2 9986 NULL
 +ceph_oloc_oid_to_pg_10003 ceph_oloc_oid_to_pg 0 10003 NULL
++snd_wss_create_10004 snd_wss_create 0 10004 NULL
 +aat2870_dump_reg_10019 aat2870_dump_reg 0 10019 NULL
-+ieee80211_set_probe_resp_10077 ieee80211_set_probe_resp 3 10077 NULL
++regulator_ena_gpio_ctrl_10053 regulator_ena_gpio_ctrl 0 10053 NULL
++ieee80211_set_probe_resp_10077 ieee80211_set_probe_resp 3 10077 NULL nohasharray
++ar9003_mci_reset_10077 ar9003_mci_reset 0 10077 &ieee80211_set_probe_resp_10077
 +xfs_attr_rmtval_get_10092 xfs_attr_rmtval_get 0 10092 NULL
 +xfs_btree_check_lptr_10104 xfs_btree_check_lptr 0 10104 NULL
 +get_elem_size_10110 get_elem_size 0-2 10110 NULL nohasharray
 +dynamic_ps_timeout_read_10110 dynamic_ps_timeout_read 3 10110 &get_elem_size_10110
 +gfs2_meta_read_10112 gfs2_meta_read 0 10112 NULL
 +SyS_migrate_pages_10134 SyS_migrate_pages 2 10134 NULL
++dev_get_valid_name_10138 dev_get_valid_name 0 10138 NULL
 +aes_decrypt_packets_read_10155 aes_decrypt_packets_read 3 10155 NULL
 +rx_out_of_mem_read_10157 rx_out_of_mem_read 3 10157 NULL
-+hidg_alloc_ep_req_10159 hidg_alloc_ep_req 2 10159 NULL
++hidg_alloc_ep_req_10159 hidg_alloc_ep_req 2 10159 NULL nohasharray
++ath5k_eeprom_read_ants_10159 ath5k_eeprom_read_ants 0 10159 &hidg_alloc_ep_req_10159
 +asd_store_update_bios_10165 asd_store_update_bios 4 10165 NULL
 +kstrtol_from_user_10168 kstrtol_from_user 2 10168 NULL
++init_rfdlist_10170 init_rfdlist 0 10170 NULL
 +proc_pid_attr_read_10173 proc_pid_attr_read 3 10173 NULL
++pci_bus_write_config_word_10180 pci_bus_write_config_word 0 10180 NULL
 +jffs2_user_setxattr_10182 jffs2_user_setxattr 4 10182 NULL
++sram_test_and_clear_10186 sram_test_and_clear 0 10186 NULL
++smsc911x_init_10196 smsc911x_init 0 10196 NULL
++cy8ctmg110_write_regs_10204 cy8ctmg110_write_regs 3 10204 NULL
++c2_register_device_10219 c2_register_device 0 10219 NULL
 +xfs_attr_rmtval_copyout_10222 xfs_attr_rmtval_copyout 0 10222 NULL nohasharray
 +xfs_btree_read_buf_block_10222 xfs_btree_read_buf_block 0 10222 &xfs_attr_rmtval_copyout_10222
++ican3_old_send_msg_10231 ican3_old_send_msg 0 10231 NULL
 +hdlc_rpr_irq_10240 hdlc_rpr_irq 2 10240 NULL
++mutex_lock_killable_10244 mutex_lock_killable 0 10244 NULL
 +cciss_proc_write_10259 cciss_proc_write 3 10259 NULL
++gpiochip_add_to_list_10262 gpiochip_add_to_list 0 10262 NULL
++bcm2048_recv_command_10269 bcm2048_recv_command 0 10269 NULL
++snd_pcm_lib_preallocate_pages1_10273 snd_pcm_lib_preallocate_pages1 0 10273 NULL
 +__qlcnic_pci_sriov_enable_10281 __qlcnic_pci_sriov_enable 2 10281 NULL
 +snd_rme9652_capture_copy_10287 snd_rme9652_capture_copy 5 10287 NULL
++ubi_leb_change_10289 ubi_leb_change 0 10289 NULL
 +read_emulate_10310 read_emulate 2-4 10310 NULL
-+read_file_spectral_count_10320 read_file_spectral_count 3 10320 NULL
++read_file_spectral_count_10320 read_file_spectral_count 3 10320 NULL nohasharray
++atm_init_10320 atm_init 0 10320 &read_file_spectral_count_10320 nohasharray
++ican3_send_msg_10320 ican3_send_msg 0 10320 &atm_init_10320
 +compat_SyS_writev_10327 compat_SyS_writev 3 10327 NULL
 +tun_sendmsg_10337 tun_sendmsg 4 10337 NULL
++em28xx_read_reg_req_len_10340 em28xx_read_reg_req_len 0 10340 NULL
 +ufx_alloc_urb_list_10349 ufx_alloc_urb_list 3 10349 NULL
 +whci_add_cap_10350 whci_add_cap 0 10350 NULL
 +dbAllocAny_10354 dbAllocAny 0 10354 NULL
@@ -115753,9 +115559,12 @@ index 0000000..8972f81
 +ms_write_multiple_pages_10362 ms_write_multiple_pages 6-5 10362 NULL
 +sta_ht_capa_read_10366 sta_ht_capa_read 3 10366 NULL
 +ecryptfs_decode_and_decrypt_filename_10379 ecryptfs_decode_and_decrypt_filename 5 10379 NULL
++led_classdev_register_10384 led_classdev_register 0 10384 NULL
 +do_compat_pselect_10398 do_compat_pselect 1 10398 NULL
++lis3lv02d_init_device_10416 lis3lv02d_init_device 0 10416 NULL
 +fwtty_rx_10434 fwtty_rx 3 10434 NULL
 +event_phy_transmit_error_read_10471 event_phy_transmit_error_read 3 10471 NULL
++add_controls_10473 add_controls 0 10473 NULL
 +hash_ipportip6_expire_10478 hash_ipportip6_expire 4 10478 NULL
 +nouveau_pwr_create__10483 nouveau_pwr_create_ 4 10483 NULL
 +ext4_itable_unused_count_10501 ext4_itable_unused_count 0 10501 NULL
@@ -115764,22 +115573,37 @@ index 0000000..8972f81
 +osd_req_write_sg_kern_10514 osd_req_write_sg_kern 5 10514 NULL
 +rds_message_alloc_10517 rds_message_alloc 1 10517 NULL
 +qlcnic_pci_sriov_enable_10519 qlcnic_pci_sriov_enable 2 10519 NULL
++snd_pcm_hw_params_user_10520 snd_pcm_hw_params_user 0 10520 NULL
 +kstrtouint_from_user_10536 kstrtouint_from_user 2 10536 NULL nohasharray
 +snd_pcm_lib_read_10536 snd_pcm_lib_read 0-3 10536 &kstrtouint_from_user_10536
++SYSC_read_10545 SYSC_read 3 10545 NULL
++mccic_register_10565 mccic_register 0 10565 NULL
++pci_set_mwi_10568 pci_set_mwi 0 10568 NULL
 +ext4_write_begin_10576 ext4_write_begin 3-4 10576 NULL
 +scrub_remap_extent_10588 scrub_remap_extent 2 10588 NULL
 +otp_read_10594 otp_read 2-4-5 10594 NULL
 +supply_map_read_file_10608 supply_map_read_file 3 10608 NULL
 +ima_show_htable_violations_10619 ima_show_htable_violations 3 10619 NULL
++de_refill_rx_10626 de_refill_rx 0 10626 NULL
++alloc_coherent_10632 alloc_coherent 2 10632 NULL
 +fq_alloc_node_10633 fq_alloc_node 1 10633 NULL
-+nfs_idmap_lookup_id_10660 nfs_idmap_lookup_id 2 10660 NULL
++mcam_cam_init_10638 mcam_cam_init 0 10638 NULL
++devm_request_irq_10640 devm_request_irq 0 10640 NULL
++niu_pci_probe_sprom_10646 niu_pci_probe_sprom 0 10646 NULL
++nfs_idmap_lookup_id_10660 nfs_idmap_lookup_id 2 10660 NULL nohasharray
++ubi_io_write_vid_hdr_10660 ubi_io_write_vid_hdr 0 10660 &nfs_idmap_lookup_id_10660
 +efx_max_tx_len_10662 efx_max_tx_len 0-2 10662 NULL
 +parport_write_10669 parport_write 0 10669 NULL
++mlx4_map_clr_int_10680 mlx4_map_clr_int 0 10680 NULL
 +edge_write_10692 edge_write 4 10692 NULL
++ubi_wl_get_peb_10699 ubi_wl_get_peb 0 10699 NULL
 +selinux_inode_setxattr_10708 selinux_inode_setxattr 4 10708 NULL nohasharray
 +inl_10708 inl 0 10708 &selinux_inode_setxattr_10708
 +shash_async_setkey_10720 shash_async_setkey 3 10720 NULL nohasharray
 +pvr2_ioread_read_10720 pvr2_ioread_read 3 10720 &shash_async_setkey_10720
++vfio_pm_config_write_10722 vfio_pm_config_write 3 10722 NULL
++pch_uart_hal_set_line_10724 pch_uart_hal_set_line 0 10724 NULL
++gfs2_ok_to_move_10728 gfs2_ok_to_move 0 10728 NULL
 +spi_sync_10731 spi_sync 0 10731 NULL
 +sctp_getsockopt_maxseg_10737 sctp_getsockopt_maxseg 2 10737 NULL nohasharray
 +apu_get_register_10737 apu_get_register 0 10737 &sctp_getsockopt_maxseg_10737
@@ -115788,17 +115612,23 @@ index 0000000..8972f81
 +rd_build_prot_space_10761 rd_build_prot_space 2-3 10761 NULL
 +kvm_read_guest_atomic_10765 kvm_read_guest_atomic 4 10765 NULL
 +__qp_memcpy_to_queue_10779 __qp_memcpy_to_queue 2-4 10779 NULL
++pch_gbe_init_phy_10780 pch_gbe_init_phy 0 10780 NULL
++enic_get_vnic_config_10793 enic_get_vnic_config 0 10793 NULL
 +diva_set_trace_filter_10820 diva_set_trace_filter 0-1 10820 NULL
++ar9002_hw_attach_ops_10823 ar9002_hw_attach_ops 0 10823 NULL
++init_rss_10830 init_rss 0 10830 NULL
 +lbs_sleepparams_read_10840 lbs_sleepparams_read 3 10840 NULL
 +ida_get_new_above_10853 ida_get_new_above 0 10853 NULL
 +fuse_conn_max_background_read_10855 fuse_conn_max_background_read 3 10855 NULL
 +snd_pcm_oss_write1_10872 snd_pcm_oss_write1 3 10872 NULL
-+wiidebug_drm_write_10879 wiidebug_drm_write 3 10879 NULL
++wiidebug_drm_write_10879 wiidebug_drm_write 3 10879 NULL nohasharray
++mthca_SYS_EN_10879 mthca_SYS_EN 0 10879 &wiidebug_drm_write_10879
 +get_scq_10897 get_scq 2 10897 NULL
 +tifm_alloc_adapter_10903 tifm_alloc_adapter 1 10903 NULL
 +lprocfs_wr_atomic_10912 lprocfs_wr_atomic 3 10912 NULL
 +__copy_from_user_10918 __copy_from_user 0-3 10918 NULL
 +kobject_add_10919 kobject_add 0 10919 NULL
++da9052_map_irq_10952 da9052_map_irq 2 10952 NULL
 +ar9003_dump_modal_eeprom_10959 ar9003_dump_modal_eeprom 3-2-0 10959 NULL
 +ci_port_test_write_10962 ci_port_test_write 3 10962 NULL
 +bm_entry_read_10976 bm_entry_read 3 10976 NULL
@@ -115807,20 +115637,34 @@ index 0000000..8972f81
 +rx_filter_accum_arp_pend_requests_read_11003 rx_filter_accum_arp_pend_requests_read 3 11003 NULL
 +gfs2_dir_read_11017 gfs2_dir_read 0 11017 NULL
 +SetLineNumber_11023 SetLineNumber 0 11023 NULL
++pci_msi_vec_count_11046 pci_msi_vec_count 0 11046 NULL
 +tda10048_writeregbulk_11050 tda10048_writeregbulk 4 11050 NULL
-+insert_inline_extent_backref_11063 insert_inline_extent_backref 8 11063 NULL
++insert_inline_extent_backref_11063 insert_inline_extent_backref 8 11063 NULL nohasharray
++qlcnic_83xx_calculate_msix_vector_11063 qlcnic_83xx_calculate_msix_vector 0 11063 &insert_inline_extent_backref_11063
++xfs_collapse_file_space_11075 xfs_collapse_file_space 2-3 11075 NULL
 +tcp_send_mss_11079 tcp_send_mss 0 11079 NULL
++snd_pcm_delay_11081 snd_pcm_delay 0 11081 NULL
++at86rf230_write_subreg_11082 at86rf230_write_subreg 0 11082 NULL
 +count_argc_11083 count_argc 0 11083 NULL
 +kvm_write_guest_cached_11106 kvm_write_guest_cached 4 11106 NULL
++stmpe_gpio_to_irq_11110 stmpe_gpio_to_irq 2 11110 NULL
 +tw_change_queue_depth_11116 tw_change_queue_depth 2 11116 NULL
 +page_offset_11120 page_offset 0 11120 NULL
-+cea_db_payload_len_11124 cea_db_payload_len 0 11124 NULL nohasharray
-+tracing_buffers_read_11124 tracing_buffers_read 3 11124 &cea_db_payload_len_11124
-+snd_gf1_pcm_playback_silence_11172 snd_gf1_pcm_playback_silence 4-3 11172 NULL
++tracing_buffers_read_11124 tracing_buffers_read 3 11124 NULL nohasharray
++cea_db_payload_len_11124 cea_db_payload_len 0 11124 &tracing_buffers_read_11124
++alloc_alien_cache_11127 alloc_alien_cache 2 11127 NULL
++mic_setup_callbacks_11143 mic_setup_callbacks 0 11143 NULL
++snd_gf1_pcm_playback_silence_11172 snd_gf1_pcm_playback_silence 3-4 11172 NULL
++blkdev_write_end_11180 blkdev_write_end 5 11180 NULL
++fb_set_var_11211 fb_set_var 0 11211 NULL
++dma_mapping_error_11213 dma_mapping_error 0 11213 NULL
 +il_dbgfs_rx_queue_read_11221 il_dbgfs_rx_queue_read 3 11221 NULL
 +comedi_alloc_spriv_11234 comedi_alloc_spriv 2 11234 NULL
++of_irq_count_11253 of_irq_count 0 11253 NULL
 +hugetlbfs_read_11268 hugetlbfs_read 3 11268 NULL
++asd_alloc_escbs_11271 asd_alloc_escbs 0 11271 NULL
 +ath6kl_power_params_write_11274 ath6kl_power_params_write 3 11274 NULL
++pcie_capability_write_word_11301 pcie_capability_write_word 0 11301 NULL
 +__proc_daemon_file_11305 __proc_daemon_file 5 11305 NULL
 +ext4_xattr_check_names_11314 ext4_xattr_check_names 0 11314 NULL
 +bcache_dev_sectors_dirty_add_11315 bcache_dev_sectors_dirty_add 3-4 11315 NULL
@@ -115834,8 +115678,11 @@ index 0000000..8972f81
 +ext4_get_inline_size_11349 ext4_get_inline_size 0 11349 NULL
 +sel_write_create_11353 sel_write_create 3 11353 NULL nohasharray
 +nl80211_send_mgmt_11353 nl80211_send_mgmt 7 11353 &sel_write_create_11353
++of_get_available_child_count_11361 of_get_available_child_count 0 11361 NULL
 +qib_get_base_info_11369 qib_get_base_info 3 11369 NULL
-+nft_value_dump_11381 nft_value_dump 3 11381 NULL
++tcf_register_action_11381 tcf_register_action 2 11381 NULL nohasharray
++nft_value_dump_11381 nft_value_dump 3 11381 &tcf_register_action_11381
++power_supply_register_11385 power_supply_register 0 11385 NULL
 +isku_sysfs_read_keys_capslock_11392 isku_sysfs_read_keys_capslock 6 11392 NULL
 +dev_irnet_write_11398 dev_irnet_write 3 11398 NULL
 +lprocfs_wr_evict_client_11402 lprocfs_wr_evict_client 3 11402 NULL
@@ -115850,9 +115697,11 @@ index 0000000..8972f81
 +xd_read_multiple_pages_11422 xd_read_multiple_pages 5-4 11422 NULL
 +bttv_read_11432 bttv_read 3 11432 NULL
 +create_zero_mask_11453 create_zero_mask 0-1 11453 NULL
-+do_blockdev_direct_IO_11455 do_blockdev_direct_IO 0-6 11455 NULL
-+pci_set_power_state_11479 pci_set_power_state 0 11479 NULL nohasharray
-+sca3000_read_first_n_hw_rb_11479 sca3000_read_first_n_hw_rb 2 11479 &pci_set_power_state_11479
++do_blockdev_direct_IO_11455 do_blockdev_direct_IO 0-6 11455 NULL nohasharray
++bcm2048_set_power_state_11455 bcm2048_set_power_state 0 11455 &do_blockdev_direct_IO_11455
++sca3000_read_first_n_hw_rb_11479 sca3000_read_first_n_hw_rb 2 11479 NULL nohasharray
++pci_set_power_state_11479 pci_set_power_state 0 11479 &sca3000_read_first_n_hw_rb_11479
++solo_g723_init_11488 solo_g723_init 0 11488 NULL
 +xfs_file_buffered_aio_write_11492 xfs_file_buffered_aio_write 4-0 11492 NULL
 +sd_do_mode_sense_11507 sd_do_mode_sense 5 11507 NULL
 +kmem_zalloc_11510 kmem_zalloc 1 11510 NULL
@@ -115861,13 +115710,19 @@ index 0000000..8972f81
 +xfs_rtcheck_alloc_range_11553 xfs_rtcheck_alloc_range 0 11553 NULL
 +radix_tree_extend_11555 radix_tree_extend 0 11555 NULL
 +skb_cow_data_11565 skb_cow_data 0 11565 NULL
++atomic_notifier_call_chain_11567 atomic_notifier_call_chain 0 11567 NULL
++mlx4_init_cmpt_table_11569 mlx4_init_cmpt_table 0 11569 NULL
++snd_ac97_mixer_11571 snd_ac97_mixer 0 11571 NULL
 +lpfc_idiag_ctlacc_write_11576 lpfc_idiag_ctlacc_write 3 11576 NULL
 +oprofilefs_ulong_to_user_11582 oprofilefs_ulong_to_user 3 11582 NULL
 +batadv_iv_ogm_orig_add_if_11586 batadv_iv_ogm_orig_add_if 2 11586 NULL
 +snd_pcm_action_11589 snd_pcm_action 0 11589 NULL
++ath5k_hw_init_desc_functions_11590 ath5k_hw_init_desc_functions 0 11590 NULL
 +fw_device_op_ioctl_11595 fw_device_op_ioctl 2 11595 NULL
 +batadv_iv_ogm_orig_del_if_11604 batadv_iv_ogm_orig_del_if 2 11604 NULL
 +SYSC_mq_timedsend_11607 SYSC_mq_timedsend 3 11607 NULL
++C_SYSC_migrate_pages_11618 C_SYSC_migrate_pages 2 11618 NULL
++vnic_wq_alloc_11648 vnic_wq_alloc 0 11648 NULL
 +sisusb_send_bridge_packet_11649 sisusb_send_bridge_packet 2 11649 NULL
 +nla_total_size_11658 nla_total_size 1-0 11658 NULL
 +slab_ksize_11664 slab_ksize 0 11664 NULL
@@ -115876,11 +115731,16 @@ index 0000000..8972f81
 +btrfs_alloc_delayed_item_11678 btrfs_alloc_delayed_item 1 11678 NULL
 +sctp_setsockopt_hmac_ident_11687 sctp_setsockopt_hmac_ident 3 11687 NULL
 +split_11691 split 2 11691 NULL
-+snd_ctl_elem_user_tlv_11695 snd_ctl_elem_user_tlv 3 11695 NULL
++compat_SyS_keyctl_11695 compat_SyS_keyctl 4 11695 NULL nohasharray
++snd_ctl_elem_user_tlv_11695 snd_ctl_elem_user_tlv 3 11695 &compat_SyS_keyctl_11695
 +blk_rq_cur_bytes_11723 blk_rq_cur_bytes 0 11723 NULL
++i2c_master_recv_11734 i2c_master_recv 0-3 11734 NULL
 +dm_bio_prison_create_11749 dm_bio_prison_create 1 11749 NULL
++irq_set_affinity_notifier_11752 irq_set_affinity_notifier 0 11752 NULL
 +iwl_dbgfs_qos_read_11753 iwl_dbgfs_qos_read 3 11753 NULL
 +ieee80211_get_num_supported_channels_11768 ieee80211_get_num_supported_channels 0 11768 NULL
++tipc_sendmsg_11769 tipc_sendmsg 4 11769 NULL nohasharray
++ocfs2_relink_block_group_11769 ocfs2_relink_block_group 0 11769 &tipc_sendmsg_11769
 +ps_pspoll_timeouts_read_11776 ps_pspoll_timeouts_read 3 11776 NULL
 +btrfs_key_blockptr_11786 btrfs_key_blockptr 0 11786 NULL
 +pcpu_fc_alloc_11818 pcpu_fc_alloc 2 11818 NULL
@@ -115891,9 +115751,12 @@ index 0000000..8972f81
 +rts51x_read_status_11830 rts51x_read_status 4 11830 NULL
 +unix_stream_connect_11844 unix_stream_connect 3 11844 NULL
 +xfs_file_aio_write_checks_11851 xfs_file_aio_write_checks 0 11851 NULL
++pci_enable_msix_range_11852 pci_enable_msix_range 0-4 11852 NULL
 +ecryptfs_copy_filename_11868 ecryptfs_copy_filename 4 11868 NULL
 +ieee80211_rx_bss_info_11887 ieee80211_rx_bss_info 3 11887 NULL
++mthca_MAP_ICM_AUX_11891 mthca_MAP_ICM_AUX 0 11891 NULL
 +mdc_rename_11899 mdc_rename 4-6 11899 NULL
++videobuf_dvb_register_frontend_11904 videobuf_dvb_register_frontend 0 11904 NULL
 +xstateregs_get_11906 xstateregs_get 4 11906 NULL
 +ti_write_11916 ti_write 4 11916 NULL
 +fs_devrw_entry_11924 fs_devrw_entry 3 11924 NULL
@@ -115902,13 +115765,17 @@ index 0000000..8972f81
 +r1_sync_page_io_11963 r1_sync_page_io 3 11963 NULL
 +f1x_swap_interleaved_region_11970 f1x_swap_interleaved_region 0-2 11970 NULL
 +read_and_add_raw_conns_11987 read_and_add_raw_conns 0 11987 NULL
-+i40e_pci_sriov_configure_12011 i40e_pci_sriov_configure 2 12011 NULL
++sxgbe_init_phy_12000 sxgbe_init_phy 0 12000 NULL
++notifier_call_chain_12036 notifier_call_chain 0 12036 NULL
 +ftdi_elan_total_command_size_12045 ftdi_elan_total_command_size 0 12045 NULL
 +ieee80211_if_read_user_power_level_12050 ieee80211_if_read_user_power_level 3 12050 NULL
++em28xx_i2c_read_block_12055 em28xx_i2c_read_block 5 12055 NULL
 +il4965_ucode_tx_stats_read_12064 il4965_ucode_tx_stats_read 3 12064 NULL
 +ptc_proc_write_12076 ptc_proc_write 3 12076 NULL
 +batadv_tt_global_size_mod_12085 batadv_tt_global_size_mod 3 12085 NULL
++ath10k_bmi_execute_12088 ath10k_bmi_execute 0 12088 NULL
 +rtw_malloc2d_12102 rtw_malloc2d 1-2-3 12102 NULL
++get_dma_id_12115 get_dma_id 0 12115 NULL
 +gfs2_find_jhead_12117 gfs2_find_jhead 0 12117 NULL
 +alloc_bulk_urbs_generic_12127 alloc_bulk_urbs_generic 5 12127 NULL
 +set_powered_12129 set_powered 4 12129 NULL
@@ -115916,13 +115783,17 @@ index 0000000..8972f81
 +xfs_handle_to_dentry_12135 xfs_handle_to_dentry 3 12135 NULL
 +rawv6_seticmpfilter_12137 rawv6_seticmpfilter 5 12137 NULL
 +rawsock_recvmsg_12144 rawsock_recvmsg 4 12144 NULL
++get_idx_gc_leb_12148 get_idx_gc_leb 0 12148 NULL
 +btmrvl_sdio_host_to_card_12152 btmrvl_sdio_host_to_card 3 12152 NULL
-+vmbus_open_12154 vmbus_open 2-3 12154 NULL
++vmbus_open_12154 vmbus_open 2-3-0 12154 NULL
++ath5k_eeprom_read_pcal_info_12159 ath5k_eeprom_read_pcal_info 0 12159 NULL
 +fnic_reset_stats_write_12177 fnic_reset_stats_write 3 12177 NULL
 +LNetEQAlloc_12178 LNetEQAlloc 1 12178 NULL
 +ddp_make_gl_12179 ddp_make_gl 1 12179 NULL
 +compat_do_arpt_set_ctl_12184 compat_do_arpt_set_ctl 4 12184 NULL
 +ip_generic_getfrag_12187 ip_generic_getfrag 3-4 12187 NULL
++qt2160_read_block_12198 qt2160_read_block 4 12198 NULL
++pci_bus_read_config_dword_12210 pci_bus_read_config_dword 0 12210 NULL
 +snd_pcm_kernel_ioctl_12219 snd_pcm_kernel_ioctl 0 12219 NULL
 +fuse_get_req_12221 fuse_get_req 2 12221 NULL nohasharray
 +aat2870_reg_read_file_12221 aat2870_reg_read_file 3 12221 &fuse_get_req_12221
@@ -115930,34 +115801,52 @@ index 0000000..8972f81
 +__alloc_bootmem_low_nopanic_12235 __alloc_bootmem_low_nopanic 1 12235 NULL
 +usnic_ib_qp_grp_dump_rows_12239 usnic_ib_qp_grp_dump_rows 3 12239 NULL
 +ib_uverbs_unmarshall_recv_12251 ib_uverbs_unmarshall_recv 5 12251 NULL
++ath_descdma_setup_12257 ath_descdma_setup 0 12257 NULL
 +shash_compat_setkey_12267 shash_compat_setkey 3 12267 NULL
 +add_sctp_bind_addr_12269 add_sctp_bind_addr 3 12269 NULL
++SYSC_vm86_12279 SYSC_vm86 2 12279 NULL
 +note_last_dentry_12285 note_last_dentry 3 12285 NULL
 +roundup_to_multiple_of_64_12288 roundup_to_multiple_of_64 0-1 12288 NULL nohasharray
 +il_dbgfs_nvm_read_12288 il_dbgfs_nvm_read 3 12288 &roundup_to_multiple_of_64_12288
++__lbs_cmd_12307 __lbs_cmd 0 12307 NULL
 +bt_sock_recvmsg_12316 bt_sock_recvmsg 4 12316 NULL
 +usnic_transport_sock_to_str_12322 usnic_transport_sock_to_str 2-0 12322 NULL
 +pcbit_writecmd_12332 pcbit_writecmd 2 12332 NULL
 +xfs_bmap_last_extent_12335 xfs_bmap_last_extent 0 12335 NULL
++get_burstcount_12341 get_burstcount 0 12341 NULL
++pn544_hci_i2c_fw_secure_write_frame_cmd_12342 pn544_hci_i2c_fw_secure_write_frame_cmd 3 12342 NULL
++c2_init_mqsp_pool_12345 c2_init_mqsp_pool 0 12345 NULL
 +mptctl_ioctl_12355 mptctl_ioctl 2 12355 NULL
++tsi721_doorbell_init_12356 tsi721_doorbell_init 0 12356 NULL
 +__nf_ct_ext_add_length_12364 __nf_ct_ext_add_length 3 12364 NULL
 +xfs_iext_inline_to_direct_12384 xfs_iext_inline_to_direct 2 12384 NULL
 +populate_dir_12391 populate_dir 0 12391 NULL nohasharray
 +write_file_dump_12391 write_file_dump 3 12391 &populate_dir_12391
++mwifiex_pcie_create_evtbd_ring_12401 mwifiex_pcie_create_evtbd_ring 0 12401 NULL
 +hbucket_elem_add_12416 hbucket_elem_add 3 12416 NULL
 +ieee80211_if_read_num_mcast_sta_12419 ieee80211_if_read_num_mcast_sta 3 12419 NULL
 +cfs_array_alloc_12441 cfs_array_alloc 2 12441 NULL
 +skb_do_copy_data_nocache_12465 skb_do_copy_data_nocache 5 12465 NULL
++cfg80211_can_use_iftype_chan_12471 cfg80211_can_use_iftype_chan 0 12471 NULL
++ql_wait_for_drvr_lock_12472 ql_wait_for_drvr_lock 0 12472 NULL
 +x25_sendmsg_12487 x25_sendmsg 4 12487 NULL
 +fnic_trace_ctrl_read_12497 fnic_trace_ctrl_read 3 12497 NULL
-+__ceph_osdc_start_request_12502 __ceph_osdc_start_request 0 12502 NULL
++__ceph_osdc_start_request_12502 __ceph_osdc_start_request 0 12502 NULL nohasharray
++bmp085_read_calibration_data_12502 bmp085_read_calibration_data 0 12502 &__ceph_osdc_start_request_12502
++ql_start_rss_12521 ql_start_rss 0 12521 NULL
 +qib_alloc_fast_reg_mr_12526 qib_alloc_fast_reg_mr 2 12526 NULL
++myri10ge_read_mac_addr_12530 myri10ge_read_mac_addr 0 12530 NULL
++xfs_get_extsz_hint_12531 xfs_get_extsz_hint 0 12531 NULL
++e100_hw_init_12536 e100_hw_init 0 12536 NULL
++snd_pcm_substream_proc_init_12558 snd_pcm_substream_proc_init 0 12558 NULL
 +write_inode_now_12565 write_inode_now 0 12565 NULL
 +hvc_alloc_12579 hvc_alloc 4 12579 NULL
 +pcpu_extend_area_map_12589 pcpu_extend_area_map 2 12589 NULL
++_iwl_dbgfs_prph_reg_write_12597 _iwl_dbgfs_prph_reg_write 3 12597 NULL
 +tlbflush_write_file_12598 tlbflush_write_file 3 12598 NULL
 +vhci_put_user_12604 vhci_put_user 4 12604 NULL
 +sdhci_pltfm_init_12627 sdhci_pltfm_init 3 12627 NULL
++smsc911x_request_resources_12629 smsc911x_request_resources 0 12629 NULL
 +pwr_rcvd_awake_bcns_cnt_read_12632 pwr_rcvd_awake_bcns_cnt_read 3 12632 NULL
 +pn_sendmsg_12640 pn_sendmsg 4 12640 NULL
 +dwc3_link_state_write_12641 dwc3_link_state_write 3 12641 NULL
@@ -115966,6 +115855,8 @@ index 0000000..8972f81
 +ocfs2_read_block_12659 ocfs2_read_block 0 12659 NULL
 +sel_read_class_12669 sel_read_class 3 12669 NULL nohasharray
 +sparse_mem_maps_populate_node_12669 sparse_mem_maps_populate_node 4 12669 &sel_read_class_12669
++ext4_writepage_trans_blocks_12674 ext4_writepage_trans_blocks 0 12674 NULL
++mcp23s08_gpio_to_irq_12692 mcp23s08_gpio_to_irq 2 12692 NULL
 +iwl_dbgfs_calib_disabled_write_12707 iwl_dbgfs_calib_disabled_write 3 12707 NULL
 +ieee80211_if_read_num_buffered_multicast_12716 ieee80211_if_read_num_buffered_multicast 3 12716 NULL
 +ivtv_write_12721 ivtv_write 3 12721 NULL
@@ -115973,37 +115864,51 @@ index 0000000..8972f81
 +__mei_cl_async_send_12737 __mei_cl_async_send 3 12737 NULL
 +ieee80211_if_read_dot11MeshMaxRetries_12756 ieee80211_if_read_dot11MeshMaxRetries 3 12756 NULL
 +listxattr_12769 listxattr 3 12769 NULL
-+sctp_ssnmap_init_12772 sctp_ssnmap_init 2-3 12772 NULL
++sctp_ssnmap_init_12772 sctp_ssnmap_init 3-2 12772 NULL
 +scsi_adjust_queue_depth_12802 scsi_adjust_queue_depth 3 12802 NULL
 +xfs_inumbers_fmt_12817 xfs_inumbers_fmt 3 12817 NULL
 +readq_12825 readq 0 12825 NULL
 +SyS_add_key_12834 SyS_add_key 4 12834 NULL
 +gfs2_log_reserve_12835 gfs2_log_reserve 0 12835 NULL
 +TSS_authhmac_12839 TSS_authhmac 3 12839 NULL
-+spidev_sync_12842 spidev_sync 0 12842 NULL
++spidev_sync_12842 spidev_sync 0 12842 NULL nohasharray
++hpsa_pci_find_memory_BAR_12842 hpsa_pci_find_memory_BAR 0 12842 &spidev_sync_12842
 +spidev_ioctl_12846 spidev_ioctl 2 12846 NULL
 +xfs_rtallocate_extent_exact_12865 xfs_rtallocate_extent_exact 0 12865 NULL
 +ath9k_dump_4k_modal_eeprom_12883 ath9k_dump_4k_modal_eeprom 3-2 12883 NULL
 +get_leb_cnt_12892 get_leb_cnt 0-2 12892 NULL
++niu_xcvr_init_12901 niu_xcvr_init 0 12901 NULL
++_regmap_raw_read_12902 _regmap_raw_read 0 12902 NULL
 +get_virtual_node_size_12908 get_virtual_node_size 0 12908 NULL
 +rds_pages_in_vec_12922 rds_pages_in_vec 0 12922 NULL
++SYSC_sendfile_12936 SYSC_sendfile 4 12936 NULL
 +do_inode_permission_12946 do_inode_permission 0 12946 NULL
++myri10ge_update_mac_address_12962 myri10ge_update_mac_address 0 12962 NULL
 +bm_status_write_12964 bm_status_write 3 12964 NULL
++ath5k_eeprom_read_ctl_info_12979 ath5k_eeprom_read_ctl_info 0 12979 NULL
 +raid56_parity_recover_12987 raid56_parity_recover 5 12987 NULL
 +TransmitTcb_12989 TransmitTcb 4 12989 NULL
 +sk_peek_offset_12991 sk_peek_offset 0 12991 NULL
++__btrfs_direct_write_13007 __btrfs_direct_write 4-0 13007 NULL
 +bset_prev_bytes_13020 bset_prev_bytes 0 13020 NULL
 +subsystem_filter_write_13022 subsystem_filter_write 3 13022 NULL
 +generic_segment_checks_13041 generic_segment_checks 0 13041 NULL
++SyS_sendfile64_13043 SyS_sendfile64 4 13043 NULL
 +ocfs2_write_begin_13045 ocfs2_write_begin 3-4 13045 NULL
 +__dn_setsockopt_13060 __dn_setsockopt 5 13060 NULL nohasharray
 +ptlrpc_lprocfs_threads_min_seq_write_13060 ptlrpc_lprocfs_threads_min_seq_write 3 13060 &__dn_setsockopt_13060
++t4vf_query_params_13061 t4vf_query_params 0 13061 NULL
 +biovec_create_pool_13079 biovec_create_pool 2 13079 NULL
 +xattr_getsecurity_13090 xattr_getsecurity 0 13090 NULL
++pcmcia_loop_config_13099 pcmcia_loop_config 0 13099 NULL
 +ttm_dma_pool_alloc_new_pages_13105 ttm_dma_pool_alloc_new_pages 3 13105 NULL
++SyS_msgrcv_13109 SyS_msgrcv 3 13109 NULL
 +snd_rme96_playback_copy_13111 snd_rme96_playback_copy 5 13111 NULL
++snd_pcm_lib_preallocate_pages_for_all_13112 snd_pcm_lib_preallocate_pages_for_all 0 13112 NULL
 +bfad_debugfs_read_13119 bfad_debugfs_read 3 13119 NULL
 +blk_update_request_13146 blk_update_request 3 13146 NULL
++vnic_dev_alloc_desc_ring_13158 vnic_dev_alloc_desc_ring 0 13158 NULL
++pt1_init_adapters_13168 pt1_init_adapters 0 13168 NULL
 +caif_stream_recvmsg_13173 caif_stream_recvmsg 4 13173 NULL
 +pwr_disable_ps_read_13176 pwr_disable_ps_read 3 13176 NULL
 +ucs2_strlen_13178 ucs2_strlen 0 13178 NULL
@@ -116014,67 +115919,98 @@ index 0000000..8972f81
 +mmc_ext_csd_read_13205 mmc_ext_csd_read 3 13205 NULL
 +svm_msrpm_offset_13220 svm_msrpm_offset 0-1 13220 NULL
 +fnic_trace_ctrl_write_13229 fnic_trace_ctrl_write 3 13229 NULL
++tg3_phy_cl45_write_13238 tg3_phy_cl45_write 0 13238 NULL
 +_iwl_dbgfs_disable_power_off_write_13243 _iwl_dbgfs_disable_power_off_write 3 13243 NULL
 +asix_read_cmd_13245 asix_read_cmd 5 13245 NULL
 +init_tid_tabs_13252 init_tid_tabs 2-3-4 13252 NULL
 +bio_integrity_trim_13259 bio_integrity_trim 3-2 13259 NULL
 +simple_attr_write_13260 simple_attr_write 3 13260 NULL
 +pmcraid_notify_aen_13274 pmcraid_notify_aen 3 13274 NULL
++devm_regulator_bulk_register_supply_alias_13278 devm_regulator_bulk_register_supply_alias 0 13278 NULL
 +il4965_stats_flag_13281 il4965_stats_flag 0-3 13281 NULL
 +lpfc_idiag_mbxacc_get_setup_13282 lpfc_idiag_mbxacc_get_setup 0 13282 NULL
++platform_device_add_resources_13289 platform_device_add_resources 0 13289 NULL
 +sd_major_13294 sd_major 0-1 13294 NULL
-+module_param_sysfs_setup_13296 module_param_sysfs_setup 0 13296 NULL
 +read_file_phy_err_13318 read_file_phy_err 3 13318 NULL
 +kvm_read_nested_guest_page_13337 kvm_read_nested_guest_page 5 13337 NULL
 +round_event_name_len_13348 round_event_name_len 0 13348 NULL
 +hscx_empty_fifo_13360 hscx_empty_fifo 2 13360 NULL
++ttm_bo_device_init_13362 ttm_bo_device_init 0 13362 NULL
 +xfs_btree_delrec_13364 xfs_btree_delrec 0 13364 NULL
 +iso_sched_alloc_13377 iso_sched_alloc 1 13377 NULL nohasharray
 +wep_key_not_found_read_13377 wep_key_not_found_read 3 13377 &iso_sched_alloc_13377
 +ext4_meta_trans_blocks_13380 ext4_meta_trans_blocks 0-3-2 13380 NULL
 +lov_mds_md_size_13388 lov_mds_md_size 0-1 13388 NULL nohasharray
 +dis_bypass_write_13388 dis_bypass_write 3 13388 &lov_mds_md_size_13388
++ocfs2_inode_lock_update_13414 ocfs2_inode_lock_update 0 13414 NULL
 +netxen_alloc_sds_rings_13417 netxen_alloc_sds_rings 2 13417 NULL
++compat_SyS_sendfile64_13420 compat_SyS_sendfile64 4 13420 NULL
++request_firmware_nowait_13439 request_firmware_nowait 0 13439 NULL
 +sctp_setsockopt_peer_primary_addr_13440 sctp_setsockopt_peer_primary_addr 3 13440 NULL
 +ath6kl_cfg80211_connect_event_13443 ath6kl_cfg80211_connect_event 8-9-7 13443 NULL
++mthca_load_fw_13447 mthca_load_fw 0 13447 NULL
 +sb_init_dio_done_wq_13482 sb_init_dio_done_wq 0 13482 NULL
-+data_read_13494 data_read 3 13494 NULL
++data_read_13494 data_read 3 13494 NULL nohasharray
++ata_pci_bmdma_prepare_host_13494 ata_pci_bmdma_prepare_host 0 13494 &data_read_13494
 +ioat_chansts_32_13506 ioat_chansts_32 0 13506 NULL
++ocfs2_align_bytes_to_blocks_13512 ocfs2_align_bytes_to_blocks 0-2 13512 NULL
 +core_status_13515 core_status 4 13515 NULL
 +smk_write_mapped_13519 smk_write_mapped 3 13519 NULL
 +bm_init_13529 bm_init 2 13529 NULL
-+llcp_sock_recvmsg_13556 llcp_sock_recvmsg 4 13556 NULL
++request_any_context_irq_13530 request_any_context_irq 0 13530 NULL
++dm1105_hw_init_13538 dm1105_hw_init 0 13538 NULL
++vfio_cap_len_13549 vfio_cap_len 0 13549 NULL
++llcp_sock_recvmsg_13556 llcp_sock_recvmsg 4 13556 NULL nohasharray
++migrate_page_move_mapping_13556 migrate_page_move_mapping 0 13556 &llcp_sock_recvmsg_13556
++SyS_vm86_13557 SyS_vm86 2 13557 NULL
 +ieee80211_if_read_ap_power_level_13558 ieee80211_if_read_ap_power_level 3 13558 NULL
 +hash_net4_expire_13559 hash_net4_expire 4 13559 NULL
++ubifs_get_idx_gc_leb_13566 ubifs_get_idx_gc_leb 0 13566 NULL nohasharray
++mwifiex_init_rxq_ring_13566 mwifiex_init_rxq_ring 0 13566 &ubifs_get_idx_gc_leb_13566
 +read_file_antenna_13574 read_file_antenna 3 13574 NULL
 +cache_write_13589 cache_write 3 13589 NULL
 +Rd_Indx_13602 Rd_Indx 3-2 13602 NULL
 +wm8994_bulk_write_13615 wm8994_bulk_write 2-3 13615 NULL
 +__ntfs_grab_cache_pages_13617 __ntfs_grab_cache_pages 0 13617 NULL
 +pmcraid_get_minor_13619 pmcraid_get_minor 0 13619 NULL
++iio_device_add_event_sysfs_13627 iio_device_add_event_sysfs 0 13627 NULL nohasharray
++fnic_dev_wait_13627 fnic_dev_wait 0 13627 &iio_device_add_event_sysfs_13627
 +packet_snd_13634 packet_snd 3 13634 NULL
++device_rename_13653 device_rename 0 13653 NULL
 +blk_msg_write_13655 blk_msg_write 3 13655 NULL
 +cache_downcall_13666 cache_downcall 3 13666 NULL
++bcm2048_set_fm_search_rssi_threshold_13668 bcm2048_set_fm_search_rssi_threshold 0 13668 NULL
++intel_gpio_to_irq_13679 intel_gpio_to_irq 2 13679 NULL
 +ext3_xattr_list_entries_13682 ext3_xattr_list_entries 0 13682 NULL
++nv94_aux_13689 nv94_aux 2-5 13689 NULL
 +usb_get_string_13693 usb_get_string 0 13693 NULL
++pt1_init_frontends_13701 pt1_init_frontends 0 13701 NULL
 +fw_iso_buffer_alloc_13704 fw_iso_buffer_alloc 2 13704 NULL
++mthca_cmd_wait_13707 mthca_cmd_wait 0 13707 NULL
++ocfs2_cache_block_dealloc_13731 ocfs2_cache_block_dealloc 0 13731 NULL
++ql_wait_reg_rdy_13741 ql_wait_reg_rdy 0 13741 NULL
 +audit_unpack_string_13748 audit_unpack_string 3 13748 NULL
 +ieee802154_alloc_device_13767 ieee802154_alloc_device 1 13767 NULL
 +fb_sys_read_13778 fb_sys_read 3 13778 NULL
 +ath6kl_mgmt_powersave_ap_13791 ath6kl_mgmt_powersave_ap 6 13791 NULL
++mthca_SET_ICM_SIZE_13793 mthca_SET_ICM_SIZE 0 13793 NULL
++e100_rx_alloc_list_13812 e100_rx_alloc_list 0 13812 NULL
 +random_read_13815 random_read 3 13815 NULL
 +mutex_lock_interruptible_nested_13817 mutex_lock_interruptible_nested 0 13817 NULL
 +hsi_register_board_info_13820 hsi_register_board_info 2 13820 NULL
 +___mei_cl_send_13821 ___mei_cl_send 3 13821 NULL
++i2c_bit_add_bus_13840 i2c_bit_add_bus 0 13840 NULL
 +enc_pools_insert_13849 enc_pools_insert 3 13849 NULL
 +evdev_ioctl_compat_13851 evdev_ioctl_compat 2 13851 NULL
 +compat_ip_setsockopt_13870 compat_ip_setsockopt 5 13870 NULL
-+qp_memcpy_to_queue_13886 qp_memcpy_to_queue 5-2 13886 NULL
++qp_memcpy_to_queue_13886 qp_memcpy_to_queue 5-2 13886 NULL nohasharray
++__fsnotify_parent_13886 __fsnotify_parent 0 13886 &qp_memcpy_to_queue_13886
 +snd_pcm_aio_read_13900 snd_pcm_aio_read 3 13900 NULL
 +cfg80211_inform_bss_width_13933 cfg80211_inform_bss_width 9 13933 NULL
 +ext3_xattr_block_get_13936 ext3_xattr_block_get 0 13936 NULL
 +ieee80211_if_read_dot11MeshForwarding_13940 ieee80211_if_read_dot11MeshForwarding 3 13940 NULL nohasharray
 +ocfs2_xa_value_truncate_13940 ocfs2_xa_value_truncate 2 13940 &ieee80211_if_read_dot11MeshForwarding_13940
++t4_wait_dev_ready_13941 t4_wait_dev_ready 0 13941 NULL
 +iwl_dbgfs_protection_mode_read_13943 iwl_dbgfs_protection_mode_read 3 13943 NULL
 +ieee80211_if_read_min_discovery_timeout_13946 ieee80211_if_read_min_discovery_timeout 3 13946 NULL
 +lpfc_idiag_queacc_read_13950 lpfc_idiag_queacc_read 3 13950 NULL nohasharray
@@ -116097,40 +116033,53 @@ index 0000000..8972f81
 +ovs_nla_alloc_flow_actions_14056 ovs_nla_alloc_flow_actions 1 14056 NULL
 +sta_agg_status_read_14058 sta_agg_status_read 3 14058 NULL
 +lov_stripeoffset_seq_write_14078 lov_stripeoffset_seq_write 3 14078 NULL
++cp_tm1217_write_14079 cp_tm1217_write 3 14079 NULL
 +do_proc_readlink_14096 do_proc_readlink 3 14096 NULL
-+compat_sys_pselect6_14105 compat_sys_pselect6 1 14105 NULL
++enic_set_mac_addr_14119 enic_set_mac_addr 0 14119 NULL
 +ext4_journal_blocks_per_page_14127 ext4_journal_blocks_per_page 0 14127 NULL
 +isku_sysfs_read_light_14140 isku_sysfs_read_light 6 14140 NULL
 +em_canid_change_14150 em_canid_change 3 14150 NULL
 +gsm_dlci_data_14155 gsm_dlci_data 3 14155 NULL
 +midi_alloc_ep_req_14159 midi_alloc_ep_req 2 14159 NULL
++ccp_alloc_ksb_14167 ccp_alloc_ksb 2 14167 NULL
 +print_input_mask_14168 print_input_mask 3-0 14168 NULL
++ocfs2_split_and_insert_14171 ocfs2_split_and_insert 0 14171 NULL nohasharray
++ican3_msg_newhostif_14171 ican3_msg_newhostif 0 14171 &ocfs2_split_and_insert_14171
 +ocfs2_xattr_value_truncate_14183 ocfs2_xattr_value_truncate 3 14183 NULL
 +datafab_read_data_14186 datafab_read_data 4 14186 NULL
++do_splice_14196 do_splice 5 14196 NULL
 +hfsplus_brec_find_14200 hfsplus_brec_find 0 14200 NULL
++vfio_user_config_read_14202 vfio_user_config_read 0 14202 NULL
 +alloc_async_14208 alloc_async 1 14208 NULL
 +ath6kl_regread_write_14220 ath6kl_regread_write 3 14220 NULL
++vfio_direct_config_read_14231 vfio_direct_config_read 3-0 14231 NULL
 +ieee80211_if_write_uapsd_max_sp_len_14233 ieee80211_if_write_uapsd_max_sp_len 3 14233 NULL
 +dma_declare_coherent_memory_14244 dma_declare_coherent_memory 4 14244 NULL
 +btrfs_token_file_extent_ram_bytes_14247 btrfs_token_file_extent_ram_bytes 0 14247 NULL
 +ath6kl_connect_event_14267 ath6kl_connect_event 7-8-9 14267 NULL
 +rr_status_14293 rr_status 5 14293 NULL
++stex_set_dma_mask_14300 stex_set_dma_mask 0 14300 NULL
 +read_default_ldt_14302 read_default_ldt 2 14302 NULL
 +update_rgrp_lvb_14303 update_rgrp_lvb 0 14303 NULL
 +xfs_qm_qino_alloc_14309 xfs_qm_qino_alloc 0 14309 NULL
++i2c_add_numbered_adapter_14311 i2c_add_numbered_adapter 0 14311 NULL
 +oo_objects_14319 oo_objects 0 14319 NULL
 +ll_get_user_pages_14328 ll_get_user_pages 3-2-0 14328 NULL
 +p9_client_zc_rpc_14345 p9_client_zc_rpc 7 14345 NULL
 +alloc_tx_struct_14349 alloc_tx_struct 1 14349 NULL
++ath5k_hw_nic_wakeup_14352 ath5k_hw_nic_wakeup 0 14352 NULL
 +hash_ipportnet4_expire_14354 hash_ipportnet4_expire 4 14354 NULL
 +snd_pcm_lib_readv_14363 snd_pcm_lib_readv 0-3 14363 NULL
 +lowpan_read_14369 lowpan_read 3 14369 NULL
++snd_ctl_create_14377 snd_ctl_create 0 14377 NULL
 +ath6kl_regdump_read_14393 ath6kl_regdump_read 3 14393 NULL
 +smk_write_onlycap_14400 smk_write_onlycap 3 14400 NULL
 +mtd_concat_create_14416 mtd_concat_create 2 14416 NULL
 +get_kcore_size_14425 get_kcore_size 0 14425 NULL
 +_iwl_dbgfs_sram_write_14439 _iwl_dbgfs_sram_write 3 14439 NULL
 +block_size_14443 block_size 0 14443 NULL
++fnic_get_vnic_config_14445 fnic_get_vnic_config 0 14445 NULL
++t4_read_reg64_14447 t4_read_reg64 0 14447 NULL
 +lmv_user_md_size_14456 lmv_user_md_size 0-1 14456 NULL
 +snd_emu10k1_proc_spdif_status_14457 snd_emu10k1_proc_spdif_status 4-5 14457 NULL
 +ath10k_write_htt_stats_mask_14458 ath10k_write_htt_stats_mask 3 14458 NULL
@@ -116140,18 +116089,23 @@ index 0000000..8972f81
 +ieee80211_if_read_dot11MeshGateAnnouncementProtocol_14486 ieee80211_if_read_dot11MeshGateAnnouncementProtocol 3 14486 NULL
 +split_state_14491 split_state 0 14491 NULL
 +ocfs2_debug_read_14507 ocfs2_debug_read 3 14507 NULL
++snd_at73c213_mixer_14530 snd_at73c213_mixer 0 14530 NULL
++mfd_platform_add_cell_14532 mfd_platform_add_cell 0 14532 NULL
 +ep0_write_14536 ep0_write 3 14536 NULL nohasharray
 +dataflash_read_user_otp_14536 dataflash_read_user_otp 3-2 14536 &ep0_write_14536
 +picolcd_debug_eeprom_read_14549 picolcd_debug_eeprom_read 3 14549 NULL
++t4_wait_op_done_val_14550 t4_wait_op_done_val 0 14550 NULL
++snd_rawmidi_alloc_substreams_14559 snd_rawmidi_alloc_substreams 0 14559 NULL
 +qp_host_alloc_queue_14566 qp_host_alloc_queue 1 14566 NULL
 +SyS_setdomainname_14569 SyS_setdomainname 2 14569 NULL
 +stuffed_readpage_14581 stuffed_readpage 0 14581 NULL
 +idmap_pipe_downcall_14591 idmap_pipe_downcall 3 14591 NULL
 +ceph_osdc_alloc_request_14597 ceph_osdc_alloc_request 3 14597 NULL
++walk_phys_14601 walk_phys 0 14601 NULL
++ocfs2_steal_meta_14602 ocfs2_steal_meta 0 14602 NULL
 +dbJoin_14644 dbJoin 0 14644 NULL
 +profile_replace_14652 profile_replace 3 14652 NULL
 +usnic_vnic_dump_14662 usnic_vnic_dump 3 14662 NULL
-+add_to_page_cache_locked_14668 add_to_page_cache_locked 0 14668 NULL
 +min_bytes_needed_14675 min_bytes_needed 0 14675 NULL
 +nvme_trans_log_info_exceptions_14677 nvme_trans_log_info_exceptions 3 14677 NULL
 +pipeline_enc_tx_stat_fifo_int_read_14680 pipeline_enc_tx_stat_fifo_int_read 3 14680 NULL
@@ -116160,32 +116114,39 @@ index 0000000..8972f81
 +persistent_ram_ecc_string_14704 persistent_ram_ecc_string 0 14704 NULL
 +u_audio_playback_14709 u_audio_playback 3 14709 NULL
 +rtw_cbuf_alloc_14710 rtw_cbuf_alloc 1 14710 NULL
-+cgroup_path_14713 cgroup_path 3 14713 NULL
 +vfd_write_14717 vfd_write 3 14717 NULL
++SyS_sendfile_14718 SyS_sendfile 4 14718 NULL
 +__blk_end_request_14729 __blk_end_request 3 14729 NULL
-+raid1_resize_14740 raid1_resize 2 14740 NULL
++raid1_resize_14740 raid1_resize 2 14740 NULL nohasharray
++c2_init_pd_table_14740 c2_init_pd_table 0 14740 &raid1_resize_14740
 +i915_error_state_buf_init_14742 i915_error_state_buf_init 2 14742 NULL
 +btrfs_inode_extref_name_len_14752 btrfs_inode_extref_name_len 0 14752 NULL
-+rx_rx_cmplt_read_14753 rx_rx_cmplt_read 3 14753 NULL
++rx_rx_cmplt_read_14753 rx_rx_cmplt_read 3 14753 NULL nohasharray
++ide_pci_enable_14753 ide_pci_enable 0 14753 &rx_rx_cmplt_read_14753
 +regmap_range_read_file_14775 regmap_range_read_file 3 14775 NULL
 +sta_dev_read_14782 sta_dev_read 3 14782 NULL
-+keys_proc_write_14792 keys_proc_write 3 14792 NULL
++keys_proc_write_14792 keys_proc_write 3 14792 NULL nohasharray
++cp_tm1217_read_14792 cp_tm1217_read 3 14792 &keys_proc_write_14792
 +ext4_kvmalloc_14796 ext4_kvmalloc 1 14796 NULL
 +__kfifo_in_14797 __kfifo_in 3-0 14797 NULL
 +hpet_readl_14801 hpet_readl 0 14801 NULL nohasharray
 +snd_als300_gcr_read_14801 snd_als300_gcr_read 0 14801 &hpet_readl_14801
-+security_inode_rename_14805 security_inode_rename 0 14805 NULL
 +xfs_btree_kill_iroot_14824 xfs_btree_kill_iroot 0 14824 NULL
++do_tune_cpucache_14828 do_tune_cpucache 2 14828 NULL
 +mrp_attr_create_14853 mrp_attr_create 3 14853 NULL
 +lcd_write_14857 lcd_write 3 14857 NULL
 +get_user_cpu_mask_14861 get_user_cpu_mask 2 14861 NULL
++mlx4_init_qp_table_14876 mlx4_init_qp_table 0 14876 NULL
++spi_init_queue_14883 spi_init_queue 0 14883 NULL
 +xfs_bmapi_convert_unwritten_14886 xfs_bmapi_convert_unwritten 0 14886 NULL
 +gmux_index_read8_14890 gmux_index_read8 0 14890 NULL
 +acpi_os_allocate_14892 acpi_os_allocate 1 14892 NULL
 +SYSC_readv_14901 SYSC_readv 3 14901 NULL
++regmap_irq_get_virq_14910 regmap_irq_get_virq 2 14910 NULL
 +__arch_hweight64_14923 __arch_hweight64 0 14923 NULL nohasharray
 +qp_memcpy_to_queue_iov_14923 qp_memcpy_to_queue_iov 5-2 14923 &__arch_hweight64_14923
 +ocfs2_expand_nonsparse_inode_14936 ocfs2_expand_nonsparse_inode 3-4 14936 NULL
++t4vf_port_init_14942 t4vf_port_init 0 14942 NULL
 +queue_cnt_14951 queue_cnt 0 14951 NULL
 +unix_dgram_recvmsg_14952 unix_dgram_recvmsg 4 14952 NULL
 +videobuf_read_stream_14956 videobuf_read_stream 3 14956 NULL
@@ -116197,48 +116158,73 @@ index 0000000..8972f81
 +cld_pipe_downcall_15058 cld_pipe_downcall 3 15058 NULL
 +ieee80211_if_read_uapsd_max_sp_len_15067 ieee80211_if_read_uapsd_max_sp_len 3 15067 NULL
 +nfs4_write_cached_acl_15070 nfs4_write_cached_acl 4 15070 NULL
-+ntfs_copy_from_user_15072 ntfs_copy_from_user 3-5-0 15072 NULL
++ntfs_copy_from_user_15072 ntfs_copy_from_user 0-5-3 15072 NULL
 +pppoe_recvmsg_15073 pppoe_recvmsg 4 15073 NULL
 +smscore_load_firmware_family2_15086 smscore_load_firmware_family2 3 15086 NULL
 +xfs_btree_insrec_15090 xfs_btree_insrec 0 15090 NULL
 +btrfs_readpage_15094 btrfs_readpage 0 15094 NULL
++init_cx18_i2c_15097 init_cx18_i2c 0 15097 NULL nohasharray
++t4_fw_hello_15097 t4_fw_hello 0 15097 &init_cx18_i2c_15097
++compat_SyS_pwritev_15118 compat_SyS_pwritev 3 15118 NULL
 +hex_dump_to_buffer_15121 hex_dump_to_buffer 6 15121 NULL
 +start_port_15124 start_port 0 15124 NULL
 +ipwireless_ppp_mru_15153 ipwireless_ppp_mru 0 15153 NULL
++setup_sge_queues_15154 setup_sge_queues 0 15154 NULL
++self_check_not_bad_15175 self_check_not_bad 0 15175 NULL
++t4_sge_alloc_ofld_txq_15179 t4_sge_alloc_ofld_txq 0 15179 NULL
 +SYSC_setdomainname_15180 SYSC_setdomainname 2 15180 NULL
++atp867x_set_priv_15182 atp867x_set_priv 0 15182 NULL
 +iscsi_create_endpoint_15193 iscsi_create_endpoint 1 15193 NULL
 +mtt_alloc_res_15211 mtt_alloc_res 5 15211 NULL
 +bfad_debugfs_write_regrd_15218 bfad_debugfs_write_regrd 3 15218 NULL
++mlx4_setup_hca_15238 mlx4_setup_hca 0 15238 NULL
 +iwl_dbgfs_sram_write_15239 iwl_dbgfs_sram_write 3 15239 NULL
 +il_dbgfs_rx_stats_read_15243 il_dbgfs_rx_stats_read 3 15243 NULL
 +simple_strtol_15273 simple_strtol 0 15273 NULL
 +fw_realloc_buffer_15280 fw_realloc_buffer 2 15280 NULL
++arch_enable_uv_irq_15294 arch_enable_uv_irq 0-2 15294 NULL
 +ocfs2_read_refcount_block_15305 ocfs2_read_refcount_block 0 15305 NULL
++xlog_ticket_alloc_15335 xlog_ticket_alloc 2 15335 NULL
 +kovaplus_sysfs_read_15337 kovaplus_sysfs_read 6 15337 NULL
 +ioread16_15342 ioread16 0 15342 NULL
 +ept_prefetch_gpte_15348 ept_prefetch_gpte 4 15348 NULL
++get_leaf_nr_15357 get_leaf_nr 0 15357 NULL
 +acpi_ut_create_string_object_15360 acpi_ut_create_string_object 1 15360 NULL
 +ext4_direct_IO_15369 ext4_direct_IO 4 15369 NULL
 +graph_depth_read_15371 graph_depth_read 3 15371 NULL
-+compat_sys_process_vm_readv_15374 compat_sys_process_vm_readv 3-5 15374 NULL
 +fq_codel_zalloc_15378 fq_codel_zalloc 1 15378 NULL
++domain_flush_pages_15379 domain_flush_pages 2-3 15379 NULL
 +alloc_fddidev_15382 alloc_fddidev 1 15382 NULL
++_regmap_read_15396 _regmap_read 0 15396 NULL
++mlx4_cmd_wait_15399 mlx4_cmd_wait 0 15399 NULL
 +pipeline_csum_to_rx_xfer_swi_read_15403 pipeline_csum_to_rx_xfer_swi_read 3 15403 NULL
 +get_modalias_15406 get_modalias 2 15406 NULL
 +blockdev_direct_IO_15408 blockdev_direct_IO 5 15408 NULL
 +__videobuf_copy_to_user_15423 __videobuf_copy_to_user 4-0 15423 NULL
-+tcp_mtu_to_mss_15438 tcp_mtu_to_mss 2-0 15438 NULL
++rtw_cfg80211_rx_action_p2p_15432 rtw_cfg80211_rx_action_p2p 3 15432 NULL
++tty_register_driver_15433 tty_register_driver 0 15433 NULL
++tcp_mtu_to_mss_15438 tcp_mtu_to_mss 2-0 15438 NULL nohasharray
++dac33_read_id_15438 dac33_read_id 0 15438 &tcp_mtu_to_mss_15438
 +hpsa_change_queue_depth_15449 hpsa_change_queue_depth 2 15449 NULL
 +memweight_15450 memweight 2 15450 NULL
-+zd_chip_is_zd1211b_15518 zd_chip_is_zd1211b 0 15518 NULL
++__mutex_lock_killable_slowpath_15472 __mutex_lock_killable_slowpath 0 15472 NULL
++devm_gpio_request_one_15481 devm_gpio_request_one 0 15481 NULL
++insert_old_idx_znode_15500 insert_old_idx_znode 0 15500 NULL
++zd_chip_is_zd1211b_15518 zd_chip_is_zd1211b 0 15518 NULL nohasharray
++ata_pci_sff_prepare_host_15518 ata_pci_sff_prepare_host 0 15518 &zd_chip_is_zd1211b_15518
 +ifx_spi_write_15531 ifx_spi_write 3 15531 NULL
++da9052_bat_irq_15533 da9052_bat_irq 1 15533 NULL
 +p9_check_zc_errors_15534 p9_check_zc_errors 4 15534 NULL
 +xfrm_state_mtu_15548 xfrm_state_mtu 0-2 15548 NULL
++snd_pcm_channel_info_15572 snd_pcm_channel_info 0 15572 NULL
 +persistent_status_15574 persistent_status 4 15574 NULL
 +bnx2fc_process_unsol_compl_15576 bnx2fc_process_unsol_compl 2 15576 NULL
 +vme_user_write_15587 vme_user_write 3 15587 NULL
++ocfs2_truncate_rec_15595 ocfs2_truncate_rec 0 15595 NULL
 +compat_fillonedir_15620 compat_fillonedir 3 15620 NULL
++pci_user_read_config_dword_15624 pci_user_read_config_dword 0 15624 NULL
 +proc_loginuid_read_15631 proc_loginuid_read 3 15631 NULL
++mlx4_SET_PORT_15636 mlx4_SET_PORT 0 15636 NULL
 +tomoyo_scan_bprm_15642 tomoyo_scan_bprm 2-4 15642 NULL nohasharray
 +sk_memory_allocated_add_15642 sk_memory_allocated_add 2 15642 &tomoyo_scan_bprm_15642 nohasharray
 +pipeline_hs_tx_stat_fifo_int_read_15642 pipeline_hs_tx_stat_fifo_int_read 3 15642 &sk_memory_allocated_add_15642
@@ -116249,23 +116235,34 @@ index 0000000..8972f81
 +unix_bind_15668 unix_bind 3 15668 NULL
 +dm_read_15674 dm_read 3 15674 NULL nohasharray
 +SyS_connect_15674 SyS_connect 3 15674 &dm_read_15674
++uinput_str_to_user_15695 uinput_str_to_user 3 15695 NULL
++__sk_migrate_realloc_15709 __sk_migrate_realloc 3 15709 NULL
++ocfs2_split_tree_15716 ocfs2_split_tree 0 15716 NULL
++as3722_irq_get_virq_15718 as3722_irq_get_virq 2 15718 NULL
 +tracing_snapshot_write_15719 tracing_snapshot_write 3 15719 NULL
 +HiSax_readstatus_15752 HiSax_readstatus 2 15752 NULL
 +smk_read_direct_15803 smk_read_direct 3 15803 NULL
 +nameseq_list_15817 nameseq_list 3-0 15817 NULL nohasharray
 +gnttab_expand_15817 gnttab_expand 1 15817 &nameseq_list_15817
 +afs_proc_rootcell_write_15822 afs_proc_rootcell_write 3 15822 NULL
++ql_start_tx_ring_15823 ql_start_tx_ring 0 15823 NULL
 +table_size_15851 table_size 0-1-2 15851 NULL
 +write_file_tx99_15856 write_file_tx99 3 15856 NULL
-+media_entity_init_15870 media_entity_init 2-4 15870 NULL
++ubi_io_write_15870 ubi_io_write 0 15870 NULL nohasharray
++media_entity_init_15870 media_entity_init 2-4 15870 &ubi_io_write_15870
 +__mptctl_ioctl_15875 __mptctl_ioctl 2 15875 NULL
++handler_set_err_15886 handler_set_err 0-2 15886 NULL
 +native_read_msr_15905 native_read_msr 0 15905 NULL
++remove_ok_15910 remove_ok 0 15910 NULL
 +parse_audio_stream_data_15937 parse_audio_stream_data 3 15937 NULL
 +power_read_15939 power_read 3 15939 NULL
 +lpfc_idiag_drbacc_read_15948 lpfc_idiag_drbacc_read 3 15948 NULL
 +snd_pcm_lib_read_transfer_15952 snd_pcm_lib_read_transfer 5-2-4 15952 NULL
 +memblock_virt_alloc_try_nid_15954 memblock_virt_alloc_try_nid 1 15954 NULL
++ar9003_mci_setup_15969 ar9003_mci_setup 0 15969 NULL
++sht15_connection_reset_15973 sht15_connection_reset 0 15973 NULL
 +viafb_vt1636_proc_write_16018 viafb_vt1636_proc_write 3 16018 NULL
++dev_alloc_name_16019 dev_alloc_name 0 16019 NULL
 +dccp_recvmsg_16056 dccp_recvmsg 4 16056 NULL
 +read_file_spectral_period_16057 read_file_spectral_period 3 16057 NULL
 +si5351_msynth_params_address_16062 si5351_msynth_params_address 0-1 16062 NULL
@@ -116274,9 +116271,10 @@ index 0000000..8972f81
 +dma_tx_requested_read_16110 dma_tx_requested_read 3 16110 &isr_hw_pm_mode_changes_read_16110
 +gfs2_jdesc_check_16122 gfs2_jdesc_check 0 16122 NULL
 +snd_dma_pointer_16126 snd_dma_pointer 0-2 16126 NULL
-+compat_sys_select_16131 compat_sys_select 1 16131 NULL
 +fsm_init_16134 fsm_init 2 16134 NULL
++input_register_device_16147 input_register_device 0 16147 NULL
 +ext4_xattr_block_get_16148 ext4_xattr_block_get 0 16148 NULL
++__clk_round_rate_16169 __clk_round_rate 0 16169 NULL
 +optimal_reclaimed_pages_16172 optimal_reclaimed_pages 0 16172 NULL
 +mapping_level_16188 mapping_level 2-0 16188 NULL
 +i40e_allocate_virt_mem_d_16191 i40e_allocate_virt_mem_d 3 16191 NULL
@@ -116284,12 +116282,13 @@ index 0000000..8972f81
 +cipso_v4_map_cat_rng_hton_16203 cipso_v4_map_cat_rng_hton 0 16203 NULL
 +SyS_pselect6_16210 SyS_pselect6 1 16210 NULL
 +create_table_16213 create_table 2 16213 NULL
++si476x_core_send_command_16219 si476x_core_send_command 4-6 16219 NULL
 +ath9k_hw_ar9287_dump_eeprom_16224 ath9k_hw_ar9287_dump_eeprom 5-4 16224 NULL
 +atomic_read_file_16227 atomic_read_file 3 16227 NULL
++r6040_up_16233 r6040_up 0 16233 NULL
 +BcmGetSectionValStartOffset_16235 BcmGetSectionValStartOffset 0 16235 NULL
 +lov_prep_brw_set_16246 lov_prep_brw_set 3 16246 NULL
-+btrfs_dev_extent_chunk_offset_16247 btrfs_dev_extent_chunk_offset 0 16247 NULL nohasharray
-+i40e_dbg_dump_read_16247 i40e_dbg_dump_read 3 16247 &btrfs_dev_extent_chunk_offset_16247
++i40e_dbg_dump_read_16247 i40e_dbg_dump_read 3 16247 NULL
 +il_dbgfs_disable_ht40_write_16249 il_dbgfs_disable_ht40_write 3 16249 NULL
 +SyS_fgetxattr_16254 SyS_fgetxattr 4 16254 NULL
 +reiserfs_acl_count_16265 reiserfs_acl_count 0-1 16265 NULL
@@ -116303,37 +116302,57 @@ index 0000000..8972f81
 +stk_allocate_buffers_16291 stk_allocate_buffers 2 16291 NULL
 +rbd_segment_offset_16293 rbd_segment_offset 0-2 16293 NULL
 +rsc_mgr_init_16299 rsc_mgr_init 3 16299 NULL
-+kvm_handle_hva_range_16312 kvm_handle_hva_range 3-2 16312 NULL
++kvm_handle_hva_range_16312 kvm_handle_hva_range 2-3 16312 NULL
 +sysfs_create_groups_16360 sysfs_create_groups 0 16360 NULL
 +total_ps_buffered_read_16365 total_ps_buffered_read 3 16365 NULL
 +xfs_inobt_lookup_16367 xfs_inobt_lookup 0 16367 NULL
 +iscsi_tcp_conn_setup_16376 iscsi_tcp_conn_setup 2 16376 NULL
 +gfs2_dinode_in_16378 gfs2_dinode_in 0 16378 NULL
++i8042_create_kbd_port_16379 i8042_create_kbd_port 0 16379 NULL
++iio_device_add_event_16412 iio_device_add_event 0 16412 NULL
 +xfs_btree_check_block_16419 xfs_btree_check_block 0 16419 NULL
 +ieee80211_if_read_tsf_16420 ieee80211_if_read_tsf 3 16420 NULL
 +rxrpc_server_keyring_16431 rxrpc_server_keyring 3 16431 NULL
 +__bio_add_page_16435 __bio_add_page 0-4 16435 NULL
 +cmdline_store_16442 cmdline_store 4 16442 NULL
++sf1_read_16451 sf1_read 0 16451 NULL
 +btrfs_truncate_inode_items_16452 btrfs_truncate_inode_items 4 16452 NULL
++ocfs2_expand_refcount_tree_16455 ocfs2_expand_refcount_tree 0 16455 NULL
 +netlink_change_ngroups_16457 netlink_change_ngroups 2 16457 NULL
 +req_capsule_get_size_16467 req_capsule_get_size 0 16467 NULL
++ocfs2_block_group_set_bits_16488 ocfs2_block_group_set_bits 0 16488 NULL
 +tracing_readme_read_16493 tracing_readme_read 3 16493 NULL
 +KEY_OFFSET_16504 KEY_OFFSET 0 16504 NULL
++mthca_map_cmd_16510 mthca_map_cmd 0 16510 NULL
++start_this_handle_16519 start_this_handle 0 16519 NULL
++ath10k_htc_wait_target_16526 ath10k_htc_wait_target 0 16526 NULL
 +snd_interval_max_16529 snd_interval_max 0 16529 NULL
 +raid10_resize_16537 raid10_resize 2 16537 NULL
 +lpfc_debugfs_read_16566 lpfc_debugfs_read 3 16566 NULL
++p54_convert_output_limits_16575 p54_convert_output_limits 0 16575 NULL
 +agp_allocate_memory_wrap_16576 agp_allocate_memory_wrap 1 16576 NULL
 +lustre_msg_hdr_size_v2_16589 lustre_msg_hdr_size_v2 0 16589 NULL
 +gmux_index_read32_16604 gmux_index_read32 0 16604 NULL
++palmas_irq_get_virq_16613 palmas_irq_get_virq 2 16613 NULL
++compat_SyS_migrate_pages_16618 compat_SyS_migrate_pages 2 16618 NULL
 +rtw_set_wpa_ie_16633 rtw_set_wpa_ie 3 16633 NULL
++solo_tw28_init_16634 solo_tw28_init 0 16634 NULL
 +btrfs_get_token_32_16651 btrfs_get_token_32 0 16651 NULL
++__add_to_page_cache_locked_16659 __add_to_page_cache_locked 0 16659 NULL
++mfd_add_devices_16668 mfd_add_devices 0 16668 NULL
 +__wa_populate_dto_urb_16699 __wa_populate_dto_urb 3-4 16699 NULL
++nilfs_chunk_size_16706 nilfs_chunk_size 0 16706 NULL
++mlx4_QUERY_FW_16715 mlx4_QUERY_FW 0 16715 NULL
 +__proc_lnet_buffers_16717 __proc_lnet_buffers 5 16717 NULL
++videobuf_dvb_register_bus_16740 videobuf_dvb_register_bus 0 16740 NULL
 +__copy_to_user_swizzled_16748 __copy_to_user_swizzled 3-4 16748 NULL
++cafe_smbus_setup_16749 cafe_smbus_setup 0 16749 NULL
 +arcmsr_adjust_disk_queue_depth_16756 arcmsr_adjust_disk_queue_depth 2 16756 NULL
 +blk_rq_map_user_iov_16772 blk_rq_map_user_iov 5 16772 NULL
++generic_write_end_16782 generic_write_end 0-5 16782 NULL
 +i2o_parm_issue_16790 i2o_parm_issue 0 16790 NULL
 +get_server_iovec_16804 get_server_iovec 2 16804 NULL
++register_miscdev_16828 register_miscdev 0 16828 NULL
 +drm_malloc_ab_16831 drm_malloc_ab 1-2 16831 NULL
 +scsi_mode_sense_16835 scsi_mode_sense 5 16835 NULL
 +hfsplus_min_io_size_16859 hfsplus_min_io_size 0 16859 NULL
@@ -116343,15 +116362,19 @@ index 0000000..8972f81
 +carl9170_debugfs_ampdu_state_read_16873 carl9170_debugfs_ampdu_state_read 3 16873 NULL
 +st_write_16874 st_write 3 16874 NULL
 +__kfifo_peek_n_16877 __kfifo_peek_n 0 16877 NULL
-+transport_init_session_tags_16878 transport_init_session_tags 1-2 16878 NULL
 +snd_gf1_mem_proc_dump_16926 snd_gf1_mem_proc_dump 5 16926 NULL nohasharray
 +psb_unlocked_ioctl_16926 psb_unlocked_ioctl 2 16926 &snd_gf1_mem_proc_dump_16926
++usb_enumerate_device_16941 usb_enumerate_device 0 16941 NULL
 +_sp2d_alloc_16944 _sp2d_alloc 1-2-3 16944 NULL
 +squashfs_read_table_16945 squashfs_read_table 3 16945 NULL
++sis_alloc_suspend_16951 sis_alloc_suspend 0 16951 NULL
 +keyctl_instantiate_key_iov_16969 keyctl_instantiate_key_iov 3 16969 NULL
++fnic_intr_alloc_16971 fnic_intr_alloc 0 16971 NULL
 +ocfs2_read_quota_phys_block_16990 ocfs2_read_quota_phys_block 0 16990 NULL
 +ceph_read_dir_17005 ceph_read_dir 3 17005 NULL
 +copy_counters_to_user_17027 copy_counters_to_user 5 17027 NULL
++ath9k_hw_eeprom_init_17038 ath9k_hw_eeprom_init 0 17038 NULL
++C_SYSC_keyctl_17041 C_SYSC_keyctl 4 17041 NULL
 +jffs2_trusted_setxattr_17048 jffs2_trusted_setxattr 4 17048 NULL
 +__arch_hweight32_17060 __arch_hweight32 0 17060 NULL
 +sddr55_read_data_17072 sddr55_read_data 4 17072 NULL
@@ -116362,8 +116385,10 @@ index 0000000..8972f81
 +ocfs2_get_refcount_cpos_end_17113 ocfs2_get_refcount_cpos_end 0 17113 NULL
 +write_mem_17114 write_mem 3 17114 NULL
 +pvr2_hdw_state_report_17121 pvr2_hdw_state_report 3 17121 NULL
++br_sysfs_renameif_17142 br_sysfs_renameif 0 17142 NULL
 +nouveau_instobj_create__17144 nouveau_instobj_create_ 4 17144 NULL
 +jumpshot_write_data_17151 jumpshot_write_data 4 17151 NULL
++t4_fw_reset_17157 t4_fw_reset 0 17157 NULL
 +sep_read_17161 sep_read 3 17161 NULL
 +befs_nls2utf_17163 befs_nls2utf 3 17163 NULL
 +tx_tx_start_templates_read_17164 tx_tx_start_templates_read 3 17164 NULL
@@ -116375,6 +116400,7 @@ index 0000000..8972f81
 +driver_state_read_17194 driver_state_read 3 17194 &iscsit_find_cmd_from_itt_or_dump_17194
 +sync_request_17208 sync_request 2 17208 NULL
 +dn_recvmsg_17213 dn_recvmsg 4 17213 NULL
++qla24xx_enable_msix_17225 qla24xx_enable_msix 0 17225 NULL
 +lprocfs_read_frac_helper_17261 lprocfs_read_frac_helper 0 17261 NULL
 +error_error_frame_cts_nul_flid_read_17262 error_error_frame_cts_nul_flid_read 3 17262 NULL
 +alloc_ep_17269 alloc_ep 1 17269 NULL
@@ -116382,15 +116408,22 @@ index 0000000..8972f81
 +raw_recvmsg_17277 raw_recvmsg 4 17277 NULL
 +hmac_sha256_17278 hmac_sha256 2 17278 NULL
 +neigh_hash_grow_17283 neigh_hash_grow 2 17283 NULL
++check_board_id_and_rev_17288 check_board_id_and_rev 0 17288 NULL
 +minstrel_stats_read_17290 minstrel_stats_read 3 17290 NULL
 +ieee80211_if_fmt_dot11MeshForwarding_17301 ieee80211_if_fmt_dot11MeshForwarding 3 17301 NULL
 +mb_cache_create_17307 mb_cache_create 2 17307 NULL
-+gnttab_map_frames_v2_17314 gnttab_map_frames_v2 2 17314 NULL
++gnttab_map_frames_v2_17314 gnttab_map_frames_v2 2 17314 NULL nohasharray
++regmap_bulk_read_17314 regmap_bulk_read 0 17314 &gnttab_map_frames_v2_17314
++SYSC_pread64_17337 SYSC_pread64 3 17337 NULL
 +ieee80211_if_read_dot11MeshHWMPperrMinInterval_17346 ieee80211_if_read_dot11MeshHWMPperrMinInterval 3 17346 NULL
 +ath6kl_wmi_send_mgmt_cmd_17347 ath6kl_wmi_send_mgmt_cmd 7 17347 NULL
++uv_setup_irq_17362 uv_setup_irq 0 17362 NULL
++mthca_SW2HW_EQ_17393 mthca_SW2HW_EQ 0 17393 NULL
++snmp6_register_dev_17402 snmp6_register_dev 0 17402 NULL
 +mdc_import_seq_write_17409 mdc_import_seq_write 3 17409 NULL
++mlx4_init_hca_17420 mlx4_init_hca 0 17420 NULL
++qla4xxx_request_irqs_17423 qla4xxx_request_irqs 0 17423 NULL
 +lpfc_debugfs_dif_err_write_17424 lpfc_debugfs_dif_err_write 3 17424 NULL
-+compat_sys_ppoll_17430 compat_sys_ppoll 2 17430 NULL
 +sta_connected_time_read_17435 sta_connected_time_read 3 17435 NULL
 +libcfs_ipif_enumerate_17445 libcfs_ipif_enumerate 0 17445 NULL
 +xfs_btree_lshift_17448 xfs_btree_lshift 0 17448 NULL
@@ -116399,29 +116432,40 @@ index 0000000..8972f81
 +probe_kernel_write_17481 probe_kernel_write 3 17481 NULL
 +TSS_rawhmac_17486 TSS_rawhmac 3 17486 NULL
 +lbs_highrssi_write_17515 lbs_highrssi_write 3 17515 NULL
++ata_bmdma_port_start_17525 ata_bmdma_port_start 0 17525 NULL
 +qp_free_res_17541 qp_free_res 5 17541 NULL
-+__copy_to_user_17551 __copy_to_user 3-0 17551 NULL
++__copy_to_user_17551 __copy_to_user 0-3 17551 NULL
 +copy_from_user_17559 copy_from_user 0-3 17559 NULL
++snd_pcm_action_lock_irq_17569 snd_pcm_action_lock_irq 0 17569 NULL
 +hash_netport4_expire_17573 hash_netport4_expire 4 17573 NULL
 +acpi_ut_create_package_object_17594 acpi_ut_create_package_object 1 17594 NULL
 +neigh_hash_alloc_17595 neigh_hash_alloc 1 17595 NULL
++wm8994_gpio_to_irq_17604 wm8994_gpio_to_irq 2 17604 NULL
 +osst_execute_17607 osst_execute 7-6 17607 NULL
 +ieee80211_if_read_dot11MeshHWMPactivePathToRootTimeout_17618 ieee80211_if_read_dot11MeshHWMPactivePathToRootTimeout 3 17618 NULL
 +dma_map_page_17628 dma_map_page 0 17628 NULL
++ocfs2_rotate_subtree_left_17634 ocfs2_rotate_subtree_left 0 17634 NULL
 +twl4030_set_gpio_direction_17645 twl4030_set_gpio_direction 1 17645 NULL
 +SYSC_migrate_pages_17657 SYSC_migrate_pages 2 17657 NULL
-+packet_setsockopt_17662 packet_setsockopt 5 17662 NULL
++packet_setsockopt_17662 packet_setsockopt 5 17662 NULL nohasharray
++ubi_io_read_data_17662 ubi_io_read_data 0 17662 &packet_setsockopt_17662
++kernel_write_17665 kernel_write 3 17665 NULL
++t4_query_params_17668 t4_query_params 0 17668 NULL
 +pwr_enable_ps_read_17686 pwr_enable_ps_read 3 17686 NULL
 +filemap_fdatawait_17688 filemap_fdatawait 0 17688 NULL
 +venus_rename_17707 venus_rename 4-5 17707 NULL nohasharray
 +__einj_error_trigger_17707 __einj_error_trigger 0 17707 &venus_rename_17707
 +exofs_read_lookup_dev_table_17733 exofs_read_lookup_dev_table 3 17733 NULL
 +sctpprobe_read_17741 sctpprobe_read 3 17741 NULL
-+dgap_do_fep_load_17765 dgap_do_fep_load 3 17765 NULL
++gpio_request_17750 gpio_request 0 17750 NULL
++ubifs_leb_change_17789 ubifs_leb_change 0 17789 NULL
 +shrink_slab_node_17794 shrink_slab_node 3 17794 NULL
++lpuart_copy_rx_to_tty_17801 lpuart_copy_rx_to_tty 3 17801 NULL
 +gnet_stats_copy_app_17821 gnet_stats_copy_app 3 17821 NULL
++velocity_init_td_ring_17825 velocity_init_td_ring 0 17825 NULL
 +cipso_v4_gentag_rbm_17836 cipso_v4_gentag_rbm 0 17836 NULL
 +em28xx_audio_ep_packet_size_17844 em28xx_audio_ep_packet_size 0 17844 NULL
++sysfs_rename_link_ns_17848 sysfs_rename_link_ns 0 17848 NULL
 +dm_stats_message_17863 dm_stats_message 5 17863 NULL
 +sisusb_send_bulk_msg_17864 sisusb_send_bulk_msg 3 17864 NULL
 +alloc_sja1000dev_17868 alloc_sja1000dev 1 17868 NULL
@@ -116432,19 +116476,24 @@ index 0000000..8972f81
 +init_per_cpu_17880 init_per_cpu 1 17880 NULL
 +ieee80211_if_fmt_dot11MeshMaxPeerLinks_17883 ieee80211_if_fmt_dot11MeshMaxPeerLinks 3 17883 NULL
 +ieee80211_if_fmt_dot11MeshHWMPRootMode_17890 ieee80211_if_fmt_dot11MeshHWMPRootMode 3 17890 NULL
++dev_pm_opp_get_opp_count_17911 dev_pm_opp_get_opp_count 0 17911 NULL
 +xfs_buf_associate_memory_17915 xfs_buf_associate_memory 3 17915 NULL
 +xfs_rtallocate_extent_near_17916 xfs_rtallocate_extent_near 0 17916 NULL
++tipc_port_iovec_rcv_17921 tipc_port_iovec_rcv 3 17921 NULL
 +scsi_bufflen_17933 scsi_bufflen 0 17933 NULL
 +__mutex_lock_check_stamp_17947 __mutex_lock_check_stamp 0 17947 NULL
 +beacon_interval_write_17952 beacon_interval_write 3 17952 NULL
 +calc_nr_buckets_17976 calc_nr_buckets 0 17976 NULL
++mtip_hw_init_17980 mtip_hw_init 0 17980 NULL
 +ext4_ext_calc_credits_for_single_extent_17983 ext4_ext_calc_credits_for_single_extent 0-2 17983 NULL
 +smk_write_cipso_17989 smk_write_cipso 3 17989 NULL
 +gnttab_max_grant_frames_17993 gnttab_max_grant_frames 0 17993 NULL
 +pvr2_v4l2_read_18006 pvr2_v4l2_read 3 18006 NULL
-+alloc_rx_desc_ring_18016 alloc_rx_desc_ring 2 18016 NULL
 +cpufreq_add_dev_symlink_18028 cpufreq_add_dev_symlink 0 18028 NULL
++tps65912_i2c_write_18030 tps65912_i2c_write 3 18030 NULL
 +o2hb_highest_node_18034 o2hb_highest_node 0 18034 NULL
++__posix_lock_file_18035 __posix_lock_file 0 18035 NULL
++ocfs2_cache_cluster_dealloc_18043 ocfs2_cache_cluster_dealloc 0 18043 NULL
 +cryptd_alloc_instance_18048 cryptd_alloc_instance 2-3 18048 NULL
 +__btrfs_drop_extents_18049 __btrfs_drop_extents 5 18049 NULL
 +ddebug_proc_write_18055 ddebug_proc_write 3 18055 NULL
@@ -116460,22 +116509,31 @@ index 0000000..8972f81
 +paging32_gpte_to_gfn_lvl_18131 paging32_gpte_to_gfn_lvl 0-2-1 18131 NULL
 +xfs_zero_eof_18134 xfs_zero_eof 0 18134 NULL
 +selinux_inode_setsecurity_18148 selinux_inode_setsecurity 4 18148 NULL
++is_idx_node_in_use_18165 is_idx_node_in_use 0 18165 NULL
 +pccard_store_cis_18176 pccard_store_cis 6 18176 NULL
++snd_pcm_hw_refine_user_18204 snd_pcm_hw_refine_user 0 18204 NULL
 +orinoco_add_extscan_result_18207 orinoco_add_extscan_result 3 18207 NULL
 +gsm_control_message_18209 gsm_control_message 4 18209 NULL
 +read_rindex_entry_18213 read_rindex_entry 0 18213 NULL
++ocfs2_divide_leaf_refcount_block_18214 ocfs2_divide_leaf_refcount_block 0 18214 NULL
 +do_ipv6_setsockopt_18215 do_ipv6_setsockopt 5 18215 NULL
-+gnttab_alloc_grant_references_18240 gnttab_alloc_grant_references 1 18240 NULL
++pcmcia_enable_device_18218 pcmcia_enable_device 0 18218 NULL
++gnttab_alloc_grant_references_18240 gnttab_alloc_grant_references 1 18240 NULL nohasharray
++tsi721_request_msix_18240 tsi721_request_msix 0 18240 &gnttab_alloc_grant_references_18240
 +alloc_trace_uprobe_18247 alloc_trace_uprobe 3 18247 NULL
 +rfcomm_sock_setsockopt_18254 rfcomm_sock_setsockopt 5 18254 NULL
 +qdisc_class_hash_alloc_18262 qdisc_class_hash_alloc 1 18262 NULL
++tg3_bmcr_reset_18271 tg3_bmcr_reset 0 18271 NULL
 +gfs2_alloc_sort_buffer_18275 gfs2_alloc_sort_buffer 1 18275 NULL
 +alloc_ring_18278 alloc_ring 2-4 18278 NULL
++find_dirty_idx_leb_18280 find_dirty_idx_leb 0 18280 NULL
 +bio_phys_segments_18281 bio_phys_segments 0 18281 NULL nohasharray
-+nouveau_subdev_create__18281 nouveau_subdev_create_ 7 18281 &bio_phys_segments_18281
++nouveau_subdev_create__18281 nouveau_subdev_create_ 7-0 18281 &bio_phys_segments_18281
++lx_init_xilinx_test_18282 lx_init_xilinx_test 0 18282 NULL
 +ext4_readpages_18283 ext4_readpages 4 18283 NULL
 +mmc_send_bus_test_18285 mmc_send_bus_test 4 18285 NULL
 +um_idi_write_18293 um_idi_write 3 18293 NULL
++tg3_request_irq_18303 tg3_request_irq 0 18303 NULL
 +nouveau_disp_create__18305 nouveau_disp_create_ 4-7 18305 NULL
 +vga_r_18310 vga_r 0 18310 NULL
 +class_add_profile_18315 class_add_profile 1-3-5 18315 NULL
@@ -116483,121 +116541,170 @@ index 0000000..8972f81
 +alloc_and_copy_string_18321 alloc_and_copy_string 2 18321 NULL
 +ecryptfs_send_message_18322 ecryptfs_send_message 2 18322 NULL
 +bio_integrity_advance_18324 bio_integrity_advance 2 18324 NULL
++copy_page_to_iter_18345 copy_page_to_iter 3-0 18345 NULL
 +lcd_proc_write_18351 lcd_proc_write 3 18351 NULL
 +pwr_power_save_off_read_18355 pwr_power_save_off_read 3 18355 NULL
 +SyS_process_vm_readv_18366 SyS_process_vm_readv 3-5 18366 NULL
 +ep_io_18367 ep_io 0 18367 NULL
 +qib_user_sdma_num_pages_18371 qib_user_sdma_num_pages 0 18371 NULL
-+__ceph_getxattr_18386 __ceph_getxattr 0 18386 NULL
-+ci_role_write_18388 ci_role_write 3 18388 NULL
++sas_register_ports_18375 sas_register_ports 0 18375 NULL
++__ceph_getxattr_18386 __ceph_getxattr 0 18386 NULL nohasharray
++asd_create_dev_attrs_18386 asd_create_dev_attrs 0 18386 &__ceph_getxattr_18386
++ci_role_write_18388 ci_role_write 3 18388 NULL nohasharray
++irq_find_mapping_18388 irq_find_mapping 0-2 18388 &ci_role_write_18388
++sf1_read_18393 sf1_read 0 18393 NULL
 +hdlc_empty_fifo_18397 hdlc_empty_fifo 2 18397 NULL
++__video_register_device_18399 __video_register_device 0 18399 NULL
 +adis16136_show_serial_18402 adis16136_show_serial 3 18402 NULL
-+crystalhd_user_data_18407 crystalhd_user_data 3 18407 NULL
++ixgbe_request_msix_irqs_18403 ixgbe_request_msix_irqs 0 18403 NULL
++pci_save_pcix_state_18410 pci_save_pcix_state 0 18410 NULL
++rtl8169_rx_fill_18416 rtl8169_rx_fill 0 18416 NULL
 +memblock_virt_alloc_node_nopanic_18431 memblock_virt_alloc_node_nopanic 1 18431 NULL
 +iscsi_create_flashnode_sess_18433 iscsi_create_flashnode_sess 4 18433 NULL
 +snd_hda_get_connections_18437 snd_hda_get_connections 0 18437 NULL
-+flash_dev_cache_miss_18454 flash_dev_cache_miss 4 18454 NULL
++ide_pci_configure_18442 ide_pci_configure 0 18442 NULL
 +fuse_perform_write_18457 fuse_perform_write 4 18457 NULL
 +regset_tls_set_18459 regset_tls_set 4 18459 NULL
++t3_wait_op_done_18469 t3_wait_op_done 0 18469 NULL
 +pci_vpd_lrdt_size_18479 pci_vpd_lrdt_size 0 18479 NULL nohasharray
 +mite_bytes_in_transit_18479 mite_bytes_in_transit 0 18479 &pci_vpd_lrdt_size_18479
 +udpv6_setsockopt_18487 udpv6_setsockopt 5 18487 NULL
 +btrfs_fiemap_18501 btrfs_fiemap 3 18501 NULL
 +__copy_user_zeroing_intel_18510 __copy_user_zeroing_intel 0-3 18510 NULL
 +__block_write_begin_18511 __block_write_begin 0 18511 NULL
-+snd_vx_inb_18514 snd_vx_inb 0 18514 NULL
++snd_vx_inb_18514 snd_vx_inb 0 18514 NULL nohasharray
++mlx5_debug_eq_add_18514 mlx5_debug_eq_add 0 18514 &snd_vx_inb_18514
 +snd_gus_dram_poke_18525 snd_gus_dram_poke 4 18525 NULL
 +nouveau_fifo_channel_create__18530 nouveau_fifo_channel_create_ 9 18530 NULL
++tipc_send2port_18531 tipc_send2port 4 18531 NULL
++t3_sge_init_flcntxt_18535 t3_sge_init_flcntxt 0 18535 NULL
 +seq_copy_in_user_18543 seq_copy_in_user 3 18543 NULL
 +sas_change_queue_depth_18555 sas_change_queue_depth 2 18555 NULL
 +smk_write_rules_list_18565 smk_write_rules_list 3 18565 NULL
++asd_init_chip_18572 asd_init_chip 0 18572 NULL
 +debug_output_18575 debug_output 3 18575 NULL
 +xfs_btree_read_bufl_18597 xfs_btree_read_bufl 0 18597 NULL
-+filemap_fdatawait_range_18600 filemap_fdatawait_range 0 18600 NULL
++filemap_fdatawait_range_18600 filemap_fdatawait_range 0 18600 NULL nohasharray
++slabinfo_write_18600 slabinfo_write 3 18600 &filemap_fdatawait_range_18600
 +iowarrior_write_18604 iowarrior_write 3 18604 NULL
-+nvc0_ram_create__18624 nvc0_ram_create_ 4 18624 NULL
 +from_buffer_18625 from_buffer 3 18625 NULL
++vnic_dev_cmd_18640 vnic_dev_cmd 0 18640 NULL
++__dev_set_mtu_18647 __dev_set_mtu 0 18647 NULL
++gpiod_request_18656 gpiod_request 0 18656 NULL
 +snd_pcm_oss_write3_18657 snd_pcm_oss_write3 0-3 18657 NULL
 +ieee80211_if_fmt_rssi_threshold_18664 ieee80211_if_fmt_rssi_threshold 3 18664 NULL
++unmap_page_18665 unmap_page 2-3 18665 NULL
 +xfs_iext_insert_18667 xfs_iext_insert 3 18667 NULL
 +fnic_stats_debugfs_read_18688 fnic_stats_debugfs_read 3 18688 NULL
 +echo_client_prep_commit_18693 echo_client_prep_commit 8 18693 NULL
++lbs_set_snmp_mib_18694 lbs_set_snmp_mib 0 18694 NULL
 +iwl_dbgfs_rx_handlers_read_18708 iwl_dbgfs_rx_handlers_read 3 18708 NULL
 +ceph_alloc_page_vector_18710 ceph_alloc_page_vector 1 18710 NULL
++spu_read_u16_18713 spu_read_u16 0 18713 NULL
 +blk_rq_bytes_18715 blk_rq_bytes 0 18715 NULL
++nfs4_init_callback_netid_18717 nfs4_init_callback_netid 3 18717 NULL
++byt_gpio_to_irq_18721 byt_gpio_to_irq 2 18721 NULL
 +snd_als4k_gcr_read_addr_18741 snd_als4k_gcr_read_addr 0 18741 NULL
 +o2hb_debug_create_18744 o2hb_debug_create 4 18744 NULL
 +__erst_read_to_erange_from_nvram_18748 __erst_read_to_erange_from_nvram 0 18748 NULL
 +wep_packets_read_18751 wep_packets_read 3 18751 NULL
++carm_init_wait_18763 carm_init_wait 0 18763 NULL
 +read_file_dump_nfcal_18766 read_file_dump_nfcal 3 18766 NULL
-+ffs_epfile_read_18775 ffs_epfile_read 3 18775 NULL
 +SyS_lsetxattr_18776 SyS_lsetxattr 4 18776 NULL
 +alloc_fcdev_18780 alloc_fcdev 1 18780 NULL
++prealloc_18800 prealloc 0 18800 NULL
 +dm_stats_print_18815 dm_stats_print 7 18815 NULL
 +sys_modify_ldt_18824 sys_modify_ldt 3 18824 NULL
++hid_connect_18828 hid_connect 0 18828 NULL
 +mtf_test_write_18844 mtf_test_write 3 18844 NULL
++t3_sge_write_context_18852 t3_sge_write_context 0 18852 NULL
 +sctp_setsockopt_events_18862 sctp_setsockopt_events 3 18862 NULL
 +ieee80211_if_read_element_ttl_18869 ieee80211_if_read_element_ttl 3 18869 NULL
 +xlog_find_verify_log_record_18870 xlog_find_verify_log_record 2 18870 NULL
 +ceph_setxattr_18913 ceph_setxattr 4 18913 NULL
++dma_set_mask_and_coherent_18926 dma_set_mask_and_coherent 0 18926 NULL
 +ieee80211_rx_mgmt_disassoc_18927 ieee80211_rx_mgmt_disassoc 3 18927 NULL
 +snapshot_write_next_18937 snapshot_write_next 0 18937 NULL
++ida_get_new_18948 ida_get_new 0 18948 NULL
 +clean_journal_18955 clean_journal 0 18955 NULL
 +__nla_reserve_18974 __nla_reserve 3 18974 NULL
++lx_init_ethersound_config_18976 lx_init_ethersound_config 0 18976 NULL
 +__blockdev_direct_IO_18977 __blockdev_direct_IO 0-6 18977 NULL
++find_dirtiest_idx_leb_19001 find_dirtiest_idx_leb 0 19001 NULL
 +layout_in_gaps_19006 layout_in_gaps 2 19006 NULL
 +huge_page_size_19008 huge_page_size 0 19008 NULL
++peak_pciec_write_pca9553_19010 peak_pciec_write_pca9553 0 19010 NULL
 +hash_netport6_expire_19013 hash_netport6_expire 4 19013 NULL
 +sysfs_create_dir_ns_19033 sysfs_create_dir_ns 0 19033 NULL
++ocfs2_steal_resource_19036 ocfs2_steal_resource 0 19036 NULL nohasharray
++peak_pciec_init_leds_19036 peak_pciec_init_leds 0 19036 &ocfs2_steal_resource_19036
 +revalidate_19043 revalidate 2 19043 NULL
 +afs_vnode_store_data_19048 afs_vnode_store_data 2-3-4-5 19048 NULL
-+osc_pinger_recov_seq_write_19056 osc_pinger_recov_seq_write 3 19056 NULL
++osc_pinger_recov_seq_write_19056 osc_pinger_recov_seq_write 3 19056 NULL nohasharray
++do_vm86_irq_handling_19056 do_vm86_irq_handling 2 19056 &osc_pinger_recov_seq_write_19056
 +get_log_header_19063 get_log_header 0 19063 NULL
-+create_gpadl_header_19064 create_gpadl_header 2 19064 NULL
++create_gpadl_header_19064 create_gpadl_header 2-0 19064 NULL
 +ceph_create_snap_context_19082 ceph_create_snap_context 1 19082 NULL
++dwc2_core_reset_19099 dwc2_core_reset 0 19099 NULL
 +sta_last_seq_ctrl_read_19106 sta_last_seq_ctrl_read 3 19106 NULL
 +cifs_readv_from_socket_19109 cifs_readv_from_socket 3 19109 NULL
++pci_enable_pcie_error_reporting_19111 pci_enable_pcie_error_reporting 0 19111 NULL
++cb710_register_slot_19121 cb710_register_slot 0 19121 NULL
++skb_gro_offset_19123 skb_gro_offset 0 19123 NULL
 +snd_als4k_iobase_readl_19136 snd_als4k_iobase_readl 0 19136 NULL
++tg3_phy_reset_chanpat_19137 tg3_phy_reset_chanpat 0 19137 NULL
 +alloc_irdadev_19140 alloc_irdadev 1 19140 NULL
++spu_read_u32_19158 spu_read_u32 0 19158 NULL
 +sleep_auth_read_19159 sleep_auth_read 3 19159 NULL
 +smk_write_access2_19170 smk_write_access2 3 19170 NULL
 +iwl_dbgfs_reply_tx_error_read_19205 iwl_dbgfs_reply_tx_error_read 3 19205 NULL
-+vmw_unlocked_ioctl_19212 vmw_unlocked_ioctl 2 19212 NULL
-+__copy_to_user_inatomic_19214 __copy_to_user_inatomic 3-0 19214 NULL
++__copy_to_user_inatomic_19214 __copy_to_user_inatomic 0-3 19214 NULL
 +dev_counters_read_19216 dev_counters_read 3 19216 NULL
 +wbcir_tx_19219 wbcir_tx 3 19219 NULL
 +snd_mask_max_19224 snd_mask_max 0 19224 NULL
-+bio_alloc_mddev_19238 bio_alloc_mddev 2 19238 NULL
++snd_pcm_capture_rewind_19229 snd_pcm_capture_rewind 0-2 19229 NULL
++vnic_dev_cmd_proxy_19232 vnic_dev_cmd_proxy 0 19232 NULL
++bio_alloc_mddev_19238 bio_alloc_mddev 2 19238 NULL nohasharray
++ata_pci_sff_activate_host_19238 ata_pci_sff_activate_host 0 19238 &bio_alloc_mddev_19238
 +ucma_query_19260 ucma_query 4 19260 NULL
 +il_dbgfs_rxon_filter_flags_read_19281 il_dbgfs_rxon_filter_flags_read 3 19281 NULL
 +batadv_tt_save_orig_buffer_19288 batadv_tt_save_orig_buffer 4 19288 NULL nohasharray
 +cfg80211_rx_unprot_mlme_mgmt_19288 cfg80211_rx_unprot_mlme_mgmt 3 19288 &batadv_tt_save_orig_buffer_19288
 +qc_capture_19298 qc_capture 3 19298 NULL
-+ocfs2_prepare_inode_for_refcount_19303 ocfs2_prepare_inode_for_refcount 4-3 19303 NULL
++ocfs2_prepare_inode_for_refcount_19303 ocfs2_prepare_inode_for_refcount 3-4 19303 NULL
 +event_tx_stuck_read_19305 event_tx_stuck_read 3 19305 NULL
++ntb_create_callbacks_19310 ntb_create_callbacks 0 19310 NULL
 +debug_read_19322 debug_read 3 19322 NULL
++SYSC_sendfile64_19327 SYSC_sendfile64 4 19327 NULL
 +lbs_host_sleep_write_19332 lbs_host_sleep_write 3 19332 NULL nohasharray
 +cfg80211_inform_bss_19332 cfg80211_inform_bss 8 19332 &lbs_host_sleep_write_19332
 +closure_sub_19359 closure_sub 2 19359 NULL
 +firmware_data_write_19360 firmware_data_write 6-5 19360 NULL
 +read_zero_19366 read_zero 3 19366 NULL
++of_spi_register_master_19374 of_spi_register_master 0 19374 NULL
 +interpret_user_input_19393 interpret_user_input 2 19393 NULL
 +sync_fill_pt_info_19397 sync_fill_pt_info 0 19397 NULL
 +pep_recvmsg_19402 pep_recvmsg 4 19402 NULL
++hid_hw_raw_request_19408 hid_hw_raw_request 0 19408 NULL
 +dvbdmx_write_19423 dvbdmx_write 3 19423 NULL
++__phys_addr_19434 __phys_addr 0 19434 NULL
 +SyS_sched_getaffinity_19444 SyS_sched_getaffinity 2 19444 NULL
 +xfrm_alg_auth_len_19454 xfrm_alg_auth_len 0 19454 NULL
 +gnet_stats_copy_19458 gnet_stats_copy 4 19458 NULL
 +gp2ap020a00f_get_thresh_reg_19468 gp2ap020a00f_get_thresh_reg 0 19468 NULL
 +sky2_read16_19475 sky2_read16 0 19475 NULL
++lanai_pci_start_19481 lanai_pci_start 0 19481 NULL
 +__read_status_pciv2_19492 __read_status_pciv2 0 19492 NULL
 +kstrtoll_from_user_19500 kstrtoll_from_user 2 19500 NULL
++vfio_vc_cap_len_19507 vfio_vc_cap_len 0 19507 NULL
 +ext4_add_new_descs_19509 ext4_add_new_descs 3 19509 NULL
 +batadv_tvlv_container_register_19520 batadv_tvlv_container_register 5 19520 NULL
 +apei_exec_pre_map_gars_19529 apei_exec_pre_map_gars 0 19529 NULL nohasharray
 +cfc_write_array_to_buffer_19529 cfc_write_array_to_buffer 3 19529 &apei_exec_pre_map_gars_19529
 +nfc_llcp_build_tlv_19536 nfc_llcp_build_tlv 3 19536 NULL
++howmany_64_19548 howmany_64 2 19548 NULL
 +gfn_to_index_19558 gfn_to_index 0-1-3-2 19558 NULL
++kernel_read_19559 kernel_read 0-4 19559 NULL
 +ocfs2_control_message_19564 ocfs2_control_message 3 19564 NULL
 +nfsd_read_19568 nfsd_read 5 19568 NULL
 +ieee80211_key_alloc_19575 ieee80211_key_alloc 3 19575 NULL
@@ -116606,26 +116713,36 @@ index 0000000..8972f81
 +load_xattr_datum_19594 load_xattr_datum 0 19594 NULL
 +fallocate_chunk_19610 fallocate_chunk 0 19610 NULL
 +__mei_cl_recv_19636 __mei_cl_recv 3 19636 NULL
++__zs_cpu_up_19647 __zs_cpu_up 0 19647 NULL
++ipw_setup_deferred_work_19657 ipw_setup_deferred_work 0 19657 NULL
 +LoadBitmap_19658 LoadBitmap 2 19658 NULL
 +memblock_virt_alloc_low_nopanic_19714 memblock_virt_alloc_low_nopanic 1 19714 NULL
 +ocfs2_control_get_this_node_19721 ocfs2_control_get_this_node 0 19721 NULL
 +read_reg_19723 read_reg 0 19723 NULL
 +wm8350_block_write_19727 wm8350_block_write 2-3 19727 NULL
-+memcpy_toiovecend_19736 memcpy_toiovecend 4-3 19736 NULL
++v4l2_device_register_19731 v4l2_device_register 0 19731 NULL
++memcpy_toiovecend_19736 memcpy_toiovecend 3-4 19736 NULL
++ata_pci_bmdma_init_one_19738 ata_pci_bmdma_init_one 0 19738 NULL
++pci_read_vpd_19741 pci_read_vpd 0 19741 NULL
 +snd_es1968_get_dma_ptr_19747 snd_es1968_get_dma_ptr 0 19747 NULL
 +p9_client_read_19750 p9_client_read 5-0 19750 NULL
 +pnpbios_proc_write_19758 pnpbios_proc_write 3 19758 NULL
 +ocfs2_readpages_19759 ocfs2_readpages 4 19759 NULL
 +jffs2_acl_from_medium_19762 jffs2_acl_from_medium 2 19762 NULL
 +readhscx_19769 readhscx 0 19769 NULL
++ocfs2_read_group_descriptor_19771 ocfs2_read_group_descriptor 0 19771 NULL
++mxt_fw_write_19776 mxt_fw_write 3 19776 NULL
++memory_isolate_notify_19808 memory_isolate_notify 0 19808 NULL
 +irda_setsockopt_19824 irda_setsockopt 5 19824 NULL
 +xfs_bmap_add_extent_hole_real_19828 xfs_bmap_add_extent_hole_real 0 19828 NULL
 +vfs_getxattr_19832 vfs_getxattr 0 19832 NULL
++_regulator_disable_19841 _regulator_disable 0 19841 NULL
 +crypt_alloc_buffer_19846 crypt_alloc_buffer 2 19846 NULL
 +cfg80211_mlme_register_mgmt_19852 cfg80211_mlme_register_mgmt 5 19852 NULL
 +__nla_put_19857 __nla_put 3 19857 NULL
 +mrp_request_join_19882 mrp_request_join 4 19882 NULL
 +aes_decrypt_interrupt_read_19910 aes_decrypt_interrupt_read 3 19910 NULL
++__ath_regd_init_19913 __ath_regd_init 0 19913 NULL
 +ps_upsd_max_apturn_read_19918 ps_upsd_max_apturn_read 3 19918 NULL
 +mangle_name_19923 mangle_name 0 19923 NULL
 +cgroup_task_count_19930 cgroup_task_count 0 19930 NULL
@@ -116633,17 +116750,21 @@ index 0000000..8972f81
 +iwl_dbgfs_rx_queue_read_19943 iwl_dbgfs_rx_queue_read 3 19943 NULL
 +cfg80211_rx_assoc_resp_19944 cfg80211_rx_assoc_resp 4 19944 NULL
 +ll_xattr_cache_list_19954 ll_xattr_cache_list 0 19954 NULL
++register_cpu_notifier_19969 register_cpu_notifier 0 19969 NULL
 +get_jack_mode_name_19976 get_jack_mode_name 4 19976 NULL
 +attach_hdlc_protocol_19986 attach_hdlc_protocol 3 19986 NULL
-+rtw_set_wps_probe_resp_19989 rtw_set_wps_probe_resp 3 19989 NULL
++rtw_set_wps_probe_resp_19989 rtw_set_wps_probe_resp 3 19989 NULL nohasharray
++i40e_reserve_msix_vectors_19989 i40e_reserve_msix_vectors 2 19989 &rtw_set_wps_probe_resp_19989
++ib_register_device_19990 ib_register_device 0 19990 NULL
 +diva_um_idi_read_20003 diva_um_idi_read 0 20003 NULL
 +lov_stripe_md_size_20009 lov_stripe_md_size 0-1 20009 NULL nohasharray
 +event_trigger_write_20009 event_trigger_write 3 20009 &lov_stripe_md_size_20009
-+tree_mod_log_eb_move_20011 tree_mod_log_eb_move 5 20011 NULL
++tree_mod_log_eb_move_20011 tree_mod_log_eb_move 5 20011 NULL nohasharray
++if_spi_prog_helper_firmware_20011 if_spi_prog_helper_firmware 0 20011 &tree_mod_log_eb_move_20011
 +SYSC_fgetxattr_20027 SYSC_fgetxattr 4 20027 NULL
 +split_scan_timeout_read_20029 split_scan_timeout_read 3 20029 NULL
-+alloc_ieee80211_20063 alloc_ieee80211 1 20063 NULL
-+iwl_mvm_power_mac_dbgfs_read_20067 iwl_mvm_power_mac_dbgfs_read 4 20067 NULL
++mwl8k_init_txqs_20042 mwl8k_init_txqs 0 20042 NULL
++iwl_mvm_power_mac_dbgfs_read_20067 iwl_mvm_power_mac_dbgfs_read 4-0 20067 NULL
 +target_message_20072 target_message 2 20072 NULL
 +rawv6_sendmsg_20080 rawv6_sendmsg 4 20080 NULL
 +fuse_conn_limit_read_20084 fuse_conn_limit_read 3 20084 NULL
@@ -116653,30 +116774,44 @@ index 0000000..8972f81
 +xfs_qm_dqget_20103 xfs_qm_dqget 0 20103 NULL
 +root_nfs_copy_20111 root_nfs_copy 3 20111 NULL
 +hptiop_adjust_disk_queue_depth_20122 hptiop_adjust_disk_queue_depth 2 20122 NULL
++self_check_vid_hdr_20131 self_check_vid_hdr 0 20131 NULL
 +tomoyo_commit_ok_20167 tomoyo_commit_ok 2 20167 NULL
++p54p_upload_firmware_20168 p54p_upload_firmware 0 20168 NULL
 +read_flush_pipefs_20171 read_flush_pipefs 3 20171 NULL
 +wep_addr_key_count_read_20174 wep_addr_key_count_read 3 20174 NULL
 +crystalhd_map_dio_20181 crystalhd_map_dio 3 20181 NULL
++__radix_tree_create_20221 __radix_tree_create 0 20221 NULL
 +pvr2_ctrl_value_to_sym_20229 pvr2_ctrl_value_to_sym 5 20229 NULL
 +rose_sendmsg_20249 rose_sendmsg 4 20249 NULL
 +tm6000_i2c_send_regs_20250 tm6000_i2c_send_regs 5 20250 NULL
++ssd1307fb_write_array_20258 ssd1307fb_write_array 3 20258 NULL
++notifier_from_errno_20267 notifier_from_errno 0-1 20267 NULL
 +btrfs_header_nritems_20296 btrfs_header_nritems 0 20296 NULL
 +r10_sync_page_io_20307 r10_sync_page_io 3 20307 NULL
 +dm_get_reserved_bio_based_ios_20315 dm_get_reserved_bio_based_ios 0 20315 NULL
-+tx_tx_burst_programmed_read_20320 tx_tx_burst_programmed_read 3 20320 NULL
++tx_tx_burst_programmed_read_20320 tx_tx_burst_programmed_read 3 20320 NULL nohasharray
++register_blkdev_20320 register_blkdev 0 20320 &tx_tx_burst_programmed_read_20320
 +vx_send_msg_nolock_20322 vx_send_msg_nolock 0 20322 NULL
 +snd_cs4281_BA1_read_20323 snd_cs4281_BA1_read 5 20323 NULL
-+gfs2_glock_nq_m_20347 gfs2_glock_nq_m 1 20347 NULL
++lbs_set_mac_control_sync_20333 lbs_set_mac_control_sync 0 20333 NULL
++rsxx_dma_setup_20335 rsxx_dma_setup 0 20335 NULL
++ocfs2_et_insert_check_20341 ocfs2_et_insert_check 0 20341 NULL
++gfs2_glock_nq_m_20347 gfs2_glock_nq_m 1-0 20347 NULL
++t3_seeprom_read_20349 t3_seeprom_read 0 20349 NULL
 +handle_arr_calc_size_20355 handle_arr_calc_size 0-1 20355 NULL
++fw_load_from_user_helper_20360 fw_load_from_user_helper 0 20360 NULL
++snd_pcm_stop_20376 snd_pcm_stop 0 20376 NULL
 +smk_set_cipso_20379 smk_set_cipso 3 20379 NULL
-+snd_nm256_readl_20394 snd_nm256_readl 0 20394 NULL nohasharray
-+read_7220_creg32_20394 read_7220_creg32 0 20394 &snd_nm256_readl_20394
++snd_nm256_readl_20394 snd_nm256_readl 0 20394 NULL
 +__kfifo_from_user_20399 __kfifo_from_user 3 20399 NULL nohasharray
 +SyS_get_mempolicy_20399 SyS_get_mempolicy 3 20399 &__kfifo_from_user_20399
++ath9k_init_softc_20438 ath9k_init_softc 0 20438 NULL
 +compat_ipv6_setsockopt_20468 compat_ipv6_setsockopt 5 20468 NULL
 +read_buf_20469 read_buf 2 20469 NULL
 +bio_trim_20472 bio_trim 2 20472 NULL
 +btrfs_get_32_20476 btrfs_get_32 0 20476 NULL
++pccard_loop_tuple_20513 pccard_loop_tuple 0 20513 NULL
++thermal_throttle_add_dev_20516 thermal_throttle_add_dev 0 20516 NULL
 +xfs_iext_realloc_direct_20521 xfs_iext_realloc_direct 2 20521 NULL
 +drbd_bm_resize_20522 drbd_bm_resize 2 20522 NULL
 +amd_create_gatt_pages_20537 amd_create_gatt_pages 1 20537 NULL
@@ -116687,12 +116822,14 @@ index 0000000..8972f81
 +xfs_bmap_isaeof_20570 xfs_bmap_isaeof 0 20570 NULL
 +ocfs2_cluster_lock_20588 ocfs2_cluster_lock 0 20588 NULL
 +kvm_test_age_hva_20593 kvm_test_age_hva 2 20593 NULL
++set_secure_conn_20596 set_secure_conn 4 20596 NULL
 +sync_timeline_create_20601 sync_timeline_create 2 20601 NULL
 +lirc_write_20604 lirc_write 3 20604 NULL
 +qib_qsfp_write_20614 qib_qsfp_write 0-2-4 20614 NULL
 +snd_pcm_oss_prepare_20641 snd_pcm_oss_prepare 0 20641 NULL
 +get_extent_skip_holes_20642 get_extent_skip_holes 2 20642 NULL
-+kfifo_copy_to_user_20646 kfifo_copy_to_user 3-4 20646 NULL
++kfifo_copy_to_user_20646 kfifo_copy_to_user 4-3 20646 NULL
++ath9k_init_btcoex_20647 ath9k_init_btcoex 0 20647 NULL
 +cpulist_scnprintf_20648 cpulist_scnprintf 2-0 20648 NULL
 +oz_add_farewell_20652 oz_add_farewell 5 20652 NULL
 +oz_cdev_read_20659 oz_cdev_read 3 20659 NULL
@@ -116704,22 +116841,29 @@ index 0000000..8972f81
 +read_file_tgt_int_stats_20697 read_file_tgt_int_stats 3 20697 NULL
 +__maestro_read_20700 __maestro_read 0 20700 NULL
 +cipso_v4_gentag_rng_20703 cipso_v4_gentag_rng 0 20703 NULL
++_snd_pcm_new_20708 _snd_pcm_new 0 20708 NULL
 +pcpu_page_first_chunk_20712 pcpu_page_first_chunk 1 20712 NULL
 +ocfs2_read_xattr_bucket_20722 ocfs2_read_xattr_bucket 0 20722 NULL
 +security_context_to_sid_force_20724 security_context_to_sid_force 2 20724 NULL
 +fb_prepare_logo_20743 fb_prepare_logo 0 20743 NULL
++mlx4_cmd_use_events_20750 mlx4_cmd_use_events 0 20750 NULL
 +vol_cdev_direct_write_20751 vol_cdev_direct_write 3 20751 NULL
 +ocfs2_align_bytes_to_clusters_20754 ocfs2_align_bytes_to_clusters 2 20754 NULL
++enic_set_niccfg_20757 enic_set_niccfg 0 20757 NULL
 +brcmf_p2p_escan_20763 brcmf_p2p_escan 2 20763 NULL nohasharray
 +mnt_clone_write_20763 mnt_clone_write 0 20763 &brcmf_p2p_escan_20763
++ubi_io_read_20767 ubi_io_read 0 20767 NULL
 +fb_alloc_cmap_gfp_20792 fb_alloc_cmap_gfp 2 20792 NULL
++iommu_range_alloc_20794 iommu_range_alloc 3 20794 NULL
 +iwl_dbgfs_rxon_flags_read_20795 iwl_dbgfs_rxon_flags_read 3 20795 NULL
 +lowpan_write_20800 lowpan_write 3 20800 NULL
++sysfs_add_file_to_group_20814 sysfs_add_file_to_group 0 20814 NULL
 +strndup_user_20819 strndup_user 2 20819 NULL nohasharray
 +do_glock_20819 do_glock 0 20819 &strndup_user_20819
++cp_alloc_rings_20823 cp_alloc_rings 0 20823 NULL
 +tipc_msg_build_20825 tipc_msg_build 3 20825 NULL
 +wl1271_format_buffer_20834 wl1271_format_buffer 2 20834 NULL
-+uvc_alloc_entity_20836 uvc_alloc_entity 4-3 20836 NULL
++uvc_alloc_entity_20836 uvc_alloc_entity 3-4 20836 NULL
 +p9_tag_alloc_20845 p9_tag_alloc 3 20845 NULL
 +nvme_trans_supported_vpd_pages_20847 nvme_trans_supported_vpd_pages 4 20847 NULL
 +get_name_20855 get_name 4 20855 NULL
@@ -116727,47 +116871,62 @@ index 0000000..8972f81
 +snd_pcm_capture_avail_20867 snd_pcm_capture_avail 0 20867 NULL
 +srq_free_res_20868 srq_free_res 5 20868 NULL
 +cfs_cpt_table_create_20884 cfs_cpt_table_create 1 20884 NULL
-+rb_simple_write_20890 rb_simple_write 3 20890 NULL
++rb_simple_write_20890 rb_simple_write 3 20890 NULL nohasharray
++asd_alloc_edbs_20890 asd_alloc_edbs 0 20890 &rb_simple_write_20890
 +sisusb_send_packet_20891 sisusb_send_packet 2 20891 NULL
 +key_icverrors_read_20895 key_icverrors_read 3 20895 NULL
 +vfio_msi_enable_20906 vfio_msi_enable 2 20906 NULL
 +lbs_rdbbp_write_20918 lbs_rdbbp_write 3 20918 NULL
 +htable_bits_20933 htable_bits 0 20933 NULL
++sh_eth_phy_start_20943 sh_eth_phy_start 0 20943 NULL
 +altera_set_ir_post_20948 altera_set_ir_post 2 20948 NULL
 +rx_rx_phy_hdr_read_20950 rx_rx_phy_hdr_read 3 20950 NULL
 +rsxx_cram_read_20957 rsxx_cram_read 3 20957 NULL
 +nfs_map_name_to_uid_20962 nfs_map_name_to_uid 3 20962 NULL
 +snd_rme9652_playback_copy_20970 snd_rme9652_playback_copy 5 20970 NULL
 +alg_setsockopt_20985 alg_setsockopt 5 20985 NULL
++bcm2048_set_rds_wline_20993 bcm2048_set_rds_wline 0 20993 NULL
 +qib_verbs_send_20999 qib_verbs_send 5-3 20999 NULL
 +btrfs_dirty_pages_21019 btrfs_dirty_pages 0 21019 NULL
 +btrfs_inode_ref_name_len_21024 btrfs_inode_ref_name_len 0 21024 NULL
 +xfs_btree_new_root_21028 xfs_btree_new_root 0 21028 NULL
-+rx_defrag_tkip_called_read_21031 rx_defrag_tkip_called_read 3 21031 NULL
++rx_defrag_tkip_called_read_21031 rx_defrag_tkip_called_read 3 21031 NULL nohasharray
++snd_pcm_lib_preallocate_pages_21031 snd_pcm_lib_preallocate_pages 0 21031 &rx_defrag_tkip_called_read_21031
 +srp_change_queue_depth_21038 srp_change_queue_depth 2 21038 NULL
++fsl_edma_prep_dma_cyclic_21042 fsl_edma_prep_dma_cyclic 4-3 21042 NULL
 +lbs_threshold_read_21046 lbs_threshold_read 5 21046 NULL
 +reiserfs_direct_IO_21051 reiserfs_direct_IO 4 21051 NULL
 +proc_fault_inject_write_21058 proc_fault_inject_write 3 21058 NULL
 +qdisc_get_default_21072 qdisc_get_default 2 21072 NULL
 +event_calibration_read_21083 event_calibration_read 3 21083 NULL
++ath5k_eeprom_read_modes_21088 ath5k_eeprom_read_modes 0 21088 NULL
 +bl_add_page_to_bio_21094 bl_add_page_to_bio 2 21094 NULL nohasharray
-+multipath_status_21094 multipath_status 5 21094 &bl_add_page_to_bio_21094
++multipath_status_21094 multipath_status 5 21094 &bl_add_page_to_bio_21094 nohasharray
++mthca_MAP_ICM_page_21094 mthca_MAP_ICM_page 0 21094 &multipath_status_21094
 +rate_control_pid_events_read_21099 rate_control_pid_events_read 3 21099 NULL
 +ath6kl_send_go_probe_resp_21113 ath6kl_send_go_probe_resp 3 21113 NULL
 +_efx_mcdi_rpc_async_21119 _efx_mcdi_rpc_async 4-5 21119 NULL
 +i2400m_rx_trace_21127 i2400m_rx_trace 3 21127 NULL
++mei_dbgfs_read_active_21172 mei_dbgfs_read_active 3 21172 NULL
++c2_rnic_open_21178 c2_rnic_open 0 21178 NULL
 +cx18_v4l2_read_21196 cx18_v4l2_read 3 21196 NULL
++__generic_file_aio_write_21201 __generic_file_aio_write 0 21201 NULL
 +ipc_rcu_alloc_21208 ipc_rcu_alloc 1 21208 NULL
 +scsi_execute_req_flags_21215 scsi_execute_req_flags 5 21215 NULL
-+get_numpages_21227 get_numpages 0-1-2 21227 NULL
++t4_wr_mbox_meat_21225 t4_wr_mbox_meat 0 21225 NULL
++get_numpages_21227 get_numpages 0-2-1 21227 NULL
 +input_ff_create_21240 input_ff_create 2 21240 NULL
 +cfg80211_notify_new_peer_candidate_21242 cfg80211_notify_new_peer_candidate 4 21242 NULL
-+use_debug_keys_read_21251 use_debug_keys_read 3 21251 NULL
 +fru_length_21257 fru_length 0 21257 NULL
 +rtw_set_wps_beacon_21262 rtw_set_wps_beacon 3 21262 NULL
++ocfs2_blocks_for_bytes_21268 ocfs2_blocks_for_bytes 0-2 21268 NULL
 +xfs_alloc_ag_vextent_size_21276 xfs_alloc_ag_vextent_size 0 21276 NULL
++t4vf_wr_mbox_core_21291 t4vf_wr_mbox_core 0 21291 NULL
++drm_universal_plane_init_21296 drm_universal_plane_init 6 21296 NULL
++net_rx_queue_update_kobjects_21298 net_rx_queue_update_kobjects 0 21298 NULL
++remove_qp_ok_21302 remove_qp_ok 0 21302 NULL
 +do_msg_fill_21307 do_msg_fill 3 21307 NULL
-+add_res_range_21310 add_res_range 4 21310 NULL
++add_res_range_21310 add_res_range 4-0 21310 NULL
 +get_zeroed_page_21322 get_zeroed_page 0 21322 NULL
 +ftrace_profile_read_21327 ftrace_profile_read 3 21327 NULL
 +read_file_bool_bmps_21344 read_file_bool_bmps 3 21344 NULL
@@ -116779,6 +116938,7 @@ index 0000000..8972f81
 +diva_get_driver_dbg_mask_21399 diva_get_driver_dbg_mask 0 21399 NULL
 +__clone_and_map_simple_bio_21404 __clone_and_map_simple_bio 4 21404 NULL
 +snd_m3_inw_21406 snd_m3_inw 0 21406 NULL
++mlx4_init_slave_21414 mlx4_init_slave 0 21414 NULL
 +usnic_ib_dump_vf_hdr_21423 usnic_ib_dump_vf_hdr 3 21423 NULL
 +snapshot_read_next_21426 snapshot_read_next 0 21426 NULL
 +tcp_bound_to_half_wnd_21429 tcp_bound_to_half_wnd 0-2 21429 NULL
@@ -116786,12 +116946,14 @@ index 0000000..8972f81
 +aggr_size_tx_agg_vs_rate_read_21438 aggr_size_tx_agg_vs_rate_read 3 21438 NULL
 +__ertm_hdr_size_21450 __ertm_hdr_size 0 21450 NULL
 +ReadISAR_21453 ReadISAR 0 21453 NULL
-+mei_nfc_send_21477 mei_nfc_send 3 21477 NULL
++mei_nfc_send_21477 mei_nfc_send 3 21477 NULL nohasharray
++regcache_write_21477 regcache_write 0 21477 &mei_nfc_send_21477
 +read_file_xmit_21487 read_file_xmit 3 21487 NULL
 +mmc_alloc_sg_21504 mmc_alloc_sg 1 21504 NULL
 +btrfs_file_aio_write_21520 btrfs_file_aio_write 4 21520 NULL
 +il_dbgfs_stations_read_21532 il_dbgfs_stations_read 3 21532 NULL
 +cipso_v4_map_cat_enum_hton_21540 cipso_v4_map_cat_enum_hton 0 21540 NULL
++ath10k_push_board_ext_data_21547 ath10k_push_board_ext_data 0 21547 NULL
 +rxrpc_send_data_21553 rxrpc_send_data 5 21553 NULL
 +rx_rx_beacon_early_term_read_21559 rx_rx_beacon_early_term_read 3 21559 NULL
 +xfs_buf_read_uncached_21585 xfs_buf_read_uncached 3 21585 NULL
@@ -116799,105 +116961,158 @@ index 0000000..8972f81
 +ocfs2_acl_from_xattr_21604 ocfs2_acl_from_xattr 2 21604 NULL
 +filemap_get_page_21606 filemap_get_page 2 21606 NULL
 +gfs2_glock_nq_init_21624 gfs2_glock_nq_init 0 21624 NULL
++ocfs2_refcount_cow_hunk_21630 ocfs2_refcount_cow_hunk 3-4 21630 NULL
 +__jfs_getxattr_21631 __jfs_getxattr 0 21631 NULL
++__irq_alloc_descs_21639 __irq_alloc_descs 0-3 21639 NULL
++ocfs2_lock_refcount_allocators_21646 ocfs2_lock_refcount_allocators 0 21646 NULL
++lpfc_sli4_cfg_post_extnts_21671 lpfc_sli4_cfg_post_extnts 0 21671 NULL
 +atalk_sendmsg_21677 atalk_sendmsg 4 21677 NULL
 +ocfs2_xattr_get_nolock_21678 ocfs2_xattr_get_nolock 0 21678 NULL
++regmap_register_patch_21681 regmap_register_patch 3 21681 NULL
 +rtllib_alloc_txb_21687 rtllib_alloc_txb 1 21687 NULL
 +evdev_ioctl_handler_21705 evdev_ioctl_handler 2 21705 NULL
 +xfs_btree_insert_21712 xfs_btree_insert 0 21712 NULL
 +update_time_21719 update_time 0 21719 NULL
 +unix_skb_len_21722 unix_skb_len 0 21722 NULL
 +lprocfs_wr_import_21728 lprocfs_wr_import 3 21728 NULL
-+mthca_alloc_init_21754 mthca_alloc_init 2 21754 NULL
++ocfs2_remove_rightmost_path_21729 ocfs2_remove_rightmost_path 0 21729 NULL
++mthca_alloc_init_21754 mthca_alloc_init 2-0 21754 NULL
 +usbat_flash_read_data_21762 usbat_flash_read_data 4 21762 NULL
 +gen_pool_add_21776 gen_pool_add 3 21776 NULL
++SyS_sendfile_21777 SyS_sendfile 4 21777 NULL
 +xfs_da_grow_inode_int_21785 xfs_da_grow_inode_int 3 21785 NULL
 +dvb_generic_ioctl_21810 dvb_generic_ioctl 2 21810 NULL
 +__ocfs2_cluster_lock_21812 __ocfs2_cluster_lock 0 21812 NULL
++wm8994_request_irq_21822 wm8994_request_irq 2 21822 NULL
 +_iwl_dbgfs_sta_drain_write_21837 _iwl_dbgfs_sta_drain_write 3 21837 NULL
++ieee80211_init_cipher_suites_21841 ieee80211_init_cipher_suites 0 21841 NULL
 +oom_adj_read_21847 oom_adj_read 3 21847 NULL
 +lpfc_idiag_extacc_avail_get_21865 lpfc_idiag_extacc_avail_get 0-3 21865 NULL
 +brcms_debugfs_hardware_read_21867 brcms_debugfs_hardware_read 3 21867 NULL
++msix_capability_init_21870 msix_capability_init 0 21870 NULL
 +sisusbcon_bmove_21873 sisusbcon_bmove 6-5-7 21873 NULL
++c_can_wait_for_ctrl_init_21874 c_can_wait_for_ctrl_init 0 21874 NULL
 +ldlm_lock_create_21888 ldlm_lock_create 7 21888 NULL
++mlx4_init_mcg_table_21907 mlx4_init_mcg_table 0 21907 NULL
 +dbAllocCtl_21911 dbAllocCtl 0 21911 NULL
 +qsfp_1_read_21915 qsfp_1_read 3 21915 NULL
++atl1_sw_init_21935 atl1_sw_init 0 21935 NULL
++__ocfs2_claim_clusters_21936 __ocfs2_claim_clusters 0 21936 NULL
++snd_card_saa7134_pcm_21938 snd_card_saa7134_pcm 0 21938 NULL
++twl_i2c_write_u16_21953 twl_i2c_write_u16 3 21953 NULL
 +__build_xattrs_21979 __build_xattrs 0 21979 NULL
 +SYSC_prctl_21980 SYSC_prctl 4 21980 NULL
-+compat_rw_copy_check_uvector_22001 compat_rw_copy_check_uvector 0-3 22001 NULL nohasharray
++xen_bind_pirq_msi_to_irq_21986 xen_bind_pirq_msi_to_irq 4 21986 NULL
++compat_rw_copy_check_uvector_22001 compat_rw_copy_check_uvector 3-0 22001 NULL nohasharray
 +rxpipe_descr_host_int_trig_rx_data_read_22001 rxpipe_descr_host_int_trig_rx_data_read 3 22001 &compat_rw_copy_check_uvector_22001
++ocfs2_reserve_cluster_bitmap_bits_22016 ocfs2_reserve_cluster_bitmap_bits 0 22016 NULL
 +regcache_sync_block_raw_flush_22021 regcache_sync_block_raw_flush 3-4 22021 NULL
 +btrfs_get_16_22023 btrfs_get_16 0 22023 NULL
 +_sp2d_min_pg_22032 _sp2d_min_pg 0 22032 NULL
 +lookup_metapath_22039 lookup_metapath 0 22039 NULL
 +zd_usb_read_fw_22049 zd_usb_read_fw 4 22049 NULL
-+ieee80211_if_fmt_dropped_frames_ttl_22054 ieee80211_if_fmt_dropped_frames_ttl 3 22054 NULL
++ieee80211_if_fmt_dropped_frames_ttl_22054 ieee80211_if_fmt_dropped_frames_ttl 3 22054 NULL nohasharray
++skge_ring_alloc_22054 skge_ring_alloc 0 22054 &ieee80211_if_fmt_dropped_frames_ttl_22054
++hpsa_find_cfg_addrs_22063 hpsa_find_cfg_addrs 0 22063 NULL
++mlx4_multi_func_init_22066 mlx4_multi_func_init 0 22066 NULL
 +btrfs_reloc_clone_csums_22077 btrfs_reloc_clone_csums 2-3 22077 NULL
 +mem_rw_22085 mem_rw 3 22085 NULL
 +xfs_bmapi_reserve_delalloc_22086 xfs_bmapi_reserve_delalloc 0 22086 NULL
 +kstrtos32_from_user_22087 kstrtos32_from_user 2 22087 NULL
++snd_pcm_xrun_22088 snd_pcm_xrun 0 22088 NULL
 +rt2x00debug_read_crypto_stats_22109 rt2x00debug_read_crypto_stats 3 22109 NULL
-+shmem_add_to_page_cache_22121 shmem_add_to_page_cache 0 22121 NULL
++shmem_add_to_page_cache_22121 shmem_add_to_page_cache 0 22121 NULL nohasharray
++rtsx_pci_init_hw_22121 rtsx_pci_init_hw 0 22121 &shmem_add_to_page_cache_22121
 +snd_hda_codec_read_22130 snd_hda_codec_read 0 22130 NULL
++mwifiex_pcie_alloc_sleep_cookie_buf_22146 mwifiex_pcie_alloc_sleep_cookie_buf 0 22146 NULL
 +SyS_sched_setaffinity_22148 SyS_sched_setaffinity 2 22148 NULL
 +do_tcp_sendpages_22155 do_tcp_sendpages 4 22155 NULL
++pci_request_region_22164 pci_request_region 0 22164 NULL
 +__kfifo_alloc_22173 __kfifo_alloc 3 22173 NULL
++cmd_exec_22204 cmd_exec 0 22204 NULL
++clear_sge_ctxt_22219 clear_sge_ctxt 0 22219 NULL
 +rfcomm_sock_recvmsg_22227 rfcomm_sock_recvmsg 4 22227 NULL
 +mem_write_22232 mem_write 3 22232 NULL
 +p9_virtio_zc_request_22240 p9_virtio_zc_request 6-5 22240 NULL
++fsnotify_parent_22243 fsnotify_parent 0 22243 NULL
 +prepare_to_wait_event_22247 prepare_to_wait_event 0 22247 NULL
 +compat_process_vm_rw_22254 compat_process_vm_rw 3-5 22254 NULL
 +ping_common_sendmsg_22261 ping_common_sendmsg 5 22261 NULL
-+add_res_tree_22263 add_res_tree 7 22263 NULL
-+__btrfs_direct_write_22273 __btrfs_direct_write 4-0 22273 NULL
++add_res_tree_22263 add_res_tree 7-0 22263 NULL
 +queue_max_sectors_22280 queue_max_sectors 0 22280 NULL
 +__tun_chr_ioctl_22300 __tun_chr_ioctl 4 22300 NULL nohasharray
 +pci_vpd_srdt_size_22300 pci_vpd_srdt_size 0 22300 &__tun_chr_ioctl_22300
++mthca_tune_pci_22304 mthca_tune_pci 0 22304 NULL
 +mesh_table_alloc_22305 mesh_table_alloc 1 22305 NULL
 +lov_setstripe_22307 lov_setstripe 2 22307 NULL
++check_range_22308 check_range 0 22308 NULL
 +udpv6_sendmsg_22316 udpv6_sendmsg 4 22316 NULL
++C_SYSC_msgrcv_22320 C_SYSC_msgrcv 3 22320 NULL
++page_cache_tree_insert_22331 page_cache_tree_insert 0 22331 NULL
++do_migrate_range_22334 do_migrate_range 0 22334 NULL
 +atomic_read_22342 atomic_read 0 22342 NULL
++ptn3460_read_bytes_22352 ptn3460_read_bytes 4 22352 NULL
 +ll_lazystatfs_seq_write_22353 ll_lazystatfs_seq_write 3 22353 NULL
++c_can_chip_config_22357 c_can_chip_config 0 22357 NULL
 +snd_pcm_alsa_frames_22363 snd_pcm_alsa_frames 2 22363 NULL
++tps6586x_gpio_to_irq_22365 tps6586x_gpio_to_irq 2 22365 NULL
 +evdev_ioctl_22371 evdev_ioctl 2 22371 NULL
 +alloc_large_system_hash_22391 alloc_large_system_hash 2 22391 NULL
++ocfs2_assign_bh_22392 ocfs2_assign_bh 0 22392 NULL
++mlx4_dev_cap_22395 mlx4_dev_cap 0 22395 NULL
 +zoran_write_22404 zoran_write 3 22404 NULL
 +queue_reply_22416 queue_reply 3 22416 NULL
 +__set_enter_print_fmt_22431 __set_enter_print_fmt 0 22431 NULL
 +queue_max_segments_22441 queue_max_segments 0 22441 NULL
 +handle_received_packet_22457 handle_received_packet 3 22457 NULL
++snd_wss_new_22472 snd_wss_new 0 22472 NULL
++comedi_pci_enable_22483 comedi_pci_enable 0 22483 NULL
 +ecryptfs_write_22488 ecryptfs_write 4-3 22488 NULL
 +qib_user_sdma_alloc_header_22490 qib_user_sdma_alloc_header 2 22490 NULL
 +cache_write_procfs_22491 cache_write_procfs 3 22491 NULL
 +mutex_lock_interruptible_22505 mutex_lock_interruptible 0 22505 NULL
 +trim_no_bitmap_22524 trim_no_bitmap 4-3 22524 NULL
++ntb_setup_bwd_msix_22549 ntb_setup_bwd_msix 2-0 22549 NULL
 +ocfs2_read_extent_block_22550 ocfs2_read_extent_block 0 22550 NULL
 +agp_alloc_page_array_22554 agp_alloc_page_array 1 22554 NULL
++mlx4_cmd_imm_22582 mlx4_cmd_imm 0 22582 NULL
 +dbFindCtl_22587 dbFindCtl 0 22587 NULL
 +snapshot_read_22601 snapshot_read 3 22601 NULL
++ocfs2_get_refcount_block_22610 ocfs2_get_refcount_block 0 22610 NULL
 +sctp_setsockopt_connectx_old_22631 sctp_setsockopt_connectx_old 3 22631 NULL
 +ide_core_cp_entry_22636 ide_core_cp_entry 3 22636 NULL
 +wl1271_rx_filter_get_fields_size_22638 wl1271_rx_filter_get_fields_size 0 22638 NULL
 +pwr_wake_on_timer_exp_read_22640 pwr_wake_on_timer_exp_read 3 22640 NULL
 +iwl_dbgfs_calib_disabled_read_22649 iwl_dbgfs_calib_disabled_read 3 22649 NULL
++compat_SyS_msgrcv_22661 compat_SyS_msgrcv 3 22661 NULL
++call_netdevice_notifiers_22672 call_netdevice_notifiers 0 22672 NULL
 +ext4_ext_direct_IO_22679 ext4_ext_direct_IO 4 22679 NULL
-+l2tp_ip_recvmsg_22681 l2tp_ip_recvmsg 4 22681 NULL
++fill_gap_22681 fill_gap 0 22681 NULL nohasharray
++l2tp_ip_recvmsg_22681 l2tp_ip_recvmsg 4 22681 &fill_gap_22681
 +bch_dump_read_22685 bch_dump_read 3 22685 NULL
 +reg_umr_22686 reg_umr 5 22686 NULL
++fnic_request_intr_22693 fnic_request_intr 0 22693 NULL
++SYSC_vmsplice_22697 SYSC_vmsplice 3 22697 NULL
 +alloc_libipw_22708 alloc_libipw 1 22708 NULL
-+cx18_copy_buf_to_user_22735 cx18_copy_buf_to_user 4-0 22735 NULL
++ecryptfs_write_metadata_to_contents_22721 ecryptfs_write_metadata_to_contents 3 22721 NULL
++cx18_copy_buf_to_user_22735 cx18_copy_buf_to_user 4-0 22735 NULL nohasharray
++__mlx4_cq_alloc_icm_22735 __mlx4_cq_alloc_icm 0 22735 &cx18_copy_buf_to_user_22735
 +ceph_decode_32_22738 ceph_decode_32 0 22738 NULL nohasharray
 +__mei_cl_send_22738 __mei_cl_send 3 22738 &ceph_decode_32_22738
 +__writeback_single_inode_22739 __writeback_single_inode 0 22739 NULL
 +iio_debugfs_write_reg_22742 iio_debugfs_write_reg 3 22742 NULL
++mlx4_init_pd_table_22758 mlx4_init_pd_table 0 22758 NULL
 +qlcnic_sriov_init_22762 qlcnic_sriov_init 2 22762 NULL
++si4713_write_property_22765 si4713_write_property 0 22765 NULL
++t4_config_glbl_rss_22767 t4_config_glbl_rss 0 22767 NULL
 +print_frame_22769 print_frame 0 22769 NULL
 +ftrace_arch_read_dyn_info_22773 ftrace_arch_read_dyn_info 0 22773 NULL
++ocfs2_block_group_alloc_22774 ocfs2_block_group_alloc 0 22774 NULL
 +__break_lease_22777 __break_lease 0 22777 NULL
++bus_add_groups_22782 bus_add_groups 0 22782 NULL
 +vnic_dev_get_res_count_22791 vnic_dev_get_res_count 0 22791 NULL
 +pla_ocp_write_22802 pla_ocp_write 4 22802 NULL
 +__generic_copy_to_user_intel_22806 __generic_copy_to_user_intel 0-3 22806 NULL
-+read_file_rcstat_22854 read_file_rcstat 3 22854 NULL
 +create_attr_set_22861 create_attr_set 1 22861 NULL
 +hash_ip6_expire_22867 hash_ip6_expire 4 22867 NULL
 +vmw_execbuf_process_22885 vmw_execbuf_process 5 22885 NULL
@@ -116905,8 +117120,12 @@ index 0000000..8972f81
 +mdc800_device_read_22896 mdc800_device_read 3 22896 NULL
 +ion_handle_test_kernel_22900 ion_handle_test_kernel 4-3 22900 NULL nohasharray
 +policy_emit_config_values_22900 policy_emit_config_values 3 22900 &ion_handle_test_kernel_22900
-+__set_xattr_22923 __set_xattr 0 22923 NULL
++mwl8k_cmd_get_hw_spec_sta_22922 mwl8k_cmd_get_hw_spec_sta 0 22922 NULL
++__set_xattr_22923 __set_xattr 0 22923 NULL nohasharray
++mthca_QUERY_FW_22923 mthca_QUERY_FW 0 22923 &__set_xattr_22923
++c67x00_ll_reset_22925 c67x00_ll_reset 0 22925 NULL
 +xstateregs_set_22932 xstateregs_set 4 22932 NULL
++max8925_write_device_22937 max8925_write_device 3 22937 NULL
 +pcpu_mem_zalloc_22948 pcpu_mem_zalloc 1 22948 NULL
 +alloc_sglist_22960 alloc_sglist 2-3 22960 NULL
 +caif_seqpkt_sendmsg_22961 caif_seqpkt_sendmsg 4 22961 NULL
@@ -116917,40 +117136,49 @@ index 0000000..8972f81
 +remote_settings_file_write_22987 remote_settings_file_write 3 22987 NULL
 +viafb_dvp0_proc_write_23023 viafb_dvp0_proc_write 3 23023 NULL
 +cifs_local_to_utf16_bytes_23025 cifs_local_to_utf16_bytes 0 23025 NULL
-+ocfs2_refcount_cow_xattr_23029 ocfs2_refcount_cow_xattr 0 23029 NULL
++ocfs2_refcount_cow_xattr_23029 ocfs2_refcount_cow_xattr 6-7-0 23029 NULL
 +st_status_23032 st_status 5 23032 NULL
++lx_dsp_get_mac_23037 lx_dsp_get_mac 0 23037 NULL
 +nv50_disp_chan_create__23056 nv50_disp_chan_create_ 5 23056 NULL
 +comedi_buf_write_n_available_23057 comedi_buf_write_n_available 0 23057 NULL
 +security_inode_killpriv_23060 security_inode_killpriv 0 23060 NULL
 +reiserfs_add_entry_23062 reiserfs_add_entry 4 23062 NULL nohasharray
 +unix_seqpacket_recvmsg_23062 unix_seqpacket_recvmsg 4 23062 &reiserfs_add_entry_23062
 +mei_cl_send_23068 mei_cl_send 3 23068 NULL
++walk_system_ram_range_23073 walk_system_ram_range 0 23073 NULL
 +kvm_mmu_gva_to_gpa_write_23075 kvm_mmu_gva_to_gpa_write 0 23075 NULL
 +raw_sendmsg_23078 raw_sendmsg 4 23078 NULL
 +get_user_hdr_len_23079 get_user_hdr_len 0 23079 NULL
 +isr_tx_procs_read_23084 isr_tx_procs_read 3 23084 NULL
 +rt2x00debug_write_eeprom_23091 rt2x00debug_write_eeprom 3 23091 NULL
 +ntfs_ucstonls_23097 ntfs_ucstonls 3-5 23097 NULL
++wiphy_register_23099 wiphy_register 0 23099 NULL
 +xfs_dir_ialloc_23100 xfs_dir_ialloc 0 23100 NULL
 +pipe_iov_copy_from_user_23102 pipe_iov_copy_from_user 3 23102 NULL
 +dgram_recvmsg_23104 dgram_recvmsg 4 23104 NULL
++kernfs_rename_ns_23106 kernfs_rename_ns 0 23106 NULL
 +mwl8k_cmd_set_beacon_23110 mwl8k_cmd_set_beacon 4 23110 NULL
 +nl80211_send_rx_auth_23111 nl80211_send_rx_auth 4 23111 NULL nohasharray
 +bset_tree_bytes_23111 bset_tree_bytes 0 23111 &nl80211_send_rx_auth_23111
++reset_card_23116 reset_card 0 23116 NULL
 +__clear_user_23118 __clear_user 0-2 23118 NULL
 +drm_mode_create_tv_properties_23122 drm_mode_create_tv_properties 2 23122 NULL
 +ata_scsi_change_queue_depth_23126 ata_scsi_change_queue_depth 2 23126 NULL
++em28xx_write_regs_req_23138 em28xx_write_regs_req 0 23138 NULL
 +read_file_ani_23161 read_file_ani 3 23161 NULL
 +usblp_write_23178 usblp_write 3 23178 NULL
 +gss_pipe_downcall_23182 gss_pipe_downcall 3 23182 NULL
 +mpi_alloc_limb_space_23190 mpi_alloc_limb_space 1 23190 NULL
++pm80x_free_irq_23210 pm80x_free_irq 2 23210 NULL
++nft_hash_tbl_alloc_23224 nft_hash_tbl_alloc 1 23224 NULL
 +tty_buffer_request_room_23228 tty_buffer_request_room 2-0 23228 NULL
 +xlog_get_bp_23229 xlog_get_bp 2 23229 NULL nohasharray
 +__read_status_pci_23229 __read_status_pci 0 23229 &xlog_get_bp_23229
-+ft1000_read_dpram_mag_32_23232 ft1000_read_dpram_mag_32 0 23232 NULL
 +rxrpc_client_sendmsg_23236 rxrpc_client_sendmsg 5 23236 NULL
 +__gfn_to_rmap_23240 __gfn_to_rmap 2-1 23240 NULL
 +nv50_ram_create__23241 nv50_ram_create_ 4 23241 NULL
++mlx4_write_mtt_23248 mlx4_write_mtt 0 23248 NULL
++fnic_notify_set_23263 fnic_notify_set 0 23263 NULL
 +sctp_recvmsg_23265 sctp_recvmsg 4 23265 NULL
 +uwb_dev_addr_print_23282 uwb_dev_addr_print 2 23282 NULL
 +diva_get_trace_filter_23286 diva_get_trace_filter 0 23286 NULL
@@ -116961,32 +117189,45 @@ index 0000000..8972f81
 +get_dst_timing_23358 get_dst_timing 0 23358 NULL nohasharray
 +write_inode_23358 write_inode 0 23358 &get_dst_timing_23358
 +fd_setup_write_same_buf_23369 fd_setup_write_same_buf 3 23369 NULL
++pt1_init_tables_23377 pt1_init_tables 0 23377 NULL
 +iscsi_change_queue_depth_23416 iscsi_change_queue_depth 2 23416 NULL
 +vga_mm_r_23419 vga_mm_r 0 23419 NULL
++gpiod_export_23427 gpiod_export 0 23427 NULL
 +ocfs2_zero_tail_23447 ocfs2_zero_tail 3 23447 NULL
 +hidraw_send_report_23449 hidraw_send_report 3 23449 NULL
 +__ata_change_queue_depth_23484 __ata_change_queue_depth 3 23484 NULL
 +linear_conf_23485 linear_conf 2 23485 NULL nohasharray
 +sync_mapping_buffers_23485 sync_mapping_buffers 0 23485 &linear_conf_23485
++unmap_and_move_huge_page_23492 unmap_and_move_huge_page 0 23492 NULL
++si4713_send_command_23493 si4713_send_command 0-4-6 23493 NULL
 +event_filter_read_23494 event_filter_read 3 23494 NULL
 +lustre_acl_xattr_merge2ext_23502 lustre_acl_xattr_merge2ext 2 23502 NULL
++_request_firmware_load_23508 _request_firmware_load 0 23508 NULL
 +devm_iio_device_alloc_23511 devm_iio_device_alloc 2 23511 NULL
 +__proc_cpt_table_23516 __proc_cpt_table 5 23516 NULL
++hash_ipmark6_expire_23518 hash_ipmark6_expire 4 23518 NULL
 +ima_show_measurements_count_23536 ima_show_measurements_count 3 23536 NULL
 +tcp_current_mss_23552 tcp_current_mss 0 23552 NULL
++dbg_leb_change_23555 dbg_leb_change 0 23555 NULL
 +btrfs_super_bytenr_23561 btrfs_super_bytenr 0 23561 NULL
++mwl8k_cmd_radio_control_23569 mwl8k_cmd_radio_control 0 23569 NULL
 +venus_symlink_23570 venus_symlink 6-4 23570 NULL
 +iwl_dbgfs_interrupt_read_23574 iwl_dbgfs_interrupt_read 3 23574 NULL
++_regmap_select_page_23575 _regmap_select_page 0 23575 NULL
 +xfpregs_get_23586 xfpregs_get 4 23586 NULL
 +snd_interval_min_23590 snd_interval_min 0 23590 NULL
 +islpci_mgt_transaction_23610 islpci_mgt_transaction 5 23610 NULL
 +xfs_qm_dqread_23613 xfs_qm_dqread 0 23613 NULL
 +ocfs2_journal_access_23616 ocfs2_journal_access 0 23616 NULL
++rt2x00mmio_alloc_queue_dma_23638 rt2x00mmio_alloc_queue_dma 0 23638 NULL
 +__i2400mu_send_barker_23652 __i2400mu_send_barker 3 23652 NULL
++ath10k_init_hw_params_23656 ath10k_init_hw_params 0 23656 NULL
 +sInW_23663 sInW 0 23663 NULL
 +SyS_connect_23669 SyS_connect 3 23669 NULL
++t4_sge_init_soft_23684 t4_sge_init_soft 0 23684 NULL
 +cx18_read_23699 cx18_read 3 23699 NULL
 +at_get_23708 at_get 0 23708 NULL
++start_queue_23741 start_queue 0 23741 NULL
 +rx_rx_dropped_frame_read_23748 rx_rx_dropped_frame_read 3 23748 NULL
 +__kfifo_max_r_23768 __kfifo_max_r 0-2-1 23768 NULL
 +__build_packet_message_23778 __build_packet_message 4-10 23778 NULL
@@ -117002,14 +117243,17 @@ index 0000000..8972f81
 +pgdat_end_pfn_23842 pgdat_end_pfn 0 23842 NULL
 +iwl_dbgfs_nvm_read_23845 iwl_dbgfs_nvm_read 3 23845 NULL
 +p54_init_common_23850 p54_init_common 1 23850 NULL
++gart_alloc_coherent_23852 gart_alloc_coherent 2 23852 NULL
 +bin_to_hex_dup_23853 bin_to_hex_dup 2 23853 NULL
 +ocfs2_xattr_get_clusters_23857 ocfs2_xattr_get_clusters 0 23857 NULL
 +ieee80211_if_read_dot11MeshMaxPeerLinks_23878 ieee80211_if_read_dot11MeshMaxPeerLinks 3 23878 NULL
 +nouveau_clock_create__23881 nouveau_clock_create_ 5 23881 NULL nohasharray
 +writeback_single_inode_23881 writeback_single_inode 0 23881 &nouveau_clock_create__23881
++__tg3_writephy_23889 __tg3_writephy 0 23889 NULL
 +tipc_snprintf_23893 tipc_snprintf 2-0 23893 NULL
 +add_new_gdb_meta_bg_23911 add_new_gdb_meta_bg 3 23911 NULL nohasharray
 +ieee80211_if_read_hw_queues_23911 ieee80211_if_read_hw_queues 3 23911 &add_new_gdb_meta_bg_23911
++device_create_bin_file_23914 device_create_bin_file 0 23914 NULL
 +f2fs_getxattr_23917 f2fs_getxattr 0 23917 NULL
 +mpihelp_mul_karatsuba_case_23918 mpihelp_mul_karatsuba_case 5-3 23918 NULL nohasharray
 +ipath_reg_phys_mr_23918 ipath_reg_phys_mr 3 23918 &mpihelp_mul_karatsuba_case_23918
@@ -117017,20 +117261,27 @@ index 0000000..8972f81
 +uvc_endpoint_max_bpi_23944 uvc_endpoint_max_bpi 0 23944 NULL
 +cifs_setxattr_23957 cifs_setxattr 4 23957 NULL
 +size_roundup_power2_23958 size_roundup_power2 0-1 23958 NULL
++vfs_write_23971 vfs_write 3-0 23971 NULL
 +sddr55_write_data_23983 sddr55_write_data 4 23983 NULL
 +zd_usb_iowrite16v_async_23984 zd_usb_iowrite16v_async 3 23984 NULL
++p54spi_request_eeprom_23985 p54spi_request_eeprom 0 23985 NULL
 +cxgb_alloc_mem_24007 cxgb_alloc_mem 1 24007 NULL
++__at86rf230_read_subreg_24016 __at86rf230_read_subreg 0 24016 NULL
 +give_pages_24021 give_pages 3 24021 NULL
 +adis16400_show_serial_number_24037 adis16400_show_serial_number 3 24037 NULL
 +hmac_setkey_24043 hmac_setkey 3 24043 NULL
 +afs_cell_alloc_24052 afs_cell_alloc 2 24052 NULL
-+blkcipher_copy_iv_24075 blkcipher_copy_iv 3 24075 NULL
++iwl_dbgfs_low_latency_read_24062 iwl_dbgfs_low_latency_read 3 24062 NULL
 +vb2_fop_read_24080 vb2_fop_read 3 24080 NULL
++C_SYSC_process_vm_writev_24102 C_SYSC_process_vm_writev 3-5 24102 NULL
 +pipeline_post_proc_swi_read_24108 pipeline_post_proc_swi_read 3 24108 NULL
 +request_key_auth_read_24109 request_key_auth_read 3 24109 NULL
++hv_ringbuffer_write_24114 hv_ringbuffer_write 0 24114 NULL nohasharray
++tg3_test_dma_24114 tg3_test_dma 0 24114 &hv_ringbuffer_write_24114
 +lov_brw_24122 lov_brw 4 24122 NULL
-+mpu401_read_24126 mpu401_read 3-0 24126 NULL
-+_picolcd_flash_write_24134 _picolcd_flash_write 4 24134 NULL
++mpu401_read_24126 mpu401_read 0-3 24126 NULL
++_picolcd_flash_write_24134 _picolcd_flash_write 4 24134 NULL nohasharray
++si4713_powerup_24134 si4713_powerup 0 24134 &_picolcd_flash_write_24134
 +irnet_ctrl_write_24139 irnet_ctrl_write 3 24139 NULL nohasharray
 +xfs_btree_increment_24139 xfs_btree_increment 0 24139 &irnet_ctrl_write_24139
 +SyS_sethostname_24150 SyS_sethostname 2 24150 NULL
@@ -117039,23 +117290,34 @@ index 0000000..8972f81
 +safe_prepare_write_buffer_24187 safe_prepare_write_buffer 3 24187 NULL
 +irq_remapping_setup_msi_irqs_24194 irq_remapping_setup_msi_irqs 2 24194 NULL
 +ieee80211_if_read_dot11MeshHWMPpreqMinInterval_24208 ieee80211_if_read_dot11MeshHWMPpreqMinInterval 3 24208 NULL
++efx_vf_size_24213 efx_vf_size 0 24213 NULL
++p54_convert_rev1_24215 p54_convert_rev1 0 24215 NULL
++SyS_sendfile64_24220 SyS_sendfile64 4 24220 NULL
 +tcpprobe_sprint_24222 tcpprobe_sprint 0-2 24222 NULL
-+pcpu_embed_first_chunk_24224 pcpu_embed_first_chunk 3-2-1 24224 NULL nohasharray
-+mei_amthif_read_24224 mei_amthif_read 4 24224 &pcpu_embed_first_chunk_24224
++mei_amthif_read_24224 mei_amthif_read 4 24224 NULL nohasharray
++pcpu_embed_first_chunk_24224 pcpu_embed_first_chunk 3-2-1 24224 &mei_amthif_read_24224
 +pci_num_vf_24235 pci_num_vf 0 24235 NULL
 +sel_read_bool_24236 sel_read_bool 3 24236 NULL
 +xfs_bmap_rtalloc_24237 xfs_bmap_rtalloc 0 24237 NULL
 +em28xx_alloc_urbs_24260 em28xx_alloc_urbs 4-6 24260 NULL
++mthca_QUERY_ADAPTER_24265 mthca_QUERY_ADAPTER 0 24265 NULL
++crypto_register_ahash_24267 crypto_register_ahash 0 24267 NULL
 +calculate_sizes_24273 calculate_sizes 2 24273 NULL
 +thin_status_24278 thin_status 5 24278 NULL
 +msg_size_24288 msg_size 0 24288 NULL
++ath10k_mac_register_24291 ath10k_mac_register 0 24291 NULL
++i2c_smbus_check_pec_24297 i2c_smbus_check_pec 0 24297 NULL
++map_page_24298 map_page 4-3 24298 NULL
 +gserial_connect_24302 gserial_connect 0 24302 NULL
 +btmrvl_pscmd_read_24308 btmrvl_pscmd_read 3 24308 NULL
 +reserve_metadata_bytes_24313 reserve_metadata_bytes 0 24313 NULL
 +ath6kl_add_bss_if_needed_24317 ath6kl_add_bss_if_needed 6 24317 NULL
++pci_write_config_word_24318 pci_write_config_word 0 24318 NULL
 +si476x_radio_read_acf_blob_24336 si476x_radio_read_acf_blob 3 24336 NULL
++C_SYSC_pwritev_24345 C_SYSC_pwritev 3 24345 NULL
 +prepare_pages_24349 prepare_pages 0 24349 NULL
 +kzalloc_node_24352 kzalloc_node 1 24352 NULL
++dwc2_hcd_init_24359 dwc2_hcd_init 0 24359 NULL
 +qla2x00_handle_queue_full_24365 qla2x00_handle_queue_full 2 24365 NULL
 +cfi_read_pri_24366 cfi_read_pri 3 24366 NULL
 +btrfs_item_size_nr_24367 btrfs_item_size_nr 0 24367 NULL
@@ -117067,6 +117329,7 @@ index 0000000..8972f81
 +osc_cur_grant_bytes_seq_write_24396 osc_cur_grant_bytes_seq_write 3 24396 NULL
 +getxattr_24398 getxattr 4 24398 NULL nohasharray
 +pvr2_v4l2_ioctl_24398 pvr2_v4l2_ioctl 2 24398 &getxattr_24398
++populate_msi_sysfs_24399 populate_msi_sysfs 0 24399 NULL
 +blk_update_bidi_request_24415 blk_update_bidi_request 3-4 24415 NULL
 +nvme_trans_log_supp_pages_24418 nvme_trans_log_supp_pages 3 24418 NULL
 +b43_debugfs_read_24425 b43_debugfs_read 3 24425 NULL
@@ -117079,52 +117342,72 @@ index 0000000..8972f81
 +evdev_do_ioctl_24459 evdev_do_ioctl 2 24459 NULL
 +lbs_highsnr_write_24460 lbs_highsnr_write 3 24460 NULL
 +skb_copy_and_csum_datagram_iovec_24466 skb_copy_and_csum_datagram_iovec 2 24466 NULL
++mlx4_map_cmd_24471 mlx4_map_cmd 0 24471 NULL
++eeprom_read_24477 eeprom_read 0 24477 NULL
 +dut_mode_read_24489 dut_mode_read 3 24489 NULL
 +read_file_spec_scan_ctl_24491 read_file_spec_scan_ctl 3 24491 NULL
++snd_at73c213_pcm_new_24493 snd_at73c213_pcm_new 0 24493 NULL
 +pd_video_read_24510 pd_video_read 3 24510 NULL
 +request_key_with_auxdata_24515 request_key_with_auxdata 4 24515 NULL
 +xfs_buf_get_map_24522 xfs_buf_get_map 3 24522 NULL
 +do_mpage_readpage_24536 do_mpage_readpage 3 24536 NULL
++sta2x11_vip_init_controls_24549 sta2x11_vip_init_controls 0 24549 NULL
 +write_cache_pages_24562 write_cache_pages 0 24562 NULL
 +SyS_pselect6_24582 SyS_pselect6 1 24582 NULL
 +udf_compute_nr_groups_24594 udf_compute_nr_groups 0 24594 NULL
++lpfc_sli_issue_mbox_wait_24596 lpfc_sli_issue_mbox_wait 0 24596 NULL
++de_reset_mac_24598 de_reset_mac 0 24598 NULL
++vfio_default_config_write_24602 vfio_default_config_write 0-3 24602 NULL
 +sensor_hub_get_physical_device_count_24605 sensor_hub_get_physical_device_count 0 24605 NULL nohasharray
 +lov_alloc_memmd_24605 lov_alloc_memmd 2 24605 &sensor_hub_get_physical_device_count_24605
 +SyS_poll_24620 SyS_poll 2 24620 NULL
 +context_alloc_24645 context_alloc 3 24645 NULL
 +blk_rq_err_bytes_24650 blk_rq_err_bytes 0 24650 NULL
-+xfs_log_commit_cil_24653 xfs_log_commit_cil 0 24653 NULL
 +btrfs_check_data_free_space_24692 btrfs_check_data_free_space 0 24692 NULL
 +datafab_write_data_24696 datafab_write_data 4 24696 NULL
++ata_host_activate_24702 ata_host_activate 0 24702 NULL
 +intelfbhw_get_p1p2_24703 intelfbhw_get_p1p2 2 24703 NULL
 +simple_attr_read_24738 simple_attr_read 3 24738 NULL
 +qla2x00_change_queue_depth_24742 qla2x00_change_queue_depth 2 24742 NULL
 +get_dma_residue_24749 get_dma_residue 0 24749 NULL
++fnic_cq_alloc_24750 fnic_cq_alloc 0 24750 NULL
++ocfs2_cow_file_pos_24751 ocfs2_cow_file_pos 3 24751 NULL
 +kgdb_hex2mem_24755 kgdb_hex2mem 3 24755 NULL
++ath9k_init_debug_24765 ath9k_init_debug 0 24765 NULL
 +ocfs2_read_blocks_24777 ocfs2_read_blocks 0 24777 NULL
++em28xx_audio_setup_24778 em28xx_audio_setup 0 24778 NULL
 +datablob_hmac_verify_24786 datablob_hmac_verify 4 24786 NULL
 +cache_read_24790 cache_read 3 24790 NULL
++__xfs_get_blocks_24791 __xfs_get_blocks 2 24791 NULL
 +user_regset_copyout_24796 user_regset_copyout 7 24796 NULL
++bcm_kona_gpio_to_irq_24799 bcm_kona_gpio_to_irq 2 24799 NULL
 +kvm_read_guest_virt_helper_24804 kvm_read_guest_virt_helper 3-1 24804 NULL
 +ath6kl_fwlog_mask_write_24810 ath6kl_fwlog_mask_write 3 24810 NULL
 +net2272_read_24825 net2272_read 0 24825 NULL
 +snd_als4k_gcr_read_24840 snd_als4k_gcr_read 0 24840 NULL
 +snd_pcm_lib_buffer_bytes_24865 snd_pcm_lib_buffer_bytes 0 24865 NULL
-+pnp_alloc_24869 pnp_alloc 1 24869 NULL nohasharray
-+l2cap_create_basic_pdu_24869 l2cap_create_basic_pdu 3 24869 &pnp_alloc_24869
++l2cap_create_basic_pdu_24869 l2cap_create_basic_pdu 3 24869 NULL nohasharray
++pnp_alloc_24869 pnp_alloc 1 24869 &l2cap_create_basic_pdu_24869
 +queues_read_24877 queues_read 3 24877 NULL
 +__vxge_hw_vp_initialize_24885 __vxge_hw_vp_initialize 2 24885 NULL
 +xfs_qm_dqattach_24898 xfs_qm_dqattach 0 24898 NULL
 +codec_list_read_file_24910 codec_list_read_file 3 24910 NULL
-+v4l2_ctrl_new_24927 v4l2_ctrl_new 7 24927 NULL nohasharray
-+__btrfs_free_extent_24927 __btrfs_free_extent 7 24927 &v4l2_ctrl_new_24927
-+ocfs2_fiemap_24949 ocfs2_fiemap 4-3 24949 NULL
++ngene_command_load_firmware_24916 ngene_command_load_firmware 0 24916 NULL
++__btrfs_free_extent_24927 __btrfs_free_extent 7 24927 NULL nohasharray
++v4l2_ctrl_new_24927 v4l2_ctrl_new 7 24927 &__btrfs_free_extent_24927
++ocfs2_fiemap_24949 ocfs2_fiemap 3-4 24949 NULL
++snd_wss_pcm_24951 snd_wss_pcm 0 24951 NULL
 +packet_sendmsg_24954 packet_sendmsg 4 24954 NULL
++ipg_io_config_24957 ipg_io_config 0 24957 NULL
++security_inode_rename_24971 security_inode_rename 0 24971 NULL
 +twl_i2c_write_u8_24976 twl_i2c_write_u8 3 24976 NULL
 +llc_ui_sendmsg_24987 llc_ui_sendmsg 4 24987 NULL
++devm_spi_register_master_24995 devm_spi_register_master 0 24995 NULL
 +slot_get_24999 slot_get 0 24999 NULL
 +key_conf_hw_key_idx_read_25003 key_conf_hw_key_idx_read 3 25003 NULL
-+il_dbgfs_channels_read_25005 il_dbgfs_channels_read 3 25005 NULL
++il_dbgfs_channels_read_25005 il_dbgfs_channels_read 3 25005 NULL nohasharray
++mwl8k_encryption_set_cmd_info_25005 mwl8k_encryption_set_cmd_info 0 25005 &il_dbgfs_channels_read_25005
++tg3_readphy_25017 tg3_readphy 0 25017 NULL
 +ni_660x_num_counters_25031 ni_660x_num_counters 0 25031 NULL
 +nfs_dns_resolve_name_25036 nfs_dns_resolve_name 3 25036 NULL
 +load_unaligned_zeropad_25050 load_unaligned_zeropad 0 25050 NULL
@@ -117132,31 +117415,41 @@ index 0000000..8972f81
 +gs_buf_alloc_25067 gs_buf_alloc 2 25067 NULL
 +ll_track_pid_seq_write_25068 ll_track_pid_seq_write 3 25068 NULL
 +SYSC_listxattr_25072 SYSC_listxattr 3 25072 NULL
++enic_set_intr_mode_25081 enic_set_intr_mode 0 25081 NULL
 +ima_appraise_measurement_25093 ima_appraise_measurement 6 25093 NULL
-+blkg_path_25099 blkg_path 3 25099 NULL
++irq_cpu_rmap_add_25104 irq_cpu_rmap_add 0 25104 NULL
 +snd_rawmidi_kernel_write_25106 snd_rawmidi_kernel_write 3 25106 NULL
++mlx4_cmd_poll_25112 mlx4_cmd_poll 0 25112 NULL
 +gfs2_quota_check_25130 gfs2_quota_check 0 25130 NULL
 +ipath_init_qp_table_25167 ipath_init_qp_table 2 25167 NULL
-+kvm_mmu_notifier_change_pte_25169 kvm_mmu_notifier_change_pte 3 25169 NULL
++kvm_mmu_notifier_change_pte_25169 kvm_mmu_notifier_change_pte 3 25169 NULL nohasharray
++_iwl_dbgfs_reduced_txp_write_25169 _iwl_dbgfs_reduced_txp_write 3 25169 &kvm_mmu_notifier_change_pte_25169
 +sctp_getsockopt_local_addrs_25178 sctp_getsockopt_local_addrs 2 25178 NULL
 +mon_stat_read_25238 mon_stat_read 3 25238 NULL
++bma180_set_bw_25243 bma180_set_bw 0 25243 NULL
++t4vf_read_rss_vi_config_25254 t4vf_read_rss_vi_config 0 25254 NULL
 +stripe_status_25259 stripe_status 5 25259 NULL
++dvbdev_get_free_adapter_num_25271 dvbdev_get_free_adapter_num 0 25271 NULL
 +snd_pcm_start_25273 snd_pcm_start 0 25273 NULL
 +crypto_alloc_instance2_25277 crypto_alloc_instance2 3 25277 NULL
 +vfs_writev_25278 vfs_writev 3 25278 NULL
 +l2tp_session_create_25286 l2tp_session_create 1 25286 NULL
++read8_reg_25307 read8_reg 0-4 25307 NULL
 +ath9k_debugfs_read_buf_25316 ath9k_debugfs_read_buf 3 25316 NULL
 +rng_buffer_size_25348 rng_buffer_size 0 25348 NULL
 +SYSC_kexec_load_25361 SYSC_kexec_load 2 25361 NULL
 +unix_mkname_25368 unix_mkname 0-2 25368 NULL
 +sel_read_mls_25369 sel_read_mls 3 25369 NULL
++tc3589x_gpio_to_irq_25371 tc3589x_gpio_to_irq 2 25371 NULL
++SyS_splice_25390 SyS_splice 5 25390 NULL
 +vsp1_entity_init_25407 vsp1_entity_init 3 25407 NULL
 +xfs_ialloc_pagi_init_25411 xfs_ialloc_pagi_init 0 25411 NULL
++_gpiod_direction_output_raw_25414 _gpiod_direction_output_raw 0 25414 NULL
 +dai_list_read_file_25421 dai_list_read_file 3 25421 NULL
 +xfs_qm_dqtobp_25448 xfs_qm_dqtobp 0 25448 NULL
-+generic_file_buffered_write_25464 generic_file_buffered_write 4-0-7 25464 NULL
 +ipath_decode_err_25468 ipath_decode_err 3 25468 NULL
 +crypto_hash_digestsize_25469 crypto_hash_digestsize 0 25469 NULL
++remove_mtt_ok_25486 remove_mtt_ok 0 25486 NULL
 +ivtv_buf_copy_from_user_25502 ivtv_buf_copy_from_user 4-0 25502 NULL
 +snd_pcm_plugin_build_25505 snd_pcm_plugin_build 5 25505 NULL
 +xfs_alloc_fix_freelist_25514 xfs_alloc_fix_freelist 0 25514 NULL
@@ -117166,108 +117459,157 @@ index 0000000..8972f81
 +wimax_addr_scnprint_25548 wimax_addr_scnprint 2 25548 NULL
 +ht_print_chan_25556 ht_print_chan 0-3-4 25556 NULL
 +skb_tailroom_25567 skb_tailroom 0 25567 NULL
++il4965_init_drv_25580 il4965_init_drv 0 25580 NULL
 +ping_recvmsg_25597 ping_recvmsg 4 25597 NULL
 +copy_user_generic_25611 copy_user_generic 0 25611 NULL
 +proc_coredump_filter_write_25625 proc_coredump_filter_write 3 25625 NULL
 +befs_utf2nls_25628 befs_utf2nls 3 25628 NULL nohasharray
 +__get_user_pages_25628 __get_user_pages 0 25628 &befs_utf2nls_25628
 +__direct_map_25647 __direct_map 5-6 25647 NULL
++mlx4_init_uar_table_25661 mlx4_init_uar_table 0 25661 NULL
 +aircable_prepare_write_buffer_25669 aircable_prepare_write_buffer 3 25669 NULL
 +lpfc_idiag_cmd_get_25672 lpfc_idiag_cmd_get 2 25672 NULL
 +sta_inactive_ms_read_25690 sta_inactive_ms_read 3 25690 NULL
++prom_early_alloc_25692 prom_early_alloc 1 25692 NULL
++alloc_ring_25697 alloc_ring 0 25697 NULL
 +rx_filter_mc_filter_read_25712 rx_filter_mc_filter_read 3 25712 NULL
 +ibmasm_new_command_25714 ibmasm_new_command 2 25714 NULL
 +__alloc_bootmem_low_node_25726 __alloc_bootmem_low_node 2 25726 NULL nohasharray
 +sel_write_context_25726 sel_write_context 3 25726 &__alloc_bootmem_low_node_25726
 +cxgbi_device_portmap_create_25747 cxgbi_device_portmap_create 3 25747 NULL
++fnic_dev_spec_25790 fnic_dev_spec 0 25790 NULL
 +event_rx_pool_read_25792 event_rx_pool_read 3 25792 NULL
 +sg_read_25799 sg_read 3 25799 NULL
 +xfs_alloc_ag_vextent_exact_25810 xfs_alloc_ag_vextent_exact 0 25810 NULL
-+system_enable_read_25815 system_enable_read 3 25815 NULL
++system_enable_read_25815 system_enable_read 3 25815 NULL nohasharray
++kset_register_25815 kset_register 0 25815 &system_enable_read_25815
 +realloc_buffer_25816 realloc_buffer 2 25816 NULL
 +pwr_missing_bcns_read_25824 pwr_missing_bcns_read 3 25824 NULL
++cx18_prep_dev_25854 cx18_prep_dev 0 25854 NULL
 +parport_read_25855 parport_read 0 25855 NULL
 +xfs_dir2_sf_hdr_size_25858 xfs_dir2_sf_hdr_size 0 25858 NULL
 +key_attr_size_25865 key_attr_size 0 25865 NULL
++ieee802154_register_device_25866 ieee802154_register_device 0 25866 NULL
 +ath6kl_regread_read_25884 ath6kl_regread_read 3 25884 NULL
 +run_delalloc_nocow_25896 run_delalloc_nocow 3-4 25896 NULL
 +sisusbcon_scroll_area_25899 sisusbcon_scroll_area 4-3 25899 NULL
 +lpfc_change_queue_depth_25905 lpfc_change_queue_depth 2 25905 NULL
++tmiofb_hw_init_25906 tmiofb_hw_init 0 25906 NULL
 +nvme_trans_mode_page_create_25908 nvme_trans_mode_page_create 7-4 25908 NULL
 +do_jffs2_setxattr_25910 do_jffs2_setxattr 5 25910 NULL
 +rcname_read_25919 rcname_read 3 25919 NULL
 +snd_es1938_capture_copy_25930 snd_es1938_capture_copy 5 25930 NULL
 +key_flags_read_25931 key_flags_read 3 25931 NULL
 +copy_play_buf_25932 copy_play_buf 3 25932 NULL
++iio_buffer_register_25952 iio_buffer_register 0 25952 NULL
 +flush_25957 flush 2 25957 NULL
++mthca_ENABLE_LAM_25960 mthca_ENABLE_LAM 0 25960 NULL
++_regmap_multi_reg_write_25967 _regmap_multi_reg_write 3 25967 NULL
++video_register_device_25971 video_register_device 0 25971 NULL
 +udp_setsockopt_25985 udp_setsockopt 5 25985 NULL
 +lustre_msg_buflen_v2_25997 lustre_msg_buflen_v2 0 25997 NULL
 +SyS_process_vm_readv_26019 SyS_process_vm_readv 3-5 26019 NULL
++irq_create_strict_mappings_26025 irq_create_strict_mappings 4 26025 NULL
 +mptscsih_change_queue_depth_26036 mptscsih_change_queue_depth 2 26036 NULL
 +selinux_inode_post_setxattr_26037 selinux_inode_post_setxattr 4 26037 NULL
++ccp_init_26054 ccp_init 0 26054 NULL
 +keyctl_update_key_26061 keyctl_update_key 3 26061 NULL
-+btrfs_wait_ordered_range_26086 btrfs_wait_ordered_range 0 26086 NULL
++pri_wm_latency_write_26063 pri_wm_latency_write 3 26063 NULL
++pcim_iomap_regions_26084 pcim_iomap_regions 0 26084 NULL
 +rx_rx_wa_density_dropped_frame_read_26095 rx_rx_wa_density_dropped_frame_read 3 26095 NULL
++mid_setup_dma_26097 mid_setup_dma 0 26097 NULL
 +i8042_pnp_id_to_string_26108 i8042_pnp_id_to_string 3 26108 NULL
 +read_sb_page_26119 read_sb_page 5 26119 NULL
++mlx4_comm_cmd_wait_26138 mlx4_comm_cmd_wait 0 26138 NULL
 +ath9k_hw_name_26146 ath9k_hw_name 3 26146 NULL
 +copy_oldmem_page_26164 copy_oldmem_page 3 26164 NULL
 +gfs2_xattr_acl_get_26166 gfs2_xattr_acl_get 0 26166 NULL nohasharray
 +ath6kl_roam_table_read_26166 ath6kl_roam_table_read 3 26166 &gfs2_xattr_acl_get_26166
 +disk_devt_26180 disk_devt 0 26180 NULL
-+cgroup_setxattr_26188 cgroup_setxattr 4 26188 NULL
 +ieee80211_if_fmt_dot11MeshTTL_26198 ieee80211_if_fmt_dot11MeshTTL 3 26198 NULL
 +xfs_idata_realloc_26199 xfs_idata_realloc 2 26199 NULL
 +mce_write_26201 mce_write 3 26201 NULL
++alloc_name_26202 alloc_name 0 26202 NULL
++SyS_splice_26206 SyS_splice 5 26206 NULL
++platform_device_register_26214 platform_device_register 0 26214 NULL
 +mwifiex_regrdwr_write_26225 mwifiex_regrdwr_write 3 26225 NULL
 +_scsih_change_queue_depth_26230 _scsih_change_queue_depth 2 26230 NULL
 +rxrpc_recvmsg_26233 rxrpc_recvmsg 4 26233 NULL
 +simple_setattr_26234 simple_setattr 0 26234 NULL
++ecryptfs_read_lower_page_segment_26244 ecryptfs_read_lower_page_segment 4 26244 NULL
++hv_ringbuffer_init_26246 hv_ringbuffer_init 0 26246 NULL
 +genwqe_ffdc_buff_size_26263 genwqe_ffdc_buff_size 0 26263 NULL
 +crypto_ctxsize_26278 crypto_ctxsize 0 26278 NULL
 +apei_resources_request_26279 apei_resources_request 0 26279 NULL
 +wacom_set_device_mode_26280 wacom_set_device_mode 3 26280 NULL
++cx18_dvb_register_26282 cx18_dvb_register 0 26282 NULL
++recursive_scan_26296 recursive_scan 0 26296 NULL
 +snd_pcm_plug_client_channels_buf_26309 snd_pcm_plug_client_channels_buf 0-3 26309 NULL
 +pwr_wake_on_host_read_26321 pwr_wake_on_host_read 3 26321 NULL
 +check_can_nocow_26336 check_can_nocow 2 26336 NULL
++da903x_add_subdevs_26338 da903x_add_subdevs 0 26338 NULL
 +snd_vx_check_reg_bit_26344 snd_vx_check_reg_bit 0 26344 NULL
 +ocfs2_duplicate_clusters_by_page_26357 ocfs2_duplicate_clusters_by_page 6-3 26357 NULL
 +cifs_readdata_alloc_26360 cifs_readdata_alloc 1 26360 NULL
++notifier_chain_register_26372 notifier_chain_register 0 26372 NULL
 +invalidate_inode_pages2_range_26403 invalidate_inode_pages2_range 0 26403 NULL
 +ntty_write_26404 ntty_write 3 26404 NULL
 +firmware_store_26408 firmware_store 4 26408 NULL
 +pagemap_read_26441 pagemap_read 3 26441 NULL
 +tower_read_26461 tower_read 3 26461 NULL nohasharray
 +enc_pools_add_pages_26461 enc_pools_add_pages 1 26461 &tower_read_26461
++e100_alloc_cbs_26462 e100_alloc_cbs 0 26462 NULL
 +ib_alloc_device_26483 ib_alloc_device 1 26483 NULL
 +ulong_write_file_26485 ulong_write_file 3 26485 NULL
 +dvb_ca_en50221_io_ioctl_26490 dvb_ca_en50221_io_ioctl 2 26490 NULL
++carmine_init_26495 carmine_init 0 26495 NULL
 +read_vmcore_26501 read_vmcore 3 26501 NULL
 +uhid_char_write_26502 uhid_char_write 3 26502 NULL
 +vfio_pci_set_msi_trigger_26507 vfio_pci_set_msi_trigger 4-3 26507 NULL
 +iwl_dbgfs_rf_reset_read_26512 iwl_dbgfs_rf_reset_read 3 26512 NULL
 +alloc_ep_req_26521 alloc_ep_req 3-2 26521 NULL
++vnic_intr_alloc_26535 vnic_intr_alloc 0 26535 NULL
++ath10k_htt_h2t_ver_req_msg_26537 ath10k_htt_h2t_ver_req_msg 0 26537 NULL
 +SyS_rt_sigpending_26538 SyS_rt_sigpending 2 26538 NULL
 +__vhost_add_used_n_26554 __vhost_add_used_n 3 26554 NULL
 +dio_new_bio_26562 dio_new_bio 0 26562 NULL
++ath10k_htt_tx_inc_pending_26569 ath10k_htt_tx_inc_pending 0 26569 NULL
 +rts51x_read_mem_26577 rts51x_read_mem 4 26577 NULL
++ath9k_init_device_26582 ath9k_init_device 0 26582 NULL
++sas_register_phys_26586 sas_register_phys 0 26586 NULL
++pci_set_cacheline_size_26598 pci_set_cacheline_size 0 26598 NULL
++__unmap_single_26604 __unmap_single 2-3 26604 NULL
 +xfs_rtcheck_range_26614 xfs_rtcheck_range 0 26614 NULL
++kernfs_name_locked_26617 kernfs_name_locked 3 26617 NULL
++iommu_alloc_26621 iommu_alloc 4 26621 NULL
 +pwr_fix_tsf_ps_read_26627 pwr_fix_tsf_ps_read 3 26627 NULL
++upload_dsp_code_26649 upload_dsp_code 0 26649 NULL
 +irq_alloc_generic_chip_26650 irq_alloc_generic_chip 2 26650 NULL nohasharray
 +inb_p_26650 inb_p 0 26650 &irq_alloc_generic_chip_26650
 +nouveau_volt_create__26654 nouveau_volt_create_ 4 26654 NULL
++ath5k_hw_init_26657 ath5k_hw_init 0 26657 NULL
++adnp_gpio_to_irq_26668 adnp_gpio_to_irq 2 26668 NULL
++c_can_set_bittiming_26674 c_can_set_bittiming 0 26674 NULL
 +cipso_v4_map_cat_rbm_hton_26680 cipso_v4_map_cat_rbm_hton 0 26680 NULL
 +flowinfo_read_26683 flowinfo_read 3 26683 NULL
++yellowfin_init_ring_26714 yellowfin_init_ring 0 26714 NULL
 +sysfs_add_file_26716 sysfs_add_file 0 26716 NULL
 +nouveau_namedb_create__26732 nouveau_namedb_create_ 7 26732 NULL
++nilfs_rec_len_from_disk_26739 nilfs_rec_len_from_disk 0-1 26739 NULL
++snd_rawmidi_new_26740 snd_rawmidi_new 0 26740 NULL
 +pipeline_tcp_rx_stat_fifo_int_read_26745 pipeline_tcp_rx_stat_fifo_int_read 3 26745 NULL
 +bos_desc_26752 bos_desc 0 26752 NULL
++pci_bus_read_config_byte_26759 pci_bus_read_config_byte 0 26759 NULL
 +snd_hda_get_raw_connections_26762 snd_hda_get_raw_connections 0 26762 NULL
 +dma_map_single_attrs_26779 dma_map_single_attrs 0 26779 NULL
++hcd_buffer_create_26787 hcd_buffer_create 0 26787 NULL
 +qlcnic_alloc_sds_rings_26795 qlcnic_alloc_sds_rings 2 26795 NULL
++mfd_add_device_26810 mfd_add_device 0 26810 NULL
 +cipso_v4_genopt_26812 cipso_v4_genopt 0 26812 NULL
-+iwl_trans_read_mem32_26825 iwl_trans_read_mem32 0 26825 NULL
++iwl_trans_read_mem32_26825 iwl_trans_read_mem32 0 26825 NULL nohasharray
++lbs_setup_firmware_26825 lbs_setup_firmware 0 26825 &iwl_trans_read_mem32_26825
 +smk_write_load_26829 smk_write_load 3 26829 NULL
++ibmasm_init_remote_input_dev_26833 ibmasm_init_remote_input_dev 0 26833 NULL
 +xfs_alloc_pagf_init_26834 xfs_alloc_pagf_init 0 26834 NULL
 +scnprint_id_26842 scnprint_id 3-0 26842 NULL
 +ecryptfs_miscdev_write_26847 ecryptfs_miscdev_write 3 26847 NULL
@@ -117283,15 +117625,20 @@ index 0000000..8972f81
 +sctp_setsockopt_adaptation_layer_26935 sctp_setsockopt_adaptation_layer 3 26935 NULL nohasharray
 +pwr_ps_enter_read_26935 pwr_ps_enter_read 3 26935 &sctp_setsockopt_adaptation_layer_26935
 +hecubafb_write_26942 hecubafb_write 3 26942 NULL
-+do_trimming_26952 do_trimming 3 26952 NULL nohasharray
-+extract_entropy_user_26952 extract_entropy_user 3 26952 &do_trimming_26952
++extract_entropy_user_26952 extract_entropy_user 3 26952 NULL nohasharray
++do_trimming_26952 do_trimming 3 26952 &extract_entropy_user_26952
 +do_direct_IO_26979 do_direct_IO 0 26979 NULL
++shpc_indirect_read_26985 shpc_indirect_read 0 26985 NULL
++mwl8k_fw_lock_26991 mwl8k_fw_lock 0 26991 NULL
++i2c_smbus_xfer_27006 i2c_smbus_xfer 0 27006 NULL
 +xfs_filestream_associate_27030 xfs_filestream_associate 0 27030 NULL
++snd_msnd_reset_dsp_27059 snd_msnd_reset_dsp 0 27059 NULL
 +__videobuf_alloc_vb_27062 __videobuf_alloc_vb 1 27062 NULL
 +ext4_convert_unwritten_extents_27064 ext4_convert_unwritten_extents 4-3-0 27064 NULL
 +snd_pcm_lib_period_bytes_27071 snd_pcm_lib_period_bytes 0 27071 NULL
 +paravirt_read_msr_27077 paravirt_read_msr 0 27077 NULL
 +alloc_fdmem_27083 alloc_fdmem 1 27083 NULL
++find_first_bit_27088 find_first_bit 0 27088 NULL
 +btmrvl_hscmd_write_27089 btmrvl_hscmd_write 3 27089 NULL nohasharray
 +ath9k_hw_4k_dump_eeprom_27089 ath9k_hw_4k_dump_eeprom 5-4 27089 &btmrvl_hscmd_write_27089
 +__devcgroup_inode_permission_27108 __devcgroup_inode_permission 0 27108 NULL
@@ -117305,10 +117652,17 @@ index 0000000..8972f81
 +write_kmem_27225 write_kmem 3 27225 NULL
 +dbAllocAG_27228 dbAllocAG 0 27228 NULL
 +rxrpc_request_key_27235 rxrpc_request_key 3 27235 NULL
++solo_snd_pcm_init_27238 solo_snd_pcm_init 0 27238 NULL nohasharray
++si476x_radio_init_debugfs_27238 si476x_radio_init_debugfs 0 27238 &solo_snd_pcm_init_27238
++ocfs2_journal_access_path_27243 ocfs2_journal_access_path 0 27243 NULL
++ds1374_check_rtc_status_27248 ds1374_check_rtc_status 0 27248 NULL
 +ll_track_gid_seq_write_27267 ll_track_gid_seq_write 3 27267 NULL
 +comedi_alloc_devpriv_27272 comedi_alloc_devpriv 2 27272 NULL
-+copy_from_buf_27308 copy_from_buf 4-2 27308 NULL
++__dma_map_cont_27289 __dma_map_cont 5 27289 NULL
++copy_from_buf_27308 copy_from_buf 2-4 27308 NULL
 +virtqueue_add_inbuf_27312 virtqueue_add_inbuf 3 27312 NULL
++ntb_register_event_callback_27313 ntb_register_event_callback 0 27313 NULL
++write_buf_27316 write_buf 3 27316 NULL
 +snd_pcm_oss_write2_27332 snd_pcm_oss_write2 3-0 27332 NULL
 +afs_cell_create_27346 afs_cell_create 2 27346 NULL
 +iwl_dbgfs_csr_write_27363 iwl_dbgfs_csr_write 3 27363 NULL
@@ -117316,8 +117670,9 @@ index 0000000..8972f81
 +seq_read_27411 seq_read 3 27411 NULL
 +ib_dma_map_sg_27413 ib_dma_map_sg 0 27413 NULL
 +ieee80211_if_read_smps_27416 ieee80211_if_read_smps 3 27416 NULL
-+ocfs2_refcount_cal_cow_clusters_27422 ocfs2_refcount_cal_cow_clusters 0 27422 NULL
++ocfs2_refcount_cal_cow_clusters_27422 ocfs2_refcount_cal_cow_clusters 3-4-0 27422 NULL
 +cypress_write_27423 cypress_write 4 27423 NULL
++pt1_init_buffer_27430 pt1_init_buffer 0 27430 NULL
 +sddr09_read_data_27447 sddr09_read_data 3 27447 NULL
 +xfs_btree_lookup_get_block_27448 xfs_btree_lookup_get_block 0 27448 NULL
 +v4l2_ctrl_new_std_menu_items_27487 v4l2_ctrl_new_std_menu_items 4 27487 NULL
@@ -117326,72 +117681,110 @@ index 0000000..8972f81
 +btrfs_get_64_27499 btrfs_get_64 0 27499 NULL
 +garmin_read_process_27509 garmin_read_process 3 27509 NULL
 +oti_alloc_cookies_27510 oti_alloc_cookies 2 27510 NULL
++blocking_notifier_chain_register_27518 blocking_notifier_chain_register 0 27518 NULL
 +ib_copy_to_udata_27525 ib_copy_to_udata 3 27525 NULL
++sky2_setup_irq_27538 sky2_setup_irq 0 27538 NULL
 +snd_sonicvibes_getdmaa_27552 snd_sonicvibes_getdmaa 0 27552 NULL
 +SyS_fgetxattr_27571 SyS_fgetxattr 4 27571 NULL
 +sco_sock_recvmsg_27572 sco_sock_recvmsg 4 27572 NULL
 +libipw_alloc_txb_27579 libipw_alloc_txb 1 27579 NULL
++lbs_get_firmware_27609 lbs_get_firmware 0 27609 NULL
++C_SYSC_mbind_27636 C_SYSC_mbind 5 27636 NULL
 +ocfs2_xattr_ibody_get_27642 ocfs2_xattr_ibody_get 0 27642 NULL nohasharray
-+nl80211_send_connect_result_27642 nl80211_send_connect_result 5-7 27642 &ocfs2_xattr_ibody_get_27642 nohasharray
-+read_flush_procfs_27642 read_flush_procfs 3 27642 &nl80211_send_connect_result_27642 nohasharray
-+ocfs2_direct_IO_27642 ocfs2_direct_IO 4 27642 &read_flush_procfs_27642 nohasharray
++read_flush_procfs_27642 read_flush_procfs 3 27642 &ocfs2_xattr_ibody_get_27642 nohasharray
++nl80211_send_connect_result_27642 nl80211_send_connect_result 5-7 27642 &read_flush_procfs_27642 nohasharray
++ocfs2_direct_IO_27642 ocfs2_direct_IO 4 27642 &nl80211_send_connect_result_27642 nohasharray
 +xfs_alloc_vextent_27642 xfs_alloc_vextent 0 27642 &ocfs2_direct_IO_27642
 +add_new_gdb_27643 add_new_gdb 3 27643 NULL
 +btrfs_fallocate_27647 btrfs_fallocate 3-4 27647 NULL
++asd_download_seq_27653 asd_download_seq 0 27653 NULL
 +qnx6_readpages_27657 qnx6_readpages 4 27657 NULL
 +cdrom_read_cdda_old_27664 cdrom_read_cdda_old 4 27664 NULL
++ath_tx_edma_init_27673 ath_tx_edma_init 0 27673 NULL
++power_supply_create_gen_triggers_27685 power_supply_create_gen_triggers 0 27685 NULL
 +ocfs2_extend_dir_27695 ocfs2_extend_dir 4 27695 NULL
 +fs_path_add_from_extent_buffer_27702 fs_path_add_from_extent_buffer 4 27702 NULL
 +evm_write_key_27715 evm_write_key 3 27715 NULL
 +ieee80211_if_fmt_dot11MeshGateAnnouncementProtocol_27722 ieee80211_if_fmt_dot11MeshGateAnnouncementProtocol 3 27722 NULL
 +xfs_dir2_block_sfsize_27727 xfs_dir2_block_sfsize 0 27727 NULL
++init_timers_cpu_27741 init_timers_cpu 0 27741 NULL
 +SyS_setsockopt_27759 SyS_setsockopt 5 27759 NULL
++ipr_test_msi_27760 ipr_test_msi 0 27760 NULL
++transport_init_session_tags_27776 transport_init_session_tags 1-2 27776 NULL nohasharray
++gpiochip_export_27776 gpiochip_export 0 27776 &transport_init_session_tags_27776
 +__lov_setstripe_27782 __lov_setstripe 2 27782 NULL
++snd_component_add_27784 snd_component_add 0 27784 NULL
 +twl4030_set_gpio_dataout_27792 twl4030_set_gpio_dataout 1 27792 NULL
 +SyS_readv_27804 SyS_readv 3 27804 NULL
 +mpihelp_mul_27805 mpihelp_mul 5-3 27805 NULL
 +hpt374_read_freq_27828 hpt374_read_freq 0 27828 NULL
 +init_header_complete_27833 init_header_complete 0 27833 NULL
-+read_profile_27859 read_profile 3 27859 NULL
++read_profile_27859 read_profile 3 27859 NULL nohasharray
++pcmcia_register_socket_27859 pcmcia_register_socket 0 27859 &read_profile_27859
 +sky2_pci_read16_27863 sky2_pci_read16 0 27863 NULL
 +ieee80211_if_read_dot11MeshHWMProotInterval_27873 ieee80211_if_read_dot11MeshHWMProotInterval 3 27873 NULL
 +unix_seqpacket_sendmsg_27893 unix_seqpacket_sendmsg 4 27893 NULL
++driver_add_groups_27897 driver_add_groups 0 27897 NULL
++mlx4_CONF_SPECIAL_QP_27915 mlx4_CONF_SPECIAL_QP 0 27915 NULL
++i915_error_object_create_sized_27919 i915_error_object_create_sized 4 27919 NULL
++t4_write_flash_27925 t4_write_flash 0 27925 NULL
++t4vf_get_vfres_27935 t4vf_get_vfres 0 27935 NULL
++unmap_and_move_27936 unmap_and_move 0 27936 NULL
 +check_mapped_name_27943 check_mapped_name 3 27943 NULL
-+bio_next_split_27961 bio_next_split 2 27961 NULL nohasharray
-+tracing_clock_write_27961 tracing_clock_write 3 27961 &bio_next_split_27961
-+security_path_chown_27966 security_path_chown 0 27966 NULL
++tracing_clock_write_27961 tracing_clock_write 3 27961 NULL nohasharray
++bio_next_split_27961 bio_next_split 2 27961 &tracing_clock_write_27961
++enic_set_rss_nic_cfg_27966 enic_set_rss_nic_cfg 0 27966 NULL nohasharray
++security_path_chown_27966 security_path_chown 0 27966 &enic_set_rss_nic_cfg_27966
 +tipc_media_addr_printf_27971 tipc_media_addr_printf 2 27971 NULL
 +device_register_27972 device_register 0 27972 NULL nohasharray
 +mic_rx_pkts_read_27972 mic_rx_pkts_read 3 27972 &device_register_27972
-+xfs_alloc_fixup_trees_27975 xfs_alloc_fixup_trees 0 27975 NULL
++compat_SyS_set_mempolicy_27975 compat_SyS_set_mempolicy 3 27975 NULL nohasharray
++xfs_alloc_fixup_trees_27975 xfs_alloc_fixup_trees 0 27975 &compat_SyS_set_mempolicy_27975
++adm8211_hw_reset_27976 adm8211_hw_reset 0 27976 NULL
 +pci_enable_device_flags_27977 pci_enable_device_flags 0 27977 NULL nohasharray
 +__kernfs_setattr_27977 __kernfs_setattr 0 27977 &pci_enable_device_flags_27977
++ipg_hw_init_27992 ipg_hw_init 0 27992 NULL
 +edt_ft5x06_debugfs_raw_data_read_28002 edt_ft5x06_debugfs_raw_data_read 3 28002 NULL
 +seq_get_buf_28006 seq_get_buf 0 28006 NULL
 +snd_rawmidi_write_28008 snd_rawmidi_write 3 28008 NULL
 +powercap_register_zone_28028 powercap_register_zone 6 28028 NULL
++ath_mci_setup_28039 ath_mci_setup 0 28039 NULL
 +sctp_setsockopt_maxburst_28041 sctp_setsockopt_maxburst 3 28041 NULL
 +rts51x_xd_rw_28046 rts51x_xd_rw 3-4 28046 NULL
++p9_fd_write_28050 p9_fd_write 3 28050 NULL
 +cx231xx_init_vbi_isoc_28053 cx231xx_init_vbi_isoc 3-2-4 28053 NULL
 +pool_status_28055 pool_status 5 28055 NULL
-+init_rs_non_canonical_28059 init_rs_non_canonical 1 28059 NULL
++init_rs_non_canonical_28059 init_rs_non_canonical 1 28059 NULL nohasharray
++sis_chip_init_28059 sis_chip_init 0 28059 &init_rs_non_canonical_28059
 +lpfc_idiag_mbxacc_read_28061 lpfc_idiag_mbxacc_read 3 28061 NULL
++tea5764_i2c_read_28063 tea5764_i2c_read 0 28063 NULL
 +tx_frag_bad_mblk_num_read_28064 tx_frag_bad_mblk_num_read 3 28064 NULL
++do_register_framebuffer_28067 do_register_framebuffer 0 28067 NULL
++ib_query_port_28079 ib_query_port 0 28079 NULL
++platform_get_irq_28088 platform_get_irq 0 28088 NULL
 +mmc_test_alloc_mem_28102 mmc_test_alloc_mem 3-2 28102 NULL
 +rx_defrag_need_defrag_read_28117 rx_defrag_need_defrag_read 3 28117 NULL
++peak_pciec_probe_28118 peak_pciec_probe 0 28118 NULL
 +vgacon_adjust_height_28124 vgacon_adjust_height 2 28124 NULL
++pluto_hw_init_28135 pluto_hw_init 0 28135 NULL
 +memblock_virt_alloc_from_nopanic_28146 memblock_virt_alloc_from_nopanic 1 28146 NULL
 +video_read_28148 video_read 3 28148 NULL
 +snd_midi_channel_alloc_set_28153 snd_midi_channel_alloc_set 1 28153 NULL
 +stats_dot11FCSErrorCount_read_28154 stats_dot11FCSErrorCount_read 3 28154 NULL
++mi1_wr_addr_28156 mi1_wr_addr 0 28156 NULL
 +vread_28173 vread 0-3 28173 NULL
 +macvtap_get_user_28185 macvtap_get_user 4 28185 NULL
++goldfish_tty_create_driver_28186 goldfish_tty_create_driver 0 28186 NULL
 +counter_free_res_28187 counter_free_res 5 28187 NULL
 +read_disk_sb_28188 read_disk_sb 2 28188 NULL
++get_res_28191 get_res 0 28191 NULL
 +nouveau_mxm_create__28200 nouveau_mxm_create_ 4 28200 NULL
 +__qp_memcpy_from_queue_28220 __qp_memcpy_from_queue 3-4 28220 NULL
++ocfs2_cow_sync_writeback_28221 ocfs2_cow_sync_writeback 0 28221 NULL
 +line6_alloc_sysex_buffer_28225 line6_alloc_sysex_buffer 4 28225 NULL
 +amd_nb_num_28228 amd_nb_num 0 28228 NULL
++stex_common_handshake_28229 stex_common_handshake 0 28229 NULL
++dwc2_gahbcfg_init_28266 dwc2_gahbcfg_init 0 28266 NULL
 +fuse_direct_IO_28275 fuse_direct_IO 4 28275 NULL
 +usemap_size_28281 usemap_size 0 28281 NULL
 +inline_xattr_size_28285 inline_xattr_size 0 28285 NULL
@@ -117411,34 +117804,43 @@ index 0000000..8972f81
 +tx_frag_cache_miss_read_28394 tx_frag_cache_miss_read 3 28394 NULL
 +bypass_pwup_write_28416 bypass_pwup_write 3 28416 NULL
 +subdev_ioctl_28417 subdev_ioctl 2 28417 NULL
++vfio_msi_cap_len_28424 vfio_msi_cap_len 0 28424 NULL
 +ksocknal_alloc_tx_28426 ksocknal_alloc_tx 2 28426 NULL
++hid_hw_output_report_28429 hid_hw_output_report 0 28429 NULL
 +mpage_readpages_28436 mpage_readpages 3 28436 NULL
 +xfs_rtfind_back_28450 xfs_rtfind_back 0 28450 NULL
 +snd_emu10k1_efx_read_28452 snd_emu10k1_efx_read 2 28452 NULL
 +key_mic_failures_read_28457 key_mic_failures_read 3 28457 NULL
 +alloc_irq_cpu_rmap_28459 alloc_irq_cpu_rmap 1 28459 NULL
 +__filemap_fdatawrite_28485 __filemap_fdatawrite 0 28485 NULL
++si4713_register_i2c_adapter_28515 si4713_register_i2c_adapter 0 28515 NULL
 +ps_poll_upsd_utilization_read_28519 ps_poll_upsd_utilization_read 3 28519 NULL
 +i2400m_tx_stats_read_28527 i2400m_tx_stats_read 3 28527 NULL
++early_init_dt_alloc_memory_arch_28528 early_init_dt_alloc_memory_arch 1 28528 NULL
++spu_set_bus_mode_28542 spu_set_bus_mode 0 28542 NULL
 +sel_read_policycap_28544 sel_read_policycap 3 28544 NULL
 +mptctl_getiocinfo_28545 mptctl_getiocinfo 2 28545 NULL nohasharray
-+run_delalloc_range_28545 run_delalloc_range 3-4 28545 &mptctl_getiocinfo_28545 nohasharray
-+aio_read_events_28545 aio_read_events 3 28545 &run_delalloc_range_28545
++aio_read_events_28545 aio_read_events 3 28545 &mptctl_getiocinfo_28545 nohasharray
++run_delalloc_range_28545 run_delalloc_range 3-4 28545 &aio_read_events_28545
++asd_init_phy_28547 asd_init_phy 0 28547 NULL
 +sysfs_create_bin_file_28551 sysfs_create_bin_file 0 28551 NULL
 +b43legacy_debugfs_write_28556 b43legacy_debugfs_write 3 28556 NULL
 +asymmetric_verify_28567 asymmetric_verify 3 28567 NULL
 +gfs2_meta_indirect_buffer_28573 gfs2_meta_indirect_buffer 0 28573 NULL
 +oxygen_read32_28582 oxygen_read32 0 28582 NULL
++task_cgroup_path_28599 task_cgroup_path 3 28599 NULL
 +extract_entropy_28604 extract_entropy 5-3 28604 NULL
 +kfifo_unused_28612 kfifo_unused 0 28612 NULL
-+snd_nm256_capture_copy_28622 snd_nm256_capture_copy 5-3 28622 NULL
++snd_nm256_capture_copy_28622 snd_nm256_capture_copy 3-5 28622 NULL
 +setup_usemap_28636 setup_usemap 3-4 28636 NULL
 +qib_handle_6120_hwerrors_28642 qib_handle_6120_hwerrors 3 28642 NULL
-+xfs_bmap_finish_28644 xfs_bmap_finish 0 28644 NULL
++xfs_bmap_finish_28644 xfs_bmap_finish 0 28644 NULL nohasharray
++myri10ge_load_hotplug_firmware_28644 myri10ge_load_hotplug_firmware 0 28644 &xfs_bmap_finish_28644
 +p9_fcall_alloc_28652 p9_fcall_alloc 1 28652 NULL
 +read_nic_io_byte_28654 read_nic_io_byte 0 28654 NULL
 +blk_queue_resize_tags_28670 blk_queue_resize_tags 2 28670 NULL
 +SyS_setgroups16_28686 SyS_setgroups16 1 28686 NULL
++adau1701_register_size_28688 adau1701_register_size 0 28688 NULL
 +kvm_mmu_get_page_28692 kvm_mmu_get_page 2 28692 NULL
 +drm_plane_init_28731 drm_plane_init 6 28731 NULL
 +spi_execute_28736 spi_execute 5 28736 NULL
@@ -117449,7 +117851,10 @@ index 0000000..8972f81
 +ath6kl_get_num_reg_28780 ath6kl_get_num_reg 0 28780 NULL
 +sel_write_member_28800 sel_write_member 3 28800 NULL
 +iwl_dbgfs_rxon_filter_flags_read_28832 iwl_dbgfs_rxon_filter_flags_read 3 28832 NULL
++kernel_tree_alloc_28833 kernel_tree_alloc 1 28833 NULL
 +vp_request_msix_vectors_28849 vp_request_msix_vectors 2 28849 NULL
++ssb_bus_powerup_28855 ssb_bus_powerup 0 28855 NULL
++e100_self_test_28862 e100_self_test 0 28862 NULL
 +ipv6_renew_options_28867 ipv6_renew_options 5 28867 NULL
 +max_io_len_target_boundary_28879 max_io_len_target_boundary 0-1 28879 NULL
 +packet_sendmsg_spkt_28885 packet_sendmsg_spkt 4 28885 NULL
@@ -117460,8 +117865,10 @@ index 0000000..8972f81
 +mxuport_prepare_write_buffer_28943 mxuport_prepare_write_buffer 3 28943 NULL
 +btrfs_trim_block_group_28963 btrfs_trim_block_group 3-4 28963 NULL
 +alloc_sched_domains_28972 alloc_sched_domains 1 28972 NULL
++gfs2_dir_del_28977 gfs2_dir_del 0 28977 NULL
 +hash_net6_expire_28979 hash_net6_expire 4 28979 NULL
 +xfs_alloc_update_28982 xfs_alloc_update 0 28982 NULL
++stex_request_irq_28992 stex_request_irq 0 28992 NULL
 +hci_sock_setsockopt_28993 hci_sock_setsockopt 5 28993 NULL
 +bin_uuid_28999 bin_uuid 3 28999 NULL
 +fd_execute_rw_29004 fd_execute_rw 3 29004 NULL
@@ -117469,24 +117876,33 @@ index 0000000..8972f81
 +rxrpc_sendmsg_29049 rxrpc_sendmsg 4 29049 NULL
 +btrfs_root_bytenr_29058 btrfs_root_bytenr 0 29058 NULL
 +iso_packets_buffer_init_29061 iso_packets_buffer_init 3-4 29061 NULL
++roundup_64_29066 roundup_64 2-0-1 29066 NULL
 +lpfc_idiag_extacc_drivr_get_29067 lpfc_idiag_extacc_drivr_get 0-3 29067 NULL
 +sctp_getsockopt_assoc_stats_29074 sctp_getsockopt_assoc_stats 2 29074 NULL
 +xfs_alloc_ag_vextent_small_29084 xfs_alloc_ag_vextent_small 0 29084 NULL
 +iwl_dbgfs_log_event_write_29088 iwl_dbgfs_log_event_write 3 29088 NULL
-+i915_error_object_create_sized_29091 i915_error_object_create_sized 3 29091 NULL
 +ccp_init_dm_workarea_29097 ccp_init_dm_workarea 3 29097 NULL
++__compat_sys_preadv64_29103 __compat_sys_preadv64 3 29103 NULL
 +isdn_ppp_write_29109 isdn_ppp_write 4 29109 NULL
 +snprintf_29125 snprintf 0 29125 NULL
++init_mac_29127 init_mac 0 29127 NULL
 +iov_shorten_29130 iov_shorten 0 29130 NULL
 +proc_scsi_write_29142 proc_scsi_write 3 29142 NULL
++alloc_irqs_from_29152 alloc_irqs_from 0-2 29152 NULL
 +kvm_mmu_notifier_clear_flush_young_29154 kvm_mmu_notifier_clear_flush_young 3 29154 NULL
 +drm_property_create_enum_29201 drm_property_create_enum 5 29201 NULL
 +wusb_prf_256_29203 wusb_prf_256 7 29203 NULL
++comedi_alloc_subdevices_29207 comedi_alloc_subdevices 0 29207 NULL
 +iwl_dbgfs_temperature_read_29224 iwl_dbgfs_temperature_read 3 29224 NULL
 +nvme_trans_copy_from_user_29227 nvme_trans_copy_from_user 3 29227 NULL
++t4vf_wr_mbox_29233 t4vf_wr_mbox 0 29233 NULL
++iio_device_register_debugfs_29234 iio_device_register_debugfs 0 29234 NULL
 +irq_domain_add_linear_29236 irq_domain_add_linear 2 29236 NULL
++recover_peb_29238 recover_peb 0 29238 NULL
 +evdev_handle_get_val_29242 evdev_handle_get_val 5-6 29242 NULL
++rw_verify_area_29243 rw_verify_area 0-4 29243 NULL
 +security_context_to_sid_core_29248 security_context_to_sid_core 2 29248 NULL
++rbd_osd_req_create_29260 rbd_osd_req_create 3 29260 NULL
 +prism2_set_genericelement_29277 prism2_set_genericelement 3 29277 NULL
 +ext4_fiemap_29296 ext4_fiemap 4 29296 NULL
 +xfs_bmap_btree_to_extents_29297 xfs_bmap_btree_to_extents 0 29297 NULL
@@ -117498,27 +117914,40 @@ index 0000000..8972f81
 +tun_put_user_29337 tun_put_user 5 29337 NULL
 +__alloc_ei_netdev_29338 __alloc_ei_netdev 1 29338 NULL
 +l2cap_sock_setsockopt_old_29346 l2cap_sock_setsockopt_old 4 29346 NULL
++ext2_chunk_size_29354 ext2_chunk_size 0 29354 NULL
++gpiochip_find_base_29366 gpiochip_find_base 0-1 29366 NULL
++lx_pcm_create_29392 lx_pcm_create 0 29392 NULL
 +read_file_tx99_power_29405 read_file_tx99_power 3 29405 NULL
++get_esi_asic_29417 get_esi_asic 0 29417 NULL
 +mempool_create_29437 mempool_create 1 29437 NULL
 +crypto_ahash_alignmask_29445 crypto_ahash_alignmask 0 29445 NULL
 +p9_client_prepare_req_29448 p9_client_prepare_req 3 29448 NULL
++of_get_named_gpio_flags_29455 of_get_named_gpio_flags 0 29455 NULL
 +validate_scan_freqs_29462 validate_scan_freqs 0 29462 NULL
++mlx4_init_srq_table_29470 mlx4_init_srq_table 0 29470 NULL
 +SyS_flistxattr_29474 SyS_flistxattr 3 29474 NULL
 +do_register_entry_29478 do_register_entry 4 29478 NULL
 +simple_strtoul_29480 simple_strtoul 0 29480 NULL
++pci_enable_device_mem_29500 pci_enable_device_mem 0 29500 NULL
 +btmrvl_pscmd_write_29504 btmrvl_pscmd_write 3 29504 NULL
 +btrfs_file_extent_disk_bytenr_29505 btrfs_file_extent_disk_bytenr 0 29505 NULL
++i2c_add_adapter_29507 i2c_add_adapter 0 29507 NULL
 +usnic_vnic_spec_dump_29508 usnic_vnic_spec_dump 2 29508 NULL
 +write_file_regidx_29517 write_file_regidx 3 29517 NULL
 +atk_debugfs_ggrp_read_29522 atk_debugfs_ggrp_read 3 29522 NULL
++pci_enable_msix_29524 pci_enable_msix 0 29524 NULL
 +add_to_page_cache_lru_29534 add_to_page_cache_lru 0 29534 NULL
++vfs_read_29543 vfs_read 0-3 29543 NULL
 +ftrace_write_29551 ftrace_write 3 29551 NULL
 +idetape_queue_rw_tail_29562 idetape_queue_rw_tail 3 29562 NULL
-+leaf_dealloc_29566 leaf_dealloc 3 29566 NULL
++leaf_dealloc_29566 leaf_dealloc 3-2 29566 NULL
 +kvm_read_guest_virt_system_29569 kvm_read_guest_virt_system 4-2 29569 NULL
++p9_fd_read_29570 p9_fd_read 3 29570 NULL
 +lbs_lowsnr_read_29571 lbs_lowsnr_read 3 29571 NULL
 +security_path_chmod_29578 security_path_chmod 0 29578 NULL
++ext3_ordered_write_end_29584 ext3_ordered_write_end 5 29584 NULL
 +iwl_dbgfs_missed_beacon_write_29586 iwl_dbgfs_missed_beacon_write 3 29586 NULL
++snd_device_new_29588 snd_device_new 0 29588 NULL
 +pvr2_hdw_report_unlocked_29589 pvr2_hdw_report_unlocked 4-0 29589 NULL
 +dio_set_defer_completion_29599 dio_set_defer_completion 0 29599 NULL
 +slots_per_page_29601 slots_per_page 0 29601 NULL
@@ -117526,60 +117955,89 @@ index 0000000..8972f81
 +nla_get_u16_29624 nla_get_u16 0 29624 NULL
 +gfs2_alloc_blocks_29630 gfs2_alloc_blocks 0 29630 NULL
 +tx_frag_cache_hit_read_29639 tx_frag_cache_hit_read 3 29639 NULL
-+sctp_make_abort_user_29654 sctp_make_abort_user 3 29654 NULL
++sctp_make_abort_user_29654 sctp_make_abort_user 3 29654 NULL nohasharray
++spmi_controller_alloc_29654 spmi_controller_alloc 2 29654 &sctp_make_abort_user_29654
++_regulator_do_enable_29656 _regulator_do_enable 0 29656 NULL
++e100_phy_init_29662 e100_phy_init 0 29662 NULL
 +sisusb_write_mem_bulk_29678 sisusb_write_mem_bulk 4 29678 NULL
++jbd2_journal_restart_29692 jbd2_journal_restart 0 29692 NULL
 +lustre_posix_acl_xattr_2ext_29693 lustre_posix_acl_xattr_2ext 2 29693 NULL
 +posix_acl_from_xattr_29708 posix_acl_from_xattr 3 29708 NULL
 +probes_write_29711 probes_write 3 29711 NULL
 +read_cis_cache_29735 read_cis_cache 4 29735 NULL
 +xfs_new_eof_29737 xfs_new_eof 2 29737 NULL
 +std_nic_write_29752 std_nic_write 3 29752 NULL
++input_fujitsu_setup_29761 input_fujitsu_setup 0 29761 NULL
++asd_seq_download_seqs_29767 asd_seq_download_seqs 0 29767 NULL
++tg3_irq_count_29786 tg3_irq_count 0 29786 NULL
 +dbAlloc_29794 dbAlloc 0 29794 NULL
++register_reboot_notifier_29796 register_reboot_notifier 0 29796 NULL
 +tcp_sendpage_29829 tcp_sendpage 4 29829 NULL
 +__probe_kernel_write_29842 __probe_kernel_write 3 29842 NULL
++ath10k_wmi_cmd_init_29843 ath10k_wmi_cmd_init 0 29843 NULL
++fnic_alloc_vnic_resources_29845 fnic_alloc_vnic_resources 0 29845 NULL
++__raw_notifier_call_chain_29847 __raw_notifier_call_chain 0 29847 NULL
 +kvm_read_hva_atomic_29848 kvm_read_hva_atomic 3 29848 NULL
 +count_partial_29850 count_partial 0 29850 NULL
 +xfs_rtfind_forw_29866 xfs_rtfind_forw 0 29866 NULL
++ath9k_hw_init_macaddr_29869 ath9k_hw_init_macaddr 0 29869 NULL
 +write_file_bool_bmps_29870 write_file_bool_bmps 3 29870 NULL
 +ipv6_setsockopt_29871 ipv6_setsockopt 5 29871 NULL
++fnic_dev_notify_set_29874 fnic_dev_notify_set 0 29874 NULL
 +scsi_end_request_29876 scsi_end_request 3 29876 NULL
 +crypto_aead_alignmask_29885 crypto_aead_alignmask 0 29885 NULL
++tc3589x_gpio_irq_get_irq_29889 tc3589x_gpio_irq_get_irq 2 29889 NULL
 +xfs_alloc_read_agf_29893 xfs_alloc_read_agf 0 29893 NULL
++rtw_cfg80211_indicate_sta_assoc_29897 rtw_cfg80211_indicate_sta_assoc 3 29897 NULL
 +lov_ost_pool_extend_29914 lov_ost_pool_extend 2 29914 NULL
++__mcam_cam_reset_29916 __mcam_cam_reset 0 29916 NULL
 +write_file_queue_29922 write_file_queue 3 29922 NULL
++ahash_prepare_alg_29938 ahash_prepare_alg 0 29938 NULL
 +__btrfs_getxattr_29947 __btrfs_getxattr 0 29947 NULL nohasharray
 +ipv6_recv_error_29947 ipv6_recv_error 3 29947 &__btrfs_getxattr_29947
++ath10k_core_fetch_firmware_api_1_29956 ath10k_core_fetch_firmware_api_1 0 29956 NULL
++arch_setup_dmar_msi_29992 arch_setup_dmar_msi 0 29992 NULL
 +dev_mem_write_30028 dev_mem_write 3 30028 NULL
 +alloc_netdev_mqs_30030 alloc_netdev_mqs 1 30030 NULL
 +sysfs_add_file_mode_ns_30038 sysfs_add_file_mode_ns 0 30038 NULL
-+scsi_vpd_inquiry_30040 scsi_vpd_inquiry 4 30040 NULL
++scsi_vpd_inquiry_30040 scsi_vpd_inquiry 0-4 30040 NULL
 +drp_wmove_30043 drp_wmove 4 30043 NULL
-+mem_cgroup_charge_common_30047 mem_cgroup_charge_common 0 30047 NULL
 +__pci_request_selected_regions_30058 __pci_request_selected_regions 0 30058 NULL
++SyS_write_30059 SyS_write 3 30059 NULL
++mthca_reset_30070 mthca_reset 0 30070 NULL
 +cxgbi_ddp_reserve_30091 cxgbi_ddp_reserve 4 30091 NULL
 +snd_midi_channel_init_set_30092 snd_midi_channel_init_set 1 30092 NULL
 +rx_filter_data_filter_read_30098 rx_filter_data_filter_read 3 30098 NULL
++mlx5_cmd_exec_30102 mlx5_cmd_exec 0 30102 NULL
 +defragment_dma_buffer_30113 defragment_dma_buffer 0 30113 NULL
 +xfs_iget_cache_miss_30115 xfs_iget_cache_miss 0 30115 NULL
 +spi_async_locked_30117 spi_async_locked 0 30117 NULL
-+recv_stream_30138 recv_stream 4 30138 NULL
++calgary_unmap_page_30130 calgary_unmap_page 2-3 30130 NULL
++snd_pcm_stream_proc_init_30132 snd_pcm_stream_proc_init 0 30132 NULL
 +u_memcpya_30139 u_memcpya 3-2 30139 NULL
 +dbg_port_buf_30145 dbg_port_buf 2 30145 NULL
 +elfcorehdr_read_30159 elfcorehdr_read 2 30159 NULL
 +alloc_switch_ctx_30165 alloc_switch_ctx 2 30165 NULL
-+expand_inode_data_30169 expand_inode_data 3-2 30169 NULL
++expand_inode_data_30169 expand_inode_data 2-3 30169 NULL
++lis3lv02d_get_pwron_wait_30183 lis3lv02d_get_pwron_wait 0 30183 NULL
 +mempool_create_page_pool_30189 mempool_create_page_pool 1 30189 NULL
 +drm_property_create_bitmask_30195 drm_property_create_bitmask 5 30195 NULL
 +__genwqe_readq_30197 __genwqe_readq 0 30197 NULL
++snd_pcm_playback_forward_30201 snd_pcm_playback_forward 0-2 30201 NULL
 +usblp_ioctl_30203 usblp_ioctl 2 30203 NULL
++gfs2_stuffed_write_end_30204 gfs2_stuffed_write_end 0-5 30204 NULL
 +read_4k_modal_eeprom_30212 read_4k_modal_eeprom 3 30212 NULL
++SyS_semop_30227 SyS_semop 3 30227 NULL
 +bitmap_file_set_bit_30228 bitmap_file_set_bit 2 30228 NULL
++em28xx_write_reg_30239 em28xx_write_reg 0 30239 NULL
 +shmem_unuse_inode_30263 shmem_unuse_inode 0 30263 NULL
 +rawv6_recvmsg_30265 rawv6_recvmsg 4 30265 NULL
 +try_break_deleg_30271 try_break_deleg 0 30271 NULL nohasharray
 +isr_pci_pm_read_30271 isr_pci_pm_read 3 30271 &try_break_deleg_30271
 +compat_readv_30273 compat_readv 3 30273 NULL
-+skcipher_sendmsg_30290 skcipher_sendmsg 4 30290 NULL
++dma_set_max_seg_size_30274 dma_set_max_seg_size 0 30274 NULL
++skcipher_sendmsg_30290 skcipher_sendmsg 4 30290 NULL nohasharray
++migrate_page_30290 migrate_page 0 30290 &skcipher_sendmsg_30290
 +pipeline_sec_frag_swi_read_30294 pipeline_sec_frag_swi_read 3 30294 NULL
 +tcp_sendmsg_30296 tcp_sendmsg 4 30296 NULL
 +osc_contention_seconds_seq_write_30305 osc_contention_seconds_seq_write 3 30305 NULL
@@ -117587,16 +118045,23 @@ index 0000000..8972f81
 +i8254_read_30330 i8254_read 0 30330 NULL
 +resource_from_user_30341 resource_from_user 3 30341 NULL
 +o2nm_this_node_30342 o2nm_this_node 0 30342 NULL
++ath5k_eeprom_init_30354 ath5k_eeprom_init 0 30354 NULL
 +gfs2_trans_begin_30359 gfs2_trans_begin 0 30359 NULL
 +kstrtou32_from_user_30361 kstrtou32_from_user 2 30361 NULL
 +pagecache_write_begin_30364 pagecache_write_begin 0 30364 NULL
++pvscsi_change_queue_depth_30365 pvscsi_change_queue_depth 2 30365 NULL
 +C_SYSC_readv_30369 C_SYSC_readv 3 30369 NULL
++device_init_wakeup_30387 device_init_wakeup 0 30387 NULL
 +blkdev_issue_zeroout_30392 blkdev_issue_zeroout 3 30392 NULL
 +c4iw_init_resource_30393 c4iw_init_resource 2-3 30393 NULL
 +get_kernel_pages_30397 get_kernel_pages 0 30397 NULL
 +vb2_fop_write_30420 vb2_fop_write 3 30420 NULL
-+tx_tx_template_prepared_read_30424 tx_tx_template_prepared_read 3 30424 NULL
++mlx4_init_eq_table_30423 mlx4_init_eq_table 0 30423 NULL
++tx_tx_template_prepared_read_30424 tx_tx_template_prepared_read 3 30424 NULL nohasharray
++call_netdevice_notifier_30424 call_netdevice_notifier 0 30424 &tx_tx_template_prepared_read_30424
 +lstcon_session_info_30425 lstcon_session_info 6 30425 NULL
++qt2160_write_30427 qt2160_write 0 30427 NULL
++bma180_reset_intr_30432 bma180_reset_intr 0 30432 NULL
 +enable_write_30456 enable_write 3 30456 NULL
 +tx_tx_template_programmed_read_30461 tx_tx_template_programmed_read 3 30461 NULL
 +urandom_read_30462 urandom_read 3 30462 NULL
@@ -117610,11 +118075,22 @@ index 0000000..8972f81
 +dwc3_testmode_write_30516 dwc3_testmode_write 3 30516 NULL
 +set_config_30526 set_config 0 30526 NULL nohasharray
 +debug_debug2_read_30526 debug_debug2_read 3 30526 &set_config_30526
-+xfs_sb_version_hasftype_30559 xfs_sb_version_hasftype 0 30559 NULL
++mite_setup2_30530 mite_setup2 0 30530 NULL
++si470x_start_usb_30536 si470x_start_usb 0 30536 NULL
++asd_start_seqs_30544 asd_start_seqs 0 30544 NULL
++ql_sem_spinlock_30547 ql_sem_spinlock 0 30547 NULL
++xfs_sb_version_hasftype_30559 xfs_sb_version_hasftype 0 30559 NULL nohasharray
++ixgbevf_acquire_msix_vectors_30559 ixgbevf_acquire_msix_vectors 2 30559 &xfs_sb_version_hasftype_30559
 +disk_expand_part_tbl_30561 disk_expand_part_tbl 2 30561 NULL
++tg3_get_invariants_30577 tg3_get_invariants 0 30577 NULL
 +set_le_30581 set_le 4 30581 NULL
++ntb_bwd_setup_30590 ntb_bwd_setup 0 30590 NULL
 +blk_init_tags_30592 blk_init_tags 1 30592 NULL
-+sgl_map_user_pages_30610 sgl_map_user_pages 2 30610 NULL
++stmmac_hw_setup_30605 stmmac_hw_setup 0 30605 NULL
++sgl_map_user_pages_30610 sgl_map_user_pages 2 30610 NULL nohasharray
++cpufreq_get_global_kobject_30610 cpufreq_get_global_kobject 0 30610 &sgl_map_user_pages_30610
++SyS_msgrcv_30611 SyS_msgrcv 3 30611 NULL
++spu_write_30618 spu_write 0 30618 NULL
 +macvtap_sendmsg_30629 macvtap_sendmsg 4 30629 NULL
 +ieee80211_if_read_dot11MeshAwakeWindowDuration_30631 ieee80211_if_read_dot11MeshAwakeWindowDuration 3 30631 NULL
 +compat_raw_setsockopt_30634 compat_raw_setsockopt 5 30634 NULL
@@ -117622,44 +118098,63 @@ index 0000000..8972f81
 +SyS_listxattr_30647 SyS_listxattr 3 30647 NULL
 +jffs2_flash_read_30667 jffs2_flash_read 0 30667 NULL
 +ni_ai_fifo_read_30681 ni_ai_fifo_read 3 30681 NULL
++sst_hsw_get_dsp_position_30691 sst_hsw_get_dsp_position 0 30691 NULL
 +dccp_setsockopt_ccid_30701 dccp_setsockopt_ccid 4 30701 NULL nohasharray
 +xfs_bmap_add_extent_unwritten_real_30701 xfs_bmap_add_extent_unwritten_real 0 30701 &dccp_setsockopt_ccid_30701
 +lbs_wrbbp_write_30712 lbs_wrbbp_write 3 30712 NULL
++ocfs2_find_cpos_for_left_leaf_30713 ocfs2_find_cpos_for_left_leaf 0 30713 NULL
 +lbs_debugfs_read_30721 lbs_debugfs_read 3 30721 NULL
-+snd_nm256_playback_silence_30727 snd_nm256_playback_silence 4-3 30727 NULL
++snd_nm256_playback_silence_30727 snd_nm256_playback_silence 3-4 30727 NULL
++pci_read_config_word_30732 pci_read_config_word 0 30732 NULL
 +snapshot_status_30744 snapshot_status 5 30744 NULL
 +fuse_conn_limit_write_30777 fuse_conn_limit_write 3 30777 NULL
-+__bio_alloc_30787 __bio_alloc 3 30787 NULL
++SyS_pread64_30778 SyS_pread64 3 30778 NULL
++__bio_alloc_30787 __bio_alloc 3 30787 NULL nohasharray
++class_for_each_device_30787 class_for_each_device 0 30787 &__bio_alloc_30787
++t4_sge_init_hard_30806 t4_sge_init_hard 0 30806 NULL
 +smk_read_doi_30813 smk_read_doi 3 30813 NULL
++tg3_do_test_dma_30815 tg3_do_test_dma 0 30815 NULL
++SYSC_splice_30820 SYSC_splice 5 30820 NULL
 +xlog_grant_head_wait_30829 xlog_grant_head_wait 0 30829 NULL
 +get_kobj_path_length_30831 get_kobj_path_length 0 30831 NULL
++mlx4_load_fw_30833 mlx4_load_fw 0 30833 NULL
 +ath10k_write_fw_dbglog_30835 ath10k_write_fw_dbglog 3 30835 NULL
++of_gpio_named_count_30841 of_gpio_named_count 0 30841 NULL
 +sctp_setsockopt_auth_chunk_30843 sctp_setsockopt_auth_chunk 3 30843 NULL
 +wd_autoreset_write_30862 wd_autoreset_write 3 30862 NULL
++gpio_request_one_30881 gpio_request_one 0 30881 NULL
 +ieee80211_if_fmt_dropped_frames_no_route_30884 ieee80211_if_fmt_dropped_frames_no_route 3 30884 NULL
-+pn_recvmsg_30887 pn_recvmsg 4 30887 NULL
++pn_recvmsg_30887 pn_recvmsg 4 30887 NULL nohasharray
++__ei_open_30887 __ei_open 0 30887 &pn_recvmsg_30887
++lpfc_sli4_alloc_resource_identifiers_30925 lpfc_sli4_alloc_resource_identifiers 0 30925 NULL
 +usnic_debugfs_buildinfo_read_30928 usnic_debugfs_buildinfo_read 3 30928 NULL
 +sctp_setsockopt_rtoinfo_30941 sctp_setsockopt_rtoinfo 3 30941 NULL
 +tty_insert_flip_string_flags_30969 tty_insert_flip_string_flags 4 30969 NULL
++call_netdevice_notifiers_info_30980 call_netdevice_notifiers_info 0 30980 NULL
 +huge_page_mask_30981 huge_page_mask 0 30981 NULL
-+read_file_bt_ant_diversity_30983 read_file_bt_ant_diversity 3 30983 NULL
++read_file_bt_ant_diversity_30983 read_file_bt_ant_diversity 3 30983 NULL nohasharray
++add_probe_files_30983 add_probe_files 0 30983 &read_file_bt_ant_diversity_30983
 +lbs_host_sleep_read_31013 lbs_host_sleep_read 3 31013 NULL
 +ima_eventsig_init_31022 ima_eventsig_init 5 31022 NULL
 +template_fmt_size_31033 template_fmt_size 0 31033 NULL
 +do_setup_msi_irqs_31043 do_setup_msi_irqs 2 31043 NULL
-+stride_pg_count_31053 stride_pg_count 0-3-2-1-4-5 31053 NULL
++stride_pg_count_31053 stride_pg_count 0-2-1-4-3-5 31053 NULL
 +lbs_failcount_read_31063 lbs_failcount_read 3 31063 NULL
 +sctp_setsockopt_context_31091 sctp_setsockopt_context 3 31091 NULL
 +proc_gid_map_write_31093 proc_gid_map_write 3 31093 NULL
-+compat_sys_get_mempolicy_31109 compat_sys_get_mempolicy 3 31109 NULL
 +depth_read_31112 depth_read 3 31112 NULL
 +hash_ipportnet6_expire_31118 hash_ipportnet6_expire 4 31118 NULL
++tse_init_rx_buffer_31129 tse_init_rx_buffer 0 31129 NULL
 +kimage_normal_alloc_31140 kimage_normal_alloc 3 31140 NULL
 +size_inside_page_31141 size_inside_page 0 31141 NULL
-+w9966_v4l_read_31148 w9966_v4l_read 3 31148 NULL
++w9966_v4l_read_31148 w9966_v4l_read 3 31148 NULL nohasharray
++hpsa_kdump_soft_reset_31148 hpsa_kdump_soft_reset 0 31148 &w9966_v4l_read_31148
 +ch_do_scsi_31171 ch_do_scsi 4 31171 NULL
++_regulator_do_disable_31175 _regulator_do_disable 0 31175 NULL
++__gpiod_request_31195 __gpiod_request 0 31195 NULL
 +r592_read_fifo_pio_31198 r592_read_fifo_pio 3 31198 NULL
 +mtdchar_readoob_31200 mtdchar_readoob 4 31200 NULL
++sh_eth_phy_init_31201 sh_eth_phy_init 0 31201 NULL
 +__btrfs_free_reserved_extent_31207 __btrfs_free_reserved_extent 2 31207 NULL
 +cpumask_weight_31215 cpumask_weight 0 31215 NULL
 +__read_reg_31216 __read_reg 0 31216 NULL
@@ -117668,50 +118163,66 @@ index 0000000..8972f81
 +cyy_readb_31240 cyy_readb 0 31240 NULL
 +_create_sg_bios_31244 _create_sg_bios 4 31244 NULL
 +ieee80211_if_read_last_beacon_31257 ieee80211_if_read_last_beacon 3 31257 NULL
++pch_spi_get_resources_31275 pch_spi_get_resources 0 31275 NULL
 +hash_netportnet4_expire_31290 hash_netportnet4_expire 4 31290 NULL
 +uvc_simplify_fraction_31303 uvc_simplify_fraction 3 31303 NULL
 +sisusbcon_scroll_31315 sisusbcon_scroll 5-2-3 31315 NULL
 +command_file_write_31318 command_file_write 3 31318 NULL
 +hwerr_crcbits_31334 hwerr_crcbits 4 31334 NULL
-+radix_tree_insert_31336 radix_tree_insert 0 31336 NULL
++_regmap_raw_multi_reg_write_31336 _regmap_raw_multi_reg_write 3 31336 NULL nohasharray
++radix_tree_insert_31336 radix_tree_insert 0 31336 &_regmap_raw_multi_reg_write_31336
 +em28xx_init_usb_xfer_31337 em28xx_init_usb_xfer 4-6 31337 NULL
++platform_device_add_31340 platform_device_add 0 31340 NULL
 +outlen_write_31358 outlen_write 3 31358 NULL
 +ieee80211_rx_mgmt_auth_31366 ieee80211_rx_mgmt_auth 3 31366 NULL
++mlx4_MAP_FA_31371 mlx4_MAP_FA 0 31371 NULL
 +xprt_rdma_allocate_31372 xprt_rdma_allocate 2 31372 NULL
 +vb2_vmalloc_get_userptr_31374 vb2_vmalloc_get_userptr 3-2 31374 NULL
 +trace_parser_get_init_31379 trace_parser_get_init 2 31379 NULL
 +inb_31388 inb 0 31388 NULL
++ni_660x_allocate_private_31400 ni_660x_allocate_private 0 31400 NULL
 +key_ifindex_read_31411 key_ifindex_read 3 31411 NULL
 +_sp2d_max_pg_31422 _sp2d_max_pg 0 31422 NULL
 +TSS_checkhmac1_31429 TSS_checkhmac1 5 31429 NULL
 +snd_aw2_saa7146_get_hw_ptr_capture_31431 snd_aw2_saa7146_get_hw_ptr_capture 0 31431 NULL
++sep_crypto_setup_31439 sep_crypto_setup 0 31439 NULL
 +transport_alloc_session_tags_31449 transport_alloc_session_tags 2-3 31449 NULL
 +opera1_xilinx_rw_31453 opera1_xilinx_rw 5 31453 NULL
++_regmap_update_bits_31456 _regmap_update_bits 0 31456 NULL
 +xfs_btree_get_numrecs_31477 xfs_btree_get_numrecs 0 31477 NULL
 +alg_setkey_31485 alg_setkey 3 31485 NULL
 +rds_message_map_pages_31487 rds_message_map_pages 2 31487 NULL
++cpuid_device_create_31489 cpuid_device_create 0 31489 NULL
 +qsfp_2_read_31491 qsfp_2_read 3 31491 NULL
 +__alloc_bootmem_31498 __alloc_bootmem 1 31498 NULL
 +hidraw_write_31536 hidraw_write 3 31536 NULL
++snd_ac97_bus_31550 snd_ac97_bus 0 31550 NULL
 +usbvision_read_31555 usbvision_read 3 31555 NULL
++snd_mpu401_uart_new_31565 snd_mpu401_uart_new 0 31565 NULL
 +tx_frag_tkip_called_read_31575 tx_frag_tkip_called_read 3 31575 NULL
 +get_max_inline_xattr_value_size_31578 get_max_inline_xattr_value_size 0 31578 NULL
 +osst_write_31581 osst_write 3 31581 NULL
 +snd_compr_get_avail_31584 snd_compr_get_avail 0 31584 NULL
++kobject_set_name_31585 kobject_set_name 0 31585 NULL
++flash_wait_op_31594 flash_wait_op 0 31594 NULL
++usb_add_phy_31609 usb_add_phy 0 31609 NULL
 +iwl_dbgfs_ucode_tx_stats_read_31611 iwl_dbgfs_ucode_tx_stats_read 3 31611 NULL
-+mtd_get_user_prot_info_31616 mtd_get_user_prot_info 0 31616 NULL
 +arvo_sysfs_read_31617 arvo_sysfs_read 6 31617 NULL nohasharray
 +memblock_virt_alloc_nopanic_31617 memblock_virt_alloc_nopanic 1 31617 &arvo_sysfs_read_31617
 +usnic_ib_dump_vf_31623 usnic_ib_dump_vf 3 31623 NULL
 +videobuf_read_one_31637 videobuf_read_one 3 31637 NULL
++t4vf_sge_init_31642 t4vf_sge_init 0 31642 NULL
 +pod_alloc_sysex_buffer_31651 pod_alloc_sysex_buffer 3 31651 NULL
++device_wakeup_attach_31653 device_wakeup_attach 0 31653 NULL
 +xfer_secondary_pool_31661 xfer_secondary_pool 2 31661 NULL
 +__lgread_31668 __lgread 4 31668 NULL
 +copy_from_user_nmi_31672 copy_from_user_nmi 3-0 31672 NULL
 +forced_ps_read_31685 forced_ps_read 3 31685 NULL
 +fst_recover_rx_error_31687 fst_recover_rx_error 3 31687 NULL
++sht15_transmission_start_31696 sht15_transmission_start 0 31696 NULL
 +gfs2_dir_check_31711 gfs2_dir_check 0 31711 NULL
 +rs_pretty_print_rate_31727 rs_pretty_print_rate 0 31727 NULL
++ata_tport_add_31733 ata_tport_add 0 31733 NULL
 +utf16s_to_utf8s_31735 utf16s_to_utf8s 0 31735 NULL nohasharray
 +lu_buf_check_and_grow_31735 lu_buf_check_and_grow 2 31735 &utf16s_to_utf8s_31735
 +shmem_pwrite_slow_31741 shmem_pwrite_slow 3-2 31741 NULL
@@ -117720,6 +118231,7 @@ index 0000000..8972f81
 +bcm_char_read_31750 bcm_char_read 3 31750 NULL
 +snd_seq_device_new_31753 snd_seq_device_new 4 31753 NULL
 +SyS_lsetxattr_31766 SyS_lsetxattr 4 31766 NULL
++crypto_register_alg_31775 crypto_register_alg 0 31775 NULL
 +osync_buffers_list_31789 osync_buffers_list 0 31789 NULL
 +usblp_cache_device_id_string_31790 usblp_cache_device_id_string 0 31790 NULL
 +ecryptfs_send_message_locked_31801 ecryptfs_send_message_locked 2 31801 NULL
@@ -117728,7 +118240,10 @@ index 0000000..8972f81
 +SyS_msgsnd_31814 SyS_msgsnd 3 31814 NULL
 +strnlen_user_31815 strnlen_user 0-2 31815 NULL
 +sta_last_signal_read_31818 sta_last_signal_read 3 31818 NULL
-+clone_bio_31854 clone_bio 4-3 31854 NULL
++ssb_gige_get_phyaddr_31833 ssb_gige_get_phyaddr 0 31833 NULL
++fsnotify_perm_31843 fsnotify_perm 0 31843 NULL
++clone_bio_31854 clone_bio 4-3 31854 NULL nohasharray
++velocity_init_rd_ring_31854 velocity_init_rd_ring 0 31854 &clone_bio_31854
 +SyS_ppoll_31855 SyS_ppoll 2 31855 NULL
 +foreach_descriptor_31873 foreach_descriptor 0 31873 NULL
 +iwl_dbgfs_disable_ht40_write_31876 iwl_dbgfs_disable_ht40_write 3 31876 NULL
@@ -117738,11 +118253,17 @@ index 0000000..8972f81
 +lu_buf_realloc_31915 lu_buf_realloc 2 31915 NULL
 +new_dir_31919 new_dir 3 31919 NULL
 +kmem_alloc_31920 kmem_alloc 1 31920 NULL
-+SYSC_sethostname_31940 SYSC_sethostname 2 31940 NULL
++era_status_31934 era_status 5 31934 NULL
++SYSC_sethostname_31940 SYSC_sethostname 2 31940 NULL nohasharray
++si4713_send_startup_command_31940 si4713_send_startup_command 0 31940 &SYSC_sethostname_31940
 +read_mem_31942 read_mem 3 31942 NULL nohasharray
 +iov_iter_copy_from_user_31942 iov_iter_copy_from_user 4-0 31942 &read_mem_31942
++ext4_zero_range_31944 ext4_zero_range 3-2 31944 NULL
++blocking_notifier_call_chain_31947 blocking_notifier_call_chain 0 31947 NULL
 +vb2_write_31948 vb2_write 3 31948 NULL
 +pvr2_ctrl_get_valname_31951 pvr2_ctrl_get_valname 4 31951 NULL
++adm8211_init_rings_31955 adm8211_init_rings 0 31955 NULL
++pch_gbe_sw_init_31962 pch_gbe_sw_init 0 31962 NULL
 +regcache_rbtree_sync_31964 regcache_rbtree_sync 2 31964 NULL
 +iwl_rx_packet_payload_len_31965 iwl_rx_packet_payload_len 0 31965 NULL
 +copy_from_user_toio_31966 copy_from_user_toio 3 31966 NULL
@@ -117752,25 +118273,35 @@ index 0000000..8972f81
 +lustre_acl_xattr_merge2posix_31992 lustre_acl_xattr_merge2posix 2 31992 NULL
 +sysfs_create_file_31996 sysfs_create_file 0 31996 NULL
 +calc_hmac_32010 calc_hmac 3 32010 NULL
-+aead_len_32021 aead_len 0 32021 NULL
++si476x_radio_add_new_custom_32015 si476x_radio_add_new_custom 0 32015 NULL
++aead_len_32021 aead_len 0 32021 NULL nohasharray
++aer_init_32021 aer_init 0 32021 &aead_len_32021
++ocfs2_remove_extent_32032 ocfs2_remove_extent 0 32032 NULL
 +stk_read_32038 stk_read 3 32038 NULL
++ocfs2_update_edge_lengths_32046 ocfs2_update_edge_lengths 0 32046 NULL
 +SYSC_llistxattr_32061 SYSC_llistxattr 3 32061 NULL
 +proc_scsi_devinfo_write_32064 proc_scsi_devinfo_write 3 32064 NULL
 +xfs_buf_iowait_32068 xfs_buf_iowait 0 32068 NULL
 +cow_file_range_inline_32091 cow_file_range_inline 3 32091 NULL
 +bio_alloc_32095 bio_alloc 2 32095 NULL
++alloc_pwms_32100 alloc_pwms 2 32100 NULL
 +ath6kl_fwlog_read_32101 ath6kl_fwlog_read 3 32101 NULL
 +disk_status_32120 disk_status 4 32120 NULL
++devm_iio_device_register_32122 devm_iio_device_register 0 32122 NULL
 +kobject_add_internal_32133 kobject_add_internal 0 32133 NULL
++rfkill_register_32137 rfkill_register 0 32137 NULL
++i2c_smbus_write_byte_data_32162 i2c_smbus_write_byte_data 0 32162 NULL
 +venus_link_32165 venus_link 5 32165 NULL
 +do_writepages_32173 do_writepages 0 32173 NULL
 +del_ptr_32197 del_ptr 4 32197 NULL
 +wusb_ccm_mac_32199 wusb_ccm_mac 7 32199 NULL
 +__mem_cgroup_try_charge_swapin_32204 __mem_cgroup_try_charge_swapin 0 32204 NULL
++asd_map_ha_32214 asd_map_ha 0 32214 NULL
 +riva_get_cmap_len_32218 riva_get_cmap_len 0 32218 NULL
 +caif_seqpkt_recvmsg_32241 caif_seqpkt_recvmsg 4 32241 NULL
 +lbs_lowrssi_read_32242 lbs_lowrssi_read 3 32242 NULL
 +ocfs2_xattr_find_entry_32260 ocfs2_xattr_find_entry 0 32260 NULL
++si476x_cmd_tune_seek_freq_32310 si476x_cmd_tune_seek_freq 4-6 32310 NULL
 +kvm_set_spte_hva_32312 kvm_set_spte_hva 2 32312 NULL
 +cas_calc_tabort_32316 cas_calc_tabort 0 32316 NULL
 +SyS_select_32319 SyS_select 1 32319 NULL
@@ -117778,18 +118309,21 @@ index 0000000..8972f81
 +nl80211_send_mlme_event_32337 nl80211_send_mlme_event 4 32337 NULL
 +xfs_bmap_extsize_align_32338 xfs_bmap_extsize_align 0 32338 NULL
 +t4_alloc_mem_32342 t4_alloc_mem 1 32342 NULL
++gspca_input_connect_32353 gspca_input_connect 0 32353 NULL
 +dispatch_ioctl_32357 dispatch_ioctl 2 32357 NULL nohasharray
 +rx_streaming_always_write_32357 rx_streaming_always_write 3 32357 &dispatch_ioctl_32357
-+ReadHDLCPCI_32362 ReadHDLCPCI 0 32362 NULL nohasharray
-+sel_read_initcon_32362 sel_read_initcon 3 32362 &ReadHDLCPCI_32362
++sel_read_initcon_32362 sel_read_initcon 3 32362 NULL nohasharray
++ReadHDLCPCI_32362 ReadHDLCPCI 0 32362 &sel_read_initcon_32362
 +ocfs2_cancel_convert_32392 ocfs2_cancel_convert 0 32392 NULL
 +ll_setxattr_common_32398 ll_setxattr_common 4 32398 NULL
 +xfs_iext_add_indirect_multi_32400 xfs_iext_add_indirect_multi 3 32400 NULL
++vnic_dev_set_ig_vlan_rewrite_mode_32402 vnic_dev_set_ig_vlan_rewrite_mode 0 32402 NULL
 +vmci_qp_alloc_32405 vmci_qp_alloc 5-3 32405 NULL
++tsi721_request_irq_32419 tsi721_request_irq 0 32419 NULL
 +xfs_alloc_put_freelist_32437 xfs_alloc_put_freelist 0 32437 NULL
++snd_pcm_sync_ptr_32461 snd_pcm_sync_ptr 0 32461 NULL
 +cache_status_32462 cache_status 5 32462 NULL
 +fill_readbuf_32464 fill_readbuf 3 32464 NULL
-+dgap_usertoboard_32490 dgap_usertoboard 4 32490 NULL
 +ide_driver_proc_write_32493 ide_driver_proc_write 3 32493 NULL
 +bypass_pwoff_write_32499 bypass_pwoff_write 3 32499 NULL
 +mdc_pinger_recov_seq_write_32510 mdc_pinger_recov_seq_write 3 32510 NULL
@@ -117799,7 +118333,9 @@ index 0000000..8972f81
 +ocfs2_refresh_qinfo_32524 ocfs2_refresh_qinfo 0 32524 NULL
 +ilo_read_32531 ilo_read 3 32531 NULL
 +ieee80211_if_read_estab_plinks_32533 ieee80211_if_read_estab_plinks 3 32533 NULL
++suni_init_32539 suni_init 0 32539 NULL
 +format_devstat_counter_32550 format_devstat_counter 3 32550 NULL
++alloc_dma_desc_resources_32561 alloc_dma_desc_resources 0 32561 NULL
 +aes_encrypt_fail_read_32562 aes_encrypt_fail_read 3 32562 NULL
 +osc_iocontrol_32565 osc_iocontrol 3 32565 NULL
 +mem_swapout_entry_32586 mem_swapout_entry 3 32586 NULL
@@ -117807,37 +118343,54 @@ index 0000000..8972f81
 +read_file_beacon_32595 read_file_beacon 3 32595 NULL
 +ieee80211_if_read_dropped_frames_congestion_32603 ieee80211_if_read_dropped_frames_congestion 3 32603 NULL
 +xfs_bmap_last_offset_32614 xfs_bmap_last_offset 0 32614 NULL
++__pci_request_region_32618 __pci_request_region 0 32618 NULL
++pci_request_selected_regions_exclusive_32622 pci_request_selected_regions_exclusive 0 32622 NULL
 +irda_recvmsg_dgram_32631 irda_recvmsg_dgram 4 32631 NULL
 +cfg80211_roamed_32632 cfg80211_roamed 5-7 32632 NULL
 +kvmalloc_32646 kvmalloc 1 32646 NULL
 +ib_sg_dma_len_32649 ib_sg_dma_len 0 32649 NULL
 +generic_readlink_32654 generic_readlink 3 32654 NULL
++get_unaligned_be24_32667 get_unaligned_be24 0 32667 NULL
 +move_addr_to_kernel_32673 move_addr_to_kernel 2 32673 NULL
-+apei_res_add_32674 apei_res_add 0 32674 NULL
++apei_res_add_32674 apei_res_add 0 32674 NULL nohasharray
++cpuup_prepare_32674 cpuup_prepare 0 32674 &apei_res_add_32674
++compat_SyS_preadv_32679 compat_SyS_preadv 3 32679 NULL
 +jfs_readpages_32702 jfs_readpages 4 32702 NULL
 +xfs_filestream_new_ag_32711 xfs_filestream_new_ag 0 32711 NULL
 +rt2x00debug_read_queue_dump_32712 rt2x00debug_read_queue_dump 3 32712 NULL
 +xfs_bmbt_update_32713 xfs_bmbt_update 0 32713 NULL
-+i40e_pci_sriov_enable_32742 i40e_pci_sriov_enable 2 32742 NULL
++find_next_descriptor_32726 find_next_descriptor 0 32726 NULL
 +megasas_change_queue_depth_32747 megasas_change_queue_depth 2 32747 NULL
 +stats_read_ul_32751 stats_read_ul 3 32751 NULL
 +vmci_transport_dgram_dequeue_32775 vmci_transport_dgram_dequeue 4 32775 NULL
 +sctp_tsnmap_grow_32784 sctp_tsnmap_grow 2 32784 NULL
++ocfs2_read_inode_block_full_32790 ocfs2_read_inode_block_full 0 32790 NULL
 +xfs_trans_read_buf_32795 xfs_trans_read_buf 0 32795 NULL
 +rproc_name_read_32805 rproc_name_read 3 32805 NULL
++get_register_page_interruptible_32809 get_register_page_interruptible 5 32809 NULL
++qt2160_register_leds_32849 qt2160_register_leds 0 32849 NULL
++mtip_exec_internal_command_32859 mtip_exec_internal_command 0 32859 NULL
 +sta_tx_latency_stat_read_32862 sta_tx_latency_stat_read 3 32862 NULL
 +new_tape_buffer_32866 new_tape_buffer 2 32866 NULL
 +cifs_writedata_alloc_32880 cifs_writedata_alloc 1 32880 NULL nohasharray
 +ath6kl_usb_submit_ctrl_in_32880 ath6kl_usb_submit_ctrl_in 6 32880 &cifs_writedata_alloc_32880
-+vp702x_usb_inout_cmd_32884 vp702x_usb_inout_cmd 4-6 32884 NULL
-+il_dbgfs_tx_stats_read_32913 il_dbgfs_tx_stats_read 3 32913 NULL
++vp702x_usb_inout_cmd_32884 vp702x_usb_inout_cmd 6-4 32884 NULL
++ath5k_hw_set_power_mode_32901 ath5k_hw_set_power_mode 0 32901 NULL
++tipc_link_iovec_xmit_fast_32913 tipc_link_iovec_xmit_fast 3 32913 NULL nohasharray
++il_dbgfs_tx_stats_read_32913 il_dbgfs_tx_stats_read 3 32913 &tipc_link_iovec_xmit_fast_32913
 +zlib_inflate_workspacesize_32927 zlib_inflate_workspacesize 0 32927 NULL
 +rmap_recycle_32938 rmap_recycle 3 32938 NULL
-+xfs_log_reserve_32959 xfs_log_reserve 0 32959 NULL
++irq_reserve_irqs_32946 irq_reserve_irqs 2 32946 NULL
++xfs_log_reserve_32959 xfs_log_reserve 0-2 32959 NULL
++mwl8k_cmd_set_hw_spec_32968 mwl8k_cmd_set_hw_spec 0 32968 NULL
++sh_eth_dev_init_32971 sh_eth_dev_init 0 32971 NULL
++saa7706h_i2c_send_32979 saa7706h_i2c_send 3 32979 NULL
 +compat_filldir_32999 compat_filldir 3 32999 NULL
 +SyS_syslog_33007 SyS_syslog 3 33007 NULL
 +br_multicast_set_hash_max_33012 br_multicast_set_hash_max 2 33012 NULL
 +write_file_bt_ant_diversity_33019 write_file_bt_ant_diversity 3 33019 NULL
++pci_set_dma_mask_33033 pci_set_dma_mask 0 33033 NULL
++snd_pcm_prepare_33036 snd_pcm_prepare 0 33036 NULL
 +mic_virtio_copy_to_user_33048 mic_virtio_copy_to_user 3 33048 NULL
 +SYSC_lgetxattr_33049 SYSC_lgetxattr 4 33049 NULL
 +pipeline_dec_packet_in_fifo_full_read_33052 pipeline_dec_packet_in_fifo_full_read 3 33052 NULL
@@ -117845,35 +118398,53 @@ index 0000000..8972f81
 +bitmap_resize_33054 bitmap_resize 2 33054 NULL
 +stats_dot11RTSSuccessCount_read_33065 stats_dot11RTSSuccessCount_read 3 33065 NULL
 +sel_read_checkreqprot_33068 sel_read_checkreqprot 3 33068 NULL
++gfs2_write_end_33073 gfs2_write_end 5 33073 NULL
 +alloc_tio_33077 alloc_tio 3 33077 NULL
 +acl_permission_check_33083 acl_permission_check 0 33083 NULL
++__pci_assign_resource_33107 __pci_assign_resource 0 33107 NULL
++vnic_dev_cmd_no_proxy_33109 vnic_dev_cmd_no_proxy 0 33109 NULL
 +fb_sys_write_33130 fb_sys_write 3 33130 NULL
++asd_seq_unpause_lseq_33131 asd_seq_unpause_lseq 0 33131 NULL
 +notify_change_33143 notify_change 0 33143 NULL
 +SyS_poll_33152 SyS_poll 2 33152 NULL
 +_pci_add_cap_save_buffer_33153 _pci_add_cap_save_buffer 4 33153 NULL
++attach_capi_ctr_33155 attach_capi_ctr 0 33155 NULL
 +debug_debug6_read_33168 debug_debug6_read 3 33168 NULL
 +dataflash_read_fact_otp_33204 dataflash_read_fact_otp 3-2 33204 NULL
-+pp_read_33210 pp_read 3 33210 NULL
++pp_read_33210 pp_read 3 33210 NULL nohasharray
++ax_open_33210 ax_open 0 33210 &pp_read_33210 nohasharray
++xen_allocate_irqs_dynamic_33210 xen_allocate_irqs_dynamic 1 33210 &ax_open_33210
++bcm2048_set_fm_deemphasis_33227 bcm2048_set_fm_deemphasis 0 33227 NULL
++ata_pci_init_one_33231 ata_pci_init_one 0 33231 NULL
 +xfs_file_aio_write_33234 xfs_file_aio_write 4 33234 NULL
++asd_init_hw_33249 asd_init_hw 0 33249 NULL
 +snd_pcm_plug_client_size_33267 snd_pcm_plug_client_size 0-2 33267 NULL
 +cachefiles_cook_key_33274 cachefiles_cook_key 2 33274 NULL
 +sync_pt_create_33282 sync_pt_create 2 33282 NULL
 +mcs7830_get_reg_33308 mcs7830_get_reg 3 33308 NULL
 +isku_sysfs_read_keys_easyzone_33318 isku_sysfs_read_keys_easyzone 6 33318 NULL
++pci_set_dma_max_seg_size_33319 pci_set_dma_max_seg_size 0 33319 NULL
 +vx_send_irq_dsp_33329 vx_send_irq_dsp 0 33329 NULL
 +joydev_ioctl_33343 joydev_ioctl 2 33343 NULL
++vfio_basic_config_write_33350 vfio_basic_config_write 3 33350 NULL
 +lov_stripesize_seq_write_33353 lov_stripesize_seq_write 3 33353 NULL
 +create_xattr_datum_33356 create_xattr_datum 5 33356 NULL nohasharray
 +irq_pkt_threshold_read_33356 irq_pkt_threshold_read 3 33356 &create_xattr_datum_33356
++pvscsi_allocate_sg_33357 pvscsi_allocate_sg 0 33357 NULL
 +read_file_regidx_33370 read_file_regidx 3 33370 NULL
 +ieee80211_if_read_dropped_frames_no_route_33383 ieee80211_if_read_dropped_frames_no_route 3 33383 NULL
 +scsi_varlen_cdb_length_33385 scsi_varlen_cdb_length 0 33385 NULL
-+ocfs2_allocate_unwritten_extents_33394 ocfs2_allocate_unwritten_extents 3-2 33394 NULL
++nvc0_ram_create__33391 nvc0_ram_create_ 5 33391 NULL
++rsxx_setup_dev_33393 rsxx_setup_dev 0 33393 NULL nohasharray
++e100_exec_cb_33393 e100_exec_cb 0 33393 &rsxx_setup_dev_33393
++ocfs2_allocate_unwritten_extents_33394 ocfs2_allocate_unwritten_extents 2-3 33394 NULL
 +cfs_trace_copyin_string_33396 cfs_trace_copyin_string 4 33396 NULL
 +snd_pcm_capture_ioctl1_33408 snd_pcm_capture_ioctl1 0 33408 NULL
 +filemap_fdatawrite_33415 filemap_fdatawrite 0 33415 NULL
 +hash_netiface6_expire_33421 hash_netiface6_expire 4 33421 NULL
++uvc_get_video_ctrl_33425 uvc_get_video_ctrl 0 33425 NULL
 +dis_tap_write_33426 dis_tap_write 3 33426 NULL
++fnic_dev_cmd_33433 fnic_dev_cmd 0 33433 NULL
 +message_stats_list_33440 message_stats_list 5 33440 NULL
 +ovs_vport_alloc_33475 ovs_vport_alloc 1 33475 NULL
 +create_entry_33479 create_entry 2 33479 NULL
@@ -117890,12 +118461,15 @@ index 0000000..8972f81
 +count_subheaders_33591 count_subheaders 0 33591 NULL
 +scsi_execute_33596 scsi_execute 5 33596 NULL
 +comedi_buf_write_n_allocated_33604 comedi_buf_write_n_allocated 0 33604 NULL
++niu_get_invariants_33607 niu_get_invariants 0 33607 NULL
 +xt_compat_target_offset_33608 xt_compat_target_offset 0 33608 NULL
 +usb_gstrings_attach_33615 usb_gstrings_attach 3 33615 NULL nohasharray
 +il_dbgfs_qos_read_33615 il_dbgfs_qos_read 3 33615 &usb_gstrings_attach_33615
 +xfs_btree_check_sblock_33618 xfs_btree_check_sblock 0 33618 NULL
++do_sync_write_33624 do_sync_write 0 33624 NULL
 +stride_page_count_33641 stride_page_count 2 33641 NULL
 +irq_blk_threshold_read_33666 irq_blk_threshold_read 3 33666 NULL
++p54spi_request_firmware_33667 p54spi_request_firmware 0 33667 NULL
 +inw_p_33668 inw_p 0 33668 NULL
 +arp_hdr_len_33671 arp_hdr_len 0 33671 NULL
 +i2c_hid_alloc_buffers_33673 i2c_hid_alloc_buffers 2 33673 NULL
@@ -117903,19 +118477,30 @@ index 0000000..8972f81
 +nv50_disp_dmac_create__33696 nv50_disp_dmac_create_ 6 33696 NULL
 +netlink_sendmsg_33708 netlink_sendmsg 4 33708 NULL
 +tipc_link_stats_33716 tipc_link_stats 3 33716 NULL
-+ext4_wb_update_i_disksize_33717 ext4_wb_update_i_disksize 2 33717 NULL
 +pvr2_stream_buffer_count_33719 pvr2_stream_buffer_count 2 33719 NULL
 +write_file_spectral_count_33723 write_file_spectral_count 3 33723 NULL
 +read_file_node_recv_33729 read_file_node_recv 3 33729 NULL
++solo_i2c_init_33731 solo_i2c_init 0 33731 NULL
 +__mutex_lock_interruptible_slowpath_33735 __mutex_lock_interruptible_slowpath 0 33735 NULL
++rtw_cbuf_alloc23a_33740 rtw_cbuf_alloc23a 1 33740 NULL
++sh_vou_hw_init_33757 sh_vou_hw_init 0 33757 NULL
++ath10k_download_and_run_otp_33758 ath10k_download_and_run_otp 0 33758 NULL
 +vifs_state_read_33762 vifs_state_read 3 33762 NULL
 +hashtab_create_33769 hashtab_create 3 33769 NULL
++i8042_create_aux_port_33777 i8042_create_aux_port 0 33777 NULL
++ql_set_mac_addr_33797 ql_set_mac_addr 0 33797 NULL
 +if_sdio_read_rx_len_33800 if_sdio_read_rx_len 0 33800 NULL
 +filter_write_33819 filter_write 3 33819 NULL
++c2_rnic_query_33824 c2_rnic_query 0 33824 NULL
 +sep_create_msgarea_context_33829 sep_create_msgarea_context 4 33829 NULL
 +scrub_setup_recheck_block_33831 scrub_setup_recheck_block 5-4 33831 NULL
 +ext4_journal_extend_33835 ext4_journal_extend 2 33835 NULL
++snd_pcm_action_nonatomic_33844 snd_pcm_action_nonatomic 0 33844 NULL
++calgary_alloc_coherent_33851 calgary_alloc_coherent 2 33851 NULL
 +oz_cdev_write_33852 oz_cdev_write 3 33852 NULL
++pci_bus_alloc_resource_33872 pci_bus_alloc_resource 0 33872 NULL
++bin_string_33884 bin_string 3-5 33884 NULL
++sis190_init_ring_33895 sis190_init_ring 0 33895 NULL
 +get_user_pages_33908 get_user_pages 0 33908 NULL
 +sg_nents_33909 sg_nents 0 33909 NULL
 +ath6kl_roam_mode_write_33912 ath6kl_roam_mode_write 3 33912 NULL
@@ -117924,34 +118509,45 @@ index 0000000..8972f81
 +lpfc_idiag_ctlacc_read_33943 lpfc_idiag_ctlacc_read 3 33943 NULL
 +read_file_tgt_rx_stats_33944 read_file_tgt_rx_stats 3 33944 NULL
 +__proc_dump_kernel_33954 __proc_dump_kernel 5 33954 NULL
++ocfs2_create_new_meta_bhs_33955 ocfs2_create_new_meta_bhs 0 33955 NULL
 +btrfs_delalloc_reserve_metadata_33963 btrfs_delalloc_reserve_metadata 0 33963 NULL
 +vga_switcheroo_debugfs_write_33984 vga_switcheroo_debugfs_write 3 33984 NULL
 +lbs_lowrssi_write_34025 lbs_lowrssi_write 3 34025 NULL
-+ppp_write_34034 ppp_write 3 34034 NULL
++ppp_write_34034 ppp_write 3 34034 NULL nohasharray
++ccp_find_mmio_area_34034 ccp_find_mmio_area 0 34034 &ppp_write_34034
 +tty_insert_flip_string_34042 tty_insert_flip_string 3-0 34042 NULL
++__domain_flush_pages_34045 __domain_flush_pages 2-3 34045 NULL
++calc_linear_pos_34067 calc_linear_pos 0-4 34067 NULL
 +memcg_update_all_caches_34068 memcg_update_all_caches 1 34068 NULL
 +xfs_dialloc_34078 xfs_dialloc 0 34078 NULL
++dw_dma_probe_34094 dw_dma_probe 0 34094 NULL
 +pipeline_pipeline_fifo_full_read_34095 pipeline_pipeline_fifo_full_read 3 34095 NULL
 +__irq_domain_add_34101 __irq_domain_add 2 34101 NULL
 +proc_scsi_host_write_34107 proc_scsi_host_write 3 34107 NULL
-+islpci_mgt_transmit_34133 islpci_mgt_transmit 5 34133 NULL
++islpci_mgt_transmit_34133 islpci_mgt_transmit 5 34133 NULL nohasharray
++typhoon_request_firmware_34133 typhoon_request_firmware 0 34133 &islpci_mgt_transmit_34133
 +ttm_dma_page_pool_free_34135 ttm_dma_page_pool_free 2-0 34135 NULL
 +ixgbe_dbg_netdev_ops_write_34141 ixgbe_dbg_netdev_ops_write 3 34141 NULL
 +shmem_pread_fast_34147 shmem_pread_fast 3 34147 NULL
 +ocfs2_xattr_list_entry_34165 ocfs2_xattr_list_entry 0 34165 NULL
 +skb_to_sgvec_34171 skb_to_sgvec 0 34171 NULL
++rsi_debug_zone_write_34206 rsi_debug_zone_write 3 34206 NULL
 +xfs_bmapi_write_34208 xfs_bmapi_write 0 34208 NULL
 +ext4_da_write_begin_34215 ext4_da_write_begin 3-4 34215 NULL
 +bl_pipe_downcall_34264 bl_pipe_downcall 3 34264 NULL
 +ocfs2_dlm_lock_34265 ocfs2_dlm_lock 0 34265 NULL
++pcf857x_to_irq_34273 pcf857x_to_irq 2 34273 NULL
 +device_private_init_34279 device_private_init 0 34279 NULL
 +ext4_get_groups_count_34324 ext4_get_groups_count 0 34324 NULL
-+pcpu_need_to_extend_34326 pcpu_need_to_extend 0 34326 NULL nohasharray
-+iov_iter_single_seg_count_34326 iov_iter_single_seg_count 0 34326 &pcpu_need_to_extend_34326
++iov_iter_single_seg_count_34326 iov_iter_single_seg_count 0 34326 NULL nohasharray
++pcpu_need_to_extend_34326 pcpu_need_to_extend 0 34326 &iov_iter_single_seg_count_34326
++bcma_gpio_to_irq_34343 bcma_gpio_to_irq 2 34343 NULL
++write_rss_34360 write_rss 0 34360 NULL
 +crypto_ablkcipher_ivsize_34363 crypto_ablkcipher_ivsize 0 34363 NULL nohasharray
 +sync_page_io_34363 sync_page_io 3 34363 &crypto_ablkcipher_ivsize_34363
 +rngapi_reset_34366 rngapi_reset 3 34366 NULL
-+ea_read_34378 ea_read 0 34378 NULL
++ea_read_34378 ea_read 0 34378 NULL nohasharray
++_iwl_dbgfs_low_latency_write_34378 _iwl_dbgfs_low_latency_write 3 34378 &ea_read_34378
 +fuse_send_read_34379 fuse_send_read 4 34379 NULL
 +av7110_vbi_write_34384 av7110_vbi_write 3 34384 NULL
 +usbvision_v4l2_read_34386 usbvision_v4l2_read 3 34386 NULL
@@ -117971,23 +118567,29 @@ index 0000000..8972f81
 +lu_buf_check_and_alloc_34505 lu_buf_check_and_alloc 2 34505 NULL
 +ext4_fallocate_34537 ext4_fallocate 4-3 34537 NULL nohasharray
 +tracing_stats_read_34537 tracing_stats_read 3 34537 &ext4_fallocate_34537
-+hugetlbfs_read_actor_34547 hugetlbfs_read_actor 2-5-4-0 34547 NULL
++hugetlbfs_read_actor_34547 hugetlbfs_read_actor 4-5-2-0 34547 NULL
 +dbBackSplit_34561 dbBackSplit 0 34561 NULL
-+alloc_ieee80211_rsl_34564 alloc_ieee80211_rsl 1 34564 NULL
++self_check_peb_ec_hdr_34564 self_check_peb_ec_hdr 0 34564 NULL nohasharray
++alloc_ieee80211_rsl_34564 alloc_ieee80211_rsl 1 34564 &self_check_peb_ec_hdr_34564
++mlx4_init_mr_table_34578 mlx4_init_mr_table 0 34578 NULL
 +lov_stripecount_seq_write_34582 lov_stripecount_seq_write 3 34582 NULL
 +init_send_hfcd_34586 init_send_hfcd 1 34586 NULL
 +inet6_ifla6_size_34591 inet6_ifla6_size 0 34591 NULL
 +ceph_msgpool_init_34599 ceph_msgpool_init 4 34599 NULL nohasharray
 +cw1200_queue_init_34599 cw1200_queue_init 4 34599 &ceph_msgpool_init_34599
 +bio_integrity_bytes_34602 bio_integrity_bytes 2 34602 NULL
-+__jffs2_ref_totlen_34609 __jffs2_ref_totlen 0 34609 NULL
++ctrl_xmit_34606 ctrl_xmit 0 34606 NULL
++__jffs2_ref_totlen_34609 __jffs2_ref_totlen 0 34609 NULL nohasharray
++mtd_write_34609 mtd_write 0 34609 &__jffs2_ref_totlen_34609
 +apei_get_nvs_resources_34616 apei_get_nvs_resources 0 34616 NULL
 +__cfg80211_disconnected_34622 __cfg80211_disconnected 3 34622 NULL
 +cnic_alloc_dma_34641 cnic_alloc_dma 3 34641 NULL
++register_sja1000dev_34648 register_sja1000dev 0 34648 NULL
 +kvm_set_spte_hva_34671 kvm_set_spte_hva 2 34671 NULL
 +sleep_auth_write_34676 sleep_auth_write 3 34676 NULL
 +isr_fiqs_read_34687 isr_fiqs_read 3 34687 NULL
 +batadv_tvlv_realloc_packet_buff_34688 batadv_tvlv_realloc_packet_buff 3-4 34688 NULL
++adp5588_gpio_add_34698 adp5588_gpio_add 0 34698 NULL
 +port_print_34704 port_print 3 34704 NULL
 +ieee80211_if_read_num_sta_ps_34722 ieee80211_if_read_num_sta_ps 3 34722 NULL
 +platform_list_read_file_34734 platform_list_read_file 3 34734 NULL
@@ -117995,7 +118597,9 @@ index 0000000..8972f81
 +lsm_alloc_plain_34755 lsm_alloc_plain 1 34755 NULL
 +bootmode_store_34762 bootmode_store 4 34762 NULL
 +device_add_34766 device_add 0 34766 NULL
-+xfs_iget_cache_hit_34767 xfs_iget_cache_hit 0 34767 NULL
++xfs_iget_cache_hit_34767 xfs_iget_cache_hit 0 34767 NULL nohasharray
++__iio_device_attr_init_34767 __iio_device_attr_init 0 34767 &xfs_iget_cache_hit_34767
++gpio_request_array_34773 gpio_request_array 0 34773 NULL
 +qib_cdev_init_34778 qib_cdev_init 1 34778 NULL
 +SYSC_keyctl_34800 SYSC_keyctl 4 34800 NULL
 +can_nocow_extent_34801 can_nocow_extent 2 34801 NULL
@@ -118007,40 +118611,60 @@ index 0000000..8972f81
 +nl_portid_hash_zalloc_34843 nl_portid_hash_zalloc 1 34843 NULL
 +acpi_system_write_wakeup_device_34853 acpi_system_write_wakeup_device 3 34853 NULL
 +usb_serial_generic_prepare_write_buffer_34857 usb_serial_generic_prepare_write_buffer 3 34857 NULL
++asd_init_seqs_34858 asd_init_seqs 0 34858 NULL
 +ieee80211_if_read_txpower_34871 ieee80211_if_read_txpower 3 34871 NULL
 +msg_print_text_34889 msg_print_text 0 34889 NULL
 +ieee80211_if_write_34894 ieee80211_if_write 3 34894 NULL
++pci_user_read_config_byte_34899 pci_user_read_config_byte 0 34899 NULL
++asd_verify_lseq_34910 asd_verify_lseq 0 34910 NULL
 +gfs2_glock_wait_34913 gfs2_glock_wait 0 34913 NULL
 +si476x_radio_read_rsq_primary_blob_34916 si476x_radio_read_rsq_primary_blob 3 34916 NULL
++ath10k_htc_connect_service_34924 ath10k_htc_connect_service 0 34924 NULL
 +btrfs_super_chunk_root_34925 btrfs_super_chunk_root 0 34925 NULL nohasharray
 +__inode_permission_34925 __inode_permission 0 34925 &btrfs_super_chunk_root_34925
 +ceph_aio_write_34930 ceph_aio_write 4 34930 NULL
 +sec_flags2str_34933 sec_flags2str 3 34933 NULL
 +snd_info_entry_read_34938 snd_info_entry_read 3 34938 NULL
++compat_SyS_kexec_load_34947 compat_SyS_kexec_load 2 34947 NULL
 +i2c_transfer_34958 i2c_transfer 0 34958 NULL
 +do_add_page_to_bio_34974 do_add_page_to_bio 2-10 34974 NULL
++snd_at73c213_write_reg_34987 snd_at73c213_write_reg 0 34987 NULL
++schedule_erase_34996 schedule_erase 0 34996 NULL
 +print_message_35000 print_message 0 35000 NULL
 +rx_rx_hdr_overflow_read_35002 rx_rx_hdr_overflow_read 3 35002 NULL
 +l2cap_skbuff_fromiovec_35003 l2cap_skbuff_fromiovec 4-3 35003 NULL
++rtw_cfg80211_rx_p2p_action_public_35010 rtw_cfg80211_rx_p2p_action_public 3 35010 NULL
 +sisusb_copy_memory_35016 sisusb_copy_memory 4 35016 NULL
++setup_sge_qsets_35026 setup_sge_qsets 0 35026 NULL
 +coda_psdev_read_35029 coda_psdev_read 3 35029 NULL
++mthca_cmd_post_35036 mthca_cmd_post 0 35036 NULL
 +xfs_rtallocate_extent_35052 xfs_rtallocate_extent 0 35052 NULL
 +pwr_connection_out_of_sync_read_35061 pwr_connection_out_of_sync_read 3 35061 NULL
++dma_async_device_register_35079 dma_async_device_register 0 35079 NULL
 +ntfs_attr_extend_initialized_35084 ntfs_attr_extend_initialized 0 35084 NULL
++mei_register_35089 mei_register 0 35089 NULL
++uas_find_endpoints_35096 uas_find_endpoints 0 35096 NULL
 +__kfifo_uint_must_check_helper_35097 __kfifo_uint_must_check_helper 0-1 35097 NULL
 +capi_write_35104 capi_write 3 35104 NULL nohasharray
 +tx_tx_done_template_read_35104 tx_tx_done_template_read 3 35104 &capi_write_35104
 +ide_settings_proc_write_35110 ide_settings_proc_write 3 35110 NULL
 +ceph_osdc_start_request_35122 ceph_osdc_start_request 0 35122 NULL
++enic_alloc_vnic_resources_35156 enic_alloc_vnic_resources 0 35156 NULL
 +message_stats_print_35158 message_stats_print 6 35158 NULL
 +iscsi_conn_setup_35159 iscsi_conn_setup 2 35159 NULL
 +ieee80211_if_read_bssid_35161 ieee80211_if_read_bssid 3 35161 NULL
++il_init_channel_map_35165 il_init_channel_map 0 35165 NULL
++solo_v4l2_init_35179 solo_v4l2_init 0 35179 NULL
++compat_SyS_pselect6_35203 compat_SyS_pselect6 1 35203 NULL
 +unix_stream_recvmsg_35210 unix_stream_recvmsg 4 35210 NULL
-+striped_read_35218 striped_read 0-2 35218 NULL nohasharray
-+security_key_getsecurity_35218 security_key_getsecurity 0 35218 &striped_read_35218
-+rx_rx_cmplt_task_read_35226 rx_rx_cmplt_task_read 3 35226 NULL
-+set_fd_set_35249 set_fd_set 1 35249 NULL
++security_key_getsecurity_35218 security_key_getsecurity 0 35218 NULL nohasharray
++striped_read_35218 striped_read 0-2 35218 &security_key_getsecurity_35218
++rx_rx_cmplt_task_read_35226 rx_rx_cmplt_task_read 3 35226 NULL nohasharray
++video_register_device_no_warn_35226 video_register_device_no_warn 0 35226 &rx_rx_cmplt_task_read_35226
++set_fd_set_35249 set_fd_set 1 35249 NULL nohasharray
++be_cmd_enable_magic_wol_35249 be_cmd_enable_magic_wol 0 35249 &set_fd_set_35249
 +ioapic_setup_resources_35255 ioapic_setup_resources 1 35255 NULL
++va1j5jf8007s_prepare_2_35257 va1j5jf8007s_prepare_2 0 35257 NULL
 +jbd2_journal_get_write_access_35263 jbd2_journal_get_write_access 0 35263 NULL
 +dis_disc_write_35265 dis_disc_write 3 35265 NULL
 +dma_show_regs_35266 dma_show_regs 3 35266 NULL
@@ -118050,6 +118674,7 @@ index 0000000..8972f81
 +__btrfs_buffered_write_35311 __btrfs_buffered_write 3-0 35311 NULL nohasharray
 +brcmf_sdio_forensic_read_35311 brcmf_sdio_forensic_read 3 35311 &__btrfs_buffered_write_35311
 +tracing_read_pipe_35312 tracing_read_pipe 3 35312 NULL
++asd_init_scbs_35316 asd_init_scbs 0 35316 NULL
 +sta_tx_latency_stat_write_35323 sta_tx_latency_stat_write 3 35323 NULL
 +xfs_btree_check_lblock_35333 xfs_btree_check_lblock 0 35333 NULL
 +ieee80211_if_fmt_ap_power_level_35347 ieee80211_if_fmt_ap_power_level 3 35347 NULL
@@ -118057,8 +118682,11 @@ index 0000000..8972f81
 +ieee80211_rx_mgmt_deauth_35351 ieee80211_rx_mgmt_deauth 3 35351 NULL
 +compat_filldir64_35354 compat_filldir64 3 35354 NULL
 +read_kmem_35372 read_kmem 3 35372 NULL
++ocfs2_journal_access_di_35393 ocfs2_journal_access_di 0 35393 NULL
 +SyS_getxattr_35408 SyS_getxattr 4 35408 NULL
 +rawv6_send_hdrinc_35425 rawv6_send_hdrinc 3 35425 NULL
++iwl_dbgfs_drv_rx_stats_read_35430 iwl_dbgfs_drv_rx_stats_read 3 35430 NULL
++C_SYSC_sendfile_35432 C_SYSC_sendfile 4 35432 NULL
 +buffer_to_user_35439 buffer_to_user 3 35439 NULL
 +efx_mcdi_rpc_async_quiet_35460 efx_mcdi_rpc_async_quiet 4-5 35460 NULL
 +macvtap_do_read_35475 macvtap_do_read 3 35475 NULL
@@ -118072,9 +118700,14 @@ index 0000000..8972f81
 +ocfs2_write_zero_page_35539 ocfs2_write_zero_page 3 35539 NULL
 +ibnl_put_attr_35541 ibnl_put_attr 3 35541 NULL
 +ieee80211_if_write_smps_35550 ieee80211_if_write_smps 3 35550 NULL
++adp5588_setup_35562 adp5588_setup 0 35562 NULL
++C_SYSC_kexec_load_35565 C_SYSC_kexec_load 2 35565 NULL
++cx18_create_in_workq_35567 cx18_create_in_workq 0 35567 NULL
++dev_alloc_name_ns_35569 dev_alloc_name_ns 0 35569 NULL
 +ext4_blocks_for_truncate_35579 ext4_blocks_for_truncate 0 35579 NULL
 +ext2_acl_from_disk_35580 ext2_acl_from_disk 2 35580 NULL
 +spk_msg_set_35586 spk_msg_set 3 35586 NULL
++fnic_dev_alloc_desc_ring_35589 fnic_dev_alloc_desc_ring 0 35589 NULL
 +kernel_readv_35617 kernel_readv 3 35617 NULL
 +reiserfs_readpages_35629 reiserfs_readpages 4 35629 NULL
 +pci_request_regions_35635 pci_request_regions 0 35635 NULL
@@ -118084,13 +118717,17 @@ index 0000000..8972f81
 +SYSC_pwritev_35690 SYSC_pwritev 3 35690 NULL
 +rds_page_copy_user_35691 rds_page_copy_user 4 35691 NULL
 +md_super_write_35703 md_super_write 4 35703 NULL
++myri10ge_reset_35719 myri10ge_reset 0 35719 NULL
++pci_enable_sriov_35745 pci_enable_sriov 0 35745 NULL
 +iwl_dbgfs_disable_ht40_read_35761 iwl_dbgfs_disable_ht40_read 3 35761 NULL
 +udf_alloc_i_data_35786 udf_alloc_i_data 2 35786 NULL
++__i2c_bit_add_bus_35812 __i2c_bit_add_bus 0 35812 NULL
 +pvr2_hdw_cpufw_get_35824 pvr2_hdw_cpufw_get 0-4-2 35824 NULL
 +tx_tx_cmplt_read_35854 tx_tx_cmplt_read 3 35854 NULL
 +vx_query_hbuffer_size_35859 vx_query_hbuffer_size 0 35859 NULL
 +mthca_buf_alloc_35861 mthca_buf_alloc 2 35861 NULL
 +fls64_35862 fls64 0 35862 NULL
++lpfc_eq_create_35879 lpfc_eq_create 0 35879 NULL
 +kvm_dirty_bitmap_bytes_35886 kvm_dirty_bitmap_bytes 0 35886 NULL
 +ieee80211_if_fmt_dot11MeshRetryTimeout_35890 ieee80211_if_fmt_dot11MeshRetryTimeout 3 35890 NULL
 +uwb_rc_cmd_done_35892 uwb_rc_cmd_done 4 35892 NULL
@@ -118105,55 +118742,76 @@ index 0000000..8972f81
 +generic_ocp_read_35974 generic_ocp_read 3 35974 &ceph_buffer_new_35974
 +acl_alloc_35979 acl_alloc 1 35979 NULL
 +device_add_class_symlinks_35985 device_add_class_symlinks 0 35985 NULL
-+write_file_antenna_35998 write_file_antenna 3 35998 NULL nohasharray
-+kuc_alloc_35998 kuc_alloc 1 35998 &write_file_antenna_35998
++kuc_alloc_35998 kuc_alloc 1 35998 NULL nohasharray
++write_file_antenna_35998 write_file_antenna 3 35998 &kuc_alloc_35998
++locks_mandatory_area_35999 locks_mandatory_area 0 35999 NULL
 +il3945_ucode_tx_stats_read_36016 il3945_ucode_tx_stats_read 3 36016 NULL
++ubi_eba_write_leb_36029 ubi_eba_write_leb 0 36029 NULL
 +__videobuf_alloc_36031 __videobuf_alloc 1 36031 NULL
 +account_shadowed_36048 account_shadowed 2 36048 NULL
 +gpio_power_read_36059 gpio_power_read 3 36059 NULL
++snd_pcm_playback_hw_avail_36061 snd_pcm_playback_hw_avail 0 36061 NULL
 +write_emulate_36065 write_emulate 2-4 36065 NULL
 +stack_max_size_write_36068 stack_max_size_write 3 36068 NULL
 +radeon_vm_num_pdes_36070 radeon_vm_num_pdes 0 36070 NULL
 +ieee80211_if_fmt_peer_36071 ieee80211_if_fmt_peer 3 36071 NULL
++dwc2_core_init_36072 dwc2_core_init 0 36072 NULL
 +ieee80211_if_write_tsf_36077 ieee80211_if_write_tsf 3 36077 NULL
 +snd_pcm_plug_read_transfer_36080 snd_pcm_plug_read_transfer 0-3 36080 NULL
 +mtip_hw_read_device_status_36082 mtip_hw_read_device_status 3 36082 NULL
++zr364xx_board_init_36093 zr364xx_board_init 0 36093 NULL
++usb_add_hcd_36108 usb_add_hcd 0 36108 NULL
 +vga_arb_write_36112 vga_arb_write 3 36112 NULL
 +simple_xattr_alloc_36118 simple_xattr_alloc 2 36118 NULL
 +ext3_readpages_36144 ext3_readpages 4 36144 NULL
 +twl_set_36154 twl_set 2 36154 NULL
 +b1_alloc_card_36155 b1_alloc_card 1 36155 NULL
-+snd_korg1212_copy_from_36169 snd_korg1212_copy_from 6 36169 NULL
++snd_korg1212_copy_from_36169 snd_korg1212_copy_from 6 36169 NULL nohasharray
++mlx4_status_to_errno_36169 mlx4_status_to_errno 0 36169 &snd_korg1212_copy_from_36169
 +SyS_kexec_load_36176 SyS_kexec_load 2 36176 NULL
 +ramoops_init_przs_36199 ramoops_init_przs 4 36199 NULL
++p54_generate_channel_lists_36200 p54_generate_channel_lists 0 36200 NULL
++skge_reset_36205 skge_reset 0 36205 NULL
 +SYSC_sched_getaffinity_36208 SYSC_sched_getaffinity 2 36208 NULL
++va1j5jf8007s_init_frequency_36215 va1j5jf8007s_init_frequency 0 36215 NULL
 +SYSC_process_vm_readv_36216 SYSC_process_vm_readv 3-5 36216 NULL
 +atomic_stats_read_36228 atomic_stats_read 3 36228 NULL
++__padata_remove_cpu_36235 __padata_remove_cpu 0 36235 NULL
++rtw_cfg80211_set_wpa_ie_36236 rtw_cfg80211_set_wpa_ie 3 36236 NULL
 +viafb_iga1_odev_proc_write_36241 viafb_iga1_odev_proc_write 3 36241 NULL
 +SYSC_getxattr_36242 SYSC_getxattr 4 36242 NULL
-+rproc_recovery_read_36245 rproc_recovery_read 3 36245 NULL
-+scrub_stripe_36248 scrub_stripe 5-4 36248 NULL
-+compat_sys_mbind_36256 compat_sys_mbind 5 36256 NULL
++vmsplice_to_user_36245 vmsplice_to_user 3 36245 NULL nohasharray
++rproc_recovery_read_36245 rproc_recovery_read 3 36245 &vmsplice_to_user_36245
++mlx4_init_port_info_36269 mlx4_init_port_info 0 36269 NULL
 +usb_buffer_alloc_36276 usb_buffer_alloc 2 36276 NULL nohasharray
-+cfs_hash_buckets_realloc_36276 cfs_hash_buckets_realloc 4 36276 &usb_buffer_alloc_36276
++cfs_hash_buckets_realloc_36276 cfs_hash_buckets_realloc 4 36276 &usb_buffer_alloc_36276 nohasharray
++bus_for_each_dev_36276 bus_for_each_dev 0 36276 &cfs_hash_buckets_realloc_36276
 +codec_reg_read_file_36280 codec_reg_read_file 3 36280 NULL
 +crypto_shash_digestsize_36284 crypto_shash_digestsize 0 36284 NULL
-+nouveau_cli_create_36293 nouveau_cli_create 3 36293 NULL
 +lpfc_debugfs_dif_err_read_36303 lpfc_debugfs_dif_err_read 3 36303 NULL
 +cfg80211_rx_mlme_mgmt_36306 cfg80211_rx_mlme_mgmt 3 36306 NULL
-+ad7879_spi_xfer_36311 ad7879_spi_xfer 3 36311 NULL
-+fat_compat_ioctl_filldir_36328 fat_compat_ioctl_filldir 3 36328 NULL
++ad7879_spi_xfer_36311 ad7879_spi_xfer 3 36311 NULL nohasharray
++ath10k_htt_tx_attach_36311 ath10k_htt_tx_attach 0 36311 &ad7879_spi_xfer_36311
++mthca_register_device_36325 mthca_register_device 0 36325 NULL
++fat_compat_ioctl_filldir_36328 fat_compat_ioctl_filldir 3 36328 NULL nohasharray
++__compat_sys_pwritev64_36328 __compat_sys_pwritev64 3 36328 &fat_compat_ioctl_filldir_36328
 +lc_create_36332 lc_create 4 36332 NULL
 +jbd2_journal_init_revoke_table_36336 jbd2_journal_init_revoke_table 1 36336 NULL
++t4_config_rss_range_36340 t4_config_rss_range 0 36340 NULL
 +isku_sysfs_read_key_mask_36343 isku_sysfs_read_key_mask 6 36343 NULL
 +ath6kl_regwrite_write_36351 ath6kl_regwrite_write 3 36351 NULL
 +v9fs_file_readn_36353 v9fs_file_readn 4 36353 NULL
 +to_sector_36361 to_sector 0-1 36361 NULL
-+tunables_read_36385 tunables_read 3 36385 NULL
++usb_register_bus_36362 usb_register_bus 0 36362 NULL
++tunables_read_36385 tunables_read 3 36385 NULL nohasharray
++bind_qsets_36385 bind_qsets 0 36385 &tunables_read_36385
++asd_init_dl_36392 asd_init_dl 0 36392 NULL
 +afs_alloc_flat_call_36399 afs_alloc_flat_call 2-3 36399 NULL
 +sierra_write_36402 sierra_write 4 36402 NULL
 +qdsb_get_36409 qdsb_get 0 36409 NULL
++il3945_init_drv_36411 il3945_init_drv 0 36411 NULL
 +SyS_sethostname_36417 SyS_sethostname 2 36417 NULL
++snd_msnd_init_sma_36431 snd_msnd_init_sma 0 36431 NULL
 +ReadW6692B_36445 ReadW6692B 0 36445 NULL
 +sctp_tsnmap_init_36446 sctp_tsnmap_init 2 36446 NULL
 +alloc_etherdev_mqs_36450 alloc_etherdev_mqs 1 36450 NULL
@@ -118163,55 +118821,72 @@ index 0000000..8972f81
 +ip6_append_data_36490 ip6_append_data 4 36490 NULL nohasharray
 +tx_tx_checksum_result_read_36490 tx_tx_checksum_result_read 3 36490 &ip6_append_data_36490
 +cmd_loop_36491 cmd_loop 0 36491 NULL
++enic_dev_init_36496 enic_dev_init 0 36496 NULL
 +__hwahc_op_set_ptk_36510 __hwahc_op_set_ptk 5 36510 NULL
 +mcam_v4l_read_36513 mcam_v4l_read 3 36513 NULL
 +_iwl_dbgfs_fw_nmi_write_36515 _iwl_dbgfs_fw_nmi_write 3 36515 NULL
++ibmasm_send_os_state_36516 ibmasm_send_os_state 0 36516 NULL
 +get_param_l_36518 get_param_l 0 36518 NULL
 +ieee80211_if_read_fwded_frames_36520 ieee80211_if_read_fwded_frames 3 36520 NULL
 +crypto_aead_authsize_36537 crypto_aead_authsize 0 36537 NULL
 +cpu_type_read_36540 cpu_type_read 3 36540 NULL
++de_init_hw_36543 de_init_hw 0 36543 NULL
 +__kfifo_to_user_36555 __kfifo_to_user 3-0 36555 NULL
 +btrfs_get_token_64_36572 btrfs_get_token_64 0 36572 NULL
 +__erst_read_36579 __erst_read 0 36579 NULL
++e100_exec_cmd_36583 e100_exec_cmd 0 36583 NULL
 +put_cmsg_36589 put_cmsg 4 36589 NULL
++do_sendfile_36610 do_sendfile 4-5 36610 NULL
 +fat_ioctl_filldir_36621 fat_ioctl_filldir 3 36621 NULL
 +vxge_config_vpaths_36636 vxge_config_vpaths 0 36636 NULL
++ath5k_eeprom_read_target_rate_pwr_info_36641 ath5k_eeprom_read_target_rate_pwr_info 0 36641 NULL
 +convert_extent_item_v0_36645 convert_extent_item_v0 4 36645 NULL
 +ced_ioctl_36647 ced_ioctl 2 36647 NULL
 +lpfc_idiag_extacc_alloc_get_36648 lpfc_idiag_extacc_alloc_get 0-3 36648 NULL
++ath9k_hw_init_36649 ath9k_hw_init 0 36649 NULL
 +osd_req_list_collection_objects_36664 osd_req_list_collection_objects 5 36664 NULL
 +iscsi_host_alloc_36671 iscsi_host_alloc 2 36671 NULL
 +xillybus_read_36678 xillybus_read 3 36678 NULL
 +gsmtty_write_36702 gsmtty_write 3 36702 NULL
++vfio_user_config_write_36712 vfio_user_config_write 0 36712 NULL
++tg3_phy_auxctl_write_36713 tg3_phy_auxctl_write 0 36713 NULL
++ocfs2_rotate_tree_right_36723 ocfs2_rotate_tree_right 0 36723 NULL
++saa7134_i2c_eeprom_36729 saa7134_i2c_eeprom 3 36729 NULL
 +snd_rawmidi_kernel_read1_36740 snd_rawmidi_kernel_read1 4-0 36740 NULL
 +cxgbi_device_register_36746 cxgbi_device_register 1-2 36746 NULL
 +ps_poll_upsd_timeouts_read_36755 ps_poll_upsd_timeouts_read 3 36755 NULL
-+ptp_filter_init_36780 ptp_filter_init 2 36780 NULL
-+i40e_init_lan_hmc_36796 i40e_init_lan_hmc 5-4-3-2 36796 NULL
++pci_write_config_dword_36790 pci_write_config_dword 0 36790 NULL
++i40e_init_lan_hmc_36796 i40e_init_lan_hmc 2-3-4-5 36796 NULL
 +proc_fault_inject_read_36802 proc_fault_inject_read 3 36802 NULL
 +hiddev_ioctl_36816 hiddev_ioctl 2 36816 NULL
++ocfs2_journal_access_rb_36823 ocfs2_journal_access_rb 0 36823 NULL
 +int_hardware_entry_36833 int_hardware_entry 3 36833 NULL
 +fc_change_queue_depth_36841 fc_change_queue_depth 2 36841 NULL
 +keyctl_describe_key_36853 keyctl_describe_key 3 36853 NULL
 +cm_write_36858 cm_write 3 36858 NULL
-+tx_tx_data_programmed_read_36871 tx_tx_data_programmed_read 3 36871 NULL
++tipc_link_iovec_long_xmit_36871 tipc_link_iovec_long_xmit 3 36871 NULL nohasharray
++tx_tx_data_programmed_read_36871 tx_tx_data_programmed_read 3 36871 &tipc_link_iovec_long_xmit_36871
 +svc_setsockopt_36876 svc_setsockopt 5 36876 NULL
 +raid56_parity_write_36877 raid56_parity_write 5 36877 NULL
 +__btrfs_map_block_36883 __btrfs_map_block 3 36883 NULL
 +ib_ucm_alloc_data_36885 ib_ucm_alloc_data 3 36885 NULL
 +selinux_inode_notifysecctx_36896 selinux_inode_notifysecctx 3 36896 NULL
++tas5086_register_size_36899 tas5086_register_size 0 36899 NULL
 +OS_kmalloc_36909 OS_kmalloc 1 36909 NULL
-+crypto_blkcipher_ivsize_36944 crypto_blkcipher_ivsize 0 36944 NULL
++ext4_da_write_end_36974 ext4_da_write_end 5 36974 NULL
++ttm_bo_init_mm_36977 ttm_bo_init_mm 0 36977 NULL
 +il4965_rs_sta_dbgfs_scale_table_write_36979 il4965_rs_sta_dbgfs_scale_table_write 3 36979 NULL
 +xfs_btree_check_sptr_36984 xfs_btree_check_sptr 0 36984 NULL
 +drbd_new_dev_size_36998 drbd_new_dev_size 0-3 36998 NULL
 +auok190xfb_write_37001 auok190xfb_write 3 37001 NULL
 +setxattr_37006 setxattr 4 37006 NULL
++vfio_msi_config_write_37022 vfio_msi_config_write 3 37022 NULL
 +ocfs2_dlm_unlock_37037 ocfs2_dlm_unlock 0 37037 NULL
 +command_file_read_37038 command_file_read 3 37038 NULL
 +figure_loop_size_37051 figure_loop_size 2-3 37051 NULL
 +ieee80211_if_read_drop_unencrypted_37053 ieee80211_if_read_drop_unencrypted 3 37053 NULL nohasharray
 +qp_broker_create_37053 qp_broker_create 6-5 37053 &ieee80211_if_read_drop_unencrypted_37053
++_iwl_dbgfs_bcast_filters_macs_write_37069 _iwl_dbgfs_bcast_filters_macs_write 3 37069 NULL
 +SYSC_setxattr_37078 SYSC_setxattr 4 37078 NULL
 +parse_command_37079 parse_command 2 37079 NULL
 +pipeline_cs_rx_packet_in_read_37089 pipeline_cs_rx_packet_in_read 3 37089 NULL
@@ -118223,65 +118898,93 @@ index 0000000..8972f81
 +msg_word_37164 msg_word 0 37164 NULL
 +f2fs_direct_IO_37167 f2fs_direct_IO 4 37167 NULL
 +vcc_recvmsg_37198 vcc_recvmsg 4 37198 NULL
++ath10k_bmi_done_37201 ath10k_bmi_done 0 37201 NULL
 +forced_ps_write_37209 forced_ps_write 3 37209 NULL
 +crypto_shash_descsize_37212 crypto_shash_descsize 0 37212 NULL nohasharray
-+ext4_ind_direct_IO_37212 ext4_ind_direct_IO 0-4 37212 &crypto_shash_descsize_37212
-+bchannel_get_rxbuf_37213 bchannel_get_rxbuf 2-0 37213 NULL
++ext4_ind_direct_IO_37212 ext4_ind_direct_IO 4-0 37212 &crypto_shash_descsize_37212
++bchannel_get_rxbuf_37213 bchannel_get_rxbuf 0-2 37213 NULL
 +regmap_access_read_file_37223 regmap_access_read_file 3 37223 NULL
 +__do_replace_37227 __do_replace 5 37227 NULL
++produce_free_peb_37232 produce_free_peb 0 37232 NULL
 +iwl_dbgfs_d3_sram_read_37237 iwl_dbgfs_d3_sram_read 3 37237 NULL
 +rx_filter_dup_filter_read_37238 rx_filter_dup_filter_read 3 37238 NULL
++iio_device_register_37256 iio_device_register 0 37256 NULL
 +xfs_reclaim_inode_37257 xfs_reclaim_inode 0 37257 NULL
++prot_queue_del_37258 prot_queue_del 0 37258 NULL nohasharray
++misc_register_37258 misc_register 0 37258 &prot_queue_del_37258
 +exofs_max_io_pages_37263 exofs_max_io_pages 0-2 37263 NULL
 +_iwl_dbgfs_fw_restart_write_37270 _iwl_dbgfs_fw_restart_write 3 37270 NULL
++request_threaded_irq_37303 request_threaded_irq 0 37303 NULL
 +ieee80211_if_read_power_mode_37305 ieee80211_if_read_power_mode 3 37305 NULL
++tda998x_write_if_37306 tda998x_write_if 5 37306 NULL
++bma180_set_scale_37307 bma180_set_scale 0 37307 NULL
 +ext3_direct_IO_37308 ext3_direct_IO 4 37308 NULL
 +jffs2_write_dirent_37311 jffs2_write_dirent 5 37311 NULL
-+send_msg_37323 send_msg 4 37323 NULL
++tipc_send_37315 tipc_send 3 37315 NULL
 +l2cap_create_connless_pdu_37327 l2cap_create_connless_pdu 3 37327 NULL nohasharray
 +bnx2x_vf_fill_fw_str_37327 bnx2x_vf_fill_fw_str 3 37327 &l2cap_create_connless_pdu_37327
 +scsi_mode_select_37330 scsi_mode_select 6 37330 NULL
 +rxrpc_server_sendmsg_37331 rxrpc_server_sendmsg 4 37331 NULL
++t4vf_wait_dev_ready_37332 t4vf_wait_dev_ready 0 37332 NULL
 +xfs_iomap_write_allocate_37336 xfs_iomap_write_allocate 0 37336 NULL
 +security_inode_getsecurity_37354 security_inode_getsecurity 0 37354 NULL
++hv_post_message_37383 hv_post_message 0 37383 NULL
++iommu_num_pages_37391 iommu_num_pages 0-3-1-2 37391 NULL
 +hci_sock_sendmsg_37420 hci_sock_sendmsg 4 37420 NULL
-+acpi_os_allocate_zeroed_37422 acpi_os_allocate_zeroed 1 37422 NULL
++acpi_os_allocate_zeroed_37422 acpi_os_allocate_zeroed 1 37422 NULL nohasharray
++find_next_bit_37422 find_next_bit 0 37422 &acpi_os_allocate_zeroed_37422
++ocfs2_insert_path_37425 ocfs2_insert_path 0 37425 NULL
++pcie_set_readrq_37427 pcie_set_readrq 0 37427 NULL
 +tty_insert_flip_string_fixed_flag_37428 tty_insert_flip_string_fixed_flag 4-0 37428 NULL
 +iwl_print_last_event_logs_37433 iwl_print_last_event_logs 0-7-9 37433 NULL
 +fru_alloc_37442 fru_alloc 1 37442 NULL
-+tcp_established_options_37450 tcp_established_options 0 37450 NULL nohasharray
-+tipc_send2port_37450 tipc_send2port 4 37450 &tcp_established_options_37450
++tcp_established_options_37450 tcp_established_options 0 37450 NULL
 +xfs_btree_dec_cursor_37452 xfs_btree_dec_cursor 0 37452 NULL
 +brcmf_sdio_dump_console_37455 brcmf_sdio_dump_console 4 37455 NULL
++ext4_write_end_37464 ext4_write_end 5 37464 NULL
 +get_est_timing_37484 get_est_timing 0 37484 NULL
++ath10k_wmi_connect_htc_service_37487 ath10k_wmi_connect_htc_service 0 37487 NULL
 +kmem_realloc_37489 kmem_realloc 2 37489 NULL
++regulator_register_notifier_37492 regulator_register_notifier 0 37492 NULL
++mthca_MAP_FA_37493 mthca_MAP_FA 0 37493 NULL
 +bitmap_dirty_bits_37503 bitmap_dirty_bits 2 37503 NULL
 +osc_active_seq_write_37514 osc_active_seq_write 3 37514 NULL
-+bdev_writeseg_37519 bdev_writeseg 2-3 37519 NULL
-+xz_dec_test_write_37527 xz_dec_test_write 3 37527 NULL
++bdev_writeseg_37519 bdev_writeseg 2-3 37519 NULL nohasharray
++t4_memory_rw_37519 t4_memory_rw 0 37519 &bdev_writeseg_37519
++xz_dec_test_write_37527 xz_dec_test_write 3 37527 NULL nohasharray
++via_sensor_power_setup_37527 via_sensor_power_setup 0 37527 &xz_dec_test_write_37527
++lpfc_cq_create_37530 lpfc_cq_create 0 37530 NULL
++ad7606_register_ring_funcs_and_init_37533 ad7606_register_ring_funcs_and_init 0 37533 NULL
 +fault_inject_read_37534 fault_inject_read 3 37534 NULL
 +hdr_size_37536 hdr_size 0 37536 NULL
 +extent_map_end_37550 extent_map_end 0 37550 NULL
 +sep_create_dcb_dmatables_context_37551 sep_create_dcb_dmatables_context 6 37551 NULL
 +fat_cont_expand_37552 fat_cont_expand 0 37552 NULL
-+ioat_chansts_37558 ioat_chansts 0 37558 NULL
++coralp_init_37568 coralp_init 0 37568 NULL
++t4_prep_fw_37572 t4_prep_fw 0 37572 NULL
 +xhci_alloc_streams_37586 xhci_alloc_streams 5 37586 NULL
++ocfs2_add_branch_37588 ocfs2_add_branch 0 37588 NULL
++alloc_descs_37593 alloc_descs 0-1 37593 NULL
 +qla2x00_debounce_register_37597 qla2x00_debounce_register 0 37597 NULL
 +kvm_read_guest_page_mmu_37611 kvm_read_guest_page_mmu 6 37611 NULL
-+SYSC_mbind_37622 SYSC_mbind 5 37622 NULL
++SYSC_mbind_37622 SYSC_mbind 5 37622 NULL nohasharray
++ocfs2_split_refcount_rec_37622 ocfs2_split_refcount_rec 0 37622 &SYSC_mbind_37622
 +SyS_mbind_37638 SyS_mbind 5 37638 NULL
 +may_delete_37656 may_delete 0 37656 NULL
 +bio_copy_user_iov_37660 bio_copy_user_iov 4 37660 NULL
 +rfcomm_sock_sendmsg_37661 rfcomm_sock_sendmsg 4 37661 NULL nohasharray
 +vmw_framebuffer_dmabuf_dirty_37661 vmw_framebuffer_dmabuf_dirty 6 37661 &rfcomm_sock_sendmsg_37661
 +SYSC_get_mempolicy_37664 SYSC_get_mempolicy 3 37664 NULL
++ipr_alloc_mem_37669 ipr_alloc_mem 0 37669 NULL
 +__wa_seg_calculate_isoc_frame_count_37672 __wa_seg_calculate_isoc_frame_count 0 37672 NULL
 +ieee80211_if_read_rc_rateidx_mcs_mask_2ghz_37675 ieee80211_if_read_rc_rateidx_mcs_mask_2ghz 3 37675 NULL
 +regmap_map_read_file_37685 regmap_map_read_file 3 37685 NULL
++ioat3_irq_reinit_37692 ioat3_irq_reinit 0 37692 NULL
 +nametbl_header_37698 nametbl_header 2-0 37698 NULL
 +__le32_to_cpup_37702 __le32_to_cpup 0 37702 NULL
 +dynamic_ps_timeout_write_37713 dynamic_ps_timeout_write 3 37713 NULL
 +read_enabled_file_bool_37744 read_enabled_file_bool 3 37744 NULL
++ql_set_routing_reg_37747 ql_set_routing_reg 0 37747 NULL
 +xfs_read_agf_37749 xfs_read_agf 0 37749 NULL
 +ocfs2_control_cfu_37750 ocfs2_control_cfu 2 37750 NULL
 +ipath_cdev_init_37752 ipath_cdev_init 1 37752 NULL
@@ -118289,22 +118992,36 @@ index 0000000..8972f81
 +il4965_rs_sta_dbgfs_rate_scale_data_read_37792 il4965_rs_sta_dbgfs_rate_scale_data_read 3 37792 NULL
 +smk_read_logging_37804 smk_read_logging 3 37804 NULL
 +ocrdma_alloc_frmr_page_list_37815 ocrdma_alloc_frmr_page_list 2 37815 NULL
++ath10k_core_check_chip_id_37819 ath10k_core_check_chip_id 0 37819 NULL
 +rx_decrypt_key_not_found_read_37820 rx_decrypt_key_not_found_read 3 37820 NULL
++mlx4_cmd_post_37826 mlx4_cmd_post 0 37826 NULL
++bitmap_find_next_zero_area_37827 bitmap_find_next_zero_area 0-4-5 37827 NULL
++ad7606_request_gpios_37828 ad7606_request_gpios 0 37828 NULL
 +android_get_p2p_addr_37832 android_get_p2p_addr 0 37832 NULL
 +jbd2_journal_get_undo_access_37837 jbd2_journal_get_undo_access 0 37837 NULL
++mthca_cmd_37841 mthca_cmd 0 37841 NULL
 +o2hb_debug_read_37851 o2hb_debug_read 3 37851 NULL
++SYSC_pwrite64_37862 SYSC_pwrite64 3 37862 NULL
 +xfs_dir2_block_to_sf_37868 xfs_dir2_block_to_sf 3 37868 NULL
++niu_init_mac_ipp_pcs_base_37880 niu_init_mac_ipp_pcs_base 0 37880 NULL
 +set_registers_37883 set_registers 4 37883 NULL
 +btrfs_stack_file_extent_disk_bytenr_37888 btrfs_stack_file_extent_disk_bytenr 0 37888 NULL
++snd_at73c213_set_bitrate_37891 snd_at73c213_set_bitrate 0 37891 NULL
 +pkt_alloc_packet_data_37928 pkt_alloc_packet_data 1 37928 NULL nohasharray
 +_rtw_malloc_37928 _rtw_malloc 1 37928 &pkt_alloc_packet_data_37928
++_pci_assign_resource_37930 _pci_assign_resource 0 37930 NULL
 +read_rbu_packet_size_37939 read_rbu_packet_size 6 37939 NULL
-+write_file_bool_37957 write_file_bool 3 37957 NULL
++snd_opti9xx_configure_37942 snd_opti9xx_configure 0 37942 NULL
++write_file_bool_37957 write_file_bool 3 37957 NULL nohasharray
++lx_init_get_version_features_37957 lx_init_get_version_features 0 37957 &write_file_bool_37957
 +fifo_alloc_37961 fifo_alloc 1 37961 NULL
++ath10k_do_pci_wake_37965 ath10k_do_pci_wake 0 37965 NULL
 +rds_rdma_extra_size_37990 rds_rdma_extra_size 0 37990 NULL
 +persistent_ram_old_size_37997 persistent_ram_old_size 0 37997 NULL
 +vfs_readv_38011 vfs_readv 3 38011 NULL
++ufs_commit_chunk_38036 ufs_commit_chunk 3 38036 NULL
 +aggr_recv_addba_req_evt_38037 aggr_recv_addba_req_evt 4 38037 NULL
++SyS_pwrite64_38041 SyS_pwrite64 3 38041 NULL
 +il_dbgfs_chain_noise_read_38044 il_dbgfs_chain_noise_read 3 38044 NULL nohasharray
 +klsi_105_prepare_write_buffer_38044 klsi_105_prepare_write_buffer 3 38044 &il_dbgfs_chain_noise_read_38044
 +SyS_llistxattr_38048 SyS_llistxattr 3 38048 NULL
@@ -118322,44 +119039,67 @@ index 0000000..8972f81
 +osc_checksum_seq_write_38096 osc_checksum_seq_write 3 38096 &sk_wmem_schedule_38096
 +o2hb_read_slots_38105 o2hb_read_slots 2 38105 NULL
 +snd_pcm_oss_write_38108 snd_pcm_oss_write 3 38108 NULL
++snd_pcm_new_38111 snd_pcm_new 0 38111 NULL
 +vmw_kms_present_38130 vmw_kms_present 9 38130 NULL
-+__ntfs_copy_from_user_iovec_inatomic_38153 __ntfs_copy_from_user_iovec_inatomic 0-4-3 38153 NULL
++mthca_init_hca_38140 mthca_init_hca 0 38140 NULL
++__ntfs_copy_from_user_iovec_inatomic_38153 __ntfs_copy_from_user_iovec_inatomic 4-3-0 38153 NULL
 +btrfs_extent_same_38163 btrfs_extent_same 3-2 38163 NULL
 +kvm_clear_guest_38164 kvm_clear_guest 3-2 38164 NULL
-+cdev_add_38176 cdev_add 2-3 38176 NULL
++ath5k_eeprom_init_header_38173 ath5k_eeprom_init_header 0 38173 NULL
++cdev_add_38176 cdev_add 2-3-0 38176 NULL
 +rt2x00debug_write_rf_38195 rt2x00debug_write_rf 3 38195 NULL
++led_trigger_register_38196 led_trigger_register 0 38196 NULL
 +get_ucode_user_38202 get_ucode_user 3 38202 NULL
 +osd_req_list_partition_collections_38223 osd_req_list_partition_collections 5 38223 NULL nohasharray
 +xfs_rtallocate_range_38223 xfs_rtallocate_range 0 38223 &osd_req_list_partition_collections_38223
++palmas_gpio_to_irq_38235 palmas_gpio_to_irq 2 38235 NULL
 +ceph_decode_16_38239 ceph_decode_16 0 38239 NULL
++spi_register_master_38240 spi_register_master 0 38240 NULL
++__mlx4_cmd_38244 __mlx4_cmd 0 38244 NULL
 +_ipw_read_reg32_38245 _ipw_read_reg32 0 38245 NULL
++t4_fw_halt_38247 t4_fw_halt 0 38247 NULL
++snd_pcm_playback_rewind_38249 snd_pcm_playback_rewind 0-2 38249 NULL
 +xfs_qm_dqrepair_38262 xfs_qm_dqrepair 0 38262 NULL
 +mthca_alloc_icm_table_38268 mthca_alloc_icm_table 4-3 38268 NULL nohasharray
-+ieee80211_if_read_auto_open_plinks_38268 ieee80211_if_read_auto_open_plinks 3 38268 &mthca_alloc_icm_table_38268
-+xfs_bmbt_to_bmdr_38275 xfs_bmbt_to_bmdr 3 38275 NULL nohasharray
-+xfs_bmdr_to_bmbt_38275 xfs_bmdr_to_bmbt 5 38275 &xfs_bmbt_to_bmdr_38275
++ieee80211_if_read_auto_open_plinks_38268 ieee80211_if_read_auto_open_plinks 3 38268 &mthca_alloc_icm_table_38268 nohasharray
++SYSC_msgrcv_38268 SYSC_msgrcv 3 38268 &ieee80211_if_read_auto_open_plinks_38268
++xfs_bmdr_to_bmbt_38275 xfs_bmdr_to_bmbt 5 38275 NULL nohasharray
++xfs_bmbt_to_bmdr_38275 xfs_bmbt_to_bmdr 3 38275 &xfs_bmdr_to_bmbt_38275
 +ftdi_process_packet_38281 ftdi_process_packet 4 38281 NULL
++C_SYSC_pselect6_38296 C_SYSC_pselect6 1 38296 NULL
++p54_convert_rev0_38300 p54_convert_rev0 0 38300 NULL
 +ucma_query_path_38305 ucma_query_path 3 38305 NULL
++hpsa_pci_init_38323 hpsa_pci_init 0 38323 NULL
 +isr_rx_headers_read_38325 isr_rx_headers_read 3 38325 NULL
 +ida_simple_get_38326 ida_simple_get 0 38326 NULL
++ocfs2_rotate_rightmost_leaf_left_38330 ocfs2_rotate_rightmost_leaf_left 0 38330 NULL
 +__snd_gf1_look8_38333 __snd_gf1_look8 0 38333 NULL
-+btrfs_file_extent_disk_num_bytes_38363 btrfs_file_extent_disk_num_bytes 0 38363 NULL
++ntb_transport_init_38338 ntb_transport_init 0 38338 NULL
++ql_set_mac_addr_reg_38341 ql_set_mac_addr_reg 0 38341 NULL
++ocfs2_replace_extent_rec_38357 ocfs2_replace_extent_rec 0 38357 NULL
++btrfs_file_extent_disk_num_bytes_38363 btrfs_file_extent_disk_num_bytes 0 38363 NULL nohasharray
++rtsx_pci_acquire_irq_38363 rtsx_pci_acquire_irq 0 38363 &btrfs_file_extent_disk_num_bytes_38363
++xfs_free_file_space_38383 xfs_free_file_space 2-3 38383 NULL
 +dn_sendmsg_38390 dn_sendmsg 4 38390 NULL
++ath10k_core_register_38414 ath10k_core_register 0 38414 NULL
 +ieee80211_if_read_dtim_count_38419 ieee80211_if_read_dtim_count 3 38419 NULL
++read_port_table_lengths_38427 read_port_table_lengths 0 38427 NULL
 +pmcraid_copy_sglist_38431 pmcraid_copy_sglist 3 38431 NULL
++dev_set_mtu_38447 dev_set_mtu 0 38447 NULL
 +kvm_write_guest_38454 kvm_write_guest 4-2 38454 NULL
 +_iwl_dbgfs_scan_ant_rxchain_write_38479 _iwl_dbgfs_scan_ant_rxchain_write 3 38479 NULL
 +blk_end_bidi_request_38482 blk_end_bidi_request 3-4 38482 NULL
 +dev_names_read_38509 dev_names_read 3 38509 NULL
 +iscsi_create_iface_38510 iscsi_create_iface 5 38510 NULL
 +event_rx_mismatch_read_38518 event_rx_mismatch_read 3 38518 NULL
++set_queue_count_38519 set_queue_count 0 38519 NULL
 +ubifs_idx_node_sz_38546 ubifs_idx_node_sz 0-2 38546 NULL
 +btrfs_discard_extent_38547 btrfs_discard_extent 2 38547 NULL
 +kuc_len_38557 kuc_len 0-1 38557 NULL
 +irda_sendmsg_dgram_38563 irda_sendmsg_dgram 4 38563 NULL
 +il4965_rs_sta_dbgfs_scale_table_read_38564 il4965_rs_sta_dbgfs_scale_table_read 3 38564 NULL
 +_ipw_read32_38565 _ipw_read32 0 38565 NULL
-+snd_nm256_playback_copy_38567 snd_nm256_playback_copy 5-3 38567 NULL
++snd_nm256_playback_copy_38567 snd_nm256_playback_copy 3-5 38567 NULL
 +copy_ctl_value_to_user_38587 copy_ctl_value_to_user 4 38587 NULL
 +rd_allocate_sgl_table_38607 rd_allocate_sgl_table 3 38607 NULL
 +icn_writecmd_38629 icn_writecmd 2 38629 NULL
@@ -118370,13 +119110,23 @@ index 0000000..8972f81
 +mmc_send_cxd_data_38655 mmc_send_cxd_data 5 38655 NULL
 +nouveau_instmem_create__38664 nouveau_instmem_create_ 4 38664 NULL
 +snd_es1371_wait_src_ready_38673 snd_es1371_wait_src_ready 0 38673 NULL
++nilfs_write_end_38674 nilfs_write_end 5 38674 NULL
 +iscsit_dump_data_payload_38683 iscsit_dump_data_payload 2 38683 NULL
++ar5008_hw_rf_alloc_ext_banks_38689 ar5008_hw_rf_alloc_ext_banks 0 38689 NULL
++validate_vid_hdr_38699 validate_vid_hdr 0 38699 NULL
 +rbio_add_io_page_38700 rbio_add_io_page 6 38700 NULL
++cx18_streams_setup_38714 cx18_streams_setup 0 38714 NULL
++zforce_send_wait_38720 zforce_send_wait 3 38720 NULL
 +w83977af_sir_interrupt_38738 w83977af_sir_interrupt 0 38738 NULL
 +udf_readpages_38761 udf_readpages 4 38761 NULL
++si476x_core_i2c_xfer_38777 si476x_core_i2c_xfer 4 38777 NULL
 +iwl_dbgfs_thermal_throttling_read_38779 iwl_dbgfs_thermal_throttling_read 3 38779 NULL
-+bcache_device_init_38781 bcache_device_init 3 38781 NULL
++bcache_device_init_38781 bcache_device_init 3 38781 NULL nohasharray
++pt1_unlock_38781 pt1_unlock 0 38781 &bcache_device_init_38781
 +snd_gus_dram_write_38784 snd_gus_dram_write 4 38784 NULL
++ican3_msg_connect_38785 ican3_msg_connect 0 38785 NULL
++p54_set_leds_38787 p54_set_leds 0 38787 NULL
++slab_order_38794 slab_order 0 38794 NULL
 +do_pci_enable_device_38802 do_pci_enable_device 0 38802 NULL
 +err_decode_38804 err_decode 2 38804 NULL
 +ipv6_renew_option_38813 ipv6_renew_option 3 38813 NULL
@@ -118385,20 +119135,29 @@ index 0000000..8972f81
 +read_nic_io_word_38853 read_nic_io_word 0 38853 NULL
 +interfaces_38859 interfaces 2 38859 NULL
 +dbgfs_state_38894 dbgfs_state 3 38894 NULL
++ei_open_38906 ei_open 0 38906 NULL
++ntb_device_setup_38907 ntb_device_setup 0 38907 NULL
++dev_set_name_38926 dev_set_name 0 38926 NULL
 +il_dbgfs_sram_write_38942 il_dbgfs_sram_write 3 38942 NULL
++init_mediavision_38946 init_mediavision 0 38946 NULL
 +__ath6kl_wmi_send_mgmt_cmd_38971 __ath6kl_wmi_send_mgmt_cmd 7 38971 NULL
 +usb_maxpacket_38977 usb_maxpacket 0 38977 NULL nohasharray
 +C_SYSC_preadv64_38977 C_SYSC_preadv64 3 38977 &usb_maxpacket_38977
++c2_alloc_mqsp_chunk_38982 c2_alloc_mqsp_chunk 0 38982 NULL
++usb_parse_endpoint_38983 usb_parse_endpoint 0 38983 NULL
 +OSDSetBlock_38986 OSDSetBlock 2-4 38986 NULL
 +bio_clone_range_38997 bio_clone_range 2 38997 NULL
 +lpfc_idiag_extacc_write_38998 lpfc_idiag_extacc_write 3 38998 NULL
 +get_nodes_39012 get_nodes 3 39012 NULL
 +twl6030_interrupt_unmask_39013 twl6030_interrupt_unmask 2 39013 NULL
++force_sc_support_read_39014 force_sc_support_read 3 39014 NULL
 +__blkdev_issue_zeroout_39020 __blkdev_issue_zeroout 3 39020 NULL
 +_zd_iowrite32v_async_locked_39034 _zd_iowrite32v_async_locked 3 39034 NULL
++dwc2_phy_init_39049 dwc2_phy_init 0 39049 NULL
 +do_write_kmem_39051 do_write_kmem 0-1-3 39051 NULL
 +ReadHFC_39104 ReadHFC 0 39104 NULL
 +tomoyo_truncate_39105 tomoyo_truncate 0 39105 NULL
++leb_write_lock_39111 leb_write_lock 0 39111 NULL
 +__kfifo_to_user_r_39123 __kfifo_to_user_r 5-3 39123 NULL
 +ea_foreach_39133 ea_foreach 0 39133 NULL
 +generic_permission_39150 generic_permission 0 39150 NULL
@@ -118406,11 +119165,14 @@ index 0000000..8972f81
 +ath9k_hw_ar9003_dump_eeprom_39156 ath9k_hw_ar9003_dump_eeprom 5-4 39156 NULL
 +echo_client_kbrw_39170 echo_client_kbrw 6 39170 NULL
 +ext3_xattr_check_names_39174 ext3_xattr_check_names 0 39174 NULL
-+ubi_more_update_data_39189 ubi_more_update_data 4 39189 NULL
++msr_device_create_39175 msr_device_create 0 39175 NULL
++ubi_more_update_data_39189 ubi_more_update_data 4 39189 NULL nohasharray
++ican3_startup_module_39189 ican3_startup_module 0 39189 &ubi_more_update_data_39189
 +qcam_read_bytes_39205 qcam_read_bytes 0 39205 NULL
++v4l2_ctrl_handler_setup_39217 v4l2_ctrl_handler_setup 0 39217 NULL
 +ivtv_v4l2_write_39226 ivtv_v4l2_write 3 39226 NULL
 +posix_acl_to_xattr_39237 posix_acl_to_xattr 0 39237 NULL
-+snd_pcm_capture_forward_39248 snd_pcm_capture_forward 2 39248 NULL
++snd_pcm_capture_forward_39248 snd_pcm_capture_forward 0-2 39248 NULL
 +r128_compat_ioctl_39250 r128_compat_ioctl 2 39250 NULL nohasharray
 +pwr_cont_miss_bcns_spread_read_39250 pwr_cont_miss_bcns_spread_read 3 39250 &r128_compat_ioctl_39250
 +i915_error_state_read_39254 i915_error_state_read 3 39254 NULL
@@ -118418,57 +119180,78 @@ index 0000000..8972f81
 +_iwl_dbgfs_pm_params_write_39325 _iwl_dbgfs_pm_params_write 3 39325 NULL
 +__cfg80211_connect_result_39326 __cfg80211_connect_result 4-6 39326 NULL
 +insert_reserved_file_extent_39327 insert_reserved_file_extent 3 39327 NULL
++xen_hvm_setup_msi_irqs_39342 xen_hvm_setup_msi_irqs 2 39342 NULL
 +wimax_msg_alloc_39343 wimax_msg_alloc 4 39343 NULL
 +ide_complete_rq_39354 ide_complete_rq 3 39354 NULL
++gfs2_dir_write_data_39357 gfs2_dir_write_data 0-3-4 39357 NULL
 +do_write_log_from_user_39362 do_write_log_from_user 3-0 39362 NULL
 +vortex_wtdma_getlinearpos_39371 vortex_wtdma_getlinearpos 0 39371 NULL
-+regmap_name_read_file_39379 regmap_name_read_file 3 39379 NULL
++regmap_name_read_file_39379 regmap_name_read_file 3 39379 NULL nohasharray
++virtscsi_init_39379 virtscsi_init 0 39379 &regmap_name_read_file_39379
 +fnic_trace_debugfs_read_39380 fnic_trace_debugfs_read 3 39380 NULL
 +ps_poll_ps_poll_utilization_read_39383 ps_poll_ps_poll_utilization_read 3 39383 NULL
 +__send_to_port_39386 __send_to_port 3 39386 NULL
 +xfs_btree_dup_cursor_39394 xfs_btree_dup_cursor 0 39394 NULL
++t4vf_fw_reset_39409 t4vf_fw_reset 0 39409 NULL
++enic_dev_set_ig_vlan_rewrite_mode_39410 enic_dev_set_ig_vlan_rewrite_mode 0 39410 NULL
 +gfs2_internal_read_39413 gfs2_internal_read 0 39413 NULL
 +user_power_read_39414 user_power_read 3 39414 NULL
++hash_ipmark4_expire_39419 hash_ipmark4_expire 4 39419 NULL
 +alloc_agpphysmem_i8xx_39427 alloc_agpphysmem_i8xx 1 39427 NULL
++get_flash_params_39428 get_flash_params 0 39428 NULL
 +mic_desc_size_39464 mic_desc_size 0 39464 NULL
 +apei_resources_add_39470 apei_resources_add 0 39470 NULL
 +setkey_unaligned_39474 setkey_unaligned 3 39474 NULL
 +ieee80211_if_fmt_dot11MeshHWMPmaxPREQretries_39499 ieee80211_if_fmt_dot11MeshHWMPmaxPREQretries 3 39499 NULL
 +cl_req_alloc_39523 cl_req_alloc 4 39523 NULL
++do_remove_conflicting_framebuffers_39527 do_remove_conflicting_framebuffers 0 39527 NULL nohasharray
++bma180_set_new_data_intr_state_39527 bma180_set_new_data_intr_state 0 39527 &do_remove_conflicting_framebuffers_39527
++ican3_new_send_msg_39533 ican3_new_send_msg 0 39533 NULL
 +int_proc_write_39542 int_proc_write 3 39542 NULL
++ext4_alloc_file_blocks_39551 ext4_alloc_file_blocks 3 39551 NULL
 +pp_write_39554 pp_write 3 39554 NULL
++service_buffer_allocate_39559 service_buffer_allocate 0 39559 NULL
 +datablob_format_39571 datablob_format 2 39571 NULL nohasharray
 +ieee80211_if_read_fwded_mcast_39571 ieee80211_if_read_fwded_mcast 3 39571 &datablob_format_39571
 +memblock_virt_alloc_internal_39600 memblock_virt_alloc_internal 1 39600 NULL
++ipw_wdev_init_39604 ipw_wdev_init 0 39604 NULL
 +ext_depth_39607 ext_depth 0 39607 NULL
 +batadv_tt_tvlv_generate_39615 batadv_tt_tvlv_generate 4 39615 NULL
 +nfs_idmap_get_key_39616 nfs_idmap_get_key 2 39616 NULL
 +sdio_readb_39618 sdio_readb 0 39618 NULL
++i2c_master_send_39619 i2c_master_send 0-3 39619 NULL
 +prepare_uptodate_page_39622 prepare_uptodate_page 0 39622 NULL
 +set_dev_class_39645 set_dev_class 4 39645 NULL
 +snd_rme32_capture_copy_39653 snd_rme32_capture_copy 5 39653 NULL
 +tcp_try_rmem_schedule_39657 tcp_try_rmem_schedule 3 39657 NULL
 +kvm_read_guest_cached_39666 kvm_read_guest_cached 4 39666 NULL
++__dev_alloc_name_39670 __dev_alloc_name 0 39670 NULL
 +v4l_stk_read_39672 v4l_stk_read 3 39672 NULL
 +hsc_msg_len_get_39673 hsc_msg_len_get 0 39673 NULL
 +do_surface_dirty_sou_39678 do_surface_dirty_sou 7 39678 NULL
 +sd_completed_bytes_39705 sd_completed_bytes 0 39705 NULL
 +ftrace_pid_write_39710 ftrace_pid_write 3 39710 NULL
++vnic_cq_alloc_39723 vnic_cq_alloc 0 39723 NULL
 +adt7316_spi_multi_read_39765 adt7316_spi_multi_read 3 39765 NULL
 +security_inode_listsecurity_39812 security_inode_listsecurity 0 39812 NULL
-+snd_pcm_oss_writev3_39818 snd_pcm_oss_writev3 3 39818 NULL
++snd_pcm_oss_writev3_39818 snd_pcm_oss_writev3 3 39818 NULL nohasharray
++iio_triggered_buffer_setup_39818 iio_triggered_buffer_setup 0 39818 &snd_pcm_oss_writev3_39818
++ath10k_debug_create_39827 ath10k_debug_create 0 39827 NULL
 +get_priv_size_39828 get_priv_size 0-1 39828 NULL
++ath5k_hw_set_capabilities_39847 ath5k_hw_set_capabilities 0 39847 NULL
++tpkbd_probe_tp_39874 tpkbd_probe_tp 0 39874 NULL
 +pkt_add_39897 pkt_add 3 39897 NULL
 +read_file_modal_eeprom_39909 read_file_modal_eeprom 3 39909 NULL
 +gen_pool_add_virt_39913 gen_pool_add_virt 4 39913 NULL
 +dw210x_op_rw_39915 dw210x_op_rw 6 39915 NULL
 +__mnt_want_write_file_39917 __mnt_want_write_file 0 39917 NULL
 +aes_encrypt_interrupt_read_39919 aes_encrypt_interrupt_read 3 39919 NULL
-+exofs_read_kern_39921 exofs_read_kern 6 39921 NULL nohasharray
-+oom_score_adj_read_39921 oom_score_adj_read 3 39921 &exofs_read_kern_39921
++oom_score_adj_read_39921 oom_score_adj_read 3 39921 NULL nohasharray
++exofs_read_kern_39921 exofs_read_kern 6 39921 &oom_score_adj_read_39921
 +__spi_async_39932 __spi_async 0 39932 NULL
 +__get_order_39935 __get_order 0 39935 NULL
 +error_error_frame_read_39947 error_error_frame_read 3 39947 NULL
++usb_get_device_descriptor_39951 usb_get_device_descriptor 0 39951 NULL
 +tty_prepare_flip_string_39955 tty_prepare_flip_string 3-0 39955 NULL
 +lstcon_group_list_39958 lstcon_group_list 2 39958 NULL
 +bio_chain_clone_range_39967 bio_chain_clone_range 3 39967 NULL
@@ -118482,51 +119265,77 @@ index 0000000..8972f81
 +disc_pwup_write_40027 disc_pwup_write 3 40027 NULL
 +ea_foreach_i_40028 ea_foreach_i 0 40028 NULL
 +datablob_hmac_append_40038 datablob_hmac_append 3 40038 NULL
++pci_set_consistent_dma_mask_40050 pci_set_consistent_dma_mask 0 40050 NULL
 +l2cap_create_iframe_pdu_40055 l2cap_create_iframe_pdu 3 40055 NULL nohasharray
 +add_tty_40055 add_tty 1 40055 &l2cap_create_iframe_pdu_40055
++igb_request_msix_40067 igb_request_msix 0 40067 NULL
 +atomic_xchg_40070 atomic_xchg 0 40070 NULL
++snd_pcm_sw_params_user_40095 snd_pcm_sw_params_user 0 40095 NULL
++mpt_handshake_req_reply_wait_40097 mpt_handshake_req_reply_wait 0 40097 NULL
 +xfs_rtbuf_get_40107 xfs_rtbuf_get 0 40107 NULL
++gen_pool_first_fit_40110 gen_pool_first_fit 4 40110 NULL
 +sctp_setsockopt_delayed_ack_40129 sctp_setsockopt_delayed_ack 3 40129 NULL
-+dwc2_max_desc_num_40132 dwc2_max_desc_num 0 40132 NULL
++dwc2_max_desc_num_40132 dwc2_max_desc_num 0 40132 NULL nohasharray
++reg_read_range_40132 reg_read_range 4 40132 &dwc2_max_desc_num_40132
 +rx_rx_frame_checksum_read_40140 rx_rx_frame_checksum_read 3 40140 NULL
 +ath10k_write_simulate_fw_crash_40143 ath10k_write_simulate_fw_crash 3 40143 NULL
 +iwch_alloc_fastreg_pbl_40153 iwch_alloc_fastreg_pbl 2 40153 NULL
++asd_map_ioport_40157 asd_map_ioport 0 40157 NULL
 +pt_write_40159 pt_write 3 40159 NULL
++lis3lv02d_poweron_40163 lis3lv02d_poweron 0 40163 NULL
 +scsi_sg_count_40182 scsi_sg_count 0 40182 NULL
 +ipr_alloc_ucode_buffer_40199 ipr_alloc_ucode_buffer 1 40199 NULL
 +allocate_probes_40204 allocate_probes 1 40204 NULL
++sync_cached_firmware_buf_40217 sync_cached_firmware_buf 0 40217 NULL
 +au0828_v4l2_read_40220 au0828_v4l2_read 3 40220 NULL
 +compress_file_range_40225 compress_file_range 3-4 40225 NULL
++ocrdma_dbgfs_ops_read_40232 ocrdma_dbgfs_ops_read 3 40232 NULL
 +osst_read_40237 osst_read 3 40237 NULL
 +lpage_info_slot_40243 lpage_info_slot 3-1 40243 NULL
-+ocfs2_zero_extend_get_range_40248 ocfs2_zero_extend_get_range 4 40248 NULL
++ocfs2_zero_extend_get_range_40248 ocfs2_zero_extend_get_range 4-3 40248 NULL
++of_get_child_count_40254 of_get_child_count 0 40254 NULL
 +rs_sta_dbgfs_scale_table_read_40262 rs_sta_dbgfs_scale_table_read 3 40262 NULL
 +ext2_fiemap_40271 ext2_fiemap 4 40271 NULL
++snd_at73c213_chip_init_40274 snd_at73c213_chip_init 0 40274 NULL
 +usbnet_read_cmd_40275 usbnet_read_cmd 7 40275 NULL
 +rx_xfr_hint_trig_read_40283 rx_xfr_hint_trig_read 3 40283 NULL
 +SyS_bind_40303 SyS_bind 3 40303 NULL
++ubi_io_write_data_40305 ubi_io_write_data 0 40305 NULL
 +ib_get_mad_data_offset_40336 ib_get_mad_data_offset 0 40336 NULL
++of_irq_parse_raw_40339 of_irq_parse_raw 0 40339 NULL
 +mmio_read_40348 mmio_read 4 40348 NULL
 +event_rx_mem_empty_read_40363 event_rx_mem_empty_read 3 40363 NULL
-+ocfs2_check_range_for_refcount_40365 ocfs2_check_range_for_refcount 3-2 40365 NULL
++ocfs2_check_range_for_refcount_40365 ocfs2_check_range_for_refcount 2-3 40365 NULL
++mthca_map_eq_icm_40370 mthca_map_eq_icm 0 40370 NULL
 +get_chars_40373 get_chars 3 40373 NULL
++_vnic_dev_cmd_40377 _vnic_dev_cmd 0 40377 NULL
++asd_seq_start_lseq_40403 asd_seq_start_lseq 0 40403 NULL
++ecryptfs_read_lower_40419 ecryptfs_read_lower 3 40419 NULL
 +fb_prepare_extra_logos_40429 fb_prepare_extra_logos 0-2 40429 NULL
++vq_send_wr_40447 vq_send_wr 0 40447 NULL
++il4965_request_firmware_40453 il4965_request_firmware 0 40453 NULL
 +tomoyo_update_policy_40458 tomoyo_update_policy 2 40458 NULL
 +zd_usb_scnprint_id_40459 zd_usb_scnprint_id 0-3 40459 NULL
 +gp2ap020a00f_write_event_threshold_40461 gp2ap020a00f_write_event_threshold 2 40461 NULL
 +SyS_writev_40467 SyS_writev 3 40467 NULL
 +SyS_select_40473 SyS_select 1 40473 NULL
++spu_write_u16_40480 spu_write_u16 0 40480 NULL
 +afs_fs_store_data_40484 afs_fs_store_data 3-4-5-6 40484 NULL
 +batadv_hash_new_40491 batadv_hash_new 1 40491 NULL
 +devcgroup_inode_permission_40492 devcgroup_inode_permission 0 40492 NULL
++ath5k_init_40493 ath5k_init 0 40493 NULL
++sg_phys_40507 sg_phys 0 40507 NULL
 +xfs_iread_extents_40510 xfs_iread_extents 0 40510 NULL
 +__ethtool_get_sset_count_40511 __ethtool_get_sset_count 0 40511 NULL
 +TSS_checkhmac2_40520 TSS_checkhmac2 5-7 40520 NULL
++slab_mem_going_offline_callback_40525 slab_mem_going_offline_callback 0 40525 NULL
 +ixgbe_dbg_reg_ops_read_40540 ixgbe_dbg_reg_ops_read 3 40540 NULL
 +ima_write_policy_40548 ima_write_policy 3 40548 NULL
 +esp_alloc_tmp_40558 esp_alloc_tmp 3-2 40558 NULL
++ssb_pci_xtal_40581 ssb_pci_xtal 0 40581 NULL
 +b1_get_byte_40597 b1_get_byte 0 40597 NULL
 +get_priv_descr_and_size_40612 get_priv_descr_and_size 0 40612 NULL
++i2c_register_adapter_40660 i2c_register_adapter 0 40660 NULL
 +twl4030_kpwrite_u8_40665 twl4030_kpwrite_u8 3 40665 NULL
 +__cfg80211_roamed_40668 __cfg80211_roamed 4-6 40668 NULL
 +pipeline_rx_complete_stat_fifo_int_read_40671 pipeline_rx_complete_stat_fifo_int_read 3 40671 NULL
@@ -118535,9 +119344,12 @@ index 0000000..8972f81
 +alloc_rbio_40676 alloc_rbio 4 40676 NULL
 +videobuf_dma_init_user_locked_40678 videobuf_dma_init_user_locked 4-3 40678 NULL
 +pci_enable_resources_40680 pci_enable_resources 0 40680 NULL
++regulator_enable_40689 regulator_enable 0 40689 NULL
 +nfc_hci_set_param_40697 nfc_hci_set_param 5 40697 NULL
 +__seq_open_private_40715 __seq_open_private 3 40715 NULL
++ip_skb_dst_mtu_40718 ip_skb_dst_mtu 0 40718 NULL
 +set_extent_bit_40719 set_extent_bit 0 40719 NULL
++of_pdt_build_one_prop_40735 of_pdt_build_one_prop 5 40735 NULL
 +fuse_readpages_40737 fuse_readpages 4 40737 NULL
 +xfs_iext_remove_direct_40744 xfs_iext_remove_direct 3 40744 NULL
 +security_inode_listxattr_40752 security_inode_listxattr 0 40752 NULL
@@ -118549,10 +119361,14 @@ index 0000000..8972f81
 +kfifo_out_copy_r_40784 kfifo_out_copy_r 3-0 40784 NULL
 +bitmap_weight_40791 bitmap_weight 0-2 40791 NULL
 +pyra_sysfs_read_40795 pyra_sysfs_read 6 40795 NULL
++amradio_send_cmd_40800 amradio_send_cmd 0 40800 NULL
++rtw_add_beacon_40801 rtw_add_beacon 3-5 40801 NULL
 +add_action_40811 add_action 4 40811 NULL
 +nl80211_send_roamed_40825 nl80211_send_roamed 5-7 40825 NULL
 +SyS_mbind_40828 SyS_mbind 5 40828 NULL
++__mlx4_qp_reserve_range_40847 __mlx4_qp_reserve_range 2-3 40847 NULL
 +nilfs_mdt_init_40849 nilfs_mdt_init 3 40849 NULL
++va1j5jf8007t_init_frequency_40852 va1j5jf8007t_init_frequency 0 40852 NULL
 +v9fs_file_read_40858 v9fs_file_read 3 40858 NULL
 +read_file_queue_40895 read_file_queue 3 40895 NULL
 +waiters_read_40902 waiters_read 3 40902 NULL
@@ -118561,17 +119377,24 @@ index 0000000..8972f81
 +vol_cdev_write_40915 vol_cdev_write 3 40915 NULL
 +snd_vx_create_40948 snd_vx_create 4 40948 NULL nohasharray
 +sg_alloc_table_40948 sg_alloc_table 0 40948 &snd_vx_create_40948
++wm8994_free_irq_40951 wm8994_free_irq 2 40951 NULL
++uaa_to_xfi_40965 uaa_to_xfi 0 40965 NULL
 +rds_sendmsg_40976 rds_sendmsg 4 40976 NULL
++insert_old_idx_40987 insert_old_idx 0 40987 NULL
 +il_dbgfs_fh_reg_read_40993 il_dbgfs_fh_reg_read 3 40993 NULL
-+iwl_dbgfs_scan_ant_rxchain_read_40999 iwl_dbgfs_scan_ant_rxchain_read 3 40999 NULL
++iwl_dbgfs_scan_ant_rxchain_read_40999 iwl_dbgfs_scan_ant_rxchain_read 3 40999 NULL nohasharray
++bmp085_init_client_40999 bmp085_init_client 0 40999 &iwl_dbgfs_scan_ant_rxchain_read_40999
 +mac80211_format_buffer_41010 mac80211_format_buffer 2 41010 NULL
++mtd_block_isbad_41015 mtd_block_isbad 0 41015 NULL
 +__proc_dobitmasks_41029 __proc_dobitmasks 5 41029 NULL
 +_req_append_segment_41031 _req_append_segment 2 41031 NULL
 +mISDN_sock_sendmsg_41035 mISDN_sock_sendmsg 4 41035 NULL
 +ocfs2_xattr_index_block_find_41040 ocfs2_xattr_index_block_find 0 41040 NULL
 +lprocfs_write_frac_helper_41050 lprocfs_write_frac_helper 2 41050 NULL
++calculate_order_41061 calculate_order 0 41061 NULL
 +vfs_listxattr_41062 vfs_listxattr 0 41062 NULL nohasharray
 +beacon_filtering_write_41062 beacon_filtering_write 3 41062 &vfs_listxattr_41062
++sc_only_mode_read_41076 sc_only_mode_read 3 41076 NULL
 +cfg80211_inform_bss_frame_41078 cfg80211_inform_bss_frame 4 41078 NULL
 +nvme_map_user_pages_41093 nvme_map_user_pages 4-3 41093 NULL nohasharray
 +roccat_read_41093 roccat_read 3 41093 &nvme_map_user_pages_41093
@@ -118579,22 +119402,31 @@ index 0000000..8972f81
 +provide_user_output_41105 provide_user_output 3 41105 NULL
 +f_audio_buffer_alloc_41110 f_audio_buffer_alloc 1 41110 NULL
 +ath10k_read_wmi_services_41112 ath10k_read_wmi_services 3 41112 NULL
++ocfs2_extend_trans_41116 ocfs2_extend_trans 0 41116 NULL
++if_spi_init_card_41148 if_spi_init_card 0 41148 NULL
 +v4l2_ctrl_new_int_menu_41151 v4l2_ctrl_new_int_menu 4 41151 NULL
++drm_global_item_ref_41157 drm_global_item_ref 0 41157 NULL
 +tx_frag_mpdu_alloc_failed_read_41167 tx_frag_mpdu_alloc_failed_read 3 41167 NULL
 +dvb_ca_write_41171 dvb_ca_write 3 41171 NULL
-+compat_sys_process_vm_writev_41194 compat_sys_process_vm_writev 3-5 41194 NULL
++netif_get_num_default_rss_queues_41187 netif_get_num_default_rss_queues 0 41187 NULL
++request_irq_41192 request_irq 0 41192 NULL
 +dfs_file_write_41196 dfs_file_write 3 41196 NULL
 +nfs_page_array_len_41219 nfs_page_array_len 0-2-1 41219 NULL
++setup_rss_41225 setup_rss 0 41225 NULL
 +cfg80211_process_disassoc_41231 cfg80211_process_disassoc 3 41231 NULL
 +hiddev_compat_ioctl_41255 hiddev_compat_ioctl 2 41255 NULL
 +erst_read_41260 erst_read 0 41260 NULL
 +alloc_context_41283 alloc_context 1 41283 NULL
++of_count_phandle_with_args_41291 of_count_phandle_with_args 0 41291 NULL
++bcm2048_sysfs_register_properties_41337 bcm2048_sysfs_register_properties 0 41337 NULL
 +o2hb_setup_one_bio_41341 o2hb_setup_one_bio 4 41341 NULL
 +twl_change_queue_depth_41342 twl_change_queue_depth 2 41342 NULL
 +rtw_android_set_block_41347 rtw_android_set_block 0 41347 NULL
 +ceph_do_getattr_41349 ceph_do_getattr 0 41349 NULL
++irq_expand_nr_irqs_41351 irq_expand_nr_irqs 0 41351 NULL
 +cnic_init_id_tbl_41354 cnic_init_id_tbl 2 41354 NULL
 +kmp_init_41373 kmp_init 2 41373 NULL
++tifm_add_adapter_41390 tifm_add_adapter 0 41390 NULL
 +isr_commands_read_41398 isr_commands_read 3 41398 NULL
 +rx_defrag_decrypt_failed_read_41411 rx_defrag_decrypt_failed_read 3 41411 NULL
 +xfs_iext_add_41422 xfs_iext_add 3 41422 NULL
@@ -118605,21 +119437,25 @@ index 0000000..8972f81
 +pcpu_build_alloc_info_41443 pcpu_build_alloc_info 1-2-3 41443 NULL
 +se_io_cb_41461 se_io_cb 3 41461 NULL
 +layout_leb_in_gaps_41470 layout_leb_in_gaps 0 41470 NULL
++snd_pcm_status_41472 snd_pcm_status 0 41472 NULL
 +rt2x00debug_write_rfcsr_41473 rt2x00debug_write_rfcsr 3 41473 NULL
 +bl_alloc_init_bio_41478 bl_alloc_init_bio 1 41478 NULL
-+kvm_unmap_hva_range_41484 kvm_unmap_hva_range 3-2 41484 NULL
++kvm_unmap_hva_range_41484 kvm_unmap_hva_range 2-3 41484 NULL
 +wep_interrupt_read_41492 wep_interrupt_read 3 41492 NULL
 +SyS_get_mempolicy_41495 SyS_get_mempolicy 3 41495 NULL
 +hpfs_translate_name_41497 hpfs_translate_name 3 41497 NULL
 +xfrm_hash_new_size_41505 xfrm_hash_new_size 0-1 41505 NULL
 +SyS_preadv_41523 SyS_preadv 3 41523 NULL
++em28xx_is_ac97_ready_41524 em28xx_is_ac97_ready 0 41524 NULL
 +dm_get_reserved_rq_based_ios_41529 dm_get_reserved_rq_based_ios 0 41529 NULL
 +tx_tx_frame_checksum_read_41553 tx_tx_frame_checksum_read 3 41553 NULL
 +ath6kl_endpoint_stats_read_41554 ath6kl_endpoint_stats_read 3 41554 NULL
 +nr_status_frames_41559 nr_status_frames 0-1 41559 NULL nohasharray
 +si476x_radio_fops_read_41559 si476x_radio_fops_read 3 41559 &nr_status_frames_41559
++t1_sge_configure_41576 t1_sge_configure 0 41576 NULL
 +rng_dev_read_41581 rng_dev_read 3 41581 NULL
 +batadv_tvlv_container_ogm_append_41588 batadv_tvlv_container_ogm_append 4 41588 NULL
++__snd_device_register_41590 __snd_device_register 0 41590 NULL
 +vga_io_r_41609 vga_io_r 0 41609 NULL
 +tcp_hdrlen_41610 tcp_hdrlen 0 41610 NULL
 +lbs_bcnmiss_write_41613 lbs_bcnmiss_write 3 41613 NULL nohasharray
@@ -118630,54 +119466,81 @@ index 0000000..8972f81
 +rx_rx_pre_complt_read_41653 rx_rx_pre_complt_read 3 41653 NULL
 +get_std_timing_41654 get_std_timing 0 41654 NULL
 +ieee80211_if_fmt_bssid_41677 ieee80211_if_fmt_bssid 3 41677 NULL
++raw_notifier_call_chain_41679 raw_notifier_call_chain 0 41679 NULL
 +fill_pcm_stream_name_41685 fill_pcm_stream_name 2 41685 NULL
 +lov_unpackmd_41701 lov_unpackmd 4 41701 NULL
 +apei_exec_for_each_entry_41717 apei_exec_for_each_entry 0 41717 NULL
++pt1_sync_41718 pt1_sync 0 41718 NULL
 +fillonedir_41746 fillonedir 3 41746 NULL
++bus_add_driver_41783 bus_add_driver 0 41783 NULL
 +iwl_dbgfs_bt_notif_read_41794 iwl_dbgfs_bt_notif_read 3 41794 NULL
++mlx4_mtt_init_41798 mlx4_mtt_init 0 41798 NULL
 +hsi_alloc_controller_41802 hsi_alloc_controller 1 41802 NULL
-+rtw_android_get_macaddr_41812 rtw_android_get_macaddr 0 41812 NULL
++rtw_android_get_macaddr_41812 rtw_android_get_macaddr 0 41812 NULL nohasharray
++fat_write_end_41812 fat_write_end 5 41812 &rtw_android_get_macaddr_41812
++da9052_enable_irq_41814 da9052_enable_irq 2 41814 NULL
 +sco_send_frame_41815 sco_send_frame 3 41815 NULL
++lp_gpio_to_irq_41822 lp_gpio_to_irq 2 41822 NULL
 +ixgbe_dbg_netdev_ops_read_41839 ixgbe_dbg_netdev_ops_read 3 41839 NULL
 +do_ip_setsockopt_41852 do_ip_setsockopt 5 41852 NULL
 +keyctl_instantiate_key_41855 keyctl_instantiate_key 3 41855 NULL
++carm_init_shm_41861 carm_init_shm 0 41861 NULL
 +xfs_rtget_summary_41864 xfs_rtget_summary 0 41864 NULL
 +pci_map_single_41869 pci_map_single 0 41869 NULL
 +usb_gadget_get_string_41871 usb_gadget_get_string 0 41871 NULL
++mthca_mr_alloc_phys_41882 mthca_mr_alloc_phys 0 41882 NULL
++mpt_do_ioc_recovery_41894 mpt_do_ioc_recovery 0 41894 NULL
 +v_APCI3120_InterruptDmaMoveBlock16bit_41914 v_APCI3120_InterruptDmaMoveBlock16bit 4 41914 NULL
 +get_fdb_entries_41916 get_fdb_entries 3 41916 NULL
++build_inv_iotlb_pages_41922 build_inv_iotlb_pages 4-5 41922 NULL
 +ext4_da_write_inline_data_begin_41935 ext4_da_write_inline_data_begin 3-4 41935 NULL
 +sci_rxfill_41945 sci_rxfill 0 41945 NULL
 +read_gssp_41947 read_gssp 3 41947 NULL
 +ocfs2_xattr_bucket_get_name_value_41949 ocfs2_xattr_bucket_get_name_value 0 41949 NULL
 +portnames_read_41958 portnames_read 3 41958 NULL
++ubi_self_check_all_ff_41959 ubi_self_check_all_ff 0 41959 NULL
 +dst_mtu_41969 dst_mtu 0 41969 NULL
 +cx24116_writeregN_41975 cx24116_writeregN 4 41975 NULL
++load_firmware_41977 load_firmware 0 41977 NULL
++ubi_io_is_bad_41983 ubi_io_is_bad 0 41983 NULL
 +xfs_qm_dqalloc_41985 xfs_qm_dqalloc 0 41985 NULL
++em28xx_write_regs_41996 em28xx_write_regs 0 41996 NULL
++be_process_mcc_42002 be_process_mcc 0 42002 NULL
 +pool_allocate_42012 pool_allocate 3 42012 NULL
 +spidev_sync_read_42014 spidev_sync_read 0 42014 NULL
 +rs_sta_dbgfs_scale_table_write_42017 rs_sta_dbgfs_scale_table_write 3 42017 NULL
 +acpi_ut_create_buffer_object_42030 acpi_ut_create_buffer_object 1 42030 NULL
++ql_cam_route_initialize_42031 ql_cam_route_initialize 0 42031 NULL
 +__hwahc_op_set_gtk_42038 __hwahc_op_set_gtk 4 42038 NULL
 +alloc_trace_kprobe_42041 alloc_trace_kprobe 6 42041 NULL
 +irda_sendmsg_ultra_42047 irda_sendmsg_ultra 4 42047 NULL
 +jffs2_do_link_42048 jffs2_do_link 6 42048 NULL
 +ps_poll_upsd_max_ap_turn_read_42050 ps_poll_upsd_max_ap_turn_read 3 42050 NULL
 +InterfaceTransmitPacket_42058 InterfaceTransmitPacket 3 42058 NULL
++ql_write_cfg_42074 ql_write_cfg 0 42074 NULL
++si4713_powerdown_42078 si4713_powerdown 0 42078 NULL
++cx18_stream_alloc_42084 cx18_stream_alloc 0 42084 NULL
 +scsi_execute_req_42088 scsi_execute_req 5 42088 NULL
 +sk_chk_filter_42095 sk_chk_filter 2 42095 NULL
++sh_eth_reset_42097 sh_eth_reset 0 42097 NULL
 +submit_inquiry_42108 submit_inquiry 3 42108 NULL
 +dw_dma_cyclic_prep_42113 dw_dma_cyclic_prep 3-4 42113 NULL
++mthca_MAD_IFC_42144 mthca_MAD_IFC 0 42144 NULL
 +blk_ioctl_zeroout_42160 blk_ioctl_zeroout 3 42160 NULL
 +mmc_align_data_size_42161 mmc_align_data_size 0-2 42161 NULL
++hpsa_init_reset_devices_42162 hpsa_init_reset_devices 0 42162 NULL
++asd_verify_seq_42165 asd_verify_seq 0 42165 NULL
 +read_file_base_eeprom_42168 read_file_base_eeprom 3 42168 NULL
 +oprofilefs_str_to_user_42182 oprofilefs_str_to_user 3 42182 NULL
 +write_file_beacon_42185 write_file_beacon 3 42185 NULL
 +get_znodes_to_commit_42201 get_znodes_to_commit 0 42201 NULL
++detach_if_pending_42219 detach_if_pending 0 42219 NULL
 +pla_ocp_read_42235 pla_ocp_read 3 42235 NULL
++pci_user_read_config_word_42240 pci_user_read_config_word 0 42240 NULL
 +xfs_rtfree_range_42244 xfs_rtfree_range 0 42244 NULL
 +rx_defrag_need_decrypt_read_42253 rx_defrag_need_decrypt_read 3 42253 NULL
-+find_last_bit_42260 find_last_bit 0 42260 NULL
++find_last_bit_42260 find_last_bit 0 42260 NULL nohasharray
++ar9002_hw_init_mode_regs_42260 ar9002_hw_init_mode_regs 0 42260 &find_last_bit_42260
 +__pcpu_size_to_slot_42271 __pcpu_size_to_slot 0 42271 NULL
 +__tty_buffer_request_room_42276 __tty_buffer_request_room 2-0 42276 NULL
 +snd_pcm_hw_param_value_max_42280 snd_pcm_hw_param_value_max 0 42280 NULL
@@ -118686,44 +119549,60 @@ index 0000000..8972f81
 +sctp_setsockopt_del_key_42304 sctp_setsockopt_del_key 3 42304 NULL nohasharray
 +ulong_read_file_42304 ulong_read_file 3 42304 &sctp_setsockopt_del_key_42304
 +xfs_vm_readpages_42308 xfs_vm_readpages 4 42308 NULL
-+hysdn_conf_read_42324 hysdn_conf_read 3 42324 NULL
++hysdn_conf_read_42324 hysdn_conf_read 3 42324 NULL nohasharray
++lpfc_config_msi_42324 lpfc_config_msi 0 42324 &hysdn_conf_read_42324
 +tcp_sync_mss_42330 tcp_sync_mss 2-0 42330 NULL
 +ide_raw_taskfile_42355 ide_raw_taskfile 4 42355 NULL
-+tipc_send_42374 tipc_send 3 42374 NULL
 +drbd_md_last_sector_42378 drbd_md_last_sector 0 42378 NULL
 +il_dbgfs_disable_ht40_read_42386 il_dbgfs_disable_ht40_read 3 42386 NULL
 +msnd_fifo_read_42406 msnd_fifo_read 0-3 42406 NULL
 +krng_get_random_42420 krng_get_random 3 42420 NULL
++__iio_add_chan_devattr_42434 __iio_add_chan_devattr 0 42434 NULL
 +gsm_data_alloc_42437 gsm_data_alloc 3 42437 NULL
++spr_wm_latency_write_42441 spr_wm_latency_write 3 42441 NULL
 +key_conf_keyidx_read_42443 key_conf_keyidx_read 3 42443 NULL
++gpio_direction_input_42445 gpio_direction_input 0 42445 NULL
 +snd_pcm_action_group_42452 snd_pcm_action_group 0 42452 NULL
 +tcm_loop_change_queue_depth_42454 tcm_loop_change_queue_depth 2 42454 NULL
 +kuc_free_42455 kuc_free 2 42455 NULL
++__clk_enable_42456 __clk_enable 0 42456 NULL
++cp2112_gpio_get_42467 cp2112_gpio_get 2 42467 NULL
 +__simple_xattr_set_42474 __simple_xattr_set 4 42474 NULL
 +omfs_readpages_42490 omfs_readpages 4 42490 NULL
 +bypass_write_42498 bypass_write 3 42498 NULL
-+SyS_mincore_42511 SyS_mincore 1-2 42511 NULL
++SyS_mincore_42511 SyS_mincore 2-1 42511 NULL
 +kvm_write_wall_clock_42520 kvm_write_wall_clock 2 42520 NULL
 +dio_bio_complete_42524 dio_bio_complete 0 42524 NULL
 +smk_write_netlbladdr_42525 smk_write_netlbladdr 3 42525 NULL
++self_check_ec_hdr_42528 self_check_ec_hdr 0 42528 NULL
 +dbAllocNear_42546 dbAllocNear 0 42546 NULL
 +ath6kl_wmi_proc_events_vif_42549 ath6kl_wmi_proc_events_vif 5 42549 NULL
++request_firmware_42553 request_firmware 0 42553 NULL
 +udp_recvmsg_42558 udp_recvmsg 4 42558 NULL
-+iwl_print_event_log_42566 iwl_print_event_log 7-5-0 42566 NULL
++iwl_print_event_log_42566 iwl_print_event_log 0-5-7 42566 NULL
++ocfs2_reserve_suballoc_bits_42569 ocfs2_reserve_suballoc_bits 0 42569 NULL
 +xfrm_new_hash_mask_42579 xfrm_new_hash_mask 0-1 42579 NULL
++t4_fw_upgrade_42586 t4_fw_upgrade 0 42586 NULL
 +oom_score_adj_write_42594 oom_score_adj_write 3 42594 NULL
++p54_register_led_42634 p54_register_led 0 42634 NULL
 +ieee80211_if_fmt_dot11MeshHWMPactivePathTimeout_42635 ieee80211_if_fmt_dot11MeshHWMPactivePathTimeout 3 42635 NULL
 +scsi_activate_tcq_42640 scsi_activate_tcq 2 42640 NULL
 +br_mdb_rehash_42643 br_mdb_rehash 2 42643 NULL
 +parport_pc_compat_write_block_pio_42644 parport_pc_compat_write_block_pio 3 42644 NULL
 +_regmap_raw_write_42652 _regmap_raw_write 4-2 42652 NULL
++ocfs2_search_chain_42655 ocfs2_search_chain 0 42655 NULL
 +request_key_and_link_42693 request_key_and_link 4 42693 NULL
-+vb2_read_42703 vb2_read 3 42703 NULL
++vb2_read_42703 vb2_read 3 42703 NULL nohasharray
++stex_ss_handshake_42703 stex_ss_handshake 0 42703 &vb2_read_42703
++__ocfs2_decrease_refcount_42717 __ocfs2_decrease_refcount 0 42717 NULL
++remove_fs_rule_ok_42720 remove_fs_rule_ok 0 42720 NULL
 +read_status_42722 read_status 0 42722 NULL
-+dvb_demux_ioctl_42733 dvb_demux_ioctl 2 42733 NULL
++dvb_demux_ioctl_42733 dvb_demux_ioctl 2 42733 NULL nohasharray
++fw_get_filesystem_firmware_42733 fw_get_filesystem_firmware 0 42733 &dvb_demux_ioctl_42733
 +set_aoe_iflist_42737 set_aoe_iflist 2 42737 NULL
 +ax25_setsockopt_42740 ax25_setsockopt 5 42740 NULL
 +dpm_sysfs_add_42756 dpm_sysfs_add 0 42756 NULL
++ath10k_htt_verify_version_42776 ath10k_htt_verify_version 0 42776 NULL
 +x25_recvmsg_42777 x25_recvmsg 4 42777 NULL
 +snd_midi_event_decode_42780 snd_midi_event_decode 0 42780 NULL
 +cryptd_hash_setkey_42781 cryptd_hash_setkey 3 42781 NULL nohasharray
@@ -118731,33 +119610,56 @@ index 0000000..8972f81
 +elfcorehdr_read_notes_42786 elfcorehdr_read_notes 2 42786 NULL
 +koneplus_sysfs_read_42792 koneplus_sysfs_read 6 42792 NULL
 +ntfs_attr_extend_allocation_42796 ntfs_attr_extend_allocation 0 42796 NULL
-+fw_device_op_compat_ioctl_42804 fw_device_op_compat_ioctl 2 42804 NULL
++fw_device_op_compat_ioctl_42804 fw_device_op_compat_ioctl 2 42804 NULL nohasharray
++bma180_soft_reset_42804 bma180_soft_reset 0 42804 &fw_device_op_compat_ioctl_42804
 +drm_ioctl_42813 drm_ioctl 2 42813 NULL
 +iwl_dbgfs_ucode_bt_stats_read_42820 iwl_dbgfs_ucode_bt_stats_read 3 42820 NULL
 +set_arg_42824 set_arg 3 42824 NULL
 +si476x_radio_read_rsq_blob_42827 si476x_radio_read_rsq_blob 3 42827 NULL
++add_port_42840 add_port 0 42840 NULL
++t4_sge_alloc_rxq_42871 t4_sge_alloc_rxq 0 42871 NULL nohasharray
++snd_device_register_all_42871 snd_device_register_all 0 42871 &t4_sge_alloc_rxq_42871
 +ocfs2_clusters_for_bytes_42872 ocfs2_clusters_for_bytes 0-2 42872 NULL
 +nvme_trans_unit_serial_page_42879 nvme_trans_unit_serial_page 4 42879 NULL
 +xpc_kmalloc_cacheline_aligned_42895 xpc_kmalloc_cacheline_aligned 1 42895 NULL
-+hd_end_request_42904 hd_end_request 2 42904 NULL
++ath10k_init_download_firmware_42899 ath10k_init_download_firmware 0 42899 NULL
++hd_end_request_42904 hd_end_request 2 42904 NULL nohasharray
++smsc911x_enable_resources_42904 smsc911x_enable_resources 0 42904 &hd_end_request_42904
 +sta_last_rx_rate_read_42909 sta_last_rx_rate_read 3 42909 NULL
++mthca_make_profile_42919 mthca_make_profile 0 42919 NULL
++snd_ctl_rename_id_42923 snd_ctl_rename_id 0 42923 NULL
 +xfs_bmapi_allocate_42938 xfs_bmapi_allocate 0 42938 NULL
 +sctp_getsockopt_maxburst_42941 sctp_getsockopt_maxburst 2 42941 NULL
 +vx_reset_chk_42946 vx_reset_chk 0 42946 NULL
 +blkdev_direct_IO_42962 blkdev_direct_IO 4 42962 NULL
++ntb_setup_snb_msix_42971 ntb_setup_snb_msix 2-0 42971 NULL
 +compat_udpv6_setsockopt_42981 compat_udpv6_setsockopt 5 42981 NULL
++pci_bus_read_config_word_42987 pci_bus_read_config_word 0 42987 NULL
 +nfs_idmap_get_desc_42990 nfs_idmap_get_desc 4-2 42990 NULL nohasharray
 +rtw_os_xmit_resource_alloc_42990 rtw_os_xmit_resource_alloc 3 42990 &nfs_idmap_get_desc_42990
++mlx4_qp_reserve_range_43000 mlx4_qp_reserve_range 2-3 43000 NULL
 +xfs_da_read_buf_43008 xfs_da_read_buf 0 43008 NULL
++setup_device_43016 setup_device 0 43016 NULL nohasharray
++vfio_fill_vconfig_bytes_43016 vfio_fill_vconfig_bytes 0 43016 &setup_device_43016
 +isr_rx_mem_overflow_read_43025 isr_rx_mem_overflow_read 3 43025 NULL
 +wep_default_key_count_read_43035 wep_default_key_count_read 3 43035 NULL
++power_supply_check_supplies_43052 power_supply_check_supplies 0 43052 NULL
++fb_add_videomode_43057 fb_add_videomode 0 43057 NULL
++t3_sge_alloc_qset_43061 t3_sge_alloc_qset 0 43061 NULL
 +nouveau_gpuobj_create__43072 nouveau_gpuobj_create_ 9 43072 NULL
 +nfs_map_group_to_gid_43082 nfs_map_group_to_gid 3 43082 NULL
++ql_start_rx_ring_43085 ql_start_rx_ring 0 43085 NULL
 +_xfer_secondary_pool_43089 _xfer_secondary_pool 2 43089 NULL
++t4_port_init_43092 t4_port_init 0 43092 NULL
 +sysfs_create_file_ns_43103 sysfs_create_file_ns 0 43103 NULL
++stmmac_init_dma_engine_43104 stmmac_init_dma_engine 0 43104 NULL
 +ieee80211_if_fmt_drop_unencrypted_43107 ieee80211_if_fmt_drop_unencrypted 3 43107 NULL
++gfs2_journaled_truncate_43108 gfs2_journaled_truncate 0 43108 NULL
++mlx4_reset_43117 mlx4_reset 0 43117 NULL
 +calculate_node_totalpages_43118 calculate_node_totalpages 2-3 43118 NULL
++e1000_request_msix_43134 e1000_request_msix 0 43134 NULL
 +read_file_dfs_43145 read_file_dfs 3 43145 NULL
++gfs2_dir_write_stuffed_43147 gfs2_dir_write_stuffed 0-4 43147 NULL
 +cfs_cpt_table_alloc_43159 cfs_cpt_table_alloc 1 43159 NULL
 +usb_string_sub_43164 usb_string_sub 0 43164 NULL
 +il_dbgfs_power_save_status_read_43165 il_dbgfs_power_save_status_read 3 43165 NULL
@@ -118767,38 +119669,47 @@ index 0000000..8972f81
 +iso_callback_43208 iso_callback 3 43208 NULL
 +ath10k_p2p_calc_noa_ie_len_43209 ath10k_p2p_calc_noa_ie_len 0 43209 NULL
 +f2fs_acl_from_disk_43210 f2fs_acl_from_disk 2 43210 NULL
++ican3_reset_module_43213 ican3_reset_module 0 43213 NULL
 +atomic_long_add_return_43217 atomic_long_add_return 1-0 43217 NULL
 +inode_init_always_43225 inode_init_always 0 43225 NULL
 +batadv_tt_tvlv_unicast_handler_v1_43239 batadv_tt_tvlv_unicast_handler_v1 5 43239 NULL
 +vmemmap_alloc_block_43245 vmemmap_alloc_block 1 43245 NULL
 +ide_end_rq_43269 ide_end_rq 4 43269 NULL
 +nilfs_direct_IO_43271 nilfs_direct_IO 4 43271 NULL
-+parport_pc_ecp_write_block_pio_43278 parport_pc_ecp_write_block_pio 3 43278 NULL nohasharray
-+evtchn_write_43278 evtchn_write 3 43278 &parport_pc_ecp_write_block_pio_43278
++evtchn_write_43278 evtchn_write 3 43278 NULL nohasharray
++parport_pc_ecp_write_block_pio_43278 parport_pc_ecp_write_block_pio 3 43278 &evtchn_write_43278
 +filemap_write_and_wait_range_43279 filemap_write_and_wait_range 0 43279 NULL
 +mpage_alloc_43299 mpage_alloc 3 43299 NULL
++em28xx_audio_analog_set_43312 em28xx_audio_analog_set 0 43312 NULL
 +mmu_set_spte_43327 mmu_set_spte 6-7 43327 NULL
 +__ext4_get_inode_loc_43332 __ext4_get_inode_loc 0 43332 NULL
 +xfs_log_regrant_43350 xfs_log_regrant 0 43350 NULL
++gart_free_coherent_43362 gart_free_coherent 4-2 43362 NULL
 +gfs2_rgrp_bh_get_43375 gfs2_rgrp_bh_get 0 43375 NULL
++__mlx4_qp_alloc_icm_43388 __mlx4_qp_alloc_icm 0 43388 NULL
 +xfs_btree_new_iroot_43392 xfs_btree_new_iroot 0 43392 NULL
 +xenfb_write_43412 xenfb_write 3 43412 NULL
-+__alloc_bootmem_low_43423 __alloc_bootmem_low 1 43423 NULL
++__alloc_bootmem_low_43423 __alloc_bootmem_low 1 43423 NULL nohasharray
++msi_capability_init_43423 msi_capability_init 0 43423 &__alloc_bootmem_low_43423
++pt1_init_frontend_43429 pt1_init_frontend 0 43429 NULL
 +usb_alloc_urb_43436 usb_alloc_urb 1 43436 NULL
-+cifs_writev_43437 cifs_writev 4 43437 NULL
 +ath6kl_wmi_roam_tbl_event_rx_43440 ath6kl_wmi_roam_tbl_event_rx 3 43440 NULL
++ocfs2_rotate_tree_left_43442 ocfs2_rotate_tree_left 0 43442 NULL
 +usb_string_43443 usb_string 0 43443 NULL nohasharray
-+usemap_size_43443 usemap_size 0-2-1 43443 &usb_string_43443
++usemap_size_43443 usemap_size 0-1-2 43443 &usb_string_43443
 +get_vm_area_size_43444 get_vm_area_size 0 43444 NULL
++fs_path_prepare_for_add_43453 fs_path_prepare_for_add 2 43453 NULL
 +nvme_trans_device_id_page_43466 nvme_trans_device_id_page 4 43466 NULL
 +tx_tx_data_prepared_read_43497 tx_tx_data_prepared_read 3 43497 NULL
 +ieee80211_if_fmt_dot11MeshHWMPnetDiameterTraversalTime_43505 ieee80211_if_fmt_dot11MeshHWMPnetDiameterTraversalTime 3 43505 NULL
-+do_readlink_43518 do_readlink 2 43518 NULL
++__unmap_and_move_43513 __unmap_and_move 0 43513 NULL
 +dvb_ca_en50221_io_write_43533 dvb_ca_en50221_io_write 3 43533 NULL
 +read_events_43534 read_events 3 43534 NULL
 +cachefiles_daemon_write_43535 cachefiles_daemon_write 3 43535 NULL
 +tx_frag_failed_read_43540 tx_frag_failed_read 3 43540 NULL
 +request_resource_43548 request_resource 0 43548 NULL
++ath_rx_init_43564 ath_rx_init 0 43564 NULL
++hpsa_wait_for_board_state_43572 hpsa_wait_for_board_state 0 43572 NULL
 +rpc_malloc_43573 rpc_malloc 2 43573 NULL
 +handle_frequent_errors_43599 handle_frequent_errors 4 43599 NULL
 +lpfc_idiag_drbacc_read_reg_43606 lpfc_idiag_drbacc_read_reg 0-3 43606 NULL
@@ -118810,22 +119721,31 @@ index 0000000..8972f81
 +ext4_acl_count_43659 ext4_acl_count 0-1 43659 NULL
 +write_file_tx99_power_43670 write_file_tx99_power 3 43670 NULL
 +dmam_declare_coherent_memory_43679 dmam_declare_coherent_memory 4 43679 NULL
++tg3_mdio_init_43683 tg3_mdio_init 0 43683 NULL
++calgary_map_page_43686 calgary_map_page 4 43686 NULL
 +max77693_bulk_write_43698 max77693_bulk_write 2-3 43698 NULL
 +drbd_md_first_sector_43729 drbd_md_first_sector 0 43729 NULL
 +snd_rme32_playback_copy_43732 snd_rme32_playback_copy 5 43732 NULL
++ocfs2_replace_clusters_43733 ocfs2_replace_clusters 0 43733 NULL
 +fuse_conn_congestion_threshold_write_43736 fuse_conn_congestion_threshold_write 3 43736 NULL
++amradio_set_freq_43748 amradio_set_freq 0 43748 NULL
 +gigaset_initcs_43753 gigaset_initcs 2 43753 NULL
 +sctp_setsockopt_active_key_43755 sctp_setsockopt_active_key 3 43755 NULL
++generic_file_direct_write_43770 generic_file_direct_write 0 43770 NULL
 +xfs_alloc_lookup_eq_43775 xfs_alloc_lookup_eq 0 43775 NULL
 +ocfs2_xattr_get_value_outside_43787 ocfs2_xattr_get_value_outside 0 43787 NULL nohasharray
-+byte_pos_43787 byte_pos 0-2 43787 &ocfs2_xattr_get_value_outside_43787
++byte_pos_43787 byte_pos 0 43787 &ocfs2_xattr_get_value_outside_43787 nohasharray
++pci_user_write_config_byte_43787 pci_user_write_config_byte 0 43787 &byte_pos_43787
 +xfs_trans_reserve_quota_bydquots_43797 xfs_trans_reserve_quota_bydquots 0 43797 NULL
-+btrfs_copy_from_user_43806 btrfs_copy_from_user 0-3-1 43806 NULL
++btrfs_copy_from_user_43806 btrfs_copy_from_user 3-1-0 43806 NULL
 +_xfs_filestream_update_ag_43824 _xfs_filestream_update_ag 0 43824 NULL
 +ieee80211_if_fmt_element_ttl_43825 ieee80211_if_fmt_element_ttl 3 43825 NULL
 +ieee80211_alloc_hw_43829 ieee80211_alloc_hw 1 43829 NULL
 +read_flush_43851 read_flush 3 43851 NULL
++t4vf_alloc_vi_43859 t4vf_alloc_vi 0 43859 NULL
 +pm860x_bulk_write_43875 pm860x_bulk_write 2-3 43875 NULL
++vmbus_post_msg_43887 vmbus_post_msg 0 43887 NULL
++ec_dbgfs_cmd_write_43895 ec_dbgfs_cmd_write 3 43895 NULL
 +SendString_43928 SendString 3 43928 NULL
 +stats_dot11RTSFailureCount_read_43948 stats_dot11RTSFailureCount_read 3 43948 NULL
 +xfs_trans_dqresv_43960 xfs_trans_dqresv 0 43960 NULL
@@ -118838,9 +119758,11 @@ index 0000000..8972f81
 +ulist_add_43994 ulist_add 0 43994 NULL
 +emit_flags_44006 emit_flags 4-3 44006 NULL
 +write_flush_procfs_44011 write_flush_procfs 3 44011 NULL
++ivtv_streams_register_44038 ivtv_streams_register 0 44038 NULL
 +fru_strlen_44046 fru_strlen 0 44046 NULL
 +ath9k_def_dump_modal_eeprom_44078 ath9k_def_dump_modal_eeprom 3-2-0 44078 NULL
 +SYSC_add_key_44079 SYSC_add_key 4 44079 NULL
++ath10k_hif_tx_sg_44092 ath10k_hif_tx_sg 0 44092 NULL
 +pci_msix_vec_count_44093 pci_msix_vec_count 0 44093 NULL nohasharray
 +__vxge_hw_vpath_tim_configure_44093 __vxge_hw_vpath_tim_configure 2 44093 &pci_msix_vec_count_44093
 +xlog_recover_add_to_cont_trans_44102 xlog_recover_add_to_cont_trans 4 44102 NULL
@@ -118848,35 +119770,54 @@ index 0000000..8972f81
 +file_remove_suid_44122 file_remove_suid 0 44122 NULL nohasharray
 +tracing_set_trace_read_44122 tracing_set_trace_read 3 44122 &file_remove_suid_44122
 +SyS_process_vm_writev_44129 SyS_process_vm_writev 3-5 44129 NULL
++em28xx_read_reg_req_44130 em28xx_read_reg_req 0 44130 NULL
 +ttm_get_pages_44142 ttm_get_pages 2 44142 NULL
 +scsi_get_resid_44147 scsi_get_resid 0 44147 NULL
++ubifs_find_dirty_idx_leb_44169 ubifs_find_dirty_idx_leb 0 44169 NULL
 +ocfs2_xattr_bucket_find_44174 ocfs2_xattr_bucket_find 0 44174 NULL
 +SYSC_set_mempolicy_44176 SYSC_set_mempolicy 3 44176 NULL
 +readreg_ipac_44186 readreg_ipac 0 44186 NULL
++ath10k_wmi_cmd_send_nowait_44190 ath10k_wmi_cmd_send_nowait 0 44190 NULL
 +handle_eviocgbit_44193 handle_eviocgbit 3 44193 NULL
++claim_ptd_buffers_44213 claim_ptd_buffers 3 44213 NULL
 +srp_alloc_iu_44227 srp_alloc_iu 2 44227 NULL
-+scsi_track_queue_full_44239 scsi_track_queue_full 2 44239 NULL
++scsi_track_queue_full_44239 scsi_track_queue_full 2 44239 NULL nohasharray
++kobject_rename_44239 kobject_rename 0 44239 &scsi_track_queue_full_44239
 +sigma_action_write_regmap_44240 sigma_action_write_regmap 3 44240 NULL
 +apei_resources_sub_44252 apei_resources_sub 0 44252 NULL
++gpiod_direction_output_raw_44276 gpiod_direction_output_raw 0 44276 NULL
++ican3_set_buserror_44279 ican3_set_buserror 0 44279 NULL
 +device_create_file_44285 device_create_file 0 44285 NULL
++_request_firmware_prepare_44291 _request_firmware_prepare 0 44291 NULL
 +ath6kl_keepalive_read_44303 ath6kl_keepalive_read 3 44303 NULL
 +bitmap_scnprintf_44318 bitmap_scnprintf 0-2 44318 NULL
 +dispatch_proc_write_44320 dispatch_proc_write 3 44320 NULL
 +ccp_init_data_44324 ccp_init_data 5 44324 NULL
 +rs_init_44327 rs_init 1 44327 NULL
 +radix_tree_maybe_preload_44346 radix_tree_maybe_preload 0 44346 NULL
++usb_get_configuration_44354 usb_get_configuration 0 44354 NULL
 +blk_queue_init_tags_44355 blk_queue_init_tags 2 44355 NULL nohasharray
 +nfs_fscache_get_super_cookie_44355 nfs_fscache_get_super_cookie 3 44355 &blk_queue_init_tags_44355
++alloc_requests_44372 alloc_requests 0 44372 NULL
 +rts_threshold_read_44384 rts_threshold_read 3 44384 NULL
++start_rx_44387 start_rx 0 44387 NULL
++oxygen_mixer_init_44390 oxygen_mixer_init 0 44390 NULL
 +mtip_hw_read_flags_44396 mtip_hw_read_flags 3 44396 NULL
++pcibios_err_to_errno_44397 pcibios_err_to_errno 0-1 44397 NULL
 +aoedev_flush_44398 aoedev_flush 2 44398 NULL
 +strlcpy_44400 strlcpy 3 44400 NULL
 +drm_buffer_alloc_44405 drm_buffer_alloc 2 44405 NULL
-+osst_do_scsi_44410 osst_do_scsi 4 44410 NULL
++osst_do_scsi_44410 osst_do_scsi 4 44410 NULL nohasharray
++e100_eeprom_load_44410 e100_eeprom_load 0 44410 &osst_do_scsi_44410
 +ieee80211_if_read_rc_rateidx_mcs_mask_5ghz_44423 ieee80211_if_read_rc_rateidx_mcs_mask_5ghz 3 44423 NULL
++fs16_to_cpu_44435 fs16_to_cpu 0 44435 NULL
 +xfs_mod_incore_sb_44439 xfs_mod_incore_sb 0 44439 NULL
++c2_adapter_init_44443 c2_adapter_init 0 44443 NULL
++mwifiex_pcie_alloc_cmdrsp_buf_44466 mwifiex_pcie_alloc_cmdrsp_buf 0 44466 NULL
 +write_file_debug_44476 write_file_debug 3 44476 NULL
-+btrfs_chunk_item_size_44478 btrfs_chunk_item_size 0-1 44478 NULL
++btrfs_chunk_item_size_44478 btrfs_chunk_item_size 0-1 44478 NULL nohasharray
++t4vf_get_dev_params_44478 t4vf_get_dev_params 0 44478 &btrfs_chunk_item_size_44478
++register_root_hub_44486 register_root_hub 0 44486 NULL
 +sdio_align_size_44489 sdio_align_size 0-2 44489 NULL
 +bio_advance_44496 bio_advance 2 44496 NULL
 +ieee80211_if_read_dropped_frames_ttl_44500 ieee80211_if_read_dropped_frames_ttl 3 44500 NULL
@@ -118886,21 +119827,33 @@ index 0000000..8972f81
 +spidev_write_44510 spidev_write 3 44510 NULL
 +SyS_io_getevents_44519 SyS_io_getevents 3 44519 NULL
 +ieee80211_rx_mgmt_assoc_resp_44525 ieee80211_rx_mgmt_assoc_resp 3 44525 NULL
++oxygen_pcm_init_44535 oxygen_pcm_init 0 44535 NULL
 +comm_write_44537 comm_write 3 44537 NULL
++xfs_log_calc_unit_res_44540 xfs_log_calc_unit_res 0-2 44540 NULL
++snd_pcm_drop_44542 snd_pcm_drop 0 44542 NULL
++ath10k_htt_rx_attach_44546 ath10k_htt_rx_attach 0 44546 NULL
 +dgrp_config_proc_write_44571 dgrp_config_proc_write 3 44571 NULL
++il_eeprom_init_44574 il_eeprom_init 0 44574 NULL
 +btrfs_set_extent_delalloc_44587 btrfs_set_extent_delalloc 0 44587 NULL
 +nouveau_perfmon_create__44602 nouveau_perfmon_create_ 4 44602 NULL
++mthca_init_tavor_44611 mthca_init_tavor 0 44611 NULL
 +xfs_bmapi_delay_44630 xfs_bmapi_delay 0 44630 NULL
++lpfc_wq_create_44639 lpfc_wq_create 0 44639 NULL
 +alloc_ctrl_packet_44667 alloc_ctrl_packet 1 44667 NULL
 +mpi_resize_44674 mpi_resize 2 44674 NULL
-+sysfs_create_link_44685 sysfs_create_link 0 44685 NULL
++sysfs_create_link_44685 sysfs_create_link 0 44685 NULL nohasharray
++adp5588_write_44685 adp5588_write 0 44685 &sysfs_create_link_44685
 +ts_read_44687 ts_read 3 44687 NULL
 +lov_emerg_alloc_44698 lov_emerg_alloc 1 44698 NULL
-+xfer_to_user_44713 xfer_to_user 3 44713 NULL nohasharray
-+__generic_block_fiemap_44713 __generic_block_fiemap 4 44713 &xfer_to_user_44713
++C_SYSC_select_44701 C_SYSC_select 1 44701 NULL
++__ocfs2_rotate_tree_left_44705 __ocfs2_rotate_tree_left 0 44705 NULL
++__generic_block_fiemap_44713 __generic_block_fiemap 4 44713 NULL nohasharray
++xfer_to_user_44713 xfer_to_user 3 44713 &__generic_block_fiemap_44713
 +_zd_iowrite32v_locked_44725 _zd_iowrite32v_locked 3 44725 NULL
 +clusterip_proc_write_44729 clusterip_proc_write 3 44729 NULL
 +fib_count_nexthops_44730 fib_count_nexthops 0 44730 NULL
++efx_wanted_parallelism_44732 efx_wanted_parallelism 0 44732 NULL nohasharray
++SyS_read_44732 SyS_read 3 44732 &efx_wanted_parallelism_44732
 +key_tx_rx_count_read_44742 key_tx_rx_count_read 3 44742 NULL
 +bch_bio_max_sectors_44755 bch_bio_max_sectors 0 44755 NULL
 +tnode_new_44757 tnode_new 3 44757 NULL nohasharray
@@ -118911,6 +119864,7 @@ index 0000000..8972f81
 +sctp_setsockopt_44788 sctp_setsockopt 5 44788 NULL
 +rx_dropped_read_44799 rx_dropped_read 3 44799 NULL
 +qla4xxx_alloc_work_44813 qla4xxx_alloc_work 2 44813 NULL
++force_static_address_write_44819 force_static_address_write 3 44819 NULL
 +mei_cl_read_start_44824 mei_cl_read_start 2 44824 NULL
 +rmap_write_protect_44833 rmap_write_protect 2 44833 NULL
 +sisusb_write_44834 sisusb_write 3 44834 NULL
@@ -118920,16 +119874,25 @@ index 0000000..8972f81
 +set_advertising_44870 set_advertising 4 44870 NULL
 +init_rs_44873 init_rs 1 44873 NULL
 +skb_availroom_44883 skb_availroom 0 44883 NULL
++snd_vortex_mixer_44889 snd_vortex_mixer 0 44889 NULL
 +ocfs2_wait_for_mask_44893 ocfs2_wait_for_mask 0 44893 NULL
 +do_tty_write_44896 do_tty_write 5 44896 NULL
++asd_create_ha_caches_44901 asd_create_ha_caches 0 44901 NULL
 +regmap_spi_read_44921 regmap_spi_read 3-5 44921 NULL
 +tx_queue_status_read_44978 tx_queue_status_read 3 44978 NULL
-+bytepos_delta_45017 bytepos_delta 0-2 45017 NULL
++mthca_RUN_FW_44993 mthca_RUN_FW 0 44993 NULL
++bytepos_delta_45017 bytepos_delta 0 45017 NULL
 +ptrace_writedata_45021 ptrace_writedata 4 45021 NULL
 +dm_kvzalloc_45025 dm_kvzalloc 1 45025 NULL
++vfio_ecap_init_45033 vfio_ecap_init 0 45033 NULL
++nand_scan_tail_45048 nand_scan_tail 0 45048 NULL
 +sysfs_do_create_link_sd_45057 sysfs_do_create_link_sd 0 45057 NULL
 +sel_write_user_45060 sel_write_user 3 45060 NULL
 +snd_mixart_BA0_read_45069 snd_mixart_BA0_read 5 45069 NULL
++register_candev_45078 register_candev 0 45078 NULL
++ata_tdev_add_45079 ata_tdev_add 0 45079 NULL
++sony_check_add_dev_list_45100 sony_check_add_dev_list 0 45100 NULL
++snd_card_new_45104 snd_card_new 5-0 45104 NULL
 +kvm_mmu_page_get_gfn_45110 kvm_mmu_page_get_gfn 0-2 45110 NULL
 +pwr_missing_bcns_cnt_read_45113 pwr_missing_bcns_cnt_read 3 45113 NULL
 +usbdev_read_45114 usbdev_read 3 45114 NULL
@@ -118937,11 +119900,13 @@ index 0000000..8972f81
 +cfs_trace_daemon_command_usrstr_45147 cfs_trace_daemon_command_usrstr 2 45147 NULL
 +gen_bitmask_string_45149 gen_bitmask_string 6 45149 NULL
 +device_write_45156 device_write 3 45156 NULL nohasharray
-+ocfs2_remove_inode_range_45156 ocfs2_remove_inode_range 3 45156 &device_write_45156
++ocfs2_remove_inode_range_45156 ocfs2_remove_inode_range 3-4 45156 &device_write_45156
++SYSC_write_45160 SYSC_write 3 45160 NULL
 +tomoyo_write_self_45161 tomoyo_write_self 3 45161 NULL
 +sta_agg_status_write_45164 sta_agg_status_write 3 45164 NULL
-+snd_sb_csp_load_user_45190 snd_sb_csp_load_user 3 45190 NULL nohasharray
-+sctp_pack_cookie_45190 sctp_pack_cookie 6 45190 &snd_sb_csp_load_user_45190
++get_protocol_45172 get_protocol 0 45172 NULL
++sctp_pack_cookie_45190 sctp_pack_cookie 6 45190 NULL nohasharray
++snd_sb_csp_load_user_45190 snd_sb_csp_load_user 3 45190 &sctp_pack_cookie_45190
 +__radix_tree_preload_45197 __radix_tree_preload 0 45197 NULL
 +iso_alloc_urb_45206 iso_alloc_urb 4-5 45206 NULL
 +spi_alloc_master_45223 spi_alloc_master 2 45223 NULL
@@ -118953,20 +119918,30 @@ index 0000000..8972f81
 +snd_pcm_oss_sync1_45298 snd_pcm_oss_sync1 2 45298 NULL
 +xfs_alert_fsblock_zero_45304 xfs_alert_fsblock_zero 0 45304 NULL
 +e1000_tx_map_45309 e1000_tx_map 5 45309 NULL
++ufshcd_memory_alloc_45311 ufshcd_memory_alloc 0 45311 NULL
 +copy_vm86_regs_from_user_45340 copy_vm86_regs_from_user 3 45340 NULL
 +brcmf_sdio_died_dump_45359 brcmf_sdio_died_dump 3 45359 NULL
 +null_alloc_repbuf_45375 null_alloc_repbuf 3 45375 NULL
++snd_ctl_add_45389 snd_ctl_add 0 45389 NULL
++count_skb_frag_slots_45395 count_skb_frag_slots 0 45395 NULL
 +sock_recv_errqueue_45412 sock_recv_errqueue 3 45412 NULL
-+ieee80211_if_fmt_dot11MeshHWMProotInterval_45421 ieee80211_if_fmt_dot11MeshHWMProotInterval 3 45421 NULL
++sht15_wait_for_response_45419 sht15_wait_for_response 0 45419 NULL
++ieee80211_if_fmt_dot11MeshHWMProotInterval_45421 ieee80211_if_fmt_dot11MeshHWMProotInterval 3 45421 NULL nohasharray
++mthca_INIT_HCA_45421 mthca_INIT_HCA 0 45421 &ieee80211_if_fmt_dot11MeshHWMProotInterval_45421
 +ll_iocontrol_register_45430 ll_iocontrol_register 2 45430 NULL
-+tty_buffer_alloc_45437 tty_buffer_alloc 2 45437 NULL
++tty_buffer_alloc_45437 tty_buffer_alloc 2 45437 NULL nohasharray
++hpsa_kdump_hard_reset_controller_45437 hpsa_kdump_hard_reset_controller 0 45437 &tty_buffer_alloc_45437
 +__node_remap_45458 __node_remap 4 45458 NULL
 +rds_ib_set_wr_signal_state_45463 rds_ib_set_wr_signal_state 0 45463 NULL
-+tracing_read_dyn_info_45468 tracing_read_dyn_info 3 45468 NULL
++tracing_read_dyn_info_45468 tracing_read_dyn_info 3 45468 NULL nohasharray
++register_netdev_45468 register_netdev 0 45468 &tracing_read_dyn_info_45468
 +__calc_request_pg_45470 __calc_request_pg 0 45470 NULL
 +xfs_btree_block_change_owner_45476 xfs_btree_block_change_owner 0 45476 NULL
++snd_pcm_hwsync_45479 snd_pcm_hwsync 0 45479 NULL
++arizona_init_fll_45503 arizona_init_fll 5 45503 NULL
++vnic_rq_alloc_45507 vnic_rq_alloc 0 45507 NULL
 +rds_message_copy_from_user_45510 rds_message_copy_from_user 3 45510 NULL
-+i40e_alloc_vfs_45511 i40e_alloc_vfs 2 45511 NULL
++dvb_register_45530 dvb_register 0 45530 NULL
 +copy_macs_45534 copy_macs 4 45534 NULL
 +nla_attr_size_45545 nla_attr_size 0-1 45545 NULL
 +v9fs_direct_read_45546 v9fs_direct_read 3 45546 NULL
@@ -118977,14 +119952,17 @@ index 0000000..8972f81
 +venus_rmdir_45564 venus_rmdir 4 45564 NULL
 +ath6kl_keepalive_write_45600 ath6kl_keepalive_write 3 45600 NULL
 +hidraw_get_report_45609 hidraw_get_report 3 45609 NULL
++ip_dst_mtu_maybe_forward_45627 ip_dst_mtu_maybe_forward 0 45627 NULL
++pci_enable_device_io_45662 pci_enable_device_io 0 45662 NULL
++dma_map_cont_45668 dma_map_cont 5 45668 NULL
 +compat_mpctl_ioctl_45671 compat_mpctl_ioctl 2 45671 NULL
 +dgram_sendmsg_45679 dgram_sendmsg 4 45679 NULL
 +smk_write_ambient_45691 smk_write_ambient 3 45691 NULL
 +unix_dgram_sendmsg_45699 unix_dgram_sendmsg 4 45699 NULL nohasharray
 +bscnl_emit_45699 bscnl_emit 2-5-0 45699 &unix_dgram_sendmsg_45699
 +sg_proc_write_adio_45704 sg_proc_write_adio 3 45704 NULL
-+snd_cs46xx_io_read_45734 snd_cs46xx_io_read 5 45734 NULL nohasharray
-+task_cgroup_path_45734 task_cgroup_path 3 45734 &snd_cs46xx_io_read_45734
++uas_configure_endpoints_45724 uas_configure_endpoints 0 45724 NULL
++snd_cs46xx_io_read_45734 snd_cs46xx_io_read 5 45734 NULL
 +rw_copy_check_uvector_45748 rw_copy_check_uvector 3-0 45748 NULL nohasharray
 +v4l2_ctrl_new_std_45748 v4l2_ctrl_new_std 5 45748 &rw_copy_check_uvector_45748
 +lkdtm_debugfs_read_45752 lkdtm_debugfs_read 3 45752 NULL
@@ -119004,73 +119982,101 @@ index 0000000..8972f81
 +tpm_config_in_45880 tpm_config_in 0 45880 NULL
 +get_rdac_req_45882 get_rdac_req 3 45882 NULL
 +ocfs2_xattr_block_find_45891 ocfs2_xattr_block_find 0 45891 NULL
++online_page_cgroup_45894 online_page_cgroup 0 45894 NULL
 +cfs_cpt_weight_45903 cfs_cpt_weight 0 45903 NULL
 +wm_adsp_region_to_reg_45915 wm_adsp_region_to_reg 0-2 45915 NULL
 +dbgfs_frame_45917 dbgfs_frame 3 45917 NULL
++asd_verify_cseq_45925 asd_verify_cseq 0 45925 NULL
 +btree_keys_cachelines_45928 btree_keys_cachelines 0 45928 NULL
 +alloc_mr_45935 alloc_mr 1 45935 NULL
++remove_counter_ok_45936 remove_counter_ok 0 45936 NULL
 +copy_to_45969 copy_to 3 45969 NULL
 +rb_simple_read_45972 rb_simple_read 3 45972 NULL
-+ioat2_dca_count_dca_slots_45984 ioat2_dca_count_dca_slots 0 45984 NULL
++ioat2_dca_count_dca_slots_45984 ioat2_dca_count_dca_slots 0 45984 NULL nohasharray
++ngene_load_firm_45984 ngene_load_firm 0 45984 &ioat2_dca_count_dca_slots_45984
 +kobject_init_and_add_46003 kobject_init_and_add 0 46003 NULL
 +sierra_setup_urb_46029 sierra_setup_urb 5 46029 NULL
 +fnic_reset_stats_read_46030 fnic_reset_stats_read 3 46030 NULL nohasharray
-+get_free_entries_46030 get_free_entries 1 46030 &fnic_reset_stats_read_46030
++get_free_entries_46030 get_free_entries 1 46030 &fnic_reset_stats_read_46030 nohasharray
++iio_device_register_eventset_46030 iio_device_register_eventset 0 46030 &get_free_entries_46030
 +__access_remote_vm_46031 __access_remote_vm 0 46031 NULL
 +snd_emu10k1x_ptr_read_46049 snd_emu10k1x_ptr_read 0 46049 NULL
 +__ocfs2_move_extent_46060 __ocfs2_move_extent 3-4 46060 NULL nohasharray
 +dma_tx_errors_read_46060 dma_tx_errors_read 3 46060 &__ocfs2_move_extent_46060
 +sel_commit_bools_write_46077 sel_commit_bools_write 3 46077 NULL
++snd_vortex_new_pcm_46093 snd_vortex_new_pcm 0 46093 NULL
++arizona_set_irq_wake_46101 arizona_set_irq_wake 2 46101 NULL
 +il3945_ucode_general_stats_read_46111 il3945_ucode_general_stats_read 3 46111 NULL nohasharray
 +memcg_update_array_size_46111 memcg_update_array_size 1 46111 &il3945_ucode_general_stats_read_46111
 +C_SYSC_writev_46113 C_SYSC_writev 3 46113 NULL
++sysfs_rename_link_46118 sysfs_rename_link 0 46118 NULL
 +mlx4_ib_alloc_fast_reg_page_list_46119 mlx4_ib_alloc_fast_reg_page_list 2 46119 NULL
 +rtw_buf_update_46138 rtw_buf_update 4 46138 NULL
 +vb2_dma_sg_get_userptr_46146 vb2_dma_sg_get_userptr 3-2 46146 NULL
 +__netlink_change_ngroups_46156 __netlink_change_ngroups 2 46156 NULL
++si470x_set_register_46160 si470x_set_register 0 46160 NULL
++rsxx_hw_buffers_init_46164 rsxx_hw_buffers_init 0 46164 NULL
 +twl_direction_out_46182 twl_direction_out 2 46182 NULL
 +vxge_os_dma_malloc_46184 vxge_os_dma_malloc 2 46184 NULL
 +fq_resize_46195 fq_resize 2 46195 NULL
 +add_conn_list_46197 add_conn_list 3-0 46197 NULL
++typhoon_issue_command_46204 typhoon_issue_command 0 46204 NULL
 +i2400m_op_msg_from_user_46213 i2400m_op_msg_from_user 4 46213 NULL
 +tm6000_i2c_recv_regs_46215 tm6000_i2c_recv_regs 5 46215 NULL
 +dsp_write_46218 dsp_write 2 46218 NULL
 +hash_netiface4_expire_46226 hash_netiface4_expire 4 46226 NULL
++write_driver_ver_to_cfgtable_46239 write_driver_ver_to_cfgtable 0 46239 NULL
 +xen_setup_msi_irqs_46245 xen_setup_msi_irqs 2 46245 NULL
 +mpi_read_raw_data_46248 mpi_read_raw_data 2 46248 NULL
++gfs2_block_truncate_page_46252 gfs2_block_truncate_page 0 46252 NULL
 +ReadReg_46277 ReadReg 0 46277 NULL
++dvb_net_init_46291 dvb_net_init 0 46291 NULL
++zs_cpu_notifier_46295 zs_cpu_notifier 0 46295 NULL
 +sg_proc_write_dressz_46316 sg_proc_write_dressz 3 46316 NULL
++C_SYSC_ppoll_46319 C_SYSC_ppoll 2 46319 NULL
 +__hwahc_dev_set_key_46328 __hwahc_dev_set_key 5 46328 NULL nohasharray
 +compat_SyS_readv_46328 compat_SyS_readv 3 46328 &__hwahc_dev_set_key_46328
 +iwl_dbgfs_chain_noise_read_46355 iwl_dbgfs_chain_noise_read 3 46355 NULL
 +smk_write_direct_46363 smk_write_direct 3 46363 NULL
++flow_cache_cpu_prepare_46367 flow_cache_cpu_prepare 0 46367 NULL
 +fuse_file_aio_write_46399 fuse_file_aio_write 4 46399 NULL
 +crypto_ablkcipher_reqsize_46411 crypto_ablkcipher_reqsize 0 46411 NULL
 +ttm_page_pool_get_pages_46431 ttm_page_pool_get_pages 0-5 46431 NULL
 +cfs_power2_roundup_46433 cfs_power2_roundup 0-1 46433 NULL
++pci_enable_msi_exact_46436 pci_enable_msi_exact 2 46436 NULL
++nilfs_commit_chunk_46445 nilfs_commit_chunk 4-3 46445 NULL
 +cp210x_set_config_46447 cp210x_set_config 4 46447 NULL
 +parport_pc_fifo_write_block_46455 parport_pc_fifo_write_block 3 46455 NULL
 +il_dbgfs_clear_traffic_stats_write_46458 il_dbgfs_clear_traffic_stats_write 3 46458 NULL
++mlx4_SW2HW_EQ_46463 mlx4_SW2HW_EQ 0 46463 NULL
++register_framebuffer_46464 register_framebuffer 0 46464 NULL
 +filldir64_46469 filldir64 3 46469 NULL
++ocfs2_reserve_clusters_with_limit_46479 ocfs2_reserve_clusters_with_limit 0 46479 NULL
 +fill_in_write_vector_46498 fill_in_write_vector 0 46498 NULL
 +pin_code_reply_46510 pin_code_reply 4 46510 NULL
 +mthca_alloc_cq_buf_46512 mthca_alloc_cq_buf 3 46512 NULL
 +kmsg_read_46514 kmsg_read 3 46514 NULL nohasharray
 +nouveau_drm_ioctl_46514 nouveau_drm_ioctl 2 46514 &kmsg_read_46514
 +nl80211_send_rx_assoc_46538 nl80211_send_rx_assoc 4 46538 NULL
++assign_firmware_buf_46554 assign_firmware_buf 0 46554 NULL
++ican3_msg_fasthostif_46560 ican3_msg_fasthostif 0 46560 NULL
 +dn_current_mss_46574 dn_current_mss 0 46574 NULL
 +serverworks_create_gatt_pages_46582 serverworks_create_gatt_pages 1 46582 NULL
 +snd_compr_write_data_46592 snd_compr_write_data 3 46592 NULL
++niu_determine_phy_disposition_46597 niu_determine_phy_disposition 0 46597 NULL
 +il3945_stats_flag_46606 il3945_stats_flag 0-3 46606 NULL
++tg3_phy_reset_5703_4_5_46612 tg3_phy_reset_5703_4_5 0 46612 NULL
 +vscnprintf_46617 vscnprintf 0-2 46617 NULL
 +__kfifo_out_r_46623 __kfifo_out_r 3-0 46623 NULL
 +request_key_async_with_auxdata_46624 request_key_async_with_auxdata 4 46624 NULL
++regmap_read_46634 regmap_read 0 46634 NULL
 +pci_enable_device_46642 pci_enable_device 0 46642 NULL
 +vfs_getxattr_alloc_46649 vfs_getxattr_alloc 0 46649 NULL
 +e1000_tx_map_46672 e1000_tx_map 4 46672 NULL
 +l2cap_create_le_flowctl_pdu_46682 l2cap_create_le_flowctl_pdu 3 46682 NULL
 +alloc_data_packet_46698 alloc_data_packet 1 46698 NULL
 +__ilog2_u32_46706 __ilog2_u32 0 46706 NULL
++il_init_geos_46709 il_init_geos 0 46709 NULL
 +erst_dbg_write_46715 erst_dbg_write 3 46715 NULL
 +wl1271_rx_filter_alloc_field_46721 wl1271_rx_filter_alloc_field 5 46721 NULL
 +irq_domain_add_simple_46734 irq_domain_add_simple 2 46734 NULL
@@ -119080,17 +120086,20 @@ index 0000000..8972f81
 +int_hw_irq_en_46776 int_hw_irq_en 3 46776 NULL
 +_xfs_buf_get_pages_46811 _xfs_buf_get_pages 2 46811 NULL
 +xfs_iroot_realloc_46826 xfs_iroot_realloc 2 46826 NULL
++shmem_pwrite_fast_46842 shmem_pwrite_fast 3 46842 NULL
 +readreg_46845 readreg 0 46845 NULL
 +spi_async_46857 spi_async 0 46857 NULL
-+SyS_move_pages_46863 SyS_move_pages 2 46863 NULL nohasharray
-+vsnprintf_46863 vsnprintf 0 46863 &SyS_move_pages_46863
++vsnprintf_46863 vsnprintf 0 46863 NULL nohasharray
++SyS_move_pages_46863 SyS_move_pages 2 46863 &vsnprintf_46863
 +nvme_alloc_queue_46865 nvme_alloc_queue 3 46865 NULL
++regulatory_hint_46868 regulatory_hint 0 46868 NULL
 +qp_memcpy_from_queue_iov_46874 qp_memcpy_from_queue_iov 5-4 46874 NULL
 +lov_iocontrol_46876 lov_iocontrol 3 46876 NULL
 +ixgbe_dbg_reg_ops_write_46895 ixgbe_dbg_reg_ops_write 3 46895 NULL
 +sk_mem_pages_46896 sk_mem_pages 0-1 46896 NULL
 +ieee80211_if_fmt_power_mode_46906 ieee80211_if_fmt_power_mode 3 46906 NULL
 +wlcore_alloc_hw_46917 wlcore_alloc_hw 1-3 46917 NULL
++vortex_up_46921 vortex_up 0 46921 NULL
 +fb_write_46924 fb_write 3 46924 NULL
 +__sctp_setsockopt_connectx_46949 __sctp_setsockopt_connectx 3 46949 NULL
 +qla4xxx_post_aen_work_46953 qla4xxx_post_aen_work 3 46953 NULL nohasharray
@@ -119102,15 +120111,19 @@ index 0000000..8972f81
 +bitmap_file_clear_bit_46990 bitmap_file_clear_bit 2 46990 NULL
 +sel_write_bool_46996 sel_write_bool 3 46996 NULL
 +blk_rq_map_kern_47004 blk_rq_map_kern 4 47004 NULL
++__map_single_47020 __map_single 4-3-0 47020 NULL
 +cx231xx_init_bulk_47024 cx231xx_init_bulk 3-2-4 47024 NULL
++sram_test_word_47038 sram_test_word 0 47038 NULL
 +fs_path_len_47060 fs_path_len 0 47060 NULL
 +event_trigger_regex_write_47067 event_trigger_regex_write 3 47067 NULL
 +ext4_xattr_list_entries_47070 ext4_xattr_list_entries 0 47070 NULL
 +pipeline_dec_packet_in_read_47076 pipeline_dec_packet_in_read 3 47076 NULL
 +scsi_deactivate_tcq_47086 scsi_deactivate_tcq 2 47086 NULL
 +iwl_dump_nic_event_log_47089 iwl_dump_nic_event_log 0 47089 NULL
-+ptlrpc_lprocfs_threads_max_seq_write_47104 ptlrpc_lprocfs_threads_max_seq_write 3 47104 NULL
++ptlrpc_lprocfs_threads_max_seq_write_47104 ptlrpc_lprocfs_threads_max_seq_write 3 47104 NULL nohasharray
++ath9k_hw_fill_cap_info_47104 ath9k_hw_fill_cap_info 0 47104 &ptlrpc_lprocfs_threads_max_seq_write_47104
 +mousedev_read_47123 mousedev_read 3 47123 NULL
++ath5k_eeprom_read_spur_chans_47125 ath5k_eeprom_read_spur_chans 0 47125 NULL
 +upcall_msg_size_47141 upcall_msg_size 2 47141 NULL
 +acpi_ut_initialize_buffer_47143 acpi_ut_initialize_buffer 2 47143 NULL nohasharray
 +ses_recv_diag_47143 ses_recv_diag 4 47143 &acpi_ut_initialize_buffer_47143
@@ -119118,11 +120131,16 @@ index 0000000..8972f81
 +rs_sta_dbgfs_rate_scale_data_read_47165 rs_sta_dbgfs_rate_scale_data_read 3 47165 NULL
 +rts51x_ms_rw_47171 rts51x_ms_rw 3-4 47171 NULL
 +xfs_btree_get_buf_block_47197 xfs_btree_get_buf_block 0 47197 NULL
++nobh_write_end_47214 nobh_write_end 5 47214 NULL
++tg3_phy_auxctl_read_47216 tg3_phy_auxctl_read 0 47216 NULL
 +options_write_47243 options_write 3 47243 NULL
 +portcntrs_1_read_47253 portcntrs_1_read 3 47253 NULL
++da9052_disable_irq_nosync_47260 da9052_disable_irq_nosync 2 47260 NULL
++nq_m_sync_47264 nq_m_sync 0 47264 NULL
 +ablkcipher_next_slow_47274 ablkcipher_next_slow 4-3 47274 NULL
 +gfs2_readpages_47285 gfs2_readpages 4 47285 NULL
 +vsnprintf_47291 vsnprintf 0 47291 NULL
++SYSC_semop_47292 SYSC_semop 3 47292 NULL
 +tx_internal_desc_overflow_read_47300 tx_internal_desc_overflow_read 3 47300 NULL
 +xfs_trans_reserve_quota_nblks_47313 xfs_trans_reserve_quota_nblks 0 47313 NULL
 +nouveau_fb_create__47316 nouveau_fb_create_ 4 47316 NULL
@@ -119141,16 +120159,23 @@ index 0000000..8972f81
 +sta_vht_capa_read_47409 sta_vht_capa_read 3 47409 NULL
 +crypto_ablkcipher_alignmask_47410 crypto_ablkcipher_alignmask 0 47410 NULL
 +lbs_wrrf_write_47418 lbs_wrrf_write 3 47418 NULL
++C_SYSC_set_mempolicy_47466 C_SYSC_set_mempolicy 3 47466 NULL
++usermodehelper_read_trylock_47478 usermodehelper_read_trylock 0 47478 NULL
 +nvme_trans_send_fw_cmd_47479 nvme_trans_send_fw_cmd 4 47479 NULL
 +newpart_47485 newpart 6-4 47485 NULL
++mcp23s17_read_regs_47491 mcp23s17_read_regs 4 47491 NULL
 +core_sys_select_47494 core_sys_select 1 47494 NULL
++as3722_block_write_47503 as3722_block_write 2-3 47503 NULL
++alloc_arraycache_47505 alloc_arraycache 2 47505 NULL
 +unlink_simple_47506 unlink_simple 3 47506 NULL
 +pstore_decompress_47510 pstore_decompress 0 47510 NULL
 +__proc_lnet_portal_rotor_47529 __proc_lnet_portal_rotor 5 47529 NULL
++snd_pcm_resume_47530 snd_pcm_resume 0 47530 NULL
 +process_vm_rw_47533 process_vm_rw 3-5 47533 NULL nohasharray
 +vscnprintf_47533 vscnprintf 0-2 47533 &process_vm_rw_47533
 +einj_check_trigger_header_47534 einj_check_trigger_header 0 47534 NULL
 +ieee80211_if_fmt_min_discovery_timeout_47539 ieee80211_if_fmt_min_discovery_timeout 3 47539 NULL
++rtw_cfg80211_set_assoc_resp_wpsp2pie_47558 rtw_cfg80211_set_assoc_resp_wpsp2pie 3 47558 NULL
 +read_ldt_47570 read_ldt 2 47570 NULL
 +isku_sysfs_read_last_set_47572 isku_sysfs_read_last_set 6 47572 NULL
 +btrfs_stack_header_bytenr_47589 btrfs_stack_header_bytenr 0 47589 NULL
@@ -119160,14 +120185,17 @@ index 0000000..8972f81
 +twl4030_clear_set_47624 twl4030_clear_set 4 47624 NULL
 +ccp_sha_setkey_47633 ccp_sha_setkey 3 47633 NULL
 +get_size_47644 get_size 1-2 47644 NULL
++snd_pcm_info_47699 snd_pcm_info 0 47699 NULL
 +packet_recvmsg_47700 packet_recvmsg 4 47700 NULL nohasharray
 +ipath_format_hwmsg_47700 ipath_format_hwmsg 2 47700 &packet_recvmsg_47700
 +save_microcode_47717 save_microcode 3 47717 NULL
-+bits_to_user_47733 bits_to_user 2-3 47733 NULL
++bits_to_user_47733 bits_to_user 3-2 47733 NULL
 +carl9170_debugfs_read_47738 carl9170_debugfs_read 3 47738 NULL
 +ir_prepare_write_buffer_47747 ir_prepare_write_buffer 3 47747 NULL
++hpfs_write_end_47748 hpfs_write_end 5 47748 NULL
 +mvumi_alloc_mem_resource_47750 mvumi_alloc_mem_resource 3 47750 NULL
 +alloc_sched_domains_47756 alloc_sched_domains 1 47756 NULL
++spk_serial_in_47760 spk_serial_in 0 47760 NULL
 +uwb_ie_dump_hex_47774 uwb_ie_dump_hex 4 47774 NULL
 +SyS_setgroups16_47780 SyS_setgroups16 1 47780 NULL
 +error_error_numll_frame_cts_start_read_47781 error_error_numll_frame_cts_start_read 3 47781 NULL
@@ -119176,37 +120204,52 @@ index 0000000..8972f81
 +lov_packmd_47810 lov_packmd 0 47810 NULL
 +tree_mod_log_insert_move_47823 tree_mod_log_insert_move 5 47823 NULL
 +pinconf_dbg_config_write_47835 pinconf_dbg_config_write 3 47835 NULL
++alloc_ringdesc_47843 alloc_ringdesc 0 47843 NULL
++mthca_cmd_post_hcr_47846 mthca_cmd_post_hcr 0 47846 NULL
++t4_mem_win_rw_47852 t4_mem_win_rw 0 47852 NULL
 +KEY_SIZE_47855 KEY_SIZE 0 47855 NULL
 +vhci_read_47878 vhci_read 3 47878 NULL
++e100_load_ucode_wait_47882 e100_load_ucode_wait 0 47882 NULL
++ubi_wl_put_peb_47886 ubi_wl_put_peb 0 47886 NULL
 +keyctl_instantiate_key_common_47889 keyctl_instantiate_key_common 4 47889 NULL
 +cfs_percpt_alloc_47918 cfs_percpt_alloc 2 47918 NULL
 +comedi_write_47926 comedi_write 3 47926 NULL
 +nvme_trans_get_blk_desc_len_47946 nvme_trans_get_blk_desc_len 0-2 47946 NULL
++arch_setup_msi_irq_47959 arch_setup_msi_irq 0 47959 NULL
 +gether_get_ifname_47972 gether_get_ifname 3 47972 NULL
 +mempool_resize_47983 mempool_resize 2 47983 NULL nohasharray
 +iwl_dbgfs_ucode_tracing_read_47983 iwl_dbgfs_ucode_tracing_read 3 47983 &mempool_resize_47983
 +dbg_port_buf_47990 dbg_port_buf 2 47990 NULL
 +ib_umad_write_47993 ib_umad_write 3 47993 NULL
++ata_pci_sff_init_host_48000 ata_pci_sff_init_host 0 48000 NULL
++ocfs2_find_refcount_split_pos_48001 ocfs2_find_refcount_split_pos 0 48001 NULL
 +lustre_cfg_len_48002 lustre_cfg_len 0 48002 NULL
 +gdm_tty_recv_complete_48011 gdm_tty_recv_complete 2 48011 NULL
-+ffs_epfile_write_48014 ffs_epfile_write 3 48014 NULL
 +bio_integrity_set_tag_48035 bio_integrity_set_tag 3 48035 NULL
 +pppoe_sendmsg_48039 pppoe_sendmsg 4 48039 NULL
 +SYSC_writev_48040 SYSC_writev 3 48040 NULL
++tps6507x_i2c_write_device_48046 tps6507x_i2c_write_device 3 48046 NULL
 +wpan_phy_alloc_48056 wpan_phy_alloc 1 48056 NULL
++ocfs2_change_refcount_rec_48059 ocfs2_change_refcount_rec 0 48059 NULL
++t3_wait_op_done_val_48061 t3_wait_op_done_val 0 48061 NULL
 +posix_acl_alloc_48063 posix_acl_alloc 1 48063 NULL
 +palmas_bulk_write_48068 palmas_bulk_write 2-3-5 48068 NULL
 +disc_write_48070 disc_write 3 48070 NULL
++nv_device_get_irq_48075 nv_device_get_irq 0 48075 NULL
 +mmc_alloc_host_48097 mmc_alloc_host 1 48097 NULL
 +xfs_read_agi_48100 xfs_read_agi 0 48100 NULL
 +skb_copy_datagram_const_iovec_48102 skb_copy_datagram_const_iovec 4-2-5 48102 NULL
++wm_latency_write_48125 wm_latency_write 3 48125 NULL
 +vmw_framebuffer_surface_dirty_48132 vmw_framebuffer_surface_dirty 6 48132 NULL
 +set_discoverable_48141 set_discoverable 4 48141 NULL
++lpfc_sli4_alloc_extent_48144 lpfc_sli4_alloc_extent 0 48144 NULL
 +dn_fib_count_nhs_48145 dn_fib_count_nhs 0 48145 NULL
++SyS_vmsplice_48150 SyS_vmsplice 3 48150 NULL
 +_add_to_r4w_48152 _add_to_r4w 4 48152 NULL
 +isr_dma1_done_read_48159 isr_dma1_done_read 3 48159 NULL
 +c4iw_id_table_alloc_48163 c4iw_id_table_alloc 3 48163 NULL
 +rbd_obj_method_sync_48170 rbd_obj_method_sync 8 48170 NULL
++bcm2048_set_fm_automatic_stereo_mono_48178 bcm2048_set_fm_automatic_stereo_mono 0 48178 NULL
 +alloc_cc770dev_48186 alloc_cc770dev 1 48186 NULL
 +cfg80211_process_deauth_48200 cfg80211_process_deauth 3 48200 NULL
 +ext4_index_trans_blocks_48205 ext4_index_trans_blocks 0-2 48205 NULL
@@ -119217,6 +120260,7 @@ index 0000000..8972f81
 +read_file_recv_48232 read_file_recv 3 48232 NULL
 +unaccount_shadowed_48233 unaccount_shadowed 2 48233 NULL
 +nouveau_i2c_port_create__48240 nouveau_i2c_port_create_ 7 48240 NULL
++pm_qos_add_notifier_48241 pm_qos_add_notifier 0 48241 NULL
 +nfsctl_transaction_read_48250 nfsctl_transaction_read 3 48250 NULL
 +batadv_socket_read_48257 batadv_socket_read 3 48257 NULL
 +cache_write_pipefs_48270 cache_write_pipefs 3 48270 NULL
@@ -119226,17 +120270,21 @@ index 0000000..8972f81
 +timblogiw_read_48305 timblogiw_read 3 48305 NULL
 +hash_setkey_48310 hash_setkey 3 48310 NULL
 +kvm_mmu_pte_write_48340 kvm_mmu_pte_write 2 48340 NULL
++__tg3_readphy_48347 __tg3_readphy 0 48347 NULL
 +skb_add_data_48363 skb_add_data 3 48363 NULL
 +tx_frag_init_called_read_48377 tx_frag_init_called_read 3 48377 NULL
 +lbs_debugfs_write_48413 lbs_debugfs_write 3 48413 NULL
 +uhid_event_from_user_48417 uhid_event_from_user 2 48417 NULL
 +div64_u64_rem_48418 div64_u64_rem 0-1-2 48418 NULL
++snd_power_wait_48422 snd_power_wait 0 48422 NULL
 +pwr_tx_without_ps_read_48423 pwr_tx_without_ps_read 3 48423 NULL
 +print_filtered_48442 print_filtered 2-0 48442 NULL
 +tun_recvmsg_48463 tun_recvmsg 4 48463 NULL
 +compat_SyS_preadv64_48469 compat_SyS_preadv64 3 48469 NULL
++_iwl_dbgfs_bt_tx_prio_write_48473 _iwl_dbgfs_bt_tx_prio_write 3 48473 NULL
 +ipath_format_hwerrors_48487 ipath_format_hwerrors 5 48487 NULL
 +r8712_usbctrl_vendorreq_48489 r8712_usbctrl_vendorreq 6 48489 NULL
++ocfs2_refcount_cow_48495 ocfs2_refcount_cow 3 48495 NULL
 +send_control_msg_48498 send_control_msg 6 48498 NULL
 +count_masked_bytes_48507 count_masked_bytes 0-1 48507 NULL
 +diva_os_copy_to_user_48508 diva_os_copy_to_user 4 48508 NULL
@@ -119244,23 +120292,34 @@ index 0000000..8972f81
 +phantom_get_free_48514 phantom_get_free 0 48514 NULL
 +drbd_bm_capacity_48530 drbd_bm_capacity 0 48530 NULL
 +raid10_size_48571 raid10_size 0-2-3 48571 NULL
++__mod_timer_48578 __mod_timer 0 48578 NULL
 +llog_data_len_48607 llog_data_len 1 48607 NULL
++mlx4_init_steering_48623 mlx4_init_steering 0 48623 NULL
++fnic_dev_init_48629 fnic_dev_init 0 48629 NULL
 +do_ip_vs_set_ctl_48641 do_ip_vs_set_ctl 4 48641 NULL
 +ll_rw_extents_stats_pp_seq_write_48651 ll_rw_extents_stats_pp_seq_write 3 48651 NULL
 +mtd_read_48655 mtd_read 0 48655 NULL
++tg3_phy_toggle_auxctl_smdsp_48661 tg3_phy_toggle_auxctl_smdsp 0 48661 NULL
++cx18_av_probe_48663 cx18_av_probe 0 48663 NULL
 +aes_encrypt_packets_read_48666 aes_encrypt_packets_read 3 48666 NULL
 +sm501_create_subdev_48668 sm501_create_subdev 3-4 48668 NULL
++ubi_eba_unmap_leb_48671 ubi_eba_unmap_leb 0 48671 NULL
 +security_inode_setattr_48689 security_inode_setattr 0 48689 NULL
 +hysdn_log_write_48694 hysdn_log_write 3 48694 NULL
 +altera_drscan_48698 altera_drscan 2 48698 NULL
 +kvm_set_irq_routing_48704 kvm_set_irq_routing 3 48704 NULL
-+recv_msg_48709 recv_msg 4 48709 NULL
++mwl8k_cmd_update_mac_addr_48706 mwl8k_cmd_update_mac_addr 0 48706 NULL
 +lpfc_idiag_drbacc_write_48712 lpfc_idiag_drbacc_write 3 48712 NULL
++sysfs_rename_dir_ns_48717 sysfs_rename_dir_ns 0 48717 NULL
 +SyS_lgetxattr_48719 SyS_lgetxattr 4 48719 NULL
++sht15_soft_reset_48724 sht15_soft_reset 0 48724 NULL
++balloon_page_migrate_48740 balloon_page_migrate 0 48740 NULL
 +ath6kl_usb_bmi_read_48745 ath6kl_usb_bmi_read 3 48745 NULL
 +ath6kl_regwrite_read_48747 ath6kl_regwrite_read 3 48747 NULL
-+l2cap_segment_sdu_48772 l2cap_segment_sdu 4 48772 NULL
++l2cap_segment_sdu_48772 l2cap_segment_sdu 4 48772 NULL nohasharray
++lx_dsp_get_clock_frequency_48772 lx_dsp_get_clock_frequency 0 48772 &l2cap_segment_sdu_48772
 +gfs2_direct_IO_48774 gfs2_direct_IO 4 48774 NULL
++tg3_phy_init_48799 tg3_phy_init 0 48799 NULL
 +il3945_sta_dbgfs_stats_table_read_48802 il3945_sta_dbgfs_stats_table_read 3 48802 NULL
 +twa_change_queue_depth_48808 twa_change_queue_depth 2 48808 NULL
 +atomic_counters_read_48827 atomic_counters_read 3 48827 NULL
@@ -119271,30 +120330,39 @@ index 0000000..8972f81
 +C_SYSC_pwritev64_48864 C_SYSC_pwritev64 3 48864 NULL nohasharray
 +viafb_dvp1_proc_write_48864 viafb_dvp1_proc_write 3 48864 &C_SYSC_pwritev64_48864
 +__ffs_ep0_read_events_48868 __ffs_ep0_read_events 3 48868 NULL
++__platform_driver_register_48882 __platform_driver_register 0 48882 NULL
++devm_regulator_register_supply_alias_48888 devm_regulator_register_supply_alias 0 48888 NULL
 +crypto_cipher_ctxsize_48890 crypto_cipher_ctxsize 0 48890 NULL
-+joydev_handle_JSIOCSAXMAP_48898 joydev_handle_JSIOCSAXMAP 3 48898 NULL
++joydev_handle_JSIOCSAXMAP_48898 joydev_handle_JSIOCSAXMAP 3 48898 NULL nohasharray
++adap_init0_no_config_48898 adap_init0_no_config 0 48898 &joydev_handle_JSIOCSAXMAP_48898
 +xdi_copy_to_user_48900 xdi_copy_to_user 4 48900 NULL
 +msg_hdr_sz_48908 msg_hdr_sz 0 48908 NULL
++snd_pcm_update_hw_ptr_48925 snd_pcm_update_hw_ptr 0 48925 NULL
 +sep_crypto_dma_48937 sep_crypto_dma 0 48937 NULL
 +si5351_write_parameters_48940 si5351_write_parameters 2 48940 NULL
 +event_heart_beat_read_48961 event_heart_beat_read 3 48961 NULL
 +nand_ecc_test_run_48966 nand_ecc_test_run 1 48966 NULL
 +vmci_handle_arr_create_48971 vmci_handle_arr_create 1 48971 NULL
++myri10ge_send_cmd_48980 myri10ge_send_cmd 0 48980 NULL
 +xfs_trans_commit_48982 xfs_trans_commit 0 48982 NULL
 +gfs2_dir_add_48987 gfs2_dir_add 0 48987 NULL
++mlx4_uar_alloc_48992 mlx4_uar_alloc 0 48992 NULL
 +rds_rm_size_48996 rds_rm_size 0-2 48996 NULL
 +sel_write_enforce_48998 sel_write_enforce 3 48998 NULL
-+null_alloc_rs_49019 null_alloc_rs 2 49019 NULL
++null_alloc_rs_49019 null_alloc_rs 2 49019 NULL nohasharray
++mlx4_RUN_FW_49019 mlx4_RUN_FW 0 49019 &null_alloc_rs_49019
 +filemap_check_errors_49022 filemap_check_errors 0 49022 NULL
 +transient_status_49027 transient_status 4 49027 NULL
 +ll_xattr_cache_add_49032 ll_xattr_cache_add 4-0 49032 NULL
-+iwl_mvm_power_legacy_dbgfs_read_49038 iwl_mvm_power_legacy_dbgfs_read 4 49038 NULL
++sta2x11_vip_init_buffer_49091 sta2x11_vip_init_buffer 0 49091 NULL
 +scsi_register_49094 scsi_register 2 49094 NULL
 +compat_do_readv_writev_49102 compat_do_readv_writev 4 49102 NULL
 +gfs2_diradd_alloc_required_49105 gfs2_diradd_alloc_required 0 49105 NULL
 +xfrm_replay_state_esn_len_49119 xfrm_replay_state_esn_len 0 49119 NULL
 +ll_max_cached_mb_seq_write_49122 ll_max_cached_mb_seq_write 3 49122 NULL
-+pt_read_49136 pt_read 3 49136 NULL
++pt_read_49136 pt_read 3 49136 NULL nohasharray
++netxen_setup_msi_interrupts_49136 netxen_setup_msi_interrupts 2 49136 &pt_read_49136
++read_file_49137 read_file 4 49137 NULL
 +ipwireless_tty_received_49154 ipwireless_tty_received 3 49154 NULL
 +f2fs_acl_count_49155 f2fs_acl_count 0-1 49155 NULL
 +ipw_queue_tx_init_49161 ipw_queue_tx_init 3 49161 NULL
@@ -119304,6 +120372,7 @@ index 0000000..8972f81
 +print_queue_49191 print_queue 4-0 49191 NULL
 +root_nfs_cat_49192 root_nfs_cat 3 49192 NULL
 +iwl_dbgfs_ucode_general_stats_read_49199 iwl_dbgfs_ucode_general_stats_read 3 49199 NULL
++asd_init_post_escbs_49200 asd_init_post_escbs 0 49200 NULL
 +il4965_rs_sta_dbgfs_stats_table_read_49206 il4965_rs_sta_dbgfs_stats_table_read 3 49206 NULL
 +do_jffs2_getxattr_49210 do_jffs2_getxattr 0 49210 NULL
 +nouveau_therm_create__49228 nouveau_therm_create_ 4 49228 NULL
@@ -119317,20 +120386,26 @@ index 0000000..8972f81
 +SYSC_mincore_49319 SYSC_mincore 2-1 49319 NULL
 +fwtty_port_handler_49327 fwtty_port_handler 9 49327 NULL
 +srpt_alloc_ioctx_ring_49330 srpt_alloc_ioctx_ring 2-4-3 49330 NULL
++myri10ge_get_firmware_capabilities_49339 myri10ge_get_firmware_capabilities 0 49339 NULL
 +joydev_ioctl_common_49359 joydev_ioctl_common 2 49359 NULL
++ipr_probe_ioa_part2_49365 ipr_probe_ioa_part2 0 49365 NULL
 +iscsi_alloc_session_49390 iscsi_alloc_session 3 49390 NULL
 +ext4_ext_index_trans_blocks_49396 ext4_ext_index_trans_blocks 0 49396 NULL
 +rx_streaming_always_read_49401 rx_streaming_always_read 3 49401 NULL
 +tnode_alloc_49407 tnode_alloc 1 49407 NULL
++acpi_check_resource_conflict_49420 acpi_check_resource_conflict 0 49420 NULL
 +samples_to_bytes_49426 samples_to_bytes 0-2 49426 NULL
 +compat_do_msg_fill_49440 compat_do_msg_fill 3 49440 NULL
++ocfs2_merge_rec_left_49455 ocfs2_merge_rec_left 0 49455 NULL
 +__hfsplus_getxattr_49460 __hfsplus_getxattr 0 49460 NULL
++be_mcc_compl_process_49462 be_mcc_compl_process 0 49462 NULL
 +agp_3_5_isochronous_node_enable_49465 agp_3_5_isochronous_node_enable 3 49465 NULL
 +xfs_iformat_local_49472 xfs_iformat_local 4-0 49472 NULL
 +isr_decrypt_done_read_49490 isr_decrypt_done_read 3 49490 NULL
 +iwl_dbgfs_disable_power_off_read_49517 iwl_dbgfs_disable_power_off_read 3 49517 NULL
 +SyS_listxattr_49519 SyS_listxattr 3 49519 NULL
 +emulator_write_phys_49520 emulator_write_phys 2-4 49520 NULL
++rx_queue_add_kobject_49559 rx_queue_add_kobject 0 49559 NULL
 +smk_write_access_49561 smk_write_access 3 49561 NULL
 +alloc_chunk_49575 alloc_chunk 1 49575 NULL
 +sctp_setsockopt_default_send_param_49578 sctp_setsockopt_default_send_param 3 49578 NULL
@@ -119338,37 +120413,50 @@ index 0000000..8972f81
 +gfs2_quota_lock_49587 gfs2_quota_lock 0 49587 NULL
 +evm_inode_setattr_49594 evm_inode_setattr 0 49594 NULL
 +tap_write_49595 tap_write 3 49595 NULL
++mem_cgroup_charge_file_49596 mem_cgroup_charge_file 0 49596 NULL
 +isr_wakeups_read_49607 isr_wakeups_read 3 49607 NULL
 +btrfs_mksubvol_49616 btrfs_mksubvol 3 49616 NULL
 +heap_init_49617 heap_init 2 49617 NULL
-+smk_write_doi_49621 smk_write_doi 3 49621 NULL
++smk_write_doi_49621 smk_write_doi 3 49621 NULL nohasharray
++ath10k_htc_init_49621 ath10k_htc_init 0 49621 &smk_write_doi_49621
 +port_fops_read_49626 port_fops_read 3 49626 NULL
 +btrfsic_cmp_log_and_dev_bytenr_49628 btrfsic_cmp_log_and_dev_bytenr 2 49628 NULL
 +xfs_ialloc_get_rec_49648 xfs_ialloc_get_rec 0 49648 NULL
++mthca_cmd_poll_49664 mthca_cmd_poll 0 49664 NULL
 +aa_simple_write_to_buffer_49683 aa_simple_write_to_buffer 4-3 49683 NULL
++ath9k_hw_post_init_49686 ath9k_hw_post_init 0 49686 NULL
 +SyS_pwritev_49688 SyS_pwritev 3 49688 NULL
++__setup_irq_49696 __setup_irq 0 49696 NULL
 +__copy_from_user_nocheck_49699 __copy_from_user_nocheck 0-3 49699 NULL
 +cx2341x_ctrl_new_menu_49700 cx2341x_ctrl_new_menu 3 49700 NULL
++get_key_haup_common_49709 get_key_haup_common 4 49709 NULL
++do_splice_to_49714 do_splice_to 4 49714 NULL
 +write_pool_49718 write_pool 3 49718 NULL
 +kvm_mmu_notifier_invalidate_page_49723 kvm_mmu_notifier_invalidate_page 3 49723 NULL
++mlx4_QUERY_HCA_49727 mlx4_QUERY_HCA 0 49727 NULL
 +sep_create_dcb_dmatables_context_kernel_49728 sep_create_dcb_dmatables_context_kernel 6 49728 NULL
 +zd_usb_iowrite16v_49744 zd_usb_iowrite16v 3 49744 NULL
 +btrfs_chunk_num_stripes_49751 btrfs_chunk_num_stripes 0 49751 NULL
-+fuse_wr_pages_49753 fuse_wr_pages 0-1-2 49753 NULL
++fuse_wr_pages_49753 fuse_wr_pages 0-2-1 49753 NULL
 +key_conf_keylen_read_49758 key_conf_keylen_read 3 49758 NULL
 +fuse_conn_waiting_read_49762 fuse_conn_waiting_read 3 49762 NULL
 +w83977af_fir_interrupt_49775 w83977af_fir_interrupt 0 49775 NULL
 +ceph_osdc_readpages_49789 ceph_osdc_readpages 0 49789 NULL
 +nfs4_acl_new_49806 nfs4_acl_new 1 49806 NULL
-+ntfs_copy_from_user_iovec_49829 ntfs_copy_from_user_iovec 3-6-0 49829 NULL
++__of_parse_phandle_with_args_49807 __of_parse_phandle_with_args 0 49807 NULL
++asd_init_phys_49814 asd_init_phys 0 49814 NULL
++ntfs_copy_from_user_iovec_49829 ntfs_copy_from_user_iovec 6-3-0 49829 NULL
 +add_uuid_49831 add_uuid 4 49831 NULL
++mlx4_QUERY_ADAPTER_49838 mlx4_QUERY_ADAPTER 0 49838 NULL
 +iraw_loop_49842 iraw_loop 0-1 49842 NULL
++lm8323_write_49845 lm8323_write 2 49845 NULL
 +twl4030_write_49846 twl4030_write 2 49846 NULL
 +scsi_dispatch_cmd_entry_49848 scsi_dispatch_cmd_entry 3 49848 NULL
 +timeradd_entry_49850 timeradd_entry 3 49850 NULL
 +fiemap_count_to_size_49869 fiemap_count_to_size 0-1 49869 NULL
 +sctp_setsockopt_bindx_49870 sctp_setsockopt_bindx 3 49870 NULL
 +osc_brw_49896 osc_brw 4 49896 NULL
++mvumi_init_fw_49929 mvumi_init_fw 0 49929 NULL
 +config_ep_by_speed_49939 config_ep_by_speed 0 49939 NULL
 +xfs_ialloc_ag_alloc_49960 xfs_ialloc_ag_alloc 0 49960 NULL
 +ieee80211_if_fmt_dtim_count_49987 ieee80211_if_fmt_dtim_count 3 49987 NULL
@@ -119376,9 +120464,11 @@ index 0000000..8972f81
 +l2cap_chan_send_49995 l2cap_chan_send 3 49995 NULL
 +dn_mss_from_pmtu_50011 dn_mss_from_pmtu 0-2 50011 NULL
 +xfs_ialloc_inode_init_50015 xfs_ialloc_inode_init 0 50015 NULL
++register_inetaddr_notifier_50016 register_inetaddr_notifier 0 50016 NULL
 +security_context_to_sid_50019 security_context_to_sid 2 50019 NULL
 +isdn_read_50021 isdn_read 3 50021 NULL
-+mdc_rename_pack_50023 mdc_rename_pack 4-6 50023 NULL
++mdc_rename_pack_50023 mdc_rename_pack 4-6 50023 NULL nohasharray
++move_to_new_page_50023 move_to_new_page 0 50023 &mdc_rename_pack_50023
 +brcmf_debugfs_chipinfo_read_50033 brcmf_debugfs_chipinfo_read 3 50033 NULL
 +ioread8_50049 ioread8 0 50049 NULL
 +fuse_conn_max_background_write_50061 fuse_conn_max_background_write 3 50061 NULL
@@ -119390,8 +120480,10 @@ index 0000000..8972f81
 +android_set_cntry_50100 android_set_cntry 0 50100 NULL
 +read_file_slot_50111 read_file_slot 3 50111 NULL
 +rx_streaming_interval_write_50120 rx_streaming_interval_write 3 50120 NULL
-+jfs_direct_IO_50125 jfs_direct_IO 4 50125 NULL
++jfs_direct_IO_50125 jfs_direct_IO 4 50125 NULL nohasharray
++ocfs2_search_one_group_50125 ocfs2_search_one_group 0 50125 &jfs_direct_IO_50125
 +SYSC_preadv_50134 SYSC_preadv 3 50134 NULL
++clk_round_rate_50144 clk_round_rate 0 50144 NULL
 +tx_frag_need_fragmentation_read_50153 tx_frag_need_fragmentation_read 3 50153 NULL
 +xfs_bwrite_50154 xfs_bwrite 0 50154 NULL
 +kmalloc_node_50163 kmalloc_node 1 50163 NULL
@@ -119399,14 +120491,18 @@ index 0000000..8972f81
 +ahd_probe_stack_size_50168 ahd_probe_stack_size 0 50168 NULL
 +odev_update_50169 odev_update 2 50169 NULL
 +ubi_resize_volume_50172 ubi_resize_volume 2 50172 NULL nohasharray
-+ieee80211_if_fmt_dot11MeshHWMPRannInterval_50172 ieee80211_if_fmt_dot11MeshHWMPRannInterval 3 50172 &ubi_resize_volume_50172
++ieee80211_if_fmt_dot11MeshHWMPRannInterval_50172 ieee80211_if_fmt_dot11MeshHWMPRannInterval 3 50172 &ubi_resize_volume_50172 nohasharray
++xfs_get_blocks_direct_50172 xfs_get_blocks_direct 2 50172 &ieee80211_if_fmt_dot11MeshHWMPRannInterval_50172
 +cfg80211_roamed_bss_50198 cfg80211_roamed_bss 4-6 50198 NULL
 +cyttsp4_probe_50201 cyttsp4_probe 4 50201 NULL
 +rx_rx_timeout_wa_read_50204 rx_rx_timeout_wa_read 3 50204 NULL
-+mthca_buddy_init_50206 mthca_buddy_init 2 50206 NULL
++mthca_buddy_init_50206 mthca_buddy_init 2 50206 NULL nohasharray
++compat_SyS_sendfile_50206 compat_SyS_sendfile 4 50206 &mthca_buddy_init_50206
 +l2cap_sock_setsockopt_50207 l2cap_sock_setsockopt 5 50207 NULL
 +mon_bin_compat_ioctl_50234 mon_bin_compat_ioctl 3 50234 NULL
 +sg_kmalloc_50240 sg_kmalloc 1 50240 NULL
++adpt_detect_50252 adpt_detect 0 50252 NULL
++igb_init_interrupt_scheme_50262 igb_init_interrupt_scheme 0 50262 NULL
 +rxrpc_setsockopt_50286 rxrpc_setsockopt 5 50286 NULL
 +soc_codec_reg_show_50302 soc_codec_reg_show 0-3 50302 NULL
 +SYSC_flistxattr_50307 SYSC_flistxattr 3 50307 NULL
@@ -119418,54 +120514,79 @@ index 0000000..8972f81
 +snd_pcm_lib_writev_50337 snd_pcm_lib_writev 0-3 50337 NULL
 +tpm_read_50344 tpm_read 3 50344 NULL
 +isdn_ppp_read_50356 isdn_ppp_read 4 50356 NULL
-+iwl_dbgfs_echo_test_write_50362 iwl_dbgfs_echo_test_write 3 50362 NULL
-+xfrm_send_migrate_50365 xfrm_send_migrate 5 50365 NULL
++iwl_dbgfs_echo_test_write_50362 iwl_dbgfs_echo_test_write 3 50362 NULL nohasharray
++ocfs2_figure_insert_type_50362 ocfs2_figure_insert_type 0 50362 &iwl_dbgfs_echo_test_write_50362
++xfrm_send_migrate_50365 xfrm_send_migrate 5 50365 NULL nohasharray
++snd_vortex_midi_50365 snd_vortex_midi 0 50365 &xfrm_send_migrate_50365
 +roccat_common2_receive_50369 roccat_common2_receive 4 50369 NULL
++ath10k_core_start_50376 ath10k_core_start 0 50376 NULL
 +sl_alloc_bufs_50380 sl_alloc_bufs 2 50380 NULL
 +l2tp_ip_sendmsg_50411 l2tp_ip_sendmsg 4 50411 NULL
 +iscsi_create_conn_50425 iscsi_create_conn 2 50425 NULL
 +validate_acl_mac_addrs_50429 validate_acl_mac_addrs 0 50429 NULL
++uvc_video_init_50433 uvc_video_init 0 50433 NULL
 +xfs_alloc_update_counters_50441 xfs_alloc_update_counters 0 50441 NULL
-+btrfs_error_discard_extent_50444 btrfs_error_discard_extent 2 50444 NULL
++btrfs_error_discard_extent_50444 btrfs_error_discard_extent 2 50444 NULL nohasharray
++ecryptfs_write_lower_page_segment_50444 ecryptfs_write_lower_page_segment 4 50444 &btrfs_error_discard_extent_50444
++mlx4_init_icm_50447 mlx4_init_icm 0 50447 NULL
 +pgctrl_write_50453 pgctrl_write 3 50453 NULL
++usb_amradio_init_50455 usb_amradio_init 0 50455 NULL
 +device_create_sys_dev_entry_50458 device_create_sys_dev_entry 0 50458 NULL
 +cfs_size_round_50472 cfs_size_round 0-1 50472 NULL
 +cdrom_read_cdda_50478 cdrom_read_cdda 4 50478 NULL
++t3_mgmt_tx_50484 t3_mgmt_tx 0 50484 NULL
 +xfs_iformat_extents_50486 xfs_iformat_extents 0 50486 NULL
 +gfs2_block_map_50492 gfs2_block_map 0 50492 NULL
 +mei_io_cb_alloc_req_buf_50493 mei_io_cb_alloc_req_buf 2 50493 NULL
++of_irq_parse_one_50494 of_irq_parse_one 0 50494 NULL
 +pwr_rcvd_awake_beacons_read_50505 pwr_rcvd_awake_beacons_read 3 50505 NULL
++be_msix_register_50512 be_msix_register 0 50512 NULL
++ath10k_wmi_10x_cmd_init_50518 ath10k_wmi_10x_cmd_init 0 50518 NULL
++lpfc_rq_create_50524 lpfc_rq_create 0 50524 NULL
++velocity_init_rings_50538 velocity_init_rings 0 50538 NULL
 +ath6kl_set_ap_probe_resp_ies_50539 ath6kl_set_ap_probe_resp_ies 3 50539 NULL
 +bh_get_50543 bh_get 0 50543 NULL
 +gfs2_meta_inode_buffer_50544 gfs2_meta_inode_buffer 0 50544 NULL
 +usbat_flash_write_data_50553 usbat_flash_write_data 4 50553 NULL
++self_check_peb_vid_hdr_50563 self_check_peb_vid_hdr 0 50563 NULL
 +fat_readpages_50582 fat_readpages 4 50582 NULL
 +iwl_dbgfs_missed_beacon_read_50584 iwl_dbgfs_missed_beacon_read 3 50584 NULL
++build_inv_iommu_pages_50589 build_inv_iommu_pages 2-3 50589 NULL
 +xillybus_write_50605 xillybus_write 3 50605 NULL
 +rx_rx_checksum_result_read_50617 rx_rx_checksum_result_read 3 50617 NULL
++ocfs2_split_extent_50618 ocfs2_split_extent 0 50618 NULL
 +sparse_early_usemaps_alloc_node_50623 sparse_early_usemaps_alloc_node 4 50623 NULL
 +simple_transaction_get_50633 simple_transaction_get 3 50633 NULL
 +gfs2_unstuff_dinode_50644 gfs2_unstuff_dinode 0 50644 NULL
++ocfs2_do_insert_extent_50658 ocfs2_do_insert_extent 0 50658 NULL
 +ath6kl_tm_rx_event_50664 ath6kl_tm_rx_event 3 50664 NULL
 +bnad_debugfs_read_50665 bnad_debugfs_read 3 50665 NULL
-+prism2_read_fid_reg_50689 prism2_read_fid_reg 0 50689 NULL
++__mlx4_counter_alloc_50677 __mlx4_counter_alloc 0 50677 NULL
++prism2_read_fid_reg_50689 prism2_read_fid_reg 0 50689 NULL nohasharray
++i2c_smbus_read_byte_data_50689 i2c_smbus_read_byte_data 0 50689 &prism2_read_fid_reg_50689
 +xfs_growfs_get_hdr_buf_50697 xfs_growfs_get_hdr_buf 3 50697 NULL
 +dev_mem_read_50706 dev_mem_read 3 50706 NULL
 +blk_check_plugged_50736 blk_check_plugged 3 50736 NULL
++xen_initdom_setup_msi_irqs_50737 xen_initdom_setup_msi_irqs 2 50737 NULL
 +__ext3_get_inode_loc_50744 __ext3_get_inode_loc 0 50744 NULL
 +ocfs2_xattr_block_get_50773 ocfs2_xattr_block_get 0 50773 NULL
 +tm6000_read_write_usb_50774 tm6000_read_write_usb 7 50774 NULL
 +bio_alloc_map_data_50782 bio_alloc_map_data 2 50782 NULL
++ixgbe_acquire_msix_vectors_50789 ixgbe_acquire_msix_vectors 2 50789 NULL
 +tpm_write_50798 tpm_write 3 50798 NULL
 +tun_do_read_50800 tun_do_read 4 50800 NULL
 +write_flush_50803 write_flush 3 50803 NULL
 +dvb_play_50814 dvb_play 3 50814 NULL
 +btrfs_stack_file_extent_disk_num_bytes_50825 btrfs_stack_file_extent_disk_num_bytes 0 50825 NULL
-+dpcm_show_state_50827 dpcm_show_state 0 50827 NULL
++dpcm_show_state_50827 dpcm_show_state 0 50827 NULL nohasharray
++init_rx_ring_50827 init_rx_ring 0 50827 &dpcm_show_state_50827
 +SetArea_50835 SetArea 4 50835 NULL
 +videobuf_dma_init_user_50839 videobuf_dma_init_user 4-3 50839 NULL
++self_check_write_50856 self_check_write 0 50856 NULL
 +carl9170_debugfs_write_50857 carl9170_debugfs_write 3 50857 NULL
++v4l2_ctrl_add_handler_50888 v4l2_ctrl_add_handler 0 50888 NULL
 +SyS_lgetxattr_50889 SyS_lgetxattr 4 50889 NULL
++mlx5_cmd_status_to_err_50891 mlx5_cmd_status_to_err 0 50891 NULL
 +netlbl_secattr_catmap_walk_rng_50894 netlbl_secattr_catmap_walk_rng 0-2 50894 NULL
 +__bdev_writeseg_50903 __bdev_writeseg 4 50903 NULL
 +xfs_alloc_get_freelist_50906 xfs_alloc_get_freelist 0 50906 NULL
@@ -119478,8 +120599,11 @@ index 0000000..8972f81
 +virtio_cread16_50951 virtio_cread16 0 50951 NULL
 +sdio_uart_write_50954 sdio_uart_write 3 50954 NULL
 +SyS_setxattr_50957 SyS_setxattr 4 50957 NULL
++typhoon_start_runtime_50974 typhoon_start_runtime 0 50974 NULL
++of_modalias_node_50975 of_modalias_node 3 50975 NULL
 +iwl_statistics_flag_50981 iwl_statistics_flag 0-3 50981 NULL
 +timeout_write_50991 timeout_write 3 50991 NULL
++asd_seq_start_cseq_51001 asd_seq_start_cseq 0 51001 NULL
 +proc_write_51003 proc_write 3 51003 NULL
 +jbd2_journal_extend_51012 jbd2_journal_extend 2 51012 NULL
 +lbs_dev_info_51023 lbs_dev_info 3 51023 NULL
@@ -119488,18 +120612,28 @@ index 0000000..8972f81
 +dump_midi_51040 dump_midi 3 51040 NULL
 +usb_get_descriptor_51041 usb_get_descriptor 0 51041 NULL
 +srpt_alloc_ioctx_51042 srpt_alloc_ioctx 2-3 51042 NULL
++get_first_leaf_51044 get_first_leaf 0 51044 NULL
 +do_arpt_set_ctl_51053 do_arpt_set_ctl 4 51053 NULL
 +wusb_prf_64_51065 wusb_prf_64 7 51065 NULL
 +jbd2_journal_init_revoke_51088 jbd2_journal_init_revoke 2 51088 NULL
++solo_enc_v4l2_init_51094 solo_enc_v4l2_init 0 51094 NULL
 +__ocfs2_find_path_51096 __ocfs2_find_path 0 51096 NULL
 +ti_recv_51110 ti_recv 3 51110 NULL
++__atomic_notifier_call_chain_51130 __atomic_notifier_call_chain 0 51130 NULL
 +alloc_rtllib_51136 alloc_rtllib 1 51136 NULL
++ath10k_bmi_write_memory_51137 ath10k_bmi_write_memory 0 51137 NULL
 +simple_xattr_set_51140 simple_xattr_set 4 51140 NULL
 +xfs_trans_get_efd_51148 xfs_trans_get_efd 3 51148 NULL
++driver_attach_51156 driver_attach 0 51156 NULL
++asd_chip_hardrst_51191 asd_chip_hardrst 0 51191 NULL
++snd_pcm_unlink_51210 snd_pcm_unlink 0 51210 NULL
++ath5k_hw_post_51224 ath5k_hw_post 0 51224 NULL
++iwl_dbgfs_bcast_filters_macs_read_51231 iwl_dbgfs_bcast_filters_macs_read 3 51231 NULL
 +nf_ct_ext_create_51232 nf_ct_ext_create 3 51232 NULL
 +snd_pcm_write_51235 snd_pcm_write 3 51235 NULL
 +drm_property_create_51239 drm_property_create 4 51239 NULL
-+__mxt_read_reg_51249 __mxt_read_reg 0 51249 NULL
++ath10k_bmi_fast_download_51242 ath10k_bmi_fast_download 0 51242 NULL
++lx_init_xilinx_reset_51245 lx_init_xilinx_reset 0 51245 NULL
 +st_read_51251 st_read 3 51251 NULL
 +compat_dccp_setsockopt_51263 compat_dccp_setsockopt 5 51263 NULL
 +target_alloc_sgl_51264 target_alloc_sgl 3 51264 NULL
@@ -119508,34 +120642,48 @@ index 0000000..8972f81
 +pvr2_std_id_to_str_51288 pvr2_std_id_to_str 2 51288 NULL
 +bnad_debugfs_read_regrd_51308 bnad_debugfs_read_regrd 3 51308 NULL
 +init_map_ipmac_51317 init_map_ipmac 5 51317 NULL
++ocfs2_read_inode_block_51319 ocfs2_read_inode_block 0 51319 NULL
 +alloc_hippi_dev_51320 alloc_hippi_dev 1 51320 NULL
 +ext2_xattr_get_51327 ext2_xattr_get 0 51327 NULL
 +alloc_smp_req_51337 alloc_smp_req 1 51337 NULL
++hpsa_controller_hard_reset_51338 hpsa_controller_hard_reset 0 51338 NULL
 +ipw_get_event_log_len_51341 ipw_get_event_log_len 0 51341 NULL
 +ieee80211_if_fmt_estab_plinks_51370 ieee80211_if_fmt_estab_plinks 3 51370 NULL
 +radeon_kms_compat_ioctl_51371 radeon_kms_compat_ioctl 2 51371 NULL
++mlx4_cmd_init_51403 mlx4_cmd_init 0 51403 NULL
++rtl8180_init_hw_51409 rtl8180_init_hw 0 51409 NULL
 +blk_register_region_51424 blk_register_region 1-2 51424 NULL
 +mwifiex_rdeeprom_read_51429 mwifiex_rdeeprom_read 3 51429 NULL
 +hfsplus_brec_read_51436 hfsplus_brec_read 0 51436 NULL
 +xfs_mod_incore_sb_unlocked_51439 xfs_mod_incore_sb_unlocked 0 51439 NULL
 +ieee80211_if_read_dot11MeshHWMPRootMode_51441 ieee80211_if_read_dot11MeshHWMPRootMode 3 51441 NULL
 +print_devstats_dot11ACKFailureCount_51443 print_devstats_dot11ACKFailureCount 3 51443 NULL
++dvb_register_frontend_51453 dvb_register_frontend 0 51453 NULL
++vmxnet3_acquire_msix_vectors_51462 vmxnet3_acquire_msix_vectors 2 51462 NULL
 +____alloc_ei_netdev_51475 ____alloc_ei_netdev 1 51475 NULL
 +xfs_buf_get_uncached_51477 xfs_buf_get_uncached 2 51477 NULL
++lpfc_sli4_read_rev_51480 lpfc_sli4_read_rev 0 51480 NULL
 +kvm_fetch_guest_virt_51493 kvm_fetch_guest_virt 4-2 51493 NULL
 +ieee80211_if_write_uapsd_queues_51526 ieee80211_if_write_uapsd_queues 3 51526 NULL
++vortex_core_init_51535 vortex_core_init 0 51535 NULL
 +__alloc_eip_netdev_51549 __alloc_eip_netdev 1 51549 NULL
 +batadv_tt_prepare_tvlv_local_data_51568 batadv_tt_prepare_tvlv_local_data 0 51568 NULL
-+ixgb_get_eeprom_len_51586 ixgb_get_eeprom_len 0 51586 NULL
++va1j5jf8007s_prepare_1_51575 va1j5jf8007s_prepare_1 0 51575 NULL
++ixgb_get_eeprom_len_51586 ixgb_get_eeprom_len 0 51586 NULL nohasharray
++snd_msndmix_new_51586 snd_msndmix_new 0 51586 &ixgb_get_eeprom_len_51586
 +aac_convert_sgraw2_51598 aac_convert_sgraw2 4 51598 NULL
 +table_size_to_number_of_entries_51613 table_size_to_number_of_entries 0-1 51613 NULL
 +extent_fiemap_51621 extent_fiemap 3 51621 NULL
++ath10k_core_probe_fw_51628 ath10k_core_probe_fw 0 51628 NULL
++mlx4_INIT_HCA_51640 mlx4_INIT_HCA 0 51640 NULL
 +sctp_auth_create_key_51641 sctp_auth_create_key 1 51641 NULL
 +iscsi_create_session_51647 iscsi_create_session 3 51647 NULL
 +xfs_iformat_btree_51651 xfs_iformat_btree 0 51651 NULL
 +ps_upsd_utilization_read_51669 ps_upsd_utilization_read 3 51669 NULL
 +sctp_setsockopt_associnfo_51684 sctp_setsockopt_associnfo 3 51684 NULL
++rtw_os_xmit_resource_alloc23a_51693 rtw_os_xmit_resource_alloc23a 3 51693 NULL
 +host_mapping_level_51696 host_mapping_level 0 51696 NULL
++atomic_notifier_chain_register_51697 atomic_notifier_chain_register 0 51697 NULL
 +sel_write_access_51704 sel_write_access 3 51704 NULL
 +tty_cdev_add_51714 tty_cdev_add 2-4 51714 NULL
 +v9fs_alloc_rdir_buf_51716 v9fs_alloc_rdir_buf 2 51716 NULL
@@ -119545,8 +120693,13 @@ index 0000000..8972f81
 +get_user_pages_fast_51751 get_user_pages_fast 0 51751 NULL
 +ifx_spi_insert_flip_string_51752 ifx_spi_insert_flip_string 3 51752 NULL
 +if_write_51756 if_write 3 51756 NULL
++res_tracker_insert_51757 res_tracker_insert 0 51757 NULL
++iio_buffer_add_channel_sysfs_51766 iio_buffer_add_channel_sysfs 0 51766 NULL
++ican3_set_termination_51769 ican3_set_termination 0 51769 NULL
++ssd1307fb_alloc_array_51788 ssd1307fb_alloc_array 1 51788 NULL
 +qib_alloc_devdata_51819 qib_alloc_devdata 2 51819 NULL
 +buffer_from_user_51826 buffer_from_user 3 51826 NULL
++topology_add_dev_51831 topology_add_dev 0 51831 NULL
 +ioread32_51847 ioread32 0 51847 NULL nohasharray
 +read_file_tgt_tx_stats_51847 read_file_tgt_tx_stats 3 51847 &ioread32_51847
 +do_readv_writev_51849 do_readv_writev 4 51849 NULL
@@ -119556,34 +120709,44 @@ index 0000000..8972f81
 +get_indirect_ea_51869 get_indirect_ea 4 51869 NULL
 +user_read_51881 user_read 3 51881 NULL
 +dbAdjCtl_51888 dbAdjCtl 0 51888 NULL
-+SyS_mq_timedsend_51896 SyS_mq_timedsend 3 51896 NULL
++SyS_mq_timedsend_51896 SyS_mq_timedsend 3 51896 NULL nohasharray
++virt_to_phys_51896 virt_to_phys 0 51896 &SyS_mq_timedsend_51896
 +wmi_set_ie_51919 wmi_set_ie 3 51919 NULL
 +dbg_status_buf_51930 dbg_status_buf 2 51930 NULL
 +__tcp_mtu_to_mss_51938 __tcp_mtu_to_mss 0-2 51938 NULL
-+xfrm_alg_len_51940 xfrm_alg_len 0 51940 NULL
-+scsi_get_vpd_page_51951 scsi_get_vpd_page 4 51951 NULL
-+snd_mask_min_51969 snd_mask_min 0 51969 NULL
-+__blkdev_get_51972 __blkdev_get 0 51972 NULL
++xfrm_alg_len_51940 xfrm_alg_len 0 51940 NULL nohasharray
++remove_xrcdn_ok_51940 remove_xrcdn_ok 0 51940 &xfrm_alg_len_51940
++scsi_get_vpd_page_51951 scsi_get_vpd_page 4 51951 NULL nohasharray
++solo_enc_init_51951 solo_enc_init 0 51951 &scsi_get_vpd_page_51951
++snd_mask_min_51969 snd_mask_min 0 51969 NULL nohasharray
++arizona_free_irq_51969 arizona_free_irq 2 51969 &snd_mask_min_51969
++__blkdev_get_51972 __blkdev_get 0 51972 NULL nohasharray
++read_page_51972 read_page 2 51972 &__blkdev_get_51972
 +get_zone_51981 get_zone 0-1 51981 NULL
-+cifs_strict_writev_51984 cifs_strict_writev 4 51984 NULL
 +ath6kl_sdio_alloc_prep_scat_req_51986 ath6kl_sdio_alloc_prep_scat_req 2 51986 NULL
 +_c4iw_write_mem_dma_51991 _c4iw_write_mem_dma 3 51991 NULL
++__detect_osd_51993 __detect_osd 0 51993 NULL
 +dwc3_mode_write_51997 dwc3_mode_write 3 51997 NULL
++scsi_sysfs_add_host_52010 scsi_sysfs_add_host 0 52010 NULL
 +skb_copy_datagram_from_iovec_52014 skb_copy_datagram_from_iovec 4-2-5 52014 NULL
 +rdmalt_52022 rdmalt 0 52022 NULL
 +override_release_52032 override_release 2 52032 NULL
++mlx4_QUERY_FUNC_CAP_52041 mlx4_QUERY_FUNC_CAP 0 52041 NULL
 +end_port_52042 end_port 0 52042 NULL
 +dma_rx_errors_read_52045 dma_rx_errors_read 3 52045 NULL
 +msnd_fifo_write_52052 msnd_fifo_write 0-3 52052 NULL
 +dvb_ringbuffer_avail_52057 dvb_ringbuffer_avail 0 52057 NULL
++regulator_disable_52058 regulator_disable 0 52058 NULL
 +__fuse_request_alloc_52060 __fuse_request_alloc 1 52060 NULL
 +isofs_readpages_52067 isofs_readpages 4 52067 NULL
 +mxuport_process_read_urb_data_52072 mxuport_process_read_urb_data 3 52072 NULL
 +nsm_get_handle_52089 nsm_get_handle 4 52089 NULL
 +ulist_add_merge_52096 ulist_add_merge 0 52096 NULL
-+o2net_debug_read_52105 o2net_debug_read 3 52105 NULL
++o2net_debug_read_52105 o2net_debug_read 3 52105 NULL nohasharray
++__mlx4_srq_alloc_icm_52105 __mlx4_srq_alloc_icm 0 52105 &o2net_debug_read_52105
 +split_scan_timeout_write_52128 split_scan_timeout_write 3 52128 NULL
 +retry_count_read_52129 retry_count_read 3 52129 NULL
++snd_pcm_channel_info_user_52135 snd_pcm_channel_info_user 0 52135 NULL
 +xfs_btree_change_owner_52137 xfs_btree_change_owner 0 52137 NULL
 +gdm_usb_hci_send_52138 gdm_usb_hci_send 3 52138 NULL
 +sub_alloc_52140 sub_alloc 0 52140 NULL
@@ -119591,22 +120754,34 @@ index 0000000..8972f81
 +htable_size_52148 htable_size 0-1 52148 NULL
 +gfs2_rs_alloc_52152 gfs2_rs_alloc 0 52152 NULL
 +smk_write_load2_52155 smk_write_load2 3 52155 NULL
++SendEventNotification_52160 SendEventNotification 0 52160 NULL
 +ieee80211_if_read_dot11MeshRetryTimeout_52168 ieee80211_if_read_dot11MeshRetryTimeout 3 52168 NULL
 +mga_compat_ioctl_52170 mga_compat_ioctl 2 52170 NULL
++ppa_init_52174 ppa_init 0 52174 NULL
 +print_prefix_52176 print_prefix 0 52176 NULL
 +proc_pid_readlink_52186 proc_pid_readlink 3 52186 NULL
 +reiserfs_posix_acl_from_disk_52191 reiserfs_posix_acl_from_disk 2 52191 NULL
 +vmci_qp_broker_alloc_52216 vmci_qp_broker_alloc 6-5 52216 NULL
++de_init_rings_52222 de_init_rings 0 52222 NULL
++mlx4_get_ownership_52227 mlx4_get_ownership 0 52227 NULL
++ntb_bus_init_52228 ntb_bus_init 0 52228 NULL
 +fuse_request_alloc_52243 fuse_request_alloc 1 52243 NULL nohasharray
-+xfs_iomap_eof_align_last_fsb_52243 xfs_iomap_eof_align_last_fsb 0 52243 &fuse_request_alloc_52243
++xfs_iomap_eof_align_last_fsb_52243 xfs_iomap_eof_align_last_fsb 0-3 52243 &fuse_request_alloc_52243
++ocfs2_try_to_merge_extent_52244 ocfs2_try_to_merge_extent 0 52244 NULL
++pm80x_request_irq_52250 pm80x_request_irq 2 52250 NULL
 +mdiobus_alloc_size_52259 mdiobus_alloc_size 1 52259 NULL
 +shrink_slab_52261 shrink_slab 2 52261 NULL
 +sisusbcon_do_font_op_52271 sisusbcon_do_font_op 9 52271 NULL
 +handle_supp_msgs_52284 handle_supp_msgs 4 52284 NULL
++bcm2048_checkrev_52286 bcm2048_checkrev 0 52286 NULL
 +kobject_set_name_vargs_52309 kobject_set_name_vargs 0 52309 NULL
 +read_file_reset_52310 read_file_reset 3 52310 NULL
++ssd1307fb_write_52315 ssd1307fb_write 3 52315 NULL
 +request_asymmetric_key_52317 request_asymmetric_key 2-4 52317 NULL
 +hwflags_read_52318 hwflags_read 3 52318 NULL
++t3_sge_init_rspcntxt_52321 t3_sge_init_rspcntxt 0 52321 NULL
++snd_pcm_hw_free_52327 snd_pcm_hw_free 0 52327 NULL
++si470x_set_chan_52329 si470x_set_chan 0 52329 NULL
 +test_unaligned_bulk_52333 test_unaligned_bulk 3 52333 NULL
 +hur_len_52339 hur_len 0 52339 NULL
 +bytes_to_frames_52362 bytes_to_frames 0-2 52362 NULL nohasharray
@@ -119614,11 +120789,13 @@ index 0000000..8972f81
 +copy_entries_to_user_52367 copy_entries_to_user 1 52367 NULL
 +iwl_dump_fh_52371 iwl_dump_fh 0 52371 NULL
 +hfsplus_find_attr_52374 hfsplus_find_attr 0 52374 NULL
++ocfs2_journal_access_eb_52377 ocfs2_journal_access_eb 0 52377 NULL
 +mq_emit_config_values_52378 mq_emit_config_values 3 52378 NULL
 +isdn_writebuf_stub_52383 isdn_writebuf_stub 4 52383 NULL
 +jfs_setxattr_52389 jfs_setxattr 4 52389 NULL
 +aer_inject_write_52399 aer_inject_write 3 52399 NULL
-+cgroup_file_write_52417 cgroup_file_write 3 52417 NULL
++cyz_load_fw_52409 cyz_load_fw 0 52409 NULL nohasharray
++get_device_info_52409 get_device_info 0 52409 &cyz_load_fw_52409
 +line6_midibuf_init_52425 line6_midibuf_init 2 52425 NULL
 +hso_serial_common_create_52428 hso_serial_common_create 4 52428 NULL
 +delay_status_52431 delay_status 5 52431 NULL
@@ -119626,64 +120803,83 @@ index 0000000..8972f81
 +ieee80211_if_fmt_num_sta_ps_52438 ieee80211_if_fmt_num_sta_ps 3 52438 NULL
 +acpi_nvs_for_each_region_52448 acpi_nvs_for_each_region 0 52448 NULL
 +alauda_read_data_52452 alauda_read_data 3 52452 NULL
++mlx4_register_device_52470 mlx4_register_device 0 52470 NULL
 +ieee80211_alloc_txb_52477 ieee80211_alloc_txb 1 52477 NULL
 +usb_tranzport_write_52479 usb_tranzport_write 3 52479 NULL
 +ocfs2_extend_no_holes_52483 ocfs2_extend_no_holes 3-4 52483 NULL
 +fd_do_rw_52495 fd_do_rw 3 52495 NULL
++myri10ge_adopt_running_firmware_52498 myri10ge_adopt_running_firmware 0 52498 NULL
 +int_tasklet_entry_52500 int_tasklet_entry 3 52500 NULL
 +xfs_alloc_get_rec_52502 xfs_alloc_get_rec 0 52502 NULL
++stex_handshake_52503 stex_handshake 0 52503 NULL
 +lmv_get_easize_52504 lmv_get_easize 0 52504 NULL
 +pm_qos_power_write_52513 pm_qos_power_write 3 52513 NULL
 +bt_sock_stream_recvmsg_52518 bt_sock_stream_recvmsg 4 52518 NULL
 +dup_variable_bug_52525 dup_variable_bug 3 52525 NULL
 +raw_recvmsg_52529 raw_recvmsg 4 52529 NULL
++SyS_vmsplice_52540 SyS_vmsplice 3 52540 NULL nohasharray
++mvumi_alloc_cmds_52540 mvumi_alloc_cmds 0 52540 &SyS_vmsplice_52540
 +dccpprobe_read_52549 dccpprobe_read 3 52549 NULL
 +ntfs_prepare_pages_for_non_resident_write_52556 ntfs_prepare_pages_for_non_resident_write 0 52556 NULL
 +debug_level_proc_write_52572 debug_level_proc_write 3 52572 NULL
 +kernfs_setattr_52583 kernfs_setattr 0 52583 NULL
 +isku_sysfs_read_macro_52587 isku_sysfs_read_macro 6 52587 NULL
++snd_pcm_sw_params_52594 snd_pcm_sw_params 0 52594 NULL
 +SyS_setsockopt_52610 SyS_setsockopt 5 52610 NULL
 +ll_sa_entry_alloc_52611 ll_sa_entry_alloc 4 52611 NULL
++vq_init_52634 vq_init 0 52634 NULL
 +tps80031_writes_52638 tps80031_writes 3-4 52638 NULL
 +brcmf_sdio_assert_info_52653 brcmf_sdio_assert_info 4 52653 NULL
 +nvme_queue_extra_52661 nvme_queue_extra 0-1 52661 NULL
 +SYSC_gethostname_52677 SYSC_gethostname 2 52677 NULL
++reg_write_range_52690 reg_write_range 4 52690 NULL
 +nvd0_disp_pioc_create__52693 nvd0_disp_pioc_create_ 5 52693 NULL
 +nouveau_client_create__52715 nouveau_client_create_ 5 52715 NULL
 +__dm_stat_bio_52722 __dm_stat_bio 3 52722 NULL
 +cx25840_ir_rx_read_52724 cx25840_ir_rx_read 3 52724 NULL
 +blkcipher_next_slow_52733 blkcipher_next_slow 3-4 52733 NULL
++pch_gbe_hal_read_mac_addr_52734 pch_gbe_hal_read_mac_addr 0 52734 NULL
 +relay_alloc_page_array_52735 relay_alloc_page_array 1 52735 NULL
 +hfcsusb_rx_frame_52745 hfcsusb_rx_frame 3 52745 NULL
++snd_card_proc_new_52754 snd_card_proc_new 0 52754 NULL
 +carl9170_debugfs_vif_dump_read_52755 carl9170_debugfs_vif_dump_read 3 52755 NULL
 +ieee80211_if_read_beacon_timeout_52756 ieee80211_if_read_beacon_timeout 3 52756 NULL
 +nvme_trans_ext_inq_page_52776 nvme_trans_ext_inq_page 3 52776 NULL
 +pwr_rcvd_beacons_read_52836 pwr_rcvd_beacons_read 3 52836 NULL
 +lb_alloc_ep_req_52837 lb_alloc_ep_req 2 52837 NULL
-+mon_bin_get_event_52863 mon_bin_get_event 4-6 52863 NULL
++mon_bin_get_event_52863 mon_bin_get_event 6-4 52863 NULL
 +twl6030_gpadc_write_52867 twl6030_gpadc_write 1 52867 NULL
 +qib_decode_6120_err_52876 qib_decode_6120_err 3 52876 NULL
 +twlreg_write_52880 twlreg_write 3 52880 NULL
 +pvr2_ctrl_value_to_sym_internal_52881 pvr2_ctrl_value_to_sym_internal 5 52881 NULL
 +cache_read_procfs_52882 cache_read_procfs 3 52882 NULL
 +kvm_kvzalloc_52894 kvm_kvzalloc 1 52894 NULL
++arizona_request_irq_52908 arizona_request_irq 2 52908 NULL
 +dio_bio_reap_52913 dio_bio_reap 0 52913 NULL
 +__kfifo_out_peek_r_52919 __kfifo_out_peek_r 3 52919 NULL
 +iblock_get_bio_52936 iblock_get_bio 3 52936 NULL
 +__nodes_remap_52951 __nodes_remap 5 52951 NULL
-+send_packet_52960 send_packet 4 52960 NULL
 +ieee80211_if_fmt_fwded_mcast_52961 ieee80211_if_fmt_fwded_mcast 3 52961 NULL
++ipg_reset_52970 ipg_reset 0 52970 NULL
++niu_serdes_init_52980 niu_serdes_init 0 52980 NULL
++lx_message_send_atomic_52981 lx_message_send_atomic 0 52981 NULL
 +tx_tx_exch_read_52986 tx_tx_exch_read 3 52986 NULL
 +num_node_state_52989 num_node_state 0 52989 NULL
++efivarfs_file_write_53000 efivarfs_file_write 3 53000 NULL
 +btrfs_free_and_pin_reserved_extent_53016 btrfs_free_and_pin_reserved_extent 2 53016 NULL
 +tx_tx_exch_pending_read_53018 tx_tx_exch_pending_read 3 53018 NULL
 +xfs_rtfree_extent_53024 xfs_rtfree_extent 0 53024 NULL
++ocfs2_new_leaf_refcount_block_53036 ocfs2_new_leaf_refcount_block 0 53036 NULL
 +bio_cur_bytes_53037 bio_cur_bytes 0 53037 NULL
++videobuf_dvb_register_adapter_53054 videobuf_dvb_register_adapter 0 53054 NULL
 +regcache_lzo_block_count_53056 regcache_lzo_block_count 0 53056 NULL
 +cfi_read_query_53066 cfi_read_query 0 53066 NULL
 +iwl_dbgfs_interrupt_write_53069 iwl_dbgfs_interrupt_write 3 53069 NULL
 +mwifiex_debug_read_53074 mwifiex_debug_read 3 53074 NULL
++mlx4_comm_cmd_53076 mlx4_comm_cmd 0 53076 NULL
++vmci_check_host_caps_53087 vmci_check_host_caps 0 53087 NULL
 +mic_virtio_copy_from_user_53107 mic_virtio_copy_from_user 3 53107 NULL
++il3945_setup_mac_53110 il3945_setup_mac 0 53110 NULL
 +verity_status_53120 verity_status 5 53120 NULL
 +brcmf_usb_dl_cmd_53130 brcmf_usb_dl_cmd 4 53130 NULL
 +inode_newsize_ok_53140 inode_newsize_ok 0 53140 NULL nohasharray
@@ -119694,18 +120890,22 @@ index 0000000..8972f81
 +clear_capture_buf_53192 clear_capture_buf 2 53192 NULL
 +xfs_btree_updkey_53195 xfs_btree_updkey 0 53195 NULL
 +tx_tx_start_data_read_53219 tx_tx_start_data_read 3 53219 NULL
++mlx4_master_process_vhcr_53239 mlx4_master_process_vhcr 0 53239 NULL
 +ptlrpc_lprocfs_req_history_max_seq_write_53243 ptlrpc_lprocfs_req_history_max_seq_write 3 53243 NULL
 +xfs_trans_read_buf_map_53258 xfs_trans_read_buf_map 5-0 53258 NULL
 +wil_write_file_ssid_53266 wil_write_file_ssid 3 53266 NULL
 +btrfs_file_extent_num_bytes_53269 btrfs_file_extent_num_bytes 0 53269 NULL
++scsi_add_device_53316 scsi_add_device 0 53316 NULL
 +ftrace_profile_write_53327 ftrace_profile_write 3 53327 NULL
 +find_nr_power_limit_53330 find_nr_power_limit 0 53330 NULL
 +gsm_control_reply_53333 gsm_control_reply 4 53333 NULL
 +btree_keys_bytes_53348 btree_keys_bytes 0 53348 NULL
-+read_6120_creg32_53363 read_6120_creg32 0 53363 NULL
 +sock_setbindtodevice_53369 sock_setbindtodevice 3 53369 NULL
 +get_random_bytes_arch_53370 get_random_bytes_arch 2 53370 NULL
++pci_user_write_config_word_53375 pci_user_write_config_word 0 53375 NULL
 +xfs_imap_53389 xfs_imap 0 53389 NULL
++bcm2048_get_rds_wline_53393 bcm2048_get_rds_wline 0 53393 NULL
++isolate_lru_page_53417 isolate_lru_page 0 53417 NULL
 +isr_cmd_cmplt_read_53439 isr_cmd_cmplt_read 3 53439 NULL
 +mwifiex_info_read_53447 mwifiex_info_read 3 53447 NULL
 +apei_exec_run_optional_53452 apei_exec_run_optional 0 53452 NULL
@@ -119714,45 +120914,63 @@ index 0000000..8972f81
 +create_trace_kprobe_53475 create_trace_kprobe 1 53475 &ima_write_template_field_data_53475
 +iowarrior_read_53483 iowarrior_read 3 53483 NULL
 +osd_req_write_kern_53486 osd_req_write_kern 5 53486 NULL
++memory_notify_53496 memory_notify 0 53496 NULL
 +do_verify_xattr_datum_53499 do_verify_xattr_datum 0 53499 NULL
 +snd_pcm_format_physical_width_53505 snd_pcm_format_physical_width 0 53505 NULL
 +dbAllocNext_53506 dbAllocNext 0 53506 NULL
-+check_acl_53512 check_acl 0 53512 NULL
-+ll_xattr_cache_update_53515 ll_xattr_cache_update 4 53515 NULL
++force_sc_support_write_53512 force_sc_support_write 3 53512 NULL nohasharray
++check_acl_53512 check_acl 0 53512 &force_sc_support_write_53512
 +nft_data_dump_53549 nft_data_dump 5 53549 NULL
++rem_res_range_53551 rem_res_range 0 53551 NULL
++snd_pcm_new_stream_53581 snd_pcm_new_stream 0 53581 NULL
 +SYSC_bind_53582 SYSC_bind 3 53582 NULL
++e1000_sw_init_53587 e1000_sw_init 0 53587 NULL
 +cifs_utf16_bytes_53593 cifs_utf16_bytes 0 53593 NULL
 +proc_uid_map_write_53596 proc_uid_map_write 3 53596 NULL
 +pfkey_recvmsg_53604 pfkey_recvmsg 4 53604 NULL
 +___alloc_bootmem_nopanic_53626 ___alloc_bootmem_nopanic 1 53626 NULL
 +xd_write_multiple_pages_53633 xd_write_multiple_pages 6-5 53633 NULL
 +ccid_getsockopt_builtin_ccids_53634 ccid_getsockopt_builtin_ccids 2 53634 NULL
++if_spi_prog_main_firmware_check_len_53637 if_spi_prog_main_firmware_check_len 0 53637 NULL
 +nr_sendmsg_53656 nr_sendmsg 4 53656 NULL
-+fuse_fill_write_pages_53682 fuse_fill_write_pages 0-4 53682 NULL
++fuse_fill_write_pages_53682 fuse_fill_write_pages 4-0 53682 NULL
 +v4l2_event_subscribe_53687 v4l2_event_subscribe 3 53687 NULL
 +bdev_logical_block_size_53690 bdev_logical_block_size 0 53690 NULL nohasharray
 +igb_alloc_q_vector_53690 igb_alloc_q_vector 4-6 53690 &bdev_logical_block_size_53690
++hwrng_register_53692 hwrng_register 0 53692 NULL
++ipw2100_up_53706 ipw2100_up 0 53706 NULL
 +find_overflow_devnum_53711 find_overflow_devnum 0 53711 NULL
++reset_dsp_53728 reset_dsp 0 53728 NULL
 +__proc_debug_mb_53732 __proc_debug_mb 5 53732 NULL
 +wdm_write_53735 wdm_write 3 53735 NULL
-+amdtp_out_stream_get_max_payload_53755 amdtp_out_stream_get_max_payload 0 53755 NULL nohasharray
-+lpfc_idiag_queacc_read_qe_53755 lpfc_idiag_queacc_read_qe 0-2 53755 &amdtp_out_stream_get_max_payload_53755
++da9052_disable_irq_53745 da9052_disable_irq 2 53745 NULL
++pci_read_config_byte_53754 pci_read_config_byte 0 53754 NULL
++lpfc_idiag_queacc_read_qe_53755 lpfc_idiag_queacc_read_qe 0-2 53755 NULL nohasharray
++amdtp_out_stream_get_max_payload_53755 amdtp_out_stream_get_max_payload 0 53755 &lpfc_idiag_queacc_read_qe_53755
 +wa_populate_buf_in_urb_53758 wa_populate_buf_in_urb 3-4 53758 NULL
 +ext2_acl_count_53773 ext2_acl_count 0-1 53773 NULL
 +__kfifo_dma_in_prepare_r_53792 __kfifo_dma_in_prepare_r 4-5 53792 NULL
++block_write_end_53795 block_write_end 0-5 53795 NULL
 +qp_alloc_host_work_53798 qp_alloc_host_work 5-3 53798 NULL
 +regmap_raw_write_53803 regmap_raw_write 2-4 53803 NULL
 +lpfc_idiag_ctlacc_read_reg_53809 lpfc_idiag_ctlacc_read_reg 0-3 53809 NULL
 +nls_nullsize_53815 nls_nullsize 0 53815 NULL
++radio_tea5777_set_freq_53817 radio_tea5777_set_freq 0 53817 NULL
 +setup_data_read_53822 setup_data_read 3 53822 NULL
 +pms_read_53873 pms_read 3 53873 NULL
++pci_write_config_byte_53874 pci_write_config_byte 0 53874 NULL
 +ieee80211_if_fmt_dropped_frames_congestion_53883 ieee80211_if_fmt_dropped_frames_congestion 3 53883 NULL
++tlan_init_53888 tlan_init 0 53888 NULL
 +SyS_setgroups_53900 SyS_setgroups 1 53900 NULL
 +posix_acl_chmod_53904 posix_acl_chmod 0 53904 NULL
 +batadv_tt_tvlv_ogm_handler_v1_53909 batadv_tt_tvlv_ogm_handler_v1 5 53909 NULL
++azx_via_get_position_53916 azx_via_get_position 0 53916 NULL
 +usb_serial_generic_write_53927 usb_serial_generic_write 4 53927 NULL
 +ocfs2_make_clusters_writable_53938 ocfs2_make_clusters_writable 0 53938 NULL
++ilo_map_device_53946 ilo_map_device 0 53946 NULL
++niu_init_link_53964 niu_init_link 0 53964 NULL
 +idetape_chrdev_write_53976 idetape_chrdev_write 3 53976 NULL
++macvtap_get_minor_53980 macvtap_get_minor 0 53980 NULL
 +__ocfs2_xattr_set_value_outside_53981 __ocfs2_xattr_set_value_outside 5 53981 NULL
 +ieee80211_if_fmt_dot11MeshHWMPperrMinInterval_53998 ieee80211_if_fmt_dot11MeshHWMPperrMinInterval 3 53998 NULL
 +hfsplus_attr_build_key_54013 hfsplus_attr_build_key 0 54013 NULL
@@ -119763,29 +120981,36 @@ index 0000000..8972f81
 +pipeline_dec_packet_out_read_54052 pipeline_dec_packet_out_read 3 54052 NULL
 +nl80211_send_disconnected_54056 nl80211_send_disconnected 5 54056 NULL
 +rproc_state_read_54057 rproc_state_read 3 54057 NULL
++set_ac97_input_54069 set_ac97_input 0 54069 NULL
 +_malloc_54077 _malloc 1 54077 NULL
 +bitmap_bitremap_54096 bitmap_bitremap 4 54096 NULL
 +altera_set_ir_pre_54103 altera_set_ir_pre 2 54103 NULL nohasharray
-+lustre_posix_acl_xattr_filter_54103 lustre_posix_acl_xattr_filter 2-0 54103 &altera_set_ir_pre_54103
++lustre_posix_acl_xattr_filter_54103 lustre_posix_acl_xattr_filter 2 54103 &altera_set_ir_pre_54103
 +__comedi_buf_write_alloc_54112 __comedi_buf_write_alloc 0-2 54112 NULL
 +strn_len_54122 strn_len 0 54122 NULL
-+isku_receive_54130 isku_receive 4 54130 NULL
++isku_receive_54130 isku_receive 4 54130 NULL nohasharray
++vnic_rq_alloc_bufs_54130 vnic_rq_alloc_bufs 0 54130 &isku_receive_54130
 +isr_host_acknowledges_read_54136 isr_host_acknowledges_read 3 54136 NULL
 +irq_blk_threshold_write_54138 irq_blk_threshold_write 3 54138 NULL
++sas_init_events_54144 sas_init_events 0 54144 NULL
 +memcpy_toiovec_54166 memcpy_toiovec 3 54166 NULL
 +nouveau_falcon_create__54169 nouveau_falcon_create_ 8 54169 NULL
 +p9_client_prepare_req_54175 p9_client_prepare_req 3 54175 NULL
++devm_request_threaded_irq_54215 devm_request_threaded_irq 0 54215 NULL
 +do_sys_poll_54221 do_sys_poll 2 54221 NULL
 +__register_chrdev_54223 __register_chrdev 2-3 54223 NULL
 +pi_read_regr_54231 pi_read_regr 0 54231 NULL
++vnic_wq_alloc_bufs_54246 vnic_wq_alloc_bufs 0 54246 NULL nohasharray
++mcp23s08_read_regs_54246 mcp23s08_read_regs 4 54246 &vnic_wq_alloc_bufs_54246
 +reada_add_block_54247 reada_add_block 2 54247 NULL
++jbd2__journal_restart_54249 jbd2__journal_restart 0 54249 NULL
 +xfs_dir2_sf_addname_hard_54254 xfs_dir2_sf_addname_hard 3 54254 NULL
++t4_load_fw_54256 t4_load_fw 0 54256 NULL
 +ceph_msgpool_get_54258 ceph_msgpool_get 2 54258 NULL
 +audio_write_54261 audio_write 4 54261 NULL nohasharray
 +wusb_prf_54261 wusb_prf 7 54261 &audio_write_54261
 +mwifiex_getlog_read_54269 mwifiex_getlog_read 3 54269 NULL
 +kstrtou16_from_user_54274 kstrtou16_from_user 2 54274 NULL
-+tipc_multicast_54285 tipc_multicast 4 54285 NULL
 +altera_set_dr_post_54291 altera_set_dr_post 2 54291 NULL
 +dlm_alloc_pagevec_54296 dlm_alloc_pagevec 1 54296 NULL
 +reclaim_pages_54301 reclaim_pages 3 54301 NULL
@@ -119793,19 +121018,26 @@ index 0000000..8972f81
 +bio_add_pc_page_54319 bio_add_pc_page 4 54319 NULL
 +br_fdb_fillbuf_54339 br_fdb_fillbuf 0 54339 NULL
 +__alloc_dev_table_54343 __alloc_dev_table 2 54343 NULL
++ath10k_core_fetch_firmware_files_54345 ath10k_core_fetch_firmware_files 0 54345 NULL
 +__get_free_pages_54352 __get_free_pages 0 54352 NULL
++readlink_copy_54366 readlink_copy 2 54366 NULL
 +read_file_credit_dist_stats_54367 read_file_credit_dist_stats 3 54367 NULL
-+vfs_readlink_54368 vfs_readlink 3 54368 NULL
 +do_dccp_setsockopt_54377 do_dccp_setsockopt 5 54377 NULL nohasharray
 +intel_sdvo_write_cmd_54377 intel_sdvo_write_cmd 4 54377 &do_dccp_setsockopt_54377
 +ah_alloc_tmp_54378 ah_alloc_tmp 3-2 54378 NULL
-+snd_pcm_oss_read2_54387 snd_pcm_oss_read2 3-0 54387 NULL
++gart_unmap_page_54379 gart_unmap_page 2-3 54379 NULL
++snd_pcm_oss_read2_54387 snd_pcm_oss_read2 0-3 54387 NULL
 +iwl_dbgfs_power_save_status_read_54392 iwl_dbgfs_power_save_status_read 3 54392 NULL
++snd_pcm_add_chmap_ctls_54404 snd_pcm_add_chmap_ctls 0 54404 NULL
 +ll_ra_count_get_54410 ll_ra_count_get 3 54410 NULL
++iio_trigger_register_54412 iio_trigger_register 0 54412 NULL
 +copy_gadget_strings_54417 copy_gadget_strings 2-3 54417 NULL
 +sparse_early_mem_maps_alloc_node_54485 sparse_early_mem_maps_alloc_node 4 54485 NULL
 +simple_strtoull_54493 simple_strtoull 0 54493 NULL
++swiotlb_tbl_map_single_54495 swiotlb_tbl_map_single 0 54495 NULL
++vfio_raw_config_read_54500 vfio_raw_config_read 3 54500 NULL
 +btrfs_ordered_sum_size_54509 btrfs_ordered_sum_size 0-2 54509 NULL
++sst_byt_get_dsp_position_54513 sst_byt_get_dsp_position 0-3 54513 NULL
 +rfc4106_set_key_54519 rfc4106_set_key 3 54519 NULL
 +vmci_transport_dgram_enqueue_54525 vmci_transport_dgram_enqueue 4 54525 NULL
 +viacam_read_54526 viacam_read 3 54526 NULL
@@ -119813,29 +121045,39 @@ index 0000000..8972f81
 +setsockopt_54539 setsockopt 5 54539 NULL
 +lbs_lowsnr_write_54549 lbs_lowsnr_write 3 54549 NULL
 +SYSC_setsockopt_54561 SYSC_setsockopt 5 54561 NULL
++sht15_send_cmd_54567 sht15_send_cmd 0 54567 NULL
 +nfsd_vfs_write_54577 nfsd_vfs_write 6 54577 NULL
 +fw_iso_buffer_init_54582 fw_iso_buffer_init 3 54582 NULL
 +nvme_npages_54601 nvme_npages 0-1 54601 NULL
 +irq_pkt_threshold_write_54605 irq_pkt_threshold_write 3 54605 NULL
 +port_fops_write_54627 port_fops_write 3 54627 NULL
-+irq_timeout_read_54653 irq_timeout_read 3 54653 NULL
++ext2_write_end_54636 ext2_write_end 5 54636 NULL
++tipc_send_stream_54648 tipc_send_stream 4 54648 NULL
++irq_timeout_read_54653 irq_timeout_read 3 54653 NULL nohasharray
++ath10k_bmi_get_target_info_54653 ath10k_bmi_get_target_info 0 54653 &irq_timeout_read_54653
++_regulator_enable_54655 _regulator_enable 0 54655 NULL
 +dns_resolver_read_54658 dns_resolver_read 3 54658 NULL
 +twl6030_interrupt_mask_54659 twl6030_interrupt_mask 2 54659 NULL
 +tdp_page_fault_54663 tdp_page_fault 2 54663 NULL
 +bus_add_device_54665 bus_add_device 0 54665 NULL
 +cw1200_queue_stats_init_54670 cw1200_queue_stats_init 2 54670 NULL
-+bio_kmalloc_54672 bio_kmalloc 2 54672 NULL
++bio_kmalloc_54672 bio_kmalloc 2 54672 NULL nohasharray
++ath9k_init_queues_54672 ath9k_init_queues 0 54672 &bio_kmalloc_54672
 +evm_read_key_54674 evm_read_key 3 54674 NULL
-+tipc_link_send_sections_fast_54689 tipc_link_send_sections_fast 3 54689 NULL
++ath10k_wmi_attach_54680 ath10k_wmi_attach 0 54680 NULL
++platform_get_irq_byname_54700 platform_get_irq_byname 0 54700 NULL
 +__btrfs_inc_extent_ref_54706 __btrfs_inc_extent_ref 7 54706 NULL
 +rfkill_fop_read_54711 rfkill_fop_read 3 54711 NULL
++mwl8k_txq_init_54724 mwl8k_txq_init 0 54724 NULL
 +ocfs2_control_write_54737 ocfs2_control_write 3 54737 NULL
 +kzalloc_54740 kzalloc 1 54740 NULL
 +wep_iv_read_54744 wep_iv_read 3 54744 NULL
 +lpfc_idiag_pcicfg_write_54749 lpfc_idiag_pcicfg_write 3 54749 NULL
++crystalhd_user_data_54754 crystalhd_user_data 3 54754 NULL
 +iio_event_chrdev_read_54757 iio_event_chrdev_read 3 54757 NULL
 +adis16480_show_firmware_date_54762 adis16480_show_firmware_date 3 54762 NULL
 +ldsem_atomic_update_54774 ldsem_atomic_update 1 54774 NULL
++gpiochip_add_54781 gpiochip_add 0 54781 NULL
 +xfs_rtallocate_extent_block_54791 xfs_rtallocate_extent_block 0 54791 NULL
 +flexcop_device_kmalloc_54793 flexcop_device_kmalloc 1 54793 NULL
 +nfsd_write_54809 nfsd_write 6 54809 NULL
@@ -119847,38 +121089,45 @@ index 0000000..8972f81
 +write_rio_54837 write_rio 3 54837 NULL
 +ext3_acl_from_disk_54839 ext3_acl_from_disk 2 54839 NULL nohasharray
 +nouveau_engctx_create__54839 nouveau_engctx_create_ 8 54839 &ext3_acl_from_disk_54839
++scsi_add_host_54847 scsi_add_host 0 54847 NULL
 +ufx_ops_write_54848 ufx_ops_write 3 54848 NULL
 +printer_read_54851 printer_read 3 54851 NULL
++assign_irq_vector_54852 assign_irq_vector 0 54852 NULL
 +broadsheet_spiflash_rewrite_sector_54864 broadsheet_spiflash_rewrite_sector 2 54864 NULL
 +prism_build_supp_rates_54865 prism_build_supp_rates 0 54865 NULL
 +xfs_alloc_read_agfl_54879 xfs_alloc_read_agfl 0 54879 NULL
++ath9k_hw_attach_ops_54883 ath9k_hw_attach_ops 0 54883 NULL
 +iscsi_pool_init_54913 iscsi_pool_init 2-4 54913 NULL nohasharray
 +kobject_set_name_vargs_54913 kobject_set_name_vargs 0 54913 &iscsi_pool_init_54913
 +btrfs_stack_chunk_num_stripes_54923 btrfs_stack_chunk_num_stripes 0 54923 NULL
 +bio_add_page_54933 bio_add_page 0-3 54933 NULL
 +mxms_structlen_54939 mxms_structlen 0 54939 NULL
 +add_port_54941 add_port 2 54941 NULL
-+ath9k_dump_btcoex_54949 ath9k_dump_btcoex 3-0 54949 NULL
++tipc_send2name_54946 tipc_send2name 5 54946 NULL
++ath9k_dump_btcoex_54949 ath9k_dump_btcoex 3-0 54949 NULL nohasharray
++amb_init_54949 amb_init 0 54949 &ath9k_dump_btcoex_54949
 +alauda_write_data_54967 alauda_write_data 3 54967 NULL
 +c4_add_card_54968 c4_add_card 3 54968 NULL
++igb_alloc_q_vectors_54977 igb_alloc_q_vectors 0 54977 NULL
 +ext3_xattr_get_54989 ext3_xattr_get 0 54989 NULL
 +cx231xx_v4l2_read_55014 cx231xx_v4l2_read 3 55014 NULL
 +error_error_null_Frame_tx_start_read_55024 error_error_null_Frame_tx_start_read 3 55024 NULL
-+dgap_do_bios_load_55025 dgap_do_bios_load 3 55025 NULL
 +apei_exec_run_55075 apei_exec_run 0 55075 NULL
 +bitmap_storage_alloc_55077 bitmap_storage_alloc 2 55077 NULL
-+read_dma_55086 read_dma 3 55086 NULL
++snd_pcm_capture_hw_avail_55086 snd_pcm_capture_hw_avail 0 55086 NULL nohasharray
++read_dma_55086 read_dma 3 55086 &snd_pcm_capture_hw_avail_55086
 +rxpipe_beacon_buffer_thres_host_int_trig_rx_data_read_55106 rxpipe_beacon_buffer_thres_host_int_trig_rx_data_read 3 55106 NULL
 +crypto_ahash_setkey_55134 crypto_ahash_setkey 3 55134 NULL
-+filldir_55137 filldir 3 55137 NULL
++filldir_55137 filldir 3 55137 NULL nohasharray
++ocfs2_prepare_refcount_change_for_del_55137 ocfs2_prepare_refcount_change_for_del 0 55137 &filldir_55137
 +ocfs2_truncate_file_55148 ocfs2_truncate_file 3 55148 NULL
 +xfs_check_agi_freecount_55149 xfs_check_agi_freecount 0 55149 NULL nohasharray
 +npages_to_npools_55149 npages_to_npools 0-1 55149 &xfs_check_agi_freecount_55149
 +ieee80211_if_read_uapsd_queues_55150 ieee80211_if_read_uapsd_queues 3 55150 NULL
 +xfs_icsb_modify_counters_55156 xfs_icsb_modify_counters 0 55156 NULL
 +gfs2_ri_update_55185 gfs2_ri_update 0 55185 NULL
-+mtd_get_fact_prot_info_55186 mtd_get_fact_prot_info 0 55186 NULL
 +sel_write_relabel_55195 sel_write_relabel 3 55195 NULL
++compat_SyS_ppoll_55196 compat_SyS_ppoll 2 55196 NULL
 +sched_feat_write_55202 sched_feat_write 3 55202 NULL
 +ht40allow_map_read_55209 ht40allow_map_read 3 55209 NULL
 +__kfifo_dma_out_prepare_r_55211 __kfifo_dma_out_prepare_r 4-5 55211 NULL
@@ -119893,34 +121142,46 @@ index 0000000..8972f81
 +lov_get_stripecnt_55297 lov_get_stripecnt 0-3 55297 NULL
 +gsm_control_modem_55303 gsm_control_modem 3 55303 NULL
 +wimax_msg_len_55304 wimax_msg_len 0 55304 NULL
-+qp_alloc_guest_work_55305 qp_alloc_guest_work 5-3 55305 NULL
++compat_SyS_process_vm_readv_55305 compat_SyS_process_vm_readv 3-5 55305 NULL nohasharray
++qp_alloc_guest_work_55305 qp_alloc_guest_work 5-3 55305 &compat_SyS_process_vm_readv_55305
++init_sma_55311 init_sma 0 55311 NULL
++gfs2_dir_read_data_55327 gfs2_dir_read_data 3 55327 NULL
 +__vxge_hw_vpath_initialize_55328 __vxge_hw_vpath_initialize 2 55328 NULL
++compat_SyS_mbind_55329 compat_SyS_mbind 5 55329 NULL
 +vme_user_read_55338 vme_user_read 3 55338 NULL
 +__wa_xfer_setup_sizes_55342 __wa_xfer_setup_sizes 0 55342 NULL nohasharray
 +sctp_datamsg_from_user_55342 sctp_datamsg_from_user 4 55342 &__wa_xfer_setup_sizes_55342
-+tipc_send2name_55373 tipc_send2name 5 55373 NULL
 +cw1200_sdio_align_size_55391 cw1200_sdio_align_size 2 55391 NULL
 +iwl_dbgfs_plcp_delta_read_55407 iwl_dbgfs_plcp_delta_read 3 55407 NULL
 +sysfs_chmod_file_55408 sysfs_chmod_file 0 55408 NULL
++nouveau_cli_create_55425 nouveau_cli_create 3 55425 NULL
 +si476x_radio_read_rds_blckcnt_blob_55427 si476x_radio_read_rds_blckcnt_blob 3 55427 NULL
++SyS_read_55449 SyS_read 3 55449 NULL
 +__vxge_hw_channel_allocate_55462 __vxge_hw_channel_allocate 3 55462 NULL
++snd_tea575x_hw_init_55467 snd_tea575x_hw_init 0 55467 NULL
 +cx23888_ir_rx_read_55473 cx23888_ir_rx_read 3 55473 NULL
 +snd_pcm_lib_write_55483 snd_pcm_lib_write 0-3 55483 NULL
 +i2o_pool_alloc_55485 i2o_pool_alloc 4 55485 NULL
 +batadv_tt_entries_55487 batadv_tt_entries 0-1 55487 NULL
++rtl8180_init_tx_ring_55496 rtl8180_init_tx_ring 0 55496 NULL
 +ras_stride_increase_window_55501 ras_stride_increase_window 3 55501 NULL
 +tx_tx_done_int_template_read_55511 tx_tx_done_int_template_read 3 55511 NULL
 +xfs_btree_split_55515 xfs_btree_split 0 55515 NULL
 +ea_get_55522 ea_get 3-0 55522 NULL
++mthca_init_icm_55530 mthca_init_icm 0 55530 NULL
 +buffer_size_55534 buffer_size 0 55534 NULL
++regulator_bulk_disable_55535 regulator_bulk_disable 0 55535 NULL
 +set_msr_interception_55538 set_msr_interception 2 55538 NULL
 +tty_port_register_device_55543 tty_port_register_device 3 55543 NULL
-+dgap_do_config_load_55548 dgap_do_config_load 2 55548 NULL
 +hash_ipport6_expire_55549 hash_ipport6_expire 4 55549 NULL
++_regulator_is_enabled_55550 _regulator_is_enabled 0 55550 NULL
 +dm_stats_list_55551 dm_stats_list 4 55551 NULL
++compat_SyS_setsockopt_55581 compat_SyS_setsockopt 5 55581 NULL
 +add_partition_55588 add_partition 2 55588 NULL
 +kstrtou8_from_user_55599 kstrtou8_from_user 2 55599 NULL
++mlx4_make_profile_55601 mlx4_make_profile 0 55601 NULL
 +SyS_keyctl_55602 SyS_keyctl 4 55602 NULL
++mthca_init_node_data_55607 mthca_init_node_data 0 55607 NULL
 +macvtap_put_user_55609 macvtap_put_user 4 55609 NULL
 +selinux_setprocattr_55611 selinux_setprocattr 4 55611 NULL
 +edge_tty_recv_55622 edge_tty_recv 3 55622 NULL
@@ -119932,13 +121193,16 @@ index 0000000..8972f81
 +il_dbgfs_tx_queue_read_55668 il_dbgfs_tx_queue_read 3 55668 NULL
 +get_info_55681 get_info 3 55681 NULL
 +iwl_dbgfs_plcp_delta_write_55682 iwl_dbgfs_plcp_delta_write 3 55682 NULL
++usb_get_bos_descriptor_55686 usb_get_bos_descriptor 0 55686 NULL
 +genl_allocate_reserve_groups_55705 genl_allocate_reserve_groups 1 55705 NULL
 +pm8001_store_update_fw_55716 pm8001_store_update_fw 4 55716 NULL
 +ocfs2_lock_refcount_tree_55719 ocfs2_lock_refcount_tree 0 55719 NULL
-+tap_pwup_write_55723 tap_pwup_write 3 55723 NULL
++tap_pwup_write_55723 tap_pwup_write 3 55723 NULL nohasharray
++typhoon_wakeup_55723 typhoon_wakeup 0 55723 &tap_pwup_write_55723
 +__iio_allocate_kfifo_55738 __iio_allocate_kfifo 2 55738 NULL
 +set_local_name_55757 set_local_name 4 55757 NULL
-+strlen_55778 strlen 0 55778 NULL
++strlen_55778 strlen 0 55778 NULL nohasharray
++is_idx_node_in_tnc_55778 is_idx_node_in_tnc 0 55778 &strlen_55778
 +set_spte_55783 set_spte 4-5 55783 NULL
 +req_bio_endio_55786 req_bio_endio 3 55786 NULL nohasharray
 +conf_read_55786 conf_read 3 55786 &req_bio_endio_55786
@@ -119946,39 +121210,57 @@ index 0000000..8972f81
 +sb16_copy_from_user_55836 sb16_copy_from_user 10-6-7 55836 NULL
 +ip_hdrlen_55849 ip_hdrlen 0 55849 NULL
 +hcd_alloc_coherent_55862 hcd_alloc_coherent 5 55862 NULL
++pcie_capability_clear_and_set_word_55863 pcie_capability_clear_and_set_word 0 55863 NULL
 +shmem_setxattr_55867 shmem_setxattr 4 55867 NULL
 +hsc_write_55875 hsc_write 3 55875 NULL
-+ramdisk_store_55885 ramdisk_store 4 55885 NULL
++ramdisk_store_55885 ramdisk_store 4 55885 NULL nohasharray
++r6040_mii_probe_55885 r6040_mii_probe 0 55885 &ramdisk_store_55885
 +pm_qos_power_read_55891 pm_qos_power_read 3 55891 NULL
++storvsc_channel_init_55905 storvsc_channel_init 0 55905 NULL
 +hash_ip4_expire_55911 hash_ip4_expire 4 55911 NULL
 +snd_pcm_hw_param_value_min_55917 snd_pcm_hw_param_value_min 0 55917 NULL
 +ext2_direct_IO_55932 ext2_direct_IO 4 55932 NULL
 +kvm_write_guest_virt_system_55944 kvm_write_guest_virt_system 4-2 55944 NULL
 +sel_read_policy_55947 sel_read_policy 3 55947 NULL
 +ceph_get_direct_page_vector_55956 ceph_get_direct_page_vector 2 55956 NULL
-+simple_read_from_buffer_55957 simple_read_from_buffer 2-5 55957 NULL
++simple_read_from_buffer_55957 simple_read_from_buffer 5-2 55957 NULL
 +tx_tx_imm_resp_read_55964 tx_tx_imm_resp_read 3 55964 NULL
 +btrfs_clone_55977 btrfs_clone 5-3 55977 NULL
++mlx4_init_xrcd_table_55989 mlx4_init_xrcd_table 0 55989 NULL
 +wa_xfer_create_subset_sg_55992 wa_xfer_create_subset_sg 3-2 55992 NULL
++cp_init_rings_56021 cp_init_rings 0 56021 NULL
++mlx4_init_counters_table_56023 mlx4_init_counters_table 0 56023 NULL
 +nvme_alloc_iod_56027 nvme_alloc_iod 1-2 56027 NULL
++rtl8169_init_ring_56028 rtl8169_init_ring 0 56028 NULL nohasharray
++snd_msnd_pcm_56028 snd_msnd_pcm 0 56028 &rtl8169_init_ring_56028
 +usb_ocp_write_56047 usb_ocp_write 4 56047 NULL
++rdev_change_virtual_intf_56057 rdev_change_virtual_intf 0 56057 NULL
 +dccp_sendmsg_56058 dccp_sendmsg 4 56058 NULL
++gpio_direction_output_56094 gpio_direction_output 0 56094 NULL
++pci_user_write_config_dword_56099 pci_user_write_config_dword 0 56099 NULL
 +pscsi_get_bio_56103 pscsi_get_bio 1 56103 NULL
-+add_sysfs_param_56108 add_sysfs_param 0 56108 NULL
++em28xx_write_reg_bits_56107 em28xx_write_reg_bits 0 56107 NULL
 +usb_alloc_stream_buffers_56123 usb_alloc_stream_buffers 3 56123 NULL
 +sel_read_handle_status_56139 sel_read_handle_status 3 56139 NULL
 +write_file_frameerrors_56145 write_file_frameerrors 3 56145 NULL
 +__i2c_transfer_56162 __i2c_transfer 0 56162 NULL
 +rawv6_setsockopt_56165 rawv6_setsockopt 5 56165 NULL
++create_irq_nr_56180 create_irq_nr 0 56180 NULL
 +ath9k_dump_legacy_btcoex_56194 ath9k_dump_legacy_btcoex 3-0 56194 NULL
++niu_get_and_validate_port_56203 niu_get_and_validate_port 0 56203 NULL
++ocfs2_journal_access_gd_56209 ocfs2_journal_access_gd 0 56209 NULL
 +vring_add_indirect_56222 vring_add_indirect 4 56222 NULL
 +ocfs2_find_xe_in_bucket_56224 ocfs2_find_xe_in_bucket 0 56224 NULL
 +do_ipt_set_ctl_56238 do_ipt_set_ctl 4 56238 NULL
 +fd_copyin_56247 fd_copyin 3 56247 NULL
 +sk_rmem_schedule_56255 sk_rmem_schedule 3 56255 NULL
++spu_set_interrupt_mode_56261 spu_set_interrupt_mode 0 56261 NULL
++clk_enable_56265 clk_enable 0 56265 NULL
++acpi_ex_get_serial_access_length_56275 acpi_ex_get_serial_access_length 0-2 56275 NULL
 +il4965_ucode_general_stats_read_56277 il4965_ucode_general_stats_read 3 56277 NULL
 +ieee80211_if_fmt_user_power_level_56283 ieee80211_if_fmt_user_power_level 3 56283 NULL
 +RESIZE_IF_NEEDED_56286 RESIZE_IF_NEEDED 2 56286 NULL
++skd_acquire_irq_56295 skd_acquire_irq 0 56295 NULL
 +dvb_aplay_56296 dvb_aplay 3 56296 NULL
 +btmrvl_hscfgcmd_read_56303 btmrvl_hscfgcmd_read 3 56303 NULL
 +speakup_file_write_56310 speakup_file_write 3 56310 NULL
@@ -119987,70 +121269,91 @@ index 0000000..8972f81
 +snd_rawmidi_read_56337 snd_rawmidi_read 3 56337 NULL
 +vxge_os_dma_malloc_async_56348 vxge_os_dma_malloc_async 3 56348 NULL
 +mite_device_bytes_transferred_56355 mite_device_bytes_transferred 0 56355 NULL
-+qd_get_56365 qd_get 0 56365 NULL
++qd_get_56365 qd_get 0 56365 NULL nohasharray
++regmap_i2c_write_56365 regmap_i2c_write 3 56365 &qd_get_56365
 +iov_iter_copy_from_user_atomic_56368 iov_iter_copy_from_user_atomic 4-0 56368 NULL
 +dev_read_56369 dev_read 3 56369 NULL
 +ath10k_read_simulate_fw_crash_56371 ath10k_read_simulate_fw_crash 3 56371 NULL
++iio_device_add_info_mask_type_56373 iio_device_add_info_mask_type 0 56373 NULL
++si4713_initialize_56378 si4713_initialize 0 56378 NULL
++snd_pcm_common_ioctl1_56382 snd_pcm_common_ioctl1 0 56382 NULL
 +write_gssp_56404 write_gssp 3 56404 NULL
 +ocfs2_control_read_56405 ocfs2_control_read 3 56405 NULL
 +do_get_write_access_56410 do_get_write_access 0 56410 NULL
 +store_msg_56417 store_msg 3 56417 NULL
 +pppol2tp_sendmsg_56420 pppol2tp_sendmsg 4 56420 NULL
 +l2cap_segment_le_sdu_56426 l2cap_segment_le_sdu 4 56426 NULL
++ec_dbgfs_cmd_read_56431 ec_dbgfs_cmd_read 3 56431 NULL
 +fl_create_56435 fl_create 5 56435 NULL
 +gnttab_map_56439 gnttab_map 2 56439 NULL
++ata_scsi_add_hosts_56448 ata_scsi_add_hosts 0 56448 NULL
 +cx231xx_init_isoc_56453 cx231xx_init_isoc 3-2-4 56453 NULL
 +set_connectable_56458 set_connectable 4 56458 NULL
 +osd_req_list_partition_objects_56464 osd_req_list_partition_objects 5 56464 NULL
 +putused_user_56467 putused_user 3 56467 NULL
 +ocfs2_zero_extend_range_56468 ocfs2_zero_extend_range 3-2 56468 NULL
 +lbs_rdmac_write_56471 lbs_rdmac_write 3 56471 NULL
-+calc_linear_pos_56472 calc_linear_pos 0-3 56472 NULL
 +crypto_shash_alignmask_56486 crypto_shash_alignmask 0 56486 NULL
++bsp_check_56487 bsp_check 0 56487 NULL
 +ieee80211_rx_mgmt_probe_beacon_56491 ieee80211_rx_mgmt_probe_beacon 3 56491 NULL
 +memblock_virt_alloc_56501 memblock_virt_alloc 1 56501 NULL
++t4_fw_restart_56503 t4_fw_restart 0 56503 NULL
 +init_map_ip_56508 init_map_ip 5 56508 NULL
-+lustre_posix_acl_xattr_reduce_space_56512 lustre_posix_acl_xattr_reduce_space 3-0-2 56512 NULL
++sf1_write_56510 sf1_write 0 56510 NULL
++lustre_posix_acl_xattr_reduce_space_56512 lustre_posix_acl_xattr_reduce_space 3 56512 NULL
 +cfg80211_connect_result_56515 cfg80211_connect_result 4-6 56515 NULL
++cfg80211_can_change_interface_56520 cfg80211_can_change_interface 0 56520 NULL
 +ip_options_get_56538 ip_options_get 4 56538 NULL
 +ll_wr_track_id_56544 ll_wr_track_id 2 56544 NULL
-+alloc_apertures_56561 alloc_apertures 1 56561 NULL
++alloc_apertures_56561 alloc_apertures 1 56561 NULL nohasharray
++lx_init_dsp_56561 lx_init_dsp 0 56561 &alloc_apertures_56561
 +rs_sta_dbgfs_stats_table_read_56573 rs_sta_dbgfs_stats_table_read 3 56573 NULL
 +portcntrs_2_read_56586 portcntrs_2_read 3 56586 NULL
++gro_pull_from_frag0_56593 gro_pull_from_frag0 2 56593 NULL
 +event_filter_write_56609 event_filter_write 3 56609 NULL
 +nvme_trans_log_temperature_56613 nvme_trans_log_temperature 3 56613 NULL
 +edac_device_create_block_56619 edac_device_create_block 0 56619 NULL
++mthca_QUERY_DDR_56640 mthca_QUERY_DDR 0 56640 NULL
 +gather_array_56641 gather_array 3 56641 NULL
 +lookup_extent_backref_56644 lookup_extent_backref 9 56644 NULL
++snd_card_register_56648 snd_card_register 0 56648 NULL
 +uvc_debugfs_stats_read_56651 uvc_debugfs_stats_read 3 56651 NULL
 +tg3_nvram_write_block_56666 tg3_nvram_write_block 3 56666 NULL
-+snd_gus_dram_read_56686 snd_gus_dram_read 4 56686 NULL
++snd_gus_dram_read_56686 snd_gus_dram_read 4 56686 NULL nohasharray
++da9055_gpio_to_irq_56686 da9055_gpio_to_irq 2 56686 &snd_gus_dram_read_56686
 +dvb_ringbuffer_read_user_56702 dvb_ringbuffer_read_user 3-0 56702 NULL
 +sta_flags_read_56710 sta_flags_read 3 56710 NULL
 +ipv6_getsockopt_sticky_56711 ipv6_getsockopt_sticky 5 56711 NULL
++lx_proc_create_56715 lx_proc_create 0 56715 NULL
 +xfs_btree_decrement_56718 xfs_btree_decrement 0 56718 NULL
 +__wa_xfer_setup_segs_56725 __wa_xfer_setup_segs 2 56725 NULL
 +__copy_from_user_ll_56738 __copy_from_user_ll 0-3 56738 NULL
 +drm_agp_bind_pages_56748 drm_agp_bind_pages 3 56748 NULL
 +btrfsic_map_block_56751 btrfsic_map_block 2 56751 NULL
++pcie_capability_set_word_56764 pcie_capability_set_word 0 56764 NULL
++init_dma_desc_rings_56769 init_dma_desc_rings 0 56769 NULL
++alloc_iommu_56778 alloc_iommu 2-3-0 56778 NULL
 +ttm_alloc_new_pages_56792 ttm_alloc_new_pages 5 56792 NULL
 +ion_ioctl_56806 ion_ioctl 2 56806 NULL
 +do_syslog_56807 do_syslog 3 56807 NULL
 +mtdchar_write_56831 mtdchar_write 3 56831 NULL
 +snd_rawmidi_kernel_write1_56847 snd_rawmidi_kernel_write1 4-0 56847 NULL
++mlx5_buf_alloc_56848 mlx5_buf_alloc 0 56848 NULL
 +si476x_radio_read_agc_blob_56849 si476x_radio_read_agc_blob 3 56849 NULL
 +ext3_xattr_ibody_get_56880 ext3_xattr_ibody_get 0 56880 NULL
 +pvr2_debugifc_print_status_56890 pvr2_debugifc_print_status 3 56890 NULL
 +debug_debug3_read_56894 debug_debug3_read 3 56894 NULL
-+batadv_tt_update_changes_56895 batadv_tt_update_changes 3 56895 NULL
++batadv_tt_update_changes_56895 batadv_tt_update_changes 3 56895 NULL nohasharray
++le_auto_conn_write_56895 le_auto_conn_write 3 56895 &batadv_tt_update_changes_56895
 +hfsplus_find_cat_56899 hfsplus_find_cat 0 56899 NULL
 +strcspn_56913 strcspn 0 56913 NULL
++bcm2048_probe_56919 bcm2048_probe 0 56919 NULL
 +__kfifo_out_56927 __kfifo_out 0-3 56927 NULL
 +journal_init_revoke_56933 journal_init_revoke 2 56933 NULL
++pcie_capability_read_dword_56940 pcie_capability_read_dword 0 56940 NULL
 +xfs_alloc_ag_vextent_56943 xfs_alloc_ag_vextent 0 56943 NULL
 +nouveau_xtensa_create__56952 nouveau_xtensa_create_ 8 56952 NULL
 +diva_get_driver_info_56967 diva_get_driver_info 0 56967 NULL
-+nouveau_device_create__56984 nouveau_device_create_ 6 56984 NULL
 +sptlrpc_secflags2str_56995 sptlrpc_secflags2str 3 56995 NULL
 +vlsi_alloc_ring_57003 vlsi_alloc_ring 3-4 57003 NULL
 +btrfs_super_csum_size_57004 btrfs_super_csum_size 0 57004 NULL
@@ -120059,23 +121362,31 @@ index 0000000..8972f81
 +skb_network_offset_57043 skb_network_offset 0 57043 &ieee80211_if_fmt_state_57043
 +bytes_to_samples_57049 bytes_to_samples 0-2 57049 NULL
 +xfs_buf_read_map_57053 xfs_buf_read_map 3 57053 NULL
++__wl_get_peb_57058 __wl_get_peb 0 57058 NULL
 +cx2341x_ctrl_new_std_57061 cx2341x_ctrl_new_std 4 57061 NULL
 +sca3000_read_data_57064 sca3000_read_data 4 57064 NULL
 +pcmcia_replace_cis_57066 pcmcia_replace_cis 3 57066 NULL
 +tracing_set_trace_write_57096 tracing_set_trace_write 3 57096 NULL
 +altera_get_note_57099 altera_get_note 6 57099 NULL
 +hpfs_readpages_57106 hpfs_readpages 4 57106 NULL
++snd_pcm_hw_params_old_user_57108 snd_pcm_hw_params_old_user 0 57108 NULL
 +crypto_compress_ctxsize_57109 crypto_compress_ctxsize 0 57109 NULL
++mwl8k_tx_wait_empty_57118 mwl8k_tx_wait_empty 0 57118 NULL nohasharray
++mlx4_slave_cap_57118 mlx4_slave_cap 0 57118 &mwl8k_tx_wait_empty_57118
 +cipso_v4_gentag_loc_57119 cipso_v4_gentag_loc 0 57119 NULL
-+rds_ib_sub_signaled_57136 rds_ib_sub_signaled 2 57136 NULL nohasharray
-+nl80211_send_deauth_57136 nl80211_send_deauth 4 57136 &rds_ib_sub_signaled_57136 nohasharray
-+ima_show_htable_value_57136 ima_show_htable_value 2 57136 &nl80211_send_deauth_57136
++ima_show_htable_value_57136 ima_show_htable_value 2 57136 NULL nohasharray
++rds_ib_sub_signaled_57136 rds_ib_sub_signaled 2 57136 &ima_show_htable_value_57136 nohasharray
++nl80211_send_deauth_57136 nl80211_send_deauth 4 57136 &rds_ib_sub_signaled_57136
++mlx4_cmd_57138 mlx4_cmd 0 57138 NULL
 +snd_sonicvibes_getdmac_57140 snd_sonicvibes_getdmac 0 57140 NULL
 +_iwl_dbgfs_bf_params_write_57141 _iwl_dbgfs_bf_params_write 3 57141 NULL
++dvb_register_device_57152 dvb_register_device 0 57152 NULL
 +udl_prime_create_57159 udl_prime_create 2 57159 NULL
++bus_register_57165 bus_register 0 57165 NULL
 +stk_prepare_sio_buffers_57168 stk_prepare_sio_buffers 2 57168 NULL
 +rx_hw_stuck_read_57179 rx_hw_stuck_read 3 57179 NULL
 +hash_netnet6_expire_57191 hash_netnet6_expire 4 57191 NULL
++ocfs2_claim_metadata_57192 ocfs2_claim_metadata 0 57192 NULL
 +tt3650_ci_msg_57219 tt3650_ci_msg 4 57219 NULL
 +dma_fifo_alloc_57236 dma_fifo_alloc 5-3-2 57236 NULL
 +flush_space_57241 flush_space 0 57241 NULL
@@ -120083,9 +121394,11 @@ index 0000000..8972f81
 +ieee80211_if_fmt_tsf_57249 ieee80211_if_fmt_tsf 3 57249 NULL
 +oprofilefs_ulong_from_user_57251 oprofilefs_ulong_from_user 3 57251 NULL
 +alloc_flex_gd_57259 alloc_flex_gd 1 57259 NULL
++usb_parse_configuration_57270 usb_parse_configuration 0 57270 NULL
 +lbs_sleepparams_write_57283 lbs_sleepparams_write 3 57283 NULL
 +pstore_file_read_57288 pstore_file_read 3 57288 NULL
 +snd_pcm_read_57289 snd_pcm_read 3 57289 NULL
++fw_file_size_57307 fw_file_size 0 57307 NULL
 +ftdi_elan_write_57309 ftdi_elan_write 3 57309 NULL
 +xfs_iread_57313 xfs_iread 0 57313 NULL nohasharray
 +write_file_regval_57313 write_file_regval 3 57313 &xfs_iread_57313
@@ -120093,50 +121406,70 @@ index 0000000..8972f81
 +usblp_read_57342 usblp_read 3 57342 NULL
 +print_devstats_dot11RTSFailureCount_57347 print_devstats_dot11RTSFailureCount 3 57347 NULL
 +dio_send_cur_page_57348 dio_send_cur_page 0 57348 NULL
++mpt_attach_57370 mpt_attach 0 57370 NULL
 +tipc_bclink_stats_57372 tipc_bclink_stats 2 57372 NULL
 +tty_register_device_attr_57381 tty_register_device_attr 2 57381 NULL
 +read_file_blob_57406 read_file_blob 3 57406 NULL
 +enclosure_register_57412 enclosure_register 3 57412 NULL
 +compat_keyctl_instantiate_key_iov_57431 compat_keyctl_instantiate_key_iov 3 57431 NULL
 +copy_to_user_fromio_57432 copy_to_user_fromio 3 57432 NULL
++solo_gpio_init_57446 solo_gpio_init 0 57446 NULL
++usb_add_gadget_udc_release_57449 usb_add_gadget_udc_release 0 57449 NULL
++ath5k_eeprom_init_modes_57455 ath5k_eeprom_init_modes 0 57455 NULL
 +__roundup_pow_of_two_57461 __roundup_pow_of_two 0 57461 NULL
 +sisusb_clear_vram_57466 sisusb_clear_vram 2-3 57466 NULL
 +ieee80211_if_read_flags_57470 ieee80211_if_read_flags 3 57470 NULL
-+tipc_port_reject_sections_57478 tipc_port_reject_sections 4 57478 NULL
 +bnad_debugfs_write_regwr_57500 bnad_debugfs_write_regwr 3 57500 NULL
 +skb_headlen_57501 skb_headlen 0 57501 NULL
 +copy_in_user_57502 copy_in_user 3 57502 NULL
 +ckhdid_printf_57505 ckhdid_printf 2 57505 NULL nohasharray
 +gfs2_quota_hold_57505 gfs2_quota_hold 0 57505 &ckhdid_printf_57505
++ath10k_init_connect_htc_57509 ath10k_init_connect_htc 0 57509 NULL
 +init_tag_map_57515 init_tag_map 3 57515 NULL
 +il_dbgfs_force_reset_read_57517 il_dbgfs_force_reset_read 3 57517 NULL nohasharray
 +wil_read_file_ssid_57517 wil_read_file_ssid 3 57517 &il_dbgfs_force_reset_read_57517
-+cmm_read_57520 cmm_read 3 57520 NULL
++cmm_read_57520 cmm_read 3 57520 NULL nohasharray
++do_hypercall_57520 do_hypercall 0 57520 &cmm_read_57520
 +inode_permission_57531 inode_permission 0 57531 NULL
 +acpi_dev_get_resources_57534 acpi_dev_get_resources 0 57534 NULL
-+ptlrpc_lprocfs_hp_ratio_seq_write_57537 ptlrpc_lprocfs_hp_ratio_seq_write 3 57537 NULL
++ptlrpc_lprocfs_hp_ratio_seq_write_57537 ptlrpc_lprocfs_hp_ratio_seq_write 3 57537 NULL nohasharray
++usb_new_device_57537 usb_new_device 0 57537 &ptlrpc_lprocfs_hp_ratio_seq_write_57537
++driver_register_57538 driver_register 0 57538 NULL
++compat_SyS_process_vm_writev_57542 compat_SyS_process_vm_writev 3-5 57542 NULL
 +ReadHDLCPnP_57559 ReadHDLCPnP 0 57559 NULL
 +obd_unpackmd_57563 obd_unpackmd 0 57563 NULL
 +snd_pcm_playback_ioctl1_57569 snd_pcm_playback_ioctl1 0 57569 NULL
-+get_bridge_ifindices_57579 get_bridge_ifindices 0 57579 NULL
++pn544_hci_i2c_fw_write_cmd_57572 pn544_hci_i2c_fw_write_cmd 4 57572 NULL
++get_bridge_ifindices_57579 get_bridge_ifindices 0 57579 NULL nohasharray
++ili210x_read_reg_57579 ili210x_read_reg 0 57579 &get_bridge_ifindices_57579
 +ldlm_cli_enqueue_local_57582 ldlm_cli_enqueue_local 11 57582 NULL
 +il_dbgfs_interrupt_write_57591 il_dbgfs_interrupt_write 3 57591 NULL
 +read_file_spectral_fft_period_57593 read_file_spectral_fft_period 3 57593 NULL
++mthca_map_eq_regs_57598 mthca_map_eq_regs 0 57598 NULL
++wm831x_gpio_to_irq_57614 wm831x_gpio_to_irq 2 57614 NULL
 +tx_tx_retry_template_read_57623 tx_tx_retry_template_read 3 57623 NULL
 +sisusbcon_putcs_57630 sisusbcon_putcs 3 57630 NULL
 +mem_read_57631 mem_read 3 57631 NULL
++pci_enable_msi_block_57632 pci_enable_msi_block 0 57632 NULL
++msi_compose_msg_57637 msi_compose_msg 0 57637 NULL
 +xfs_alloc_ag_vextent_near_57653 xfs_alloc_ag_vextent_near 0 57653 NULL
++c_can_start_57654 c_can_start 0 57654 NULL nohasharray
++get_vpd_params_57654 get_vpd_params 0 57654 &c_can_start_57654
++t4vf_sge_alloc_eth_txq_57656 t4vf_sge_alloc_eth_txq 0 57656 NULL
 +r3964_write_57662 r3964_write 4 57662 NULL
 +proc_ns_readlink_57664 proc_ns_readlink 3 57664 NULL
 +__lgwrite_57669 __lgwrite 4 57669 NULL
 +f1x_match_to_this_node_57695 f1x_match_to_this_node 3 57695 NULL
-+i2400m_rx_stats_read_57706 i2400m_rx_stats_read 3 57706 NULL
++i2400m_rx_stats_read_57706 i2400m_rx_stats_read 3 57706 NULL nohasharray
++snd_es1688_probe_57706 snd_es1688_probe 0 57706 &i2400m_rx_stats_read_57706
 +ieee80211_if_read_dot11MeshHWMPconfirmationInterval_57722 ieee80211_if_read_dot11MeshHWMPconfirmationInterval 3 57722 NULL
++vm_find_vqs_57729 vm_find_vqs 0 57729 NULL
++imm_init_57732 imm_init 0 57732 NULL
 +nouveau_gpio_create__57735 nouveau_gpio_create_ 4-5 57735 NULL
-+pppol2tp_recvmsg_57742 pppol2tp_recvmsg 4 57742 NULL nohasharray
-+compat_sys_set_mempolicy_57742 compat_sys_set_mempolicy 3 57742 &pppol2tp_recvmsg_57742
++pppol2tp_recvmsg_57742 pppol2tp_recvmsg 4 57742 NULL
 +ieee80211_if_fmt_dot11MeshHWMPpreqMinInterval_57762 ieee80211_if_fmt_dot11MeshHWMPpreqMinInterval 3 57762 NULL
 +SYSC_process_vm_writev_57776 SYSC_process_vm_writev 3-5 57776 NULL
++ivtv_gpio_init_57781 ivtv_gpio_init 0 57781 NULL
 +apei_exec_collect_resources_57788 apei_exec_collect_resources 0 57788 NULL
 +security_inode_unlink_57791 security_inode_unlink 0 57791 NULL
 +ld2_57794 ld2 0 57794 NULL
@@ -120144,8 +121477,9 @@ index 0000000..8972f81
 +ion_test_ioctl_57799 ion_test_ioctl 2 57799 NULL
 +bfad_debugfs_read_regrd_57830 bfad_debugfs_read_regrd 3 57830 NULL
 +copy_to_user_57835 copy_to_user 3-0 57835 NULL
-+xfs_rtpick_extent_57843 xfs_rtpick_extent 0 57843 NULL nohasharray
-+flash_read_57843 flash_read 3 57843 &xfs_rtpick_extent_57843
++mwl8k_rxq_init_57838 mwl8k_rxq_init 0 57838 NULL
++flash_read_57843 flash_read 3 57843 NULL nohasharray
++xfs_rtpick_extent_57843 xfs_rtpick_extent 0 57843 &flash_read_57843
 +kiblnd_create_tx_pool_57846 kiblnd_create_tx_pool 2 57846 NULL
 +radeon_ttm_gtt_read_57879 radeon_ttm_gtt_read 3 57879 NULL
 +xt_alloc_table_info_57903 xt_alloc_table_info 1 57903 NULL
@@ -120156,26 +121490,42 @@ index 0000000..8972f81
 +__snd_gf1_look16_57925 __snd_gf1_look16 0 57925 NULL
 +sel_read_handle_unknown_57933 sel_read_handle_unknown 3 57933 NULL
 +xfs_inode_item_format_convert_57937 xfs_inode_item_format_convert 0 57937 NULL
++ath_regd_init_57938 ath_regd_init 0 57938 NULL
 +xfs_mru_cache_create_57943 xfs_mru_cache_create 3 57943 NULL
 +key_algorithm_read_57946 key_algorithm_read 3 57946 NULL
 +ip_set_alloc_57953 ip_set_alloc 1 57953 NULL nohasharray
 +ioat3_dca_count_dca_slots_57953 ioat3_dca_count_dca_slots 0 57953 &ip_set_alloc_57953
++do_rx_dma_57996 do_rx_dma 5 57996 NULL
++cb710_pci_configure_57999 cb710_pci_configure 0 57999 NULL
 +rx_reset_counter_read_58001 rx_reset_counter_read 3 58001 NULL
-+iwl_dbgfs_ucode_rx_stats_read_58023 iwl_dbgfs_ucode_rx_stats_read 3 58023 NULL
-+io_playback_transfer_58030 io_playback_transfer 4 58030 NULL
++iwl_dbgfs_ucode_rx_stats_read_58023 iwl_dbgfs_ucode_rx_stats_read 3 58023 NULL nohasharray
++si4713_set_power_state_58023 si4713_set_power_state 0 58023 &iwl_dbgfs_ucode_rx_stats_read_58023
++io_playback_transfer_58030 io_playback_transfer 4 58030 NULL nohasharray
++asd_unpause_cseq_58030 asd_unpause_cseq 0 58030 &io_playback_transfer_58030
++snd_info_card_create_58055 snd_info_card_create 0 58055 NULL
 +mce_async_out_58056 mce_async_out 3 58056 NULL
++bq32k_write_58057 bq32k_write 4 58057 NULL
 +ocfs2_find_leaf_58065 ocfs2_find_leaf 0 58065 NULL
-+dt3155_alloc_coherent_58073 dt3155_alloc_coherent 2 58073 NULL
-+cm4040_write_58079 cm4040_write 3 58079 NULL
++dt3155_alloc_coherent_58073 dt3155_alloc_coherent 2 58073 NULL nohasharray
++rfkill_led_trigger_register_58073 rfkill_led_trigger_register 0 58073 &dt3155_alloc_coherent_58073
++cm4040_write_58079 cm4040_write 3 58079 NULL nohasharray
++usb_stor_acquire_resources_58079 usb_stor_acquire_resources 0 58079 &cm4040_write_58079
++regulator_register_supply_alias_58081 regulator_register_supply_alias 0 58081 NULL
++ntb_xeon_setup_58098 ntb_xeon_setup 0 58098 NULL
++hpsa_enter_simple_mode_58108 hpsa_enter_simple_mode 0 58108 NULL
 +ipv6_flowlabel_opt_58135 ipv6_flowlabel_opt 3 58135 NULL nohasharray
 +slhc_init_58135 slhc_init 1-2 58135 &ipv6_flowlabel_opt_58135
-+rd_build_prot_space_58137 rd_build_prot_space 2 58137 NULL
++ql_clear_routing_entries_58143 ql_clear_routing_entries 0 58143 NULL
 +xfs_bmap_add_extent_delay_real_58151 xfs_bmap_add_extent_delay_real 0 58151 NULL
++ocfs2_reserve_clusters_58164 ocfs2_reserve_clusters 0 58164 NULL
++spu_wait_for_u32_58166 spu_wait_for_u32 0 58166 NULL
 +xfs_btree_update_58167 xfs_btree_update 0 58167 NULL
++cx18_init_struct1_58169 cx18_init_struct1 0 58169 NULL
 +garmin_write_bulk_58191 garmin_write_bulk 3 58191 NULL
 +ieee80211_if_fmt_flags_58205 ieee80211_if_fmt_flags 3 58205 NULL
 +i40evf_allocate_virt_mem_d_58210 i40evf_allocate_virt_mem_d 3 58210 NULL
-+btrfsic_create_link_to_next_block_58246 btrfsic_create_link_to_next_block 4 58246 NULL
++btrfsic_create_link_to_next_block_58246 btrfsic_create_link_to_next_block 4 58246 NULL nohasharray
++regmap_raw_read_58246 regmap_raw_read 0 58246 &btrfsic_create_link_to_next_block_58246
 +read_file_debug_58256 read_file_debug 3 58256 NULL
 +osc_max_dirty_mb_seq_write_58263 osc_max_dirty_mb_seq_write 3 58263 NULL
 +cfg80211_mgmt_tx_status_58266 cfg80211_mgmt_tx_status 4 58266 NULL
@@ -120183,6 +121533,7 @@ index 0000000..8972f81
 +kstrtos8_from_user_58268 kstrtos8_from_user 2 58268 NULL
 +acpi_ds_build_internal_package_obj_58271 acpi_ds_build_internal_package_obj 3 58271 NULL
 +iscsi_decode_text_input_58292 iscsi_decode_text_input 4 58292 NULL
++tg3_get_device_address_58298 tg3_get_device_address 0 58298 NULL
 +ieee80211_if_read_dot11MeshTTL_58307 ieee80211_if_read_dot11MeshTTL 3 58307 NULL
 +tx_tx_start_int_templates_read_58324 tx_tx_start_int_templates_read 3 58324 NULL
 +ext4_ext_truncate_extend_restart_58331 ext4_ext_truncate_extend_restart 3 58331 NULL
@@ -120195,19 +121546,24 @@ index 0000000..8972f81
 +idetape_pad_zeros_58406 idetape_pad_zeros 2 58406 &kvm_mmu_write_protect_pt_masked_58406
 +xfs_btree_get_rec_58410 xfs_btree_get_rec 0 58410 NULL
 +i2400m_pld_size_58415 i2400m_pld_size 0 58415 NULL
++pci_bus_write_config_byte_58451 pci_bus_write_config_byte 0 58451 NULL
 +capabilities_read_58457 capabilities_read 3 58457 NULL
 +usnic_vnic_get_resources_58462 usnic_vnic_get_resources 3 58462 NULL
-+lpfc_idiag_baracc_read_58466 lpfc_idiag_baracc_read 3 58466 NULL nohasharray
-+compat_do_ipt_set_ctl_58466 compat_do_ipt_set_ctl 4 58466 &lpfc_idiag_baracc_read_58466
++compat_do_ipt_set_ctl_58466 compat_do_ipt_set_ctl 4 58466 NULL nohasharray
++lpfc_idiag_baracc_read_58466 lpfc_idiag_baracc_read 3 58466 &compat_do_ipt_set_ctl_58466
 +nv_rd08_58472 nv_rd08 0 58472 NULL
++p54_register_common_58476 p54_register_common 0 58476 NULL
 +acpi_tables_sysfs_init_58477 acpi_tables_sysfs_init 0 58477 NULL
++mthca_status_to_errno_58482 mthca_status_to_errno 0 58482 NULL
 +snd_gf1_read_addr_58483 snd_gf1_read_addr 0 58483 NULL
 +snd_rme96_capture_copy_58484 snd_rme96_capture_copy 5 58484 NULL
-+btrfs_cont_expand_58498 btrfs_cont_expand 0-2-3 58498 NULL
++btrfs_cont_expand_58498 btrfs_cont_expand 2-3-0 58498 NULL
++tcf_hash_create_58507 tcf_hash_create 4 58507 NULL
 +gfs2_dir_get_new_buffer_58509 gfs2_dir_get_new_buffer 0 58509 NULL
 +rndis_add_response_58544 rndis_add_response 2 58544 NULL
 +wep_decrypt_fail_read_58567 wep_decrypt_fail_read 3 58567 NULL
 +scnprint_mac_oui_58578 scnprint_mac_oui 3-0 58578 NULL
++cur_wm_latency_write_58581 cur_wm_latency_write 3 58581 NULL
 +get_rhf_errstring_58582 get_rhf_errstring 3 58582 NULL
 +ea_read_inline_58589 ea_read_inline 0 58589 NULL
 +isku_sysfs_read_keys_thumbster_58590 isku_sysfs_read_keys_thumbster 6 58590 NULL
@@ -120215,89 +121571,136 @@ index 0000000..8972f81
 +ecryptfs_write_end_58594 ecryptfs_write_end 5-3 58594 NULL
 +radeon_bo_size_58606 radeon_bo_size 0 58606 NULL
 +skb_copy_to_page_nocache_58624 skb_copy_to_page_nocache 6 58624 NULL
++ath10k_bmi_read_memory_58628 ath10k_bmi_read_memory 0 58628 NULL
 +filemap_fdatawrite_range_58630 filemap_fdatawrite_range 0 58630 NULL
 +tx_tx_start_fw_gen_read_58648 tx_tx_start_fw_gen_read 3 58648 NULL
 +iwl_dbgfs_rx_handlers_write_58655 iwl_dbgfs_rx_handlers_write 3 58655 NULL
 +find_zero_58685 find_zero 0-1 58685 NULL
 +uwb_bce_print_IEs_58686 uwb_bce_print_IEs 4 58686 NULL
 +tps6586x_writes_58689 tps6586x_writes 2-3 58689 NULL
++adap_init0_58694 adap_init0 0 58694 NULL
++scsi_setup_command_freelist_58703 scsi_setup_command_freelist 0 58703 NULL
 +vx_send_msg_58711 vx_send_msg 0 58711 NULL
++da9052_gpio_to_irq_58729 da9052_gpio_to_irq 2 58729 NULL
 +csum_exist_in_range_58730 csum_exist_in_range 2-3 58730 NULL
 +frames_to_bytes_58741 frames_to_bytes 0-2 58741 NULL
 +ieee80211_if_write_tkip_mic_test_58748 ieee80211_if_write_tkip_mic_test 3 58748 NULL
 +agp_allocate_memory_58761 agp_allocate_memory 2 58761 NULL
 +regmap_calc_reg_len_58795 regmap_calc_reg_len 0 58795 NULL
++sep_register_driver_with_fs_58802 sep_register_driver_with_fs 0 58802 NULL
 +raw_send_hdrinc_58803 raw_send_hdrinc 4 58803 NULL
 +isku_sysfs_read_58806 isku_sysfs_read 5 58806 NULL
++write_file_58812 write_file 4 58812 NULL
 +ep_read_58813 ep_read 3 58813 NULL
 +command_write_58841 command_write 3 58841 NULL
++__ath9k_hw_init_58848 __ath9k_hw_init 0 58848 NULL
++ocfs2_truncate_log_append_58850 ocfs2_truncate_log_append 0 58850 NULL
 +ath6kl_wmi_send_action_cmd_58860 ath6kl_wmi_send_action_cmd 7 58860 NULL
++i2c_atmel_send_58870 i2c_atmel_send 3 58870 NULL
 +gs_alloc_req_58883 gs_alloc_req 2 58883 NULL
 +esas2r_change_queue_depth_58886 esas2r_change_queue_depth 2 58886 NULL
++sd_format_disk_name_58907 sd_format_disk_name 0 58907 NULL
 +lprocfs_wr_pinger_recov_58914 lprocfs_wr_pinger_recov 3 58914 NULL
 +print_devstats_dot11FCSErrorCount_58919 print_devstats_dot11FCSErrorCount 3 58919 NULL
 +pipeline_cs_rx_packet_out_read_58926 pipeline_cs_rx_packet_out_read 3 58926 NULL
++ntb_transport_init_queue_58929 ntb_transport_init_queue 0 58929 NULL
++t4vf_config_rss_range_58930 t4vf_config_rss_range 0 58930 NULL
++SyS_pread64_58935 SyS_pread64 3 58935 NULL
 +xfs_bmap_read_extents_58936 xfs_bmap_read_extents 0 58936 NULL
++vip_gpio_reserve_58943 vip_gpio_reserve 0 58943 NULL
 +wait_table_hash_nr_entries_58962 wait_table_hash_nr_entries 0 58962 NULL
 +ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout_58965 ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout 3 58965 NULL
 +crypto_aead_ivsize_58970 crypto_aead_ivsize 0 58970 NULL
-+__mem_cgroup_try_charge_58976 __mem_cgroup_try_charge 0 58976 NULL
++usbhs_mod_gadget_probe_58987 usbhs_mod_gadget_probe 0 58987 NULL
 +init_list_set_59005 init_list_set 3 59005 NULL
 +ep_write_59008 ep_write 3 59008 NULL
 +lpfc_idiag_baracc_write_59014 lpfc_idiag_baracc_write 3 59014 NULL
 +SyS_preadv_59029 SyS_preadv 3 59029 NULL
-+init_pci_cap_msi_perm_59033 init_pci_cap_msi_perm 2 59033 NULL
++init_pci_cap_msi_perm_59033 init_pci_cap_msi_perm 2-0 59033 NULL
 +selinux_transaction_write_59038 selinux_transaction_write 3 59038 NULL
 +crypto_aead_reqsize_59039 crypto_aead_reqsize 0 59039 NULL
-+regmap_bulk_write_59049 regmap_bulk_write 2-4 59049 NULL
-+mmc_sd_num_wr_blocks_59112 mmc_sd_num_wr_blocks 0 59112 NULL
-+scsi_io_completion_59122 scsi_io_completion 2 59122 NULL nohasharray
-+sta_tx_latency_stat_table_59122 sta_tx_latency_stat_table 0-4-5 59122 &scsi_io_completion_59122
++regmap_bulk_write_59049 regmap_bulk_write 2-4 59049 NULL nohasharray
++i8042_enable_kbd_port_59049 i8042_enable_kbd_port 0 59049 &regmap_bulk_write_59049
++fnic_dev_stats_dump_59091 fnic_dev_stats_dump 0 59091 NULL
++mmc_sd_num_wr_blocks_59112 mmc_sd_num_wr_blocks 0 59112 NULL nohasharray
++asd_post_escb_list_59112 asd_post_escb_list 0 59112 &mmc_sd_num_wr_blocks_59112
++sta_tx_latency_stat_table_59122 sta_tx_latency_stat_table 0-4-5 59122 NULL nohasharray
++scsi_io_completion_59122 scsi_io_completion 2 59122 &sta_tx_latency_stat_table_59122
 +nfc_llcp_send_i_frame_59130 nfc_llcp_send_i_frame 3 59130 NULL
++__iio_add_event_config_attrs_59136 __iio_add_event_config_attrs 0 59136 NULL
 +print_devstats_dot11RTSSuccessCount_59145 print_devstats_dot11RTSSuccessCount 3 59145 NULL nohasharray
 +framebuffer_alloc_59145 framebuffer_alloc 1 59145 &print_devstats_dot11RTSSuccessCount_59145
++ocfs2_claim_local_alloc_bits_59147 ocfs2_claim_local_alloc_bits 0 59147 NULL
 +radeon_compat_ioctl_59150 radeon_compat_ioctl 2 59150 NULL
 +pvr2_hdw_report_clients_59152 pvr2_hdw_report_clients 3 59152 NULL
++mthca_create_eq_59157 mthca_create_eq 0 59157 NULL
 +ksize_59176 ksize 0 59176 NULL
++rtsx_pci_write_register_59177 rtsx_pci_write_register 0 59177 NULL
 +setup_window_59178 setup_window 4-2-5-7 59178 NULL
 +ocfs2_move_extent_59187 ocfs2_move_extent 2-5 59187 NULL
 +xfs_ialloc_next_rec_59193 xfs_ialloc_next_rec 0 59193 NULL
++p54_parse_firmware_59195 p54_parse_firmware 0 59195 NULL
 +xfs_iext_realloc_indirect_59211 xfs_iext_realloc_indirect 2 59211 NULL
++spu_init_59215 spu_init 0 59215 NULL
 +check_mapped_selector_name_59216 check_mapped_selector_name 5 59216 NULL
 +dt3155_read_59226 dt3155_read 3 59226 NULL
-+paging64_gpte_to_gfn_lvl_59229 paging64_gpte_to_gfn_lvl 0-1-2 59229 NULL
++paging64_gpte_to_gfn_lvl_59229 paging64_gpte_to_gfn_lvl 0-2-1 59229 NULL nohasharray
++ql_adapter_initialize_59229 ql_adapter_initialize 0 59229 &paging64_gpte_to_gfn_lvl_59229
++lpfc_sli4_queue_setup_59242 lpfc_sli4_queue_setup 0 59242 NULL
++init_queue_59250 init_queue 0 59250 NULL
 +nla_len_59258 nla_len 0 59258 NULL
 +drbd_bm_write_page_59290 drbd_bm_write_page 2 59290 NULL
++netdev_queue_update_kobjects_59301 netdev_queue_update_kobjects 0 59301 NULL
 +btrfs_insert_dir_item_59304 btrfs_insert_dir_item 4 59304 NULL
 +xfs_iformat_fork_59312 xfs_iformat_fork 0 59312 NULL
 +fd_copyout_59323 fd_copyout 3 59323 NULL
++ipr_probe_ioa_59326 ipr_probe_ioa 0 59326 NULL
 +read_9287_modal_eeprom_59327 read_9287_modal_eeprom 3 59327 NULL
++set_state_private_59336 set_state_private 0 59336 NULL
 +rx_defrag_in_process_called_read_59338 rx_defrag_in_process_called_read 3 59338 NULL
 +xfs_attrmulti_attr_set_59346 xfs_attrmulti_attr_set 4 59346 NULL nohasharray
 +xfs_alloc_lookup_le_59346 xfs_alloc_lookup_le 0 59346 &xfs_attrmulti_attr_set_59346
 +__map_request_59350 __map_request 0 59350 NULL
 +gfs2_quota_lock_check_59353 gfs2_quota_lock_check 0 59353 NULL
-+f2fs_fallocate_59377 f2fs_fallocate 4-3 59377 NULL
++hardware_init_port_59375 hardware_init_port 0 59375 NULL
++adp5588_read_59376 adp5588_read 0 59376 NULL
++f2fs_fallocate_59377 f2fs_fallocate 3-4 59377 NULL
 +pvr2_debugifc_print_info_59380 pvr2_debugifc_print_info 3 59380 NULL
 +journal_init_dev_59384 journal_init_dev 5 59384 NULL
 +__net_get_random_once_59389 __net_get_random_once 2 59389 NULL
 +isku_sysfs_read_keys_function_59412 isku_sysfs_read_keys_function 6 59412 NULL
 +pci_ctrl_read_59424 pci_ctrl_read 0 59424 NULL
 +vxge_hw_ring_rxds_per_block_get_59425 vxge_hw_ring_rxds_per_block_get 0 59425 NULL
++snd_pcm_tstamp_59431 snd_pcm_tstamp 0 59431 NULL
 +SyS_sched_setaffinity_59442 SyS_sched_setaffinity 2 59442 NULL
 +fs_path_ensure_buf_59445 fs_path_ensure_buf 2 59445 NULL
++tipc_recv_stream_59456 tipc_recv_stream 4 59456 NULL
++t4vf_get_vpd_params_59484 t4vf_get_vpd_params 0 59484 NULL
++_iwl_dbgfs_bcast_filters_write_59491 _iwl_dbgfs_bcast_filters_write 3 59491 NULL
++rtw_cfg80211_set_mgnt_wpsp2pie_59497 rtw_cfg80211_set_mgnt_wpsp2pie 3 59497 NULL
++ath10k_htc_send_59498 ath10k_htc_send 0 59498 NULL
 +ib_copy_from_udata_59502 ib_copy_from_udata 3 59502 NULL
++C_SYSC_get_mempolicy_59516 C_SYSC_get_mempolicy 3 59516 NULL
 +mic_vringh_copy_59523 mic_vringh_copy 4 59523 NULL
++ipw2100_wdev_init_59533 ipw2100_wdev_init 0 59533 NULL
++msix_setup_entries_59545 msix_setup_entries 0 59545 NULL nohasharray
++idr_alloc_59545 idr_alloc 0 59545 &msix_setup_entries_59545
 +mpi_get_nbits_59551 mpi_get_nbits 0 59551 NULL
++ath9k_cmn_init_channels_rates_59557 ath9k_cmn_init_channels_rates 0 59557 NULL
 +tunables_write_59563 tunables_write 3 59563 NULL
 +bio_split_59564 bio_split 2 59564 NULL
 +__copy_from_user_ll_nozero_59571 __copy_from_user_ll_nozero 0-3 59571 NULL
++ext2_rec_len_from_disk_59581 ext2_rec_len_from_disk 0-1 59581 NULL
 +write_pbl_59583 write_pbl 4 59583 NULL
 +memdup_user_59590 memdup_user 2 59590 NULL
++max8925_bulk_write_59597 max8925_bulk_write 3 59597 NULL
++tps6586x_irq_get_virq_59601 tps6586x_irq_get_virq 2 59601 NULL
 +xrcdn_free_res_59616 xrcdn_free_res 5 59616 NULL nohasharray
 +mem_fwlog_free_mem_blks_read_59616 mem_fwlog_free_mem_blks_read 3 59616 &xrcdn_free_res_59616
 +ath6kl_endpoint_stats_write_59621 ath6kl_endpoint_stats_write 3 59621 NULL
 +mtrr_write_59622 mtrr_write 3 59622 NULL
++ocfs2_adjust_rightmost_branch_59623 ocfs2_adjust_rightmost_branch 0 59623 NULL
++fnic_alloc_rq_frame_59634 fnic_alloc_rq_frame 0 59634 NULL
 +find_first_zero_bit_59636 find_first_zero_bit 0 59636 NULL
 +SyS_setdomainname_59646 SyS_setdomainname 2 59646 NULL
 +file_update_time_59647 file_update_time 0 59647 NULL
@@ -120306,18 +121709,23 @@ index 0000000..8972f81
 +__devcgroup_check_permission_59665 __devcgroup_check_permission 0 59665 NULL
 +iwl_dbgfs_mac_params_read_59666 iwl_dbgfs_mac_params_read 3 59666 NULL
 +alloc_dca_provider_59670 alloc_dca_provider 2 59670 NULL
++sriov_enable_59689 sriov_enable 0 59689 NULL
 +mic_calc_failure_read_59700 mic_calc_failure_read 3 59700 NULL
 +ioperm_get_59701 ioperm_get 4-3 59701 NULL
++snd_pcm_info_user_59711 snd_pcm_info_user 0 59711 NULL
 +prism2_info_scanresults_59729 prism2_info_scanresults 3 59729 NULL
 +ieee80211_if_read_fwded_unicast_59740 ieee80211_if_read_fwded_unicast 3 59740 NULL
 +fat_direct_IO_59741 fat_direct_IO 4 59741 NULL
 +qib_decode_7220_sdma_errs_59745 qib_decode_7220_sdma_errs 4 59745 NULL
 +strnlen_59746 strnlen 0 59746 NULL
 +ext3_acl_count_59754 ext3_acl_count 0-1 59754 NULL
++ioat2_reset_sync_59756 ioat2_reset_sync 0 59756 NULL
 +long_retry_limit_read_59766 long_retry_limit_read 3 59766 NULL nohasharray
 +cap_inode_need_killpriv_59766 cap_inode_need_killpriv 0 59766 &long_retry_limit_read_59766
 +venus_remove_59781 venus_remove 4 59781 NULL
 +mei_nfc_recv_59784 mei_nfc_recv 3 59784 NULL
++pt1_init_table_59798 pt1_init_table 0 59798 NULL
++C_SYSC_preadv_59801 C_SYSC_preadv 3 59801 NULL
 +ipw_write_59807 ipw_write 3 59807 NULL
 +scsi_init_shared_tag_map_59812 scsi_init_shared_tag_map 2 59812 NULL
 +ieee80211_if_read_dot11MeshHWMPmaxPREQretries_59829 ieee80211_if_read_dot11MeshHWMPmaxPREQretries 3 59829 NULL
@@ -120325,13 +121733,19 @@ index 0000000..8972f81
 +regmap_raw_write_async_59849 regmap_raw_write_async 2-4 59849 NULL
 +pvr2_ioread_set_sync_key_59882 pvr2_ioread_set_sync_key 3 59882 NULL
 +l2cap_sock_recvmsg_59886 l2cap_sock_recvmsg 4 59886 NULL
++mlx4_table_get_59887 mlx4_table_get 0 59887 NULL
 +ffs_prepare_buffer_59892 ffs_prepare_buffer 2 59892 NULL
++ocfs2_extend_rotate_transaction_59894 ocfs2_extend_rotate_transaction 0 59894 NULL
 +kvm_mmu_notifier_invalidate_range_start_59944 kvm_mmu_notifier_invalidate_range_start 3-4 59944 NULL
++ocfs2_expand_inline_ref_root_59945 ocfs2_expand_inline_ref_root 0 59945 NULL
 +ath10k_read_dfs_stats_59949 ath10k_read_dfs_stats 3 59949 NULL
 +dapm_widget_power_read_file_59950 dapm_widget_power_read_file 3 59950 NULL nohasharray
 +il_dbgfs_rxon_flags_read_59950 il_dbgfs_rxon_flags_read 3 59950 &dapm_widget_power_read_file_59950
 +il_dbgfs_missed_beacon_read_59956 il_dbgfs_missed_beacon_read 3 59956 NULL
 +__arch_hweight16_59975 __arch_hweight16 0 59975 NULL
++raw_notifier_chain_register_59977 raw_notifier_chain_register 0 59977 NULL
++phy_record_59981 phy_record 0 59981 NULL
++asd_map_memio_59988 asd_map_memio 0 59988 NULL
 +osd_req_read_kern_59990 osd_req_read_kern 5 59990 NULL
 +ghash_async_setkey_60001 ghash_async_setkey 3 60001 NULL
 +ieee80211_if_fmt_dot11MeshAwakeWindowDuration_60006 ieee80211_if_fmt_dot11MeshAwakeWindowDuration 3 60006 NULL
@@ -120341,6 +121755,7 @@ index 0000000..8972f81
 +osd_req_list_dev_partitions_60027 osd_req_list_dev_partitions 4 60027 NULL
 +xlog_bread_offset_60030 xlog_bread_offset 3 60030 NULL
 +xfs_imap_to_bp_60034 xfs_imap_to_bp 0 60034 NULL
++skd_acquire_msix_60037 skd_acquire_msix 0 60037 NULL
 +bio_integrity_hw_sectors_60039 bio_integrity_hw_sectors 0-2 60039 NULL
 +do_ip6t_set_ctl_60040 do_ip6t_set_ctl 4 60040 NULL
 +vcs_size_60050 vcs_size 0 60050 NULL
@@ -120350,68 +121765,98 @@ index 0000000..8972f81
 +c4iw_num_stags_60073 c4iw_num_stags 0 60073 NULL
 +rxrpc_kernel_send_data_60083 rxrpc_kernel_send_data 3 60083 NULL
 +ieee80211_if_fmt_fwded_frames_60103 ieee80211_if_fmt_fwded_frames 3 60103 NULL
++pci_save_state_60109 pci_save_state 0 60109 NULL
 +SYSC_msgsnd_60113 SYSC_msgsnd 3 60113 NULL
 +nfs_idmap_request_key_60124 nfs_idmap_request_key 2 60124 NULL
 +__mutex_lock_common_60134 __mutex_lock_common 0 60134 NULL
++spu_wait_for_u16_60142 spu_wait_for_u16 0 60142 NULL
++solo_disp_init_60146 solo_disp_init 0 60146 NULL
 +ld_usb_read_60156 ld_usb_read 3 60156 NULL
 +jmb38x_ms_count_slots_60164 jmb38x_ms_count_slots 0 60164 NULL
 +init_state_60165 init_state 2 60165 NULL
 +jffs2_alloc_full_dirent_60179 jffs2_alloc_full_dirent 1 60179 NULL nohasharray
 +sg_build_sgat_60179 sg_build_sgat 3 60179 &jffs2_alloc_full_dirent_60179
 +fuse_async_req_send_60183 fuse_async_req_send 0-3 60183 NULL
-+rx_rx_tkip_replays_read_60193 rx_rx_tkip_replays_read 3 60193 NULL
++rx_rx_tkip_replays_read_60193 rx_rx_tkip_replays_read 3 60193 NULL nohasharray
++arch_setup_msi_irqs_60193 arch_setup_msi_irqs 0 60193 &rx_rx_tkip_replays_read_60193
 +qib_reg_phys_mr_60202 qib_reg_phys_mr 3 60202 NULL
 +btrfs_get_token_16_60220 btrfs_get_token_16 0 60220 NULL
++arizona_map_irq_60230 arizona_map_irq 2 60230 NULL
++wm831x_irq_60254 wm831x_irq 2 60254 NULL
 +irq_alloc_domain_generic_chips_60264 irq_alloc_domain_generic_chips 2-3 60264 NULL
++mlx4_ACCESS_MEM_60265 mlx4_ACCESS_MEM 0 60265 NULL
 +display_crc_ctl_write_60273 display_crc_ctl_write 3 60273 NULL
 +printer_write_60276 printer_write 3 60276 NULL
++remove_srq_ok_60280 remove_srq_ok 0 60280 NULL
 +do_xip_mapping_read_60297 do_xip_mapping_read 5 60297 NULL
 +getDataLength_60301 getDataLength 0 60301 NULL
++bch_subtract_dirty_60306 bch_subtract_dirty 3-4 60306 NULL
++mlx4_slave_cmd_60337 mlx4_slave_cmd 0 60337 NULL
 +usb_alphatrack_write_60341 usb_alphatrack_write 3 60341 NULL
 +__kfifo_from_user_r_60345 __kfifo_from_user_r 5-3 60345 NULL
 +dccp_setsockopt_60367 dccp_setsockopt 5 60367 NULL
++ubi_eba_atomic_leb_change_60379 ubi_eba_atomic_leb_change 0 60379 NULL
 +mthca_alloc_resize_buf_60394 mthca_alloc_resize_buf 3 60394 NULL
 +ocfs2_zero_extend_60396 ocfs2_zero_extend 3 60396 NULL
++tveeprom_read_60397 tveeprom_read 3 60397 NULL
 +driver_names_read_60399 driver_names_read 3 60399 NULL
 +simple_alloc_urb_60420 simple_alloc_urb 3 60420 NULL
 +excessive_retries_read_60425 excessive_retries_read 3 60425 NULL
 +kmalloc_60432 kmalloc 1 60432 NULL nohasharray
 +tstats_write_60432 tstats_write 3 60432 &kmalloc_60432
++t4_wait_op_done_60444 t4_wait_op_done 0 60444 NULL
 +snd_hda_get_num_raw_conns_60462 snd_hda_get_num_raw_conns 0 60462 NULL
++ivtv_streams_setup_60463 ivtv_streams_setup 0 60463 NULL
++rtsx_pci_init_chip_60470 rtsx_pci_init_chip 0 60470 NULL
 +crypto_shash_setkey_60483 crypto_shash_setkey 3 60483 NULL
 +lustre_msg_early_size_60496 lustre_msg_early_size 0 60496 NULL
++psy_register_thermal_60507 psy_register_thermal 0 60507 NULL
 +xfs_btree_make_block_unfull_60511 xfs_btree_make_block_unfull 0 60511 NULL
++ath_tx_init_60515 ath_tx_init 0 60515 NULL
++lx_dsp_reg_read_60524 lx_dsp_reg_read 0 60524 NULL
++compat_SyS_get_mempolicy_60527 compat_SyS_get_mempolicy 3 60527 NULL
 +v9fs_fid_readn_60544 v9fs_fid_readn 4 60544 NULL
 +nonpaging_map_60551 nonpaging_map 4 60551 NULL
 +osc_lockless_truncate_seq_write_60553 osc_lockless_truncate_seq_write 3 60553 NULL
++solo_sysfs_init_60561 solo_sysfs_init 0 60561 NULL
++em28xx_write_ac97_60562 em28xx_write_ac97 0 60562 NULL
 +tracing_entries_write_60563 tracing_entries_write 3 60563 NULL
 +memblock_virt_alloc_try_nid_nopanic_60604 memblock_virt_alloc_try_nid_nopanic 1 60604 NULL
 +inode_change_ok_60614 inode_change_ok 0 60614 NULL
++ath10k_wmi_pdev_set_param_60615 ath10k_wmi_pdev_set_param 0 60615 NULL
 +skb_transport_offset_60619 skb_transport_offset 0 60619 NULL
 +wl1273_fm_fops_write_60621 wl1273_fm_fops_write 3 60621 NULL
 +acl_alloc_stack_init_60630 acl_alloc_stack_init 1 60630 NULL
++ath10k_hif_power_up_60645 ath10k_hif_power_up 0 60645 NULL
 +__proc_lnet_stats_60647 __proc_lnet_stats 5 60647 NULL
++ibmasm_send_driver_vpd_60648 ibmasm_send_driver_vpd 0 60648 NULL
++get_and_reset_irq_60653 get_and_reset_irq 0 60653 NULL
 +if_sdio_host_to_card_60666 if_sdio_host_to_card 4 60666 NULL
 +ieee80211_if_read_dot11MeshConfirmTimeout_60670 ieee80211_if_read_dot11MeshConfirmTimeout 3 60670 NULL
++pci_bus_alloc_from_region_60687 pci_bus_alloc_from_region 0 60687 NULL
 +vga_rcrt_60731 vga_rcrt 0 60731 NULL
 +snd_ice1712_ds_read_60754 snd_ice1712_ds_read 0 60754 NULL
 +raid_status_60755 raid_status 5 60755 NULL
++dwc2_fs_phy_init_60759 dwc2_fs_phy_init 0 60759 NULL
 +sel_write_checkreqprot_60774 sel_write_checkreqprot 3 60774 NULL
 +opticon_write_60775 opticon_write 4 60775 NULL
 +acl_alloc_num_60778 acl_alloc_num 1-2 60778 NULL
 +snd_pcm_oss_readv3_60792 snd_pcm_oss_readv3 3 60792 NULL
 +gfs2_bmap_alloc_60822 gfs2_bmap_alloc 0 60822 NULL
++dma_set_coherent_mask_60828 dma_set_coherent_mask 0 60828 NULL
 +pwr_tx_with_ps_read_60851 pwr_tx_with_ps_read 3 60851 NULL
-+__clone_and_map_data_bio_60861 __clone_and_map_data_bio 4-3 60861 NULL
++__clone_and_map_data_bio_60861 __clone_and_map_data_bio 4-3 60861 NULL nohasharray
++usb_bulk_msg_60861 usb_bulk_msg 0 60861 &__clone_and_map_data_bio_60861
 +alloc_buf_60864 alloc_buf 3-2 60864 NULL
 +generic_writepages_60871 generic_writepages 0 60871 NULL
++ubifs_read_one_lp_60882 ubifs_read_one_lp 0 60882 NULL
 +ext4_update_inline_data_60888 ext4_update_inline_data 3 60888 NULL
 +iio_debugfs_read_reg_60908 iio_debugfs_read_reg 3 60908 NULL
 +libcfs_sock_ioctl_60915 libcfs_sock_ioctl 0 60915 NULL
 +mgt_set_varlen_60916 mgt_set_varlen 4 60916 NULL
-+scrub_chunk_60926 scrub_chunk 5 60926 NULL
 +submit_extent_page_60928 submit_extent_page 5 60928 NULL
 +xfs_rtallocate_extent_size_60939 xfs_rtallocate_extent_size 0 60939 NULL
++send_pktsched_cmd_60957 send_pktsched_cmd 0 60957 NULL
 +pti_char_write_60960 pti_char_write 3 60960 NULL
 +mwifiex_alloc_sdio_mpa_buffers_60961 mwifiex_alloc_sdio_mpa_buffers 2-3 60961 NULL
 +__a2mp_build_60987 __a2mp_build 3 60987 NULL
@@ -120419,47 +121864,61 @@ index 0000000..8972f81
 +ath6kl_lrssi_roam_read_61022 ath6kl_lrssi_roam_read 3 61022 NULL
 +graph_depth_write_61024 graph_depth_write 3 61024 NULL
 +sdhci_pltfm_register_61031 sdhci_pltfm_register 3 61031 NULL
++pccard_get_first_tuple_61036 pccard_get_first_tuple 0 61036 NULL
 +lpfc_idiag_queacc_write_61043 lpfc_idiag_queacc_write 3 61043 NULL
++psy_register_cooler_61047 psy_register_cooler 0 61047 NULL
 +symtab_init_61050 symtab_init 2 61050 NULL
 +fuse_send_write_61053 fuse_send_write 0-4 61053 NULL
-+bitmap_scnlistprintf_61062 bitmap_scnlistprintf 0-2 61062 NULL
++snd_pcm_pause_61054 snd_pcm_pause 0 61054 NULL
++bitmap_scnlistprintf_61062 bitmap_scnlistprintf 2-0 61062 NULL
 +ahash_align_buffer_size_61070 ahash_align_buffer_size 0-1-2 61070 NULL
++snd_pcm_update_hw_ptr0_61084 snd_pcm_update_hw_ptr0 0 61084 NULL
 +xfs_dabuf_map_61093 xfs_dabuf_map 0 61093 NULL
 +get_derived_key_61100 get_derived_key 4 61100 NULL
-+mem_cgroup_cache_charge_61101 mem_cgroup_cache_charge 0 61101 NULL
-+i40e_calculate_l2fpm_size_61104 i40e_calculate_l2fpm_size 0-4-3-2-1 61104 NULL
++i40e_calculate_l2fpm_size_61104 i40e_calculate_l2fpm_size 0-1-2-3-4 61104 NULL
 +alloc_chrdev_region_61112 alloc_chrdev_region 0 61112 NULL
 +__probe_kernel_read_61119 __probe_kernel_read 3 61119 NULL
 +vmemmap_alloc_block_buf_61126 vmemmap_alloc_block_buf 1 61126 NULL
 +afs_proc_cells_write_61139 afs_proc_cells_write 3 61139 NULL
++beiscsi_process_mcc_61141 beiscsi_process_mcc 0 61141 NULL
++sram_test_pass_61148 sram_test_pass 0 61148 NULL nohasharray
++v4l2_device_register_subdev_61148 v4l2_device_register_subdev 0 61148 &sram_test_pass_61148
 +pair_device_61175 pair_device 4 61175 NULL nohasharray
 +event_oom_late_read_61175 event_oom_late_read 3 61175 &pair_device_61175
 +dio_bio_add_page_61178 dio_bio_add_page 0 61178 NULL
 +SyS_prctl_61202 SyS_prctl 4 61202 NULL
++bt878_mem_alloc_61208 bt878_mem_alloc 0 61208 NULL
 +arch_hibernation_header_save_61212 arch_hibernation_header_save 0 61212 NULL
 +smk_read_ambient_61220 smk_read_ambient 3 61220 NULL
++dt3155_init_board_61231 dt3155_init_board 0 61231 NULL
 +v9fs_mmap_file_read_61262 v9fs_mmap_file_read 3 61262 NULL
++t3_sge_init_ecntxt_61269 t3_sge_init_ecntxt 0 61269 NULL
 +btrfs_bio_alloc_61270 btrfs_bio_alloc 3 61270 NULL nohasharray
 +find_get_pages_tag_61270 find_get_pages_tag 0 61270 &btrfs_bio_alloc_61270 nohasharray
 +ifalias_store_61270 ifalias_store 4 61270 &find_get_pages_tag_61270
 +vortex_adbdma_getlinearpos_61283 vortex_adbdma_getlinearpos 0 61283 NULL nohasharray
 +hfsplus_getxattr_finder_info_61283 hfsplus_getxattr_finder_info 0 61283 &vortex_adbdma_getlinearpos_61283
 +nvme_trans_copy_to_user_61288 nvme_trans_copy_to_user 3 61288 NULL
++power_supply_create_triggers_61295 power_supply_create_triggers 0 61295 NULL
 +xfer_from_user_61307 xfer_from_user 3 61307 NULL
 +xfrm_user_sec_ctx_size_61320 xfrm_user_sec_ctx_size 0 61320 NULL
 +C_SYSC_msgsnd_61330 C_SYSC_msgsnd 3 61330 NULL
 +write_file_spectral_short_repeat_61335 write_file_spectral_short_repeat 3 61335 NULL
 +st5481_setup_isocpipes_61340 st5481_setup_isocpipes 6-4 61340 NULL
-+rx_rx_wa_ba_not_expected_read_61341 rx_rx_wa_ba_not_expected_read 3 61341 NULL
++rx_rx_wa_ba_not_expected_read_61341 rx_rx_wa_ba_not_expected_read 3 61341 NULL nohasharray
++do_splice_direct_61341 do_splice_direct 5 61341 &rx_rx_wa_ba_not_expected_read_61341
 +__dm_get_reserved_ios_61342 __dm_get_reserved_ios 0-3-2 61342 NULL
 +f1x_map_sysaddr_to_csrow_61344 f1x_map_sysaddr_to_csrow 2 61344 NULL
 +debug_debug4_read_61367 debug_debug4_read 3 61367 NULL
 +system_enable_write_61396 system_enable_write 3 61396 NULL
++xfs_zero_remaining_bytes_61423 xfs_zero_remaining_bytes 3 61423 NULL
++dma_ops_area_alloc_61440 dma_ops_area_alloc 3-4-0 61440 NULL
 +unix_stream_sendmsg_61455 unix_stream_sendmsg 4 61455 NULL
 +snd_pcm_lib_writev_transfer_61483 snd_pcm_lib_writev_transfer 5-4-2 61483 NULL
 +btrfs_item_size_61485 btrfs_item_size 0 61485 NULL
 +ocfs2_get_refcount_rec_61514 ocfs2_get_refcount_rec 0 61514 NULL
 +erst_errno_61526 erst_errno 0 61526 NULL
++compat_SyS_select_61542 compat_SyS_select 1 61542 NULL
 +trace_options_core_write_61551 trace_options_core_write 3 61551 NULL
 +dvb_net_ioctl_61559 dvb_net_ioctl 2 61559 NULL
 +parport_pc_fifo_write_block_dma_61568 parport_pc_fifo_write_block_dma 3 61568 NULL
@@ -120467,9 +121926,10 @@ index 0000000..8972f81
 +ieee80211_if_read_rc_rateidx_mask_2ghz_61570 ieee80211_if_read_rc_rateidx_mask_2ghz 3 61570 NULL
 +ldlm_pool_rw_atomic_seq_write_61572 ldlm_pool_rw_atomic_seq_write 3 61572 NULL
 +seq_open_private_61589 seq_open_private 3 61589 NULL
-+ept_gpte_to_gfn_lvl_61591 ept_gpte_to_gfn_lvl 0-1-2 61591 NULL
++ept_gpte_to_gfn_lvl_61591 ept_gpte_to_gfn_lvl 0-2-1 61591 NULL
 +netlink_recvmsg_61600 netlink_recvmsg 4 61600 NULL
-+nfs4_init_uniform_client_string_61601 nfs4_init_uniform_client_string 3 61601 NULL
++nfs4_init_uniform_client_string_61601 nfs4_init_uniform_client_string 3 61601 NULL nohasharray
++cx2341x_handler_init_61601 cx2341x_handler_init 0 61601 &nfs4_init_uniform_client_string_61601
 +configfs_write_file_61621 configfs_write_file 3 61621 NULL
 +ieee80211_if_fmt_hw_queues_61629 ieee80211_if_fmt_hw_queues 3 61629 NULL
 +i2o_parm_table_get_61635 i2o_parm_table_get 6 61635 NULL
@@ -120477,23 +121937,33 @@ index 0000000..8972f81
 +tcf_hashinfo_init_61643 tcf_hashinfo_init 2 61643 &snd_pcm_oss_read3_61643
 +resize_stripes_61650 resize_stripes 2 61650 NULL
 +ttm_page_pool_free_61661 ttm_page_pool_free 2-0 61661 NULL
++pci_read_config_dword_61662 pci_read_config_dword 0 61662 NULL
 +insert_one_name_61668 insert_one_name 7 61668 NULL
++snd_pcm_playback_avail_61671 snd_pcm_playback_avail 0 61671 NULL
 +qib_format_hwmsg_61679 qib_format_hwmsg 2 61679 NULL
 +lock_loop_61681 lock_loop 1 61681 NULL
++__do_tune_cpucache_61684 __do_tune_cpucache 2 61684 NULL
++ipr_request_other_msi_irqs_61689 ipr_request_other_msi_irqs 0 61689 NULL
 +filter_read_61692 filter_read 3 61692 NULL
++prog_page_61711 prog_page 2 61711 NULL
 +iov_length_61716 iov_length 0 61716 NULL
 +fragmentation_threshold_read_61718 fragmentation_threshold_read 3 61718 NULL
 +null_alloc_reqbuf_61719 null_alloc_reqbuf 3 61719 NULL
++asd_register_sas_ha_61730 asd_register_sas_ha 0 61730 NULL
 +read_file_interrupt_61742 read_file_interrupt 3 61742 NULL nohasharray
 +read_file_regval_61742 read_file_regval 3 61742 &read_file_interrupt_61742
++velocity_init_dma_rings_61759 velocity_init_dma_rings 0 61759 NULL
 +SyS_sendto_61763 SyS_sendto 6 61763 NULL
++va1j5jf8007s_prepare_61764 va1j5jf8007s_prepare 0 61764 NULL
 +gfs2_meta_wait_61773 gfs2_meta_wait 0 61773 NULL
++mthca_cmd_box_61791 mthca_cmd_box 0 61791 NULL
 +xfs_file_dio_aio_write_61801 xfs_file_dio_aio_write 0 61801 NULL
++enic_dev_wait_61803 enic_dev_wait 0 61803 NULL
 +mls_compute_context_len_61812 mls_compute_context_len 0 61812 NULL
 +bfad_debugfs_write_regwr_61841 bfad_debugfs_write_regwr 3 61841 NULL
 +regcache_sync_block_61846 regcache_sync_block 5-4 61846 NULL
++t4vf_sge_alloc_rxq_61850 t4vf_sge_alloc_rxq 0 61850 NULL
 +ath9k_hw_def_dump_eeprom_61853 ath9k_hw_def_dump_eeprom 5-4 61853 NULL
-+fs_path_prepare_for_add_61854 fs_path_prepare_for_add 2 61854 NULL
 +evdev_compute_buffer_size_61863 evdev_compute_buffer_size 0 61863 NULL
 +SYSC_lsetxattr_61869 SYSC_lsetxattr 4 61869 NULL
 +get_fw_name_61874 get_fw_name 3 61874 NULL
@@ -120501,18 +121971,28 @@ index 0000000..8972f81
 +lprocfs_write_frac_u64_helper_61897 lprocfs_write_frac_u64_helper 2 61897 NULL
 +lov_mds_md_stripecnt_61899 lov_mds_md_stripecnt 0-1 61899 NULL
 +clear_refs_write_61904 clear_refs_write 3 61904 NULL
++kernfs_name_61910 kernfs_name 3 61910 NULL
 +rx_filter_arp_filter_read_61914 rx_filter_arp_filter_read 3 61914 NULL
 +au0828_init_isoc_61917 au0828_init_isoc 3-2-4 61917 NULL
-+sctp_sendmsg_61919 sctp_sendmsg 4 61919 NULL
++sctp_sendmsg_61919 sctp_sendmsg 4 61919 NULL nohasharray
++adap_init0_config_61919 adap_init0_config 0 61919 &sctp_sendmsg_61919
++ath10k_download_fw_61925 ath10k_download_fw 0 61925 NULL
++ocfs2_reserve_new_metadata_blocks_61926 ocfs2_reserve_new_metadata_blocks 0 61926 NULL
++be_mcc_notify_wait_61936 be_mcc_notify_wait 0 61936 NULL
 +edac_device_create_instance_61940 edac_device_create_instance 0 61940 NULL
 +SyS_kexec_load_61946 SyS_kexec_load 2 61946 NULL
 +il4965_ucode_rx_stats_read_61948 il4965_ucode_rx_stats_read 3 61948 NULL
++rssd_disk_name_format_61952 rssd_disk_name_format 0 61952 NULL
 +squashfs_read_id_index_table_61961 squashfs_read_id_index_table 4 61961 NULL
 +fix_read_error_61965 fix_read_error 4 61965 NULL
++hid_open_report_61971 hid_open_report 0 61971 NULL
++ocfs2_quota_write_61972 ocfs2_quota_write 4-5 61972 NULL
 +fd_locked_ioctl_61978 fd_locked_ioctl 3 61978 NULL
 +cow_file_range_61979 cow_file_range 3 61979 NULL
 +set_extent_delalloc_61982 set_extent_delalloc 0 61982 NULL
-+dequeue_event_62000 dequeue_event 3 62000 NULL
++dequeue_event_62000 dequeue_event 3 62000 NULL nohasharray
++si470x_start_62000 si470x_start 0 62000 &dequeue_event_62000
++pt1_reset_ram_62009 pt1_reset_ram 0 62009 NULL
 +xt_compat_match_offset_62011 xt_compat_match_offset 0 62011 NULL
 +SyS_setxattr_62019 SyS_setxattr 4 62019 NULL
 +jffs2_do_unlink_62020 jffs2_do_unlink 4 62020 NULL
@@ -120523,17 +122003,21 @@ index 0000000..8972f81
 +pcpu_alloc_bootmem_62074 pcpu_alloc_bootmem 2 62074 NULL
 +_xfs_log_force_lsn_62083 _xfs_log_force_lsn 0 62083 NULL
 +fat_setattr_62084 fat_setattr 0 62084 NULL
++mwifiex_pcie_create_txbd_ring_62103 mwifiex_pcie_create_txbd_ring 0 62103 NULL
 +jffs2_security_setxattr_62107 jffs2_security_setxattr 4 62107 NULL
++pt1_do_enable_ram_62110 pt1_do_enable_ram 0 62110 NULL
 +btrfs_direct_IO_62114 btrfs_direct_IO 4 62114 NULL
 +ip_recv_error_62117 ip_recv_error 3 62117 NULL
 +generic_block_fiemap_62122 generic_block_fiemap 4 62122 NULL
 +llc_ui_header_len_62131 llc_ui_header_len 0 62131 NULL
-+kobject_add_varg_62133 kobject_add_varg 0 62133 NULL nohasharray
-+qib_diag_write_62133 qib_diag_write 3 62133 &kobject_add_varg_62133
-+device_add_attrs_62135 device_add_attrs 0 62135 NULL nohasharray
-+ql_status_62135 ql_status 5 62135 &device_add_attrs_62135
++qib_diag_write_62133 qib_diag_write 3 62133 NULL nohasharray
++kobject_add_varg_62133 kobject_add_varg 0 62133 &qib_diag_write_62133
++ql_status_62135 ql_status 5 62135 NULL nohasharray
++device_add_attrs_62135 device_add_attrs 0 62135 &ql_status_62135
 +video_usercopy_62151 video_usercopy 2 62151 NULL
 +SyS_getxattr_62166 SyS_getxattr 4 62166 NULL
++dac33_hard_power_62168 dac33_hard_power 0 62168 NULL
++ipr_save_pcix_cmd_reg_62171 ipr_save_pcix_cmd_reg 0 62171 NULL
 +prism54_wpa_bss_ie_get_62173 prism54_wpa_bss_ie_get 0 62173 NULL
 +write_file_dfs_62180 write_file_dfs 3 62180 NULL
 +alloc_upcall_62186 alloc_upcall 2 62186 NULL
@@ -120541,8 +122025,11 @@ index 0000000..8972f81
 +smk_read_syslog_62227 smk_read_syslog 3 62227 NULL
 +SYSC_setgroups16_62232 SYSC_setgroups16 1 62232 NULL
 +nfsd_read_file_62241 nfsd_read_file 6 62241 NULL
-+subtract_dirty_62242 subtract_dirty 2-3 62242 NULL
 +ion_handle_test_dma_62262 ion_handle_test_dma 4-5 62262 NULL
++frontend_init_62272 frontend_init 0 62272 NULL
++security_file_permission_62278 security_file_permission 0 62278 NULL
++get_random_int_62279 get_random_int 0 62279 NULL
++initialize_62283 initialize 0 62283 NULL
 +il_dbgfs_sram_read_62296 il_dbgfs_sram_read 3 62296 NULL
 +sparse_early_usemaps_alloc_pgdat_section_62304 sparse_early_usemaps_alloc_pgdat_section 2 62304 NULL
 +subsystem_filter_read_62310 subsystem_filter_read 3 62310 NULL
@@ -120551,30 +122038,37 @@ index 0000000..8972f81
 +ll_statahead_max_seq_write_62333 ll_statahead_max_seq_write 3 62333 NULL
 +flash_write_62354 flash_write 3 62354 NULL
 +xfpregs_set_62363 xfpregs_set 4 62363 NULL
++register_netdevice_62374 register_netdevice 0 62374 NULL
 +rx_rx_timeout_read_62389 rx_rx_timeout_read 3 62389 NULL
 +altera_irscan_62396 altera_irscan 2 62396 NULL
 +set_ssp_62411 set_ssp 4 62411 NULL
 +udf_expand_file_adinicb_62470 udf_expand_file_adinicb 0 62470 NULL
 +ext_rts51x_sd_execute_read_data_62501 ext_rts51x_sd_execute_read_data 9 62501 NULL
++ocfs2_path_bh_journal_access_62504 ocfs2_path_bh_journal_access 0 62504 NULL
 +pep_sendmsg_62524 pep_sendmsg 4 62524 NULL
 +test_iso_queue_62534 test_iso_queue 5 62534 NULL
 +debugfs_read_62535 debugfs_read 3 62535 NULL
 +sco_sock_sendmsg_62542 sco_sock_sendmsg 4 62542 NULL
 +qib_refresh_qsfp_cache_62547 qib_refresh_qsfp_cache 0 62547 NULL
-+link_send_sections_long_62557 link_send_sections_long 3 62557 NULL
 +compute_bitstructs_62570 compute_bitstructs 0 62570 NULL
 +xfrm_user_policy_62573 xfrm_user_policy 4 62573 NULL
++compat_SyS_rt_sigpending_62580 compat_SyS_rt_sigpending 2 62580 NULL
 +get_subdir_62581 get_subdir 3 62581 NULL
++amradio_set_mute_62597 amradio_set_mute 0 62597 NULL
 +nfsd_vfs_read_62605 nfsd_vfs_read 6 62605 NULL
-+tipc_port_recv_sections_62609 tipc_port_recv_sections 3 62609 NULL
++t4_fw_initialize_62618 t4_fw_initialize 0 62618 NULL
++iommu_area_alloc_62619 iommu_area_alloc 4-7-0 62619 NULL
 +dut_mode_write_62630 dut_mode_write 3 62630 NULL
 +vfs_fsync_range_62635 vfs_fsync_range 0 62635 NULL
 +lpfc_sli4_queue_alloc_62646 lpfc_sli4_queue_alloc 3 62646 NULL
++at86rf230_irq_polarity_62649 at86rf230_irq_polarity 0 62649 NULL
++ocfs2_wait_for_mask_interruptible_62675 ocfs2_wait_for_mask_interruptible 0 62675 NULL
 +printer_req_alloc_62687 printer_req_alloc 2 62687 NULL
++adxl34x_i2c_read_block_62691 adxl34x_i2c_read_block 3 62691 NULL
 +bioset_integrity_create_62708 bioset_integrity_create 2 62708 NULL
 +gfs2_log_write_62717 gfs2_log_write 3 62717 NULL
 +rdm_62719 rdm 0 62719 NULL
-+add_to_page_cache_62724 add_to_page_cache 0 62724 NULL
++wiphy_verify_combinations_62738 wiphy_verify_combinations 0 62738 NULL
 +obd_ioctl_popdata_62741 obd_ioctl_popdata 3 62741 NULL
 +key_replays_read_62746 key_replays_read 3 62746 NULL
 +lov_verify_lmm_62747 lov_verify_lmm 2 62747 NULL
@@ -120583,21 +122077,30 @@ index 0000000..8972f81
 +C_SYSC_ipc_62776 C_SYSC_ipc 3 62776 NULL
 +SyS_sched_getaffinity_62786 SyS_sched_getaffinity 2 62786 NULL
 +dm_stats_account_io_62787 dm_stats_account_io 3 62787 NULL
++bma180_set_ee_writing_state_62810 bma180_set_ee_writing_state 0 62810 NULL
++t4_alloc_vi_62813 t4_alloc_vi 0 62813 NULL
++crypto_register_instance_62816 crypto_register_instance 0 62816 NULL
 +tracing_total_entries_read_62817 tracing_total_entries_read 3 62817 NULL
 +__rounddown_pow_of_two_62836 __rounddown_pow_of_two 0 62836 NULL
-+bio_get_nr_vecs_62838 bio_get_nr_vecs 0 62838 NULL
++bio_get_nr_vecs_62838 bio_get_nr_vecs 0 62838 NULL nohasharray
++notifier_to_errno_62838 notifier_to_errno 0-1 62838 &bio_get_nr_vecs_62838
 +xlog_recover_add_to_trans_62839 xlog_recover_add_to_trans 4 62839 NULL
 +rx_fcs_err_read_62844 rx_fcs_err_read 3 62844 NULL
 +read_nic_io_dword_62859 read_nic_io_dword 0 62859 NULL
 +l2tp_ip6_recvmsg_62874 l2tp_ip6_recvmsg 4 62874 NULL
++typhoon_download_firmware_62875 typhoon_download_firmware 0 62875 NULL
 +xfs_rtmodify_range_62877 xfs_rtmodify_range 0 62877 NULL
 +aoechr_write_62883 aoechr_write 3 62883 NULL
 +if_spi_host_to_card_62890 if_spi_host_to_card 4 62890 NULL
 +ocfs2_validate_gd_parent_62905 ocfs2_validate_gd_parent 0 62905 NULL
 +mempool_create_slab_pool_62907 mempool_create_slab_pool 1 62907 NULL
 +getdqbuf_62908 getdqbuf 1 62908 NULL
-+ll_statahead_agl_seq_write_62928 ll_statahead_agl_seq_write 3 62928 NULL
++ll_statahead_agl_seq_write_62928 ll_statahead_agl_seq_write 3 62928 NULL nohasharray
++t4_memory_write_62928 t4_memory_write 0 62928 &ll_statahead_agl_seq_write_62928
++media_device_register_entity_62935 media_device_register_entity 0 62935 NULL
++pt1_enable_ram_62945 pt1_enable_ram 0 62945 NULL
 +agp_create_user_memory_62955 agp_create_user_memory 1 62955 NULL
++mthca_init_arbel_62975 mthca_init_arbel 0 62975 NULL
 +kstrtoull_from_user_63026 kstrtoull_from_user 2 63026 NULL nohasharray
 +xfs_trans_reserve_63026 xfs_trans_reserve 0 63026 &kstrtoull_from_user_63026
 +__vb2_perform_fileio_63033 __vb2_perform_fileio 3 63033 NULL
@@ -120606,31 +122109,54 @@ index 0000000..8972f81
 +unlink1_63059 unlink1 3 63059 NULL
 +xen_set_nslabs_63066 xen_set_nslabs 0 63066 NULL
 +iwl_dbgfs_fw_rx_stats_read_63070 iwl_dbgfs_fw_rx_stats_read 3 63070 NULL
++ocfs2_decrease_refcount_63078 ocfs2_decrease_refcount 0 63078 NULL
 +sep_prepare_input_output_dma_table_in_dcb_63087 sep_prepare_input_output_dma_table_in_dcb 4-5 63087 NULL
++__ocfs2_flush_truncate_log_63097 __ocfs2_flush_truncate_log 0 63097 NULL
 +iwl_dbgfs_sensitivity_read_63116 iwl_dbgfs_sensitivity_read 3 63116 NULL
 +ext4_chunk_trans_blocks_63123 ext4_chunk_trans_blocks 0-2 63123 NULL
++bma180_set_bits_63133 bma180_set_bits 0 63133 NULL
++snd_pcm_status_user_63140 snd_pcm_status_user 0 63140 NULL
++tsi721_setup_mport_63156 tsi721_setup_mport 0 63156 NULL
++ubifs_change_one_lp_63157 ubifs_change_one_lp 0 63157 NULL
++dma_set_mask_63172 dma_set_mask 0 63172 NULL
 +smk_write_revoke_subj_63173 smk_write_revoke_subj 3 63173 NULL
 +SyS_syslog_63178 SyS_syslog 3 63178 NULL
 +vme_master_read_63221 vme_master_read 0 63221 NULL
 +SyS_gethostname_63227 SyS_gethostname 2 63227 NULL
++mwl8k_cmd_get_hw_spec_ap_63234 mwl8k_cmd_get_hw_spec_ap 0 63234 NULL
 +ptp_read_63251 ptp_read 4 63251 NULL
++ipr_set_pcix_cmd_reg_63253 ipr_set_pcix_cmd_reg 0 63253 NULL
 +xfs_dir2_leaf_getdents_63262 xfs_dir2_leaf_getdents 3 63262 NULL
++iwl_dbgfs_fw_error_dump_read_63263 iwl_dbgfs_fw_error_dump_read 3 63263 NULL
++asd_init_sw_63305 asd_init_sw 0 63305 NULL
 +raid5_resize_63306 raid5_resize 2 63306 NULL
 +ath10k_read_fw_dbglog_63323 ath10k_read_fw_dbglog 3 63323 NULL
++recv_data_63327 recv_data 3 63327 NULL
++i2c_dw_init_63329 i2c_dw_init 0 63329 NULL
 +proc_info_read_63344 proc_info_read 3 63344 NULL
++__at86rf230_write_63356 __at86rf230_write 0 63356 NULL
 +ps_upsd_max_sptime_read_63362 ps_upsd_max_sptime_read 3 63362 NULL
 +idmouse_read_63374 idmouse_read 3 63374 NULL
 +usbnet_read_cmd_nopm_63388 usbnet_read_cmd_nopm 7 63388 NULL nohasharray
 +edac_pci_alloc_ctl_info_63388 edac_pci_alloc_ctl_info 1 63388 &usbnet_read_cmd_nopm_63388
 +rxpipe_missed_beacon_host_int_trig_rx_data_read_63405 rxpipe_missed_beacon_host_int_trig_rx_data_read 3 63405 NULL
 +nouveau_event_create_63411 nouveau_event_create 1 63411 NULL
++carm_init_host_63412 carm_init_host 0 63412 NULL
 +l2cap_sock_sendmsg_63427 l2cap_sock_sendmsg 4 63427 NULL
++pcie_capability_read_word_63429 pcie_capability_read_word 0 63429 NULL
++upload_dsp_code_63437 upload_dsp_code 0 63437 NULL
 +nfsd_symlink_63442 nfsd_symlink 6 63442 NULL
++of_irq_get_63443 of_irq_get 0 63443 NULL
++ath10k_wmi_cmd_send_63462 ath10k_wmi_cmd_send 0 63462 NULL
 +si5351_bulk_write_63468 si5351_bulk_write 2-3 63468 NULL
 +snd_info_entry_write_63474 snd_info_entry_write 3 63474 NULL
++do_work_63483 do_work 0 63483 NULL
 +reada_find_extent_63486 reada_find_extent 2 63486 NULL
 +read_kcore_63488 read_kcore 3 63488 NULL
++iwl_dbgfs_bcast_filters_read_63489 iwl_dbgfs_bcast_filters_read 3 63489 NULL
++dwapb_gpio_to_irq_63493 dwapb_gpio_to_irq 2 63493 NULL
 +snd_pcm_plug_write_transfer_63503 snd_pcm_plug_write_transfer 0-3 63503 NULL
++migrate_pages_63525 migrate_pages 0 63525 NULL
 +efx_mcdi_rpc_async_63529 efx_mcdi_rpc_async 4-5 63529 NULL
 +ubi_more_leb_change_data_63534 ubi_more_leb_change_data 4 63534 NULL nohasharray
 +generic_cont_expand_simple_63534 generic_cont_expand_simple 0 63534 &ubi_more_leb_change_data_63534
@@ -120638,59 +122164,85 @@ index 0000000..8972f81
 +if_sdio_read_scratch_63540 if_sdio_read_scratch 0 63540 NULL
 +append_to_buffer_63550 append_to_buffer 3 63550 NULL
 +kvm_write_guest_page_63555 kvm_write_guest_page 5 63555 NULL
++request_dma_63556 request_dma 0 63556 NULL
++cy_init_card_63567 cy_init_card 0 63567 NULL
 +rproc_alloc_63577 rproc_alloc 5 63577 NULL
++mod_timer_63594 mod_timer 0 63594 NULL
 +write_debug_level_63613 write_debug_level 3 63613 NULL
 +__spi_validate_63618 __spi_validate 0 63618 NULL
 +symbol_build_supp_rates_63634 symbol_build_supp_rates 0 63634 NULL
++hid_report_len_63637 hid_report_len 0 63637 NULL
 +proc_loginuid_write_63648 proc_loginuid_write 3 63648 NULL
 +ValidateDSDParamsChecksum_63654 ValidateDSDParamsChecksum 3 63654 NULL
++pci_save_pcie_state_63656 pci_save_pcie_state 0 63656 NULL
 +ldlm_cli_enqueue_63657 ldlm_cli_enqueue 8 63657 NULL
 +hidraw_ioctl_63658 hidraw_ioctl 2 63658 NULL
 +vbi_read_63673 vbi_read 3 63673 NULL
 +write_file_spectral_fft_period_63696 write_file_spectral_fft_period 3 63696 NULL
-+nouveau_object_create__63715 nouveau_object_create_ 5 63715 NULL
++spi_start_queue_63711 spi_start_queue 0 63711 NULL
++ocfs2_et_root_journal_access_63713 ocfs2_et_root_journal_access 0 63713 NULL
++nouveau_object_create__63715 nouveau_object_create_ 5-0 63715 NULL
 +btrfs_insert_delayed_dir_index_63720 btrfs_insert_delayed_dir_index 4 63720 NULL
++sh_eth_ring_init_63735 sh_eth_ring_init 0 63735 NULL
 +selinux_secctx_to_secid_63744 selinux_secctx_to_secid 2 63744 NULL
 +snd_pcm_oss_read1_63771 snd_pcm_oss_read1 3 63771 NULL
++snd_pcm_link_63772 snd_pcm_link 0 63772 NULL
 +snd_opl4_mem_proc_read_63774 snd_opl4_mem_proc_read 5 63774 NULL
 +spidev_compat_ioctl_63778 spidev_compat_ioctl 2 63778 NULL
 +mwifiex_11n_create_rx_reorder_tbl_63806 mwifiex_11n_create_rx_reorder_tbl 4 63806 NULL
 +copy_nodes_to_user_63807 copy_nodes_to_user 2 63807 NULL
++C_SYSC_process_vm_readv_63811 C_SYSC_process_vm_readv 3-5 63811 NULL
++regmap_multi_reg_write_63826 regmap_multi_reg_write 3 63826 NULL nohasharray
++prepare_copy_63826 prepare_copy 2 63826 &regmap_multi_reg_write_63826
 +sel_write_load_63830 sel_write_load 3 63830 NULL
-+ll_readlink_63836 ll_readlink 3 63836 NULL
++niu_probe_ports_63833 niu_probe_ports 0 63833 NULL
++dsp_full_reset_63835 dsp_full_reset 0 63835 NULL
 +proc_pid_attr_write_63845 proc_pid_attr_write 3 63845 NULL
++rtsx_pci_send_cmd_63870 rtsx_pci_send_cmd 0 63870 NULL
++at86rf230_read_subreg_63890 at86rf230_read_subreg 0 63890 NULL
++ar9002_hw_rf_claim_63891 ar9002_hw_rf_claim 0 63891 NULL
 +xhci_alloc_stream_info_63902 xhci_alloc_stream_info 3 63902 NULL
 +uvc_alloc_urb_buffers_63922 uvc_alloc_urb_buffers 0-2-3 63922 NULL
 +snd_compr_write_63923 snd_compr_write 3 63923 NULL
 +afs_send_simple_reply_63940 afs_send_simple_reply 3 63940 NULL
 +__team_options_register_63941 __team_options_register 3 63941 NULL
++sky2_init_63948 sky2_init 0 63948 NULL
 +macvtap_recvmsg_63949 macvtap_recvmsg 4 63949 NULL
 +xfs_iflush_63956 xfs_iflush 0 63956 NULL
++remove_eq_ok_63958 remove_eq_ok 0 63958 NULL
 +set_bredr_63975 set_bredr 4 63975 NULL
 +construct_key_and_link_63985 construct_key_and_link 3 63985 NULL
 +rs_extent_to_bm_page_63996 rs_extent_to_bm_page 0-1 63996 NULL
 +read_file_frameerrors_64001 read_file_frameerrors 3 64001 NULL
++C_SYSC_sendfile64_64017 C_SYSC_sendfile64 4 64017 NULL
 +SyS_rt_sigpending_64018 SyS_rt_sigpending 2 64018 NULL
 +dbAllocDmapLev_64030 dbAllocDmapLev 0 64030 NULL
++r6040_alloc_rxbufs_64037 r6040_alloc_rxbufs 0 64037 NULL
 +SyS_fsetxattr_64039 SyS_fsetxattr 4 64039 NULL
-+__generic_file_aio_write_64049 __generic_file_aio_write 0 64049 NULL
++power_supply_create_bat_triggers_64046 power_supply_create_bat_triggers 0 64046 NULL
 +get_u8_64076 get_u8 0 64076 NULL
 +xilly_malloc_64077 xilly_malloc 2 64077 NULL
 +sl_realloc_bufs_64086 sl_realloc_bufs 2 64086 NULL
 +vmci_handle_arr_get_size_64088 vmci_handle_arr_get_size 0 64088 NULL
 +lbs_highrssi_read_64089 lbs_highrssi_read 3 64089 NULL
-+gfs2_inplace_reserve_64096 gfs2_inplace_reserve 0 64096 NULL nohasharray
-+SyS_set_mempolicy_64096 SyS_set_mempolicy 3 64096 &gfs2_inplace_reserve_64096
++SyS_set_mempolicy_64096 SyS_set_mempolicy 3 64096 NULL nohasharray
++gfs2_inplace_reserve_64096 gfs2_inplace_reserve 0 64096 &SyS_set_mempolicy_64096
 +to_bytes_64103 to_bytes 0-1 64103 NULL
 +SyS_mq_timedsend_64107 SyS_mq_timedsend 3 64107 NULL
 +rdma_addr_size_64116 rdma_addr_size 0 64116 NULL
++wpan_phy_register_64117 wpan_phy_register 0 64117 NULL nohasharray
++associate_dev_64117 associate_dev 0 64117 &wpan_phy_register_64117
 +do_load_xattr_datum_64118 do_load_xattr_datum 0 64118 NULL
 +bypass_wd_write_64120 bypass_wd_write 3 64120 NULL
 +ext4_prepare_inline_data_64124 ext4_prepare_inline_data 3 64124 NULL
 +init_bch_64130 init_bch 1-2 64130 NULL
 +ablkcipher_copy_iv_64140 ablkcipher_copy_iv 3 64140 NULL
 +dlfb_ops_write_64150 dlfb_ops_write 3 64150 NULL
++snd_card_saa7134_new_mixer_64152 snd_card_saa7134_new_mixer 0 64152 NULL
++bnx2x_vf_mcast_64166 bnx2x_vf_mcast 4 64166 NULL
++register_inet6addr_notifier_64167 register_inet6addr_notifier 0 64167 NULL
 +cpumask_scnprintf_64170 cpumask_scnprintf 0-2 64170 NULL
++ocfs2_reserve_blocks_for_rec_trunc_64206 ocfs2_reserve_blocks_for_rec_trunc 0 64206 NULL
 +kernfs_iop_setxattr_64220 kernfs_iop_setxattr 4 64220 NULL
 +xfs_vm_direct_IO_64223 xfs_vm_direct_IO 4 64223 NULL
 +read_pulse_64227 read_pulse 0-3 64227 NULL
@@ -120701,47 +122253,62 @@ index 0000000..8972f81
 +sta_current_tx_rate_read_64286 sta_current_tx_rate_read 3 64286 NULL
 +xfs_dir_cilookup_result_64288 xfs_dir_cilookup_result 3-0 64288 NULL nohasharray
 +event_id_read_64288 event_id_read 3 64288 &xfs_dir_cilookup_result_64288
++solo_p2m_init_64291 solo_p2m_init 0 64291 NULL
++snd_es1688_init_64295 snd_es1688_init 0 64295 NULL
 +ocfs2_block_check_validate_bhs_64302 ocfs2_block_check_validate_bhs 0 64302 NULL
 +snd_hda_get_sub_nodes_64304 snd_hda_get_sub_nodes 0 64304 NULL
 +error_error_bar_retry_read_64305 error_error_bar_retry_read 3 64305 NULL
++irq_create_of_mapping_64324 irq_create_of_mapping 0 64324 NULL
 +sisusbcon_clear_64329 sisusbcon_clear 4-3-5 64329 NULL
 +ts_write_64336 ts_write 3 64336 NULL
 +usbtmc_write_64340 usbtmc_write 3 64340 NULL
-+bnx2x_vfop_mcast_cmd_64354 bnx2x_vfop_mcast_cmd 5 64354 NULL
++ath10k_htt_htc_attach_64341 ath10k_htt_htc_attach 0 64341 NULL
++qlcnic_82xx_calculate_msix_vector_64354 qlcnic_82xx_calculate_msix_vector 0 64354 NULL
 +user_regset_copyin_64360 user_regset_copyin 7 64360 NULL
 +wlc_phy_loadsampletable_nphy_64367 wlc_phy_loadsampletable_nphy 3 64367 NULL
-+reg_create_64372 reg_create 5 64372 NULL
++reg_create_64372 reg_create 5 64372 NULL nohasharray
++bnx2_enable_msix_64372 bnx2_enable_msix 2 64372 &reg_create_64372
 +ilo_write_64378 ilo_write 3 64378 NULL
 +btrfs_map_block_64379 btrfs_map_block 3 64379 NULL
 +vmcs_readl_64381 vmcs_readl 0 64381 NULL
 +nilfs_alloc_seg_bio_64383 nilfs_alloc_seg_bio 3 64383 NULL
-+ir_lirc_transmit_ir_64403 ir_lirc_transmit_ir 3 64403 NULL
++ir_lirc_transmit_ir_64403 ir_lirc_transmit_ir 3 64403 NULL nohasharray
++pcim_enable_device_64403 pcim_enable_device 0 64403 &ir_lirc_transmit_ir_64403 nohasharray
++pci_bus_write_config_dword_64403 pci_bus_write_config_dword 0 64403 &pcim_enable_device_64403
 +pidlist_allocate_64404 pidlist_allocate 1 64404 NULL
 +rx_hdr_overflow_read_64407 rx_hdr_overflow_read 3 64407 NULL
-+snd_card_create_64418 snd_card_create 4 64418 NULL nohasharray
-+keyctl_get_security_64418 keyctl_get_security 3 64418 &snd_card_create_64418
++keyctl_get_security_64418 keyctl_get_security 3 64418 NULL
 +oom_adj_write_64428 oom_adj_write 3 64428 NULL
 +read_file_spectral_short_repeat_64431 read_file_spectral_short_repeat 3 64431 NULL
++t4_read_flash_64432 t4_read_flash 0 64432 NULL
 +ax25_recvmsg_64441 ax25_recvmsg 4 64441 NULL
++__i2c_add_numbered_adapter_64445 __i2c_add_numbered_adapter 0 64445 NULL
++stmmac_init_phy_64449 stmmac_init_phy 0 64449 NULL
 +single_open_size_64483 single_open_size 4 64483 NULL
-+p54_parse_rssical_64493 p54_parse_rssical 3 64493 NULL nohasharray
++p54_parse_rssical_64493 p54_parse_rssical 3-0 64493 NULL nohasharray
 +xfs_inode_ag_walk_64493 xfs_inode_ag_walk 0 64493 &p54_parse_rssical_64493
 +msg_data_sz_64503 msg_data_sz 0 64503 NULL
 +remove_uuid_64505 remove_uuid 4 64505 NULL
-+crypto_blkcipher_alignmask_64520 crypto_blkcipher_alignmask 0 64520 NULL
 +opera1_usb_i2c_msgxfer_64521 opera1_usb_i2c_msgxfer 4 64521 NULL
 +iwl_dbgfs_ucode_tracing_write_64524 iwl_dbgfs_ucode_tracing_write 3 64524 NULL
 +ses_send_diag_64527 ses_send_diag 4 64527 NULL
 +prctl_set_mm_64538 prctl_set_mm 3 64538 NULL
 +SyS_bind_64544 SyS_bind 3 64544 NULL
-+rbd_obj_read_sync_64554 rbd_obj_read_sync 4-3 64554 NULL
++lm8323_read_64547 lm8323_read 4 64547 NULL
++rbd_obj_read_sync_64554 rbd_obj_read_sync 3-4 64554 NULL
 +__btrfs_prealloc_file_range_64557 __btrfs_prealloc_file_range 3 64557 NULL
 +__spi_sync_64561 __spi_sync 0 64561 NULL nohasharray
 +ll_max_rw_chunk_seq_write_64561 ll_max_rw_chunk_seq_write 3 64561 &__spi_sync_64561
 +__apei_exec_run_64563 __apei_exec_run 0 64563 NULL
 +kstrtoul_from_user_64569 kstrtoul_from_user 2 64569 NULL
 +do_erase_64574 do_erase 4 64574 NULL
++ioat_dma_setup_interrupts_64587 ioat_dma_setup_interrupts 0 64587 NULL
++vb2_queue_init_64607 vb2_queue_init 0 64607 NULL
++pcmcia_request_irq_64617 pcmcia_request_irq 0 64617 NULL
 +fanotify_write_64623 fanotify_write 3 64623 NULL
++ocfs2_remove_refcount_extent_64631 ocfs2_remove_refcount_extent 0 64631 NULL
++_iwl_dbgfs_d0i3_refs_write_64642 _iwl_dbgfs_d0i3_refs_write 3 64642 NULL nohasharray
++bus_create_file_64642 bus_create_file 0 64642 &_iwl_dbgfs_d0i3_refs_write_64642
 +regmap_read_debugfs_64658 regmap_read_debugfs 5 64658 NULL
 +ocfs2_read_xattr_block_64661 ocfs2_read_xattr_block 0 64661 NULL nohasharray
 +tlbflush_read_file_64661 tlbflush_read_file 3 64661 &ocfs2_read_xattr_block_64661
@@ -120758,6 +122325,7 @@ index 0000000..8972f81
 +rt2x00debug_write_csr_64753 rt2x00debug_write_csr 3 64753 NULL
 +message_for_md_64777 message_for_md 5 64777 NULL
 +isr_low_rssi_read_64789 isr_low_rssi_read 3 64789 NULL
++i40e_vsi_request_irq_msix_64791 i40e_vsi_request_irq_msix 0 64791 NULL
 +regmap_reg_ranges_read_file_64798 regmap_reg_ranges_read_file 3 64798 NULL
 +nfsctl_transaction_write_64800 nfsctl_transaction_write 3 64800 NULL
 +rfkill_fop_write_64808 rfkill_fop_write 3 64808 NULL
@@ -120765,52 +122333,79 @@ index 0000000..8972f81
 +megaraid_change_queue_depth_64815 megaraid_change_queue_depth 2 64815 NULL
 +ecryptfs_send_miscdev_64816 ecryptfs_send_miscdev 2 64816 NULL
 +do_kimage_alloc_64827 do_kimage_alloc 3 64827 NULL
++em28xx_read_reg_64839 em28xx_read_reg 0 64839 NULL
 +altera_set_dr_pre_64862 altera_set_dr_pre 2 64862 NULL
 +pci_vc_do_save_buffer_64876 pci_vc_do_save_buffer 0 64876 NULL
 +lprocfs_write_u64_helper_64880 lprocfs_write_u64_helper 2 64880 NULL
-+ffs_epfile_io_64886 ffs_epfile_io 3 64886 NULL
 +xfs_imap_lookup_64906 xfs_imap_lookup 0 64906 NULL
-+ieee80211_if_read_ave_beacon_64924 ieee80211_if_read_ave_beacon 3 64924 NULL
-+ip_options_get_from_user_64958 ip_options_get_from_user 4 64958 NULL
++ieee80211_if_read_ave_beacon_64924 ieee80211_if_read_ave_beacon 3 64924 NULL nohasharray
++get_transport_64924 get_transport 0 64924 &ieee80211_if_read_ave_beacon_64924
++ql_wait_cfg_64933 ql_wait_cfg 0 64933 NULL
++ip_options_get_from_user_64958 ip_options_get_from_user 4 64958 NULL nohasharray
++tipc_port_iovec_reject_64958 tipc_port_iovec_reject 4 64958 &ip_options_get_from_user_64958
 +traceprobe_probes_write_64969 traceprobe_probes_write 3 64969 NULL
 +suspend_dtim_interval_read_64971 suspend_dtim_interval_read 3 64971 NULL
 +crypto_ahash_digestsize_65014 crypto_ahash_digestsize 0 65014 NULL
++bma180_chip_init_65032 bma180_chip_init 0 65032 NULL
 +insert_dent_65034 insert_dent 7 65034 NULL
 +snd_hda_get_pin_label_65035 snd_hda_get_pin_label 5 65035 NULL
-+ext4_ind_trans_blocks_65053 ext4_ind_trans_blocks 0-2 65053 NULL
++pci_enable_msi_range_65043 pci_enable_msi_range 0-3 65043 NULL
++gfs2_dir_mvino_65046 gfs2_dir_mvino 0 65046 NULL
++ext4_ind_trans_blocks_65053 ext4_ind_trans_blocks 0-2 65053 NULL nohasharray
++v4l2_ctrl_handler_init_class_65053 v4l2_ctrl_handler_init_class 0 65053 &ext4_ind_trans_blocks_65053
 +pcibios_enable_device_65059 pcibios_enable_device 0 65059 NULL
++make_idx_node_65068 make_idx_node 0 65068 NULL
++fw_write_65069 fw_write 3 65069 NULL
 +__alloc_bootmem_node_high_65076 __alloc_bootmem_node_high 2 65076 NULL
 +batadv_socket_write_65083 batadv_socket_write 3 65083 NULL
 +ocfs2_truncate_cluster_pages_65086 ocfs2_truncate_cluster_pages 2 65086 NULL
 +ath9k_dump_mci_btcoex_65090 ath9k_dump_mci_btcoex 3-0 65090 NULL
++scsi_add_host_with_dma_65093 scsi_add_host_with_dma 0 65093 NULL
 +generic_ocp_write_65107 generic_ocp_write 4 65107 NULL
 +__xfs_bmapi_allocate_65142 __xfs_bmapi_allocate 0 65142 NULL
++i2c_smbus_xfer_emulated_65183 i2c_smbus_xfer_emulated 0 65183 NULL
++lbs_update_hw_spec_65208 lbs_update_hw_spec 0 65208 NULL
++remove_cq_ok_65214 remove_cq_ok 0 65214 NULL
 +rx_rx_done_read_65217 rx_rx_done_read 3 65217 NULL
 +print_endpoint_stat_65232 print_endpoint_stat 3-4-0 65232 NULL
++tg3_phydsp_write_65240 tg3_phydsp_write 0 65240 NULL
 +whci_n_caps_65247 whci_n_caps 0 65247 NULL
++handler_new_ref_65275 handler_new_ref 0 65275 NULL
 +kmalloc_parameter_65279 kmalloc_parameter 1 65279 NULL
 +xfs_btree_check_ptr_65281 xfs_btree_check_ptr 0 65281 NULL
++sas_register_ha_65282 sas_register_ha 0 65282 NULL
++pccard_get_next_tuple_65284 pccard_get_next_tuple 0 65284 NULL
 +compat_core_sys_select_65285 compat_core_sys_select 1 65285 NULL
 +mpi_set_buffer_65294 mpi_set_buffer 3 65294 NULL
 +redirected_tty_write_65297 redirected_tty_write 3 65297 NULL
++t4_prep_adapter_65299 t4_prep_adapter 0 65299 NULL
 +get_var_len_65304 get_var_len 0 65304 NULL
 +unpack_array_65318 unpack_array 0 65318 NULL
++fnic_wq_alloc_65321 fnic_wq_alloc 0 65321 NULL
 +pci_vpd_find_tag_65325 pci_vpd_find_tag 0-2 65325 NULL
 +dccp_setsockopt_service_65336 dccp_setsockopt_service 4 65336 NULL
-+dma_rx_requested_read_65354 dma_rx_requested_read 3 65354 NULL
++dma_rx_requested_read_65354 dma_rx_requested_read 3 65354 NULL nohasharray
++vnic_wq_copy_alloc_65354 vnic_wq_copy_alloc 0 65354 &dma_rx_requested_read_65354
++sxgbe_init_dma_engine_65358 sxgbe_init_dma_engine 0 65358 NULL
 +alloc_cpu_rmap_65363 alloc_cpu_rmap 1 65363 NULL
 +SyS_writev_65372 SyS_writev 3 65372 NULL
++ath10k_htt_attach_65388 ath10k_htt_attach 0 65388 NULL
 +__alloc_bootmem_nopanic_65397 __alloc_bootmem_nopanic 1 65397 NULL
 +trace_seq_to_user_65398 trace_seq_to_user 3 65398 NULL
 +__read_vmcore_65402 __read_vmcore 2 65402 NULL
 +usb_ep_enable_65405 usb_ep_enable 0 65405 NULL
++iio_device_add_channel_sysfs_65406 iio_device_add_channel_sysfs 0 65406 NULL
 +ocfs2_write_begin_nolock_65410 ocfs2_write_begin_nolock 3-4 65410 NULL
 +device_add_groups_65423 device_add_groups 0 65423 NULL
++__at86rf230_detect_device_65427 __at86rf230_detect_device 0 65427 NULL
 +xpc_kzalloc_cacheline_aligned_65433 xpc_kzalloc_cacheline_aligned 1 65433 NULL
 +usb_alloc_coherent_65444 usb_alloc_coherent 2 65444 NULL
++mlx4_comm_cmd_poll_65445 mlx4_comm_cmd_poll 0 65445 NULL
++sky2_test_msi_65453 sky2_test_msi 0 65453 NULL
 +il_dbgfs_wd_timeout_write_65464 il_dbgfs_wd_timeout_write 3 65464 NULL
 +clear_user_65470 clear_user 2 65470 NULL
 +xfs_alloc_lookup_ge_65481 xfs_alloc_lookup_ge 0 65481 NULL
++ath_rx_edma_init_65483 ath_rx_edma_init 0 65483 NULL
 +dpcm_state_read_file_65489 dpcm_state_read_file 3 65489 NULL
 +lookup_inline_extent_backref_65493 lookup_inline_extent_backref 9 65493 NULL
 +nvme_trans_standard_inquiry_page_65526 nvme_trans_standard_inquiry_page 4 65526 NULL
@@ -122228,10 +123823,10 @@ index fbc6665..5e9ce79 100644
 +
  #endif /* _TOOLS_LINUX_COMPILER_H */
 diff --git a/tools/lib/api/Makefile b/tools/lib/api/Makefile
-index ed2f51e..cc2d8f6 100644
+index ce00f7e..0aca5e4 100644
 --- a/tools/lib/api/Makefile
 +++ b/tools/lib/api/Makefile
-@@ -14,7 +14,7 @@ LIB_OBJS += $(OUTPUT)fs/debugfs.o
+@@ -16,7 +16,7 @@ LIB_OBJS += $(OUTPUT)fs/fs.o
  
  LIBFILE = libapikfs.a
  
@@ -122266,7 +123861,7 @@ index 0a578fe..b81f62d 100644
  })
  
 diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
-index 03a0381..8b31923 100644
+index 56baae8..2c889c2 100644
 --- a/virt/kvm/kvm_main.c
 +++ b/virt/kvm/kvm_main.c
 @@ -76,12 +76,17 @@ LIST_HEAD(vm_list);
@@ -122289,7 +123884,7 @@ index 03a0381..8b31923 100644
  
  struct dentry *kvm_debugfs_dir;
  
-@@ -758,7 +763,7 @@ int __kvm_set_memory_region(struct kvm *kvm,
+@@ -755,7 +760,7 @@ int __kvm_set_memory_region(struct kvm *kvm,
  	/* We can read the guest memory with __xxx_user() later on. */
  	if ((mem->slot < KVM_USER_MEM_SLOTS) &&
  	    ((mem->userspace_addr & (PAGE_SIZE - 1)) ||
@@ -122298,7 +123893,7 @@ index 03a0381..8b31923 100644
  			(void __user *)(unsigned long)mem->userspace_addr,
  			mem->memory_size)))
  		goto out;
-@@ -1615,9 +1620,17 @@ EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
+@@ -1612,9 +1617,17 @@ EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
  
  int kvm_clear_guest_page(struct kvm *kvm, gfn_t gfn, int offset, int len)
  {
@@ -122318,7 +123913,7 @@ index 03a0381..8b31923 100644
  }
  EXPORT_SYMBOL_GPL(kvm_clear_guest_page);
  
-@@ -1867,7 +1880,7 @@ static int kvm_vcpu_release(struct inode *inode, struct file *filp)
+@@ -1864,7 +1877,7 @@ static int kvm_vcpu_release(struct inode *inode, struct file *filp)
  	return 0;
  }
  
@@ -122327,7 +123922,7 @@ index 03a0381..8b31923 100644
  	.release        = kvm_vcpu_release,
  	.unlocked_ioctl = kvm_vcpu_ioctl,
  #ifdef CONFIG_COMPAT
-@@ -2532,7 +2545,7 @@ out:
+@@ -2534,7 +2547,7 @@ out:
  }
  #endif
  
@@ -122336,7 +123931,7 @@ index 03a0381..8b31923 100644
  	.release        = kvm_vm_release,
  	.unlocked_ioctl = kvm_vm_ioctl,
  #ifdef CONFIG_COMPAT
-@@ -2632,7 +2645,7 @@ out:
+@@ -2634,7 +2647,7 @@ out:
  	return r;
  }
  
@@ -122345,7 +123940,7 @@ index 03a0381..8b31923 100644
  	.unlocked_ioctl = kvm_dev_ioctl,
  	.compat_ioctl   = kvm_dev_ioctl,
  	.llseek		= noop_llseek,
-@@ -2658,7 +2671,7 @@ static void hardware_enable_nolock(void *junk)
+@@ -2660,7 +2673,7 @@ static void hardware_enable_nolock(void *junk)
  
  	if (r) {
  		cpumask_clear_cpu(cpu, cpus_hardware_enabled);
@@ -122354,7 +123949,7 @@ index 03a0381..8b31923 100644
  		printk(KERN_INFO "kvm: enabling virtualization on "
  				 "CPU%d failed\n", cpu);
  	}
-@@ -2714,10 +2727,10 @@ static int hardware_enable_all(void)
+@@ -2716,10 +2729,10 @@ static int hardware_enable_all(void)
  
  	kvm_usage_count++;
  	if (kvm_usage_count == 1) {
@@ -122367,7 +123962,7 @@ index 03a0381..8b31923 100644
  			hardware_disable_all_nolock();
  			r = -EBUSY;
  		}
-@@ -3121,7 +3134,7 @@ static void kvm_sched_out(struct preempt_notifier *pn,
+@@ -3123,7 +3136,7 @@ static void kvm_sched_out(struct preempt_notifier *pn,
  	kvm_arch_vcpu_put(vcpu);
  }
  
@@ -122376,7 +123971,7 @@ index 03a0381..8b31923 100644
  		  struct module *module)
  {
  	int r;
-@@ -3168,7 +3181,7 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
+@@ -3170,7 +3183,7 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
  	if (!vcpu_align)
  		vcpu_align = __alignof__(struct kvm_vcpu);
  	kvm_vcpu_cache = kmem_cache_create("kvm_vcpu", vcpu_size, vcpu_align,
@@ -122385,7 +123980,7 @@ index 03a0381..8b31923 100644
  	if (!kvm_vcpu_cache) {
  		r = -ENOMEM;
  		goto out_free_3;
-@@ -3178,9 +3191,11 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
+@@ -3180,9 +3193,11 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
  	if (r)
  		goto out_free;
  
@@ -122397,7 +123992,7 @@ index 03a0381..8b31923 100644
  
  	r = misc_register(&kvm_dev);
  	if (r) {
-@@ -3190,9 +3205,6 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
+@@ -3192,9 +3207,6 @@ int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
  
  	register_syscore_ops(&kvm_syscore_ops);
  

diff --git a/3.15.1/4425_grsec_remove_EI_PAX.patch b/3.15.1/4425_grsec_remove_EI_PAX.patch
new file mode 100644
index 0000000..fc51f79
--- /dev/null
+++ b/3.15.1/4425_grsec_remove_EI_PAX.patch
@@ -0,0 +1,19 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+
+Deprecate EI_PAX.
+
+X-Gentoo-Bug: 445600
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/445600
+
+diff -Nuar linux-3.7.1-hardened.orig/security/Kconfig linux-3.7.1-hardened/security/Kconfig
+--- linux-3.7.1-hardened.orig/security/Kconfig	2012-12-26 08:39:29.000000000 -0500
++++ linux-3.7.1-hardened/security/Kconfig	2012-12-26 09:05:44.000000000 -0500
+@@ -268,7 +268,7 @@
+ 
+ config PAX_EI_PAX
+ 	bool 'Use legacy ELF header marking'
+-	default y if GRKERNSEC_CONFIG_AUTO
++	depends on BROKEN
+ 	help
+ 	  Enabling this option will allow you to control PaX features on
+ 	  a per executable basis via the 'chpax' utility available at

diff --git a/3.15.1/4427_force_XATTR_PAX_tmpfs.patch b/3.15.1/4427_force_XATTR_PAX_tmpfs.patch
new file mode 100644
index 0000000..85766c5
--- /dev/null
+++ b/3.15.1/4427_force_XATTR_PAX_tmpfs.patch
@@ -0,0 +1,35 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+
+For users that emerge without XATTR_PAX support enabled, we still want user.pax.flags
+namespace supported on tmpfs so that the PaX markings survive emerge.
+
+diff -Naur a/mm/shmem.c b/mm/shmem.c
+--- a/mm/shmem.c	2013-06-11 21:00:18.000000000 -0400
++++ b/mm/shmem.c	2013-06-11 21:08:18.000000000 -0400
+@@ -2182,11 +2182,7 @@
+ static int shmem_xattr_validate(const char *name)
+ {
+ 	struct { const char *prefix; size_t len; } arr[] = {
+-
+-#ifdef CONFIG_PAX_XATTR_PAX_FLAGS
+ 		{ XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN},
+-#endif
+-
+ 		{ XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN },
+ 		{ XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN }
+ 	};
+@@ -2242,14 +2238,12 @@
+ 	if (err)
+ 		return err;
+ 
+-#ifdef CONFIG_PAX_XATTR_PAX_FLAGS
+ 	if (!strncmp(name, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN)) {
+ 		if (strcmp(name, XATTR_NAME_PAX_FLAGS))
+ 			return -EOPNOTSUPP;
+ 		if (size > 8)
+ 			return -EINVAL;
+ 	}
+-#endif
+ 
+ 	return simple_xattr_set(&info->xattrs, name, value, size, flags);
+ }

diff --git a/3.15.1/4430_grsec-remove-localversion-grsec.patch b/3.15.1/4430_grsec-remove-localversion-grsec.patch
new file mode 100644
index 0000000..31cf878
--- /dev/null
+++ b/3.15.1/4430_grsec-remove-localversion-grsec.patch
@@ -0,0 +1,9 @@
+From: Kerin Millar <kerframil@gmail.com>
+
+Remove grsecurity's localversion-grsec file as it is inconsistent with
+Gentoo's kernel practices and naming scheme.
+
+--- a/localversion-grsec	2008-02-24 14:26:59.000000000 +0000
++++ b/localversion-grsec	1970-01-01 01:00:00.000000000 +0100
+@@ -1 +0,0 @@
+--grsec

diff --git a/3.15.1/4435_grsec-mute-warnings.patch b/3.15.1/4435_grsec-mute-warnings.patch
new file mode 100644
index 0000000..a685858
--- /dev/null
+++ b/3.15.1/4435_grsec-mute-warnings.patch
@@ -0,0 +1,43 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+Updated patch for 2.6.38.6
+
+The credits/description from the original version of this patch remain accurate
+and are included below.
+
+---
+From: Jory A. Pratt <anarchy@gentoo.org>
+Updated patch for kernel 2.6.32
+
+The credits/description from the original version of this patch remain accurate
+and are included below.
+
+---
+From: Gordon Malm <gengor@gentoo.org>
+
+Updated patch for kernel series 2.6.24.
+
+The credits/description from the original version of this patch remain accurate
+and are included below.
+
+---
+From: Alexander Gabert <gaberta@fh-trier.de>
+
+This patch removes the warnings introduced by grsec patch 2.1.9 and later.
+It removes the -W options added by the patch and restores the original
+warning flags of vanilla kernel versions.
+
+Acked-by: Christian Heim <phreak@gentoo.org>
+---
+
+--- a/Makefile	2011-11-18 17:50:11.000000000 -0500
++++ b/Makefile	2011-11-18 17:50:48.000000000 -0500
+@@ -245,8 +245,7 @@
+ 
+ HOSTCC       = gcc
+ HOSTCXX      = g++
+-HOSTCFLAGS   = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
+-HOSTCFLAGS   = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
++HOSTCFLAGS   = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
+ HOSTCFLAGS  += $(call cc-option, -Wno-empty-body)
+ HOSTCXXFLAGS = -O2 -Wall -W -Wno-array-bounds
+ 

diff --git a/3.15.1/4440_grsec-remove-protected-paths.patch b/3.15.1/4440_grsec-remove-protected-paths.patch
new file mode 100644
index 0000000..741546d
--- /dev/null
+++ b/3.15.1/4440_grsec-remove-protected-paths.patch
@@ -0,0 +1,20 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+
+We don't want GRSEC's Makefile to change permissions on paths in
+the filesystem.
+
+diff -Naur a/grsecurity/Makefile b/grsecurity/Makefile
+--- a/grsecurity/Makefile      2011-10-19 20:42:50.000000000 -0400
++++ b/grsecurity/Makefile      2011-10-19 20:45:08.000000000 -0400
+@@ -44,11 +44,4 @@
+ ifdef CONFIG_GRKERNSEC_HIDESYM
+ extra-y := grsec_hidesym.o
+ $(obj)/grsec_hidesym.o:
+-	@-chmod -f 500 /boot
+-	@-chmod -f 500 /lib/modules
+-	@-chmod -f 500 /lib64/modules
+-	@-chmod -f 500 /lib32/modules
+-	@-chmod -f 700 .
+-	@-chmod -f 700 $(objtree)
+-	@echo '  grsec: protected kernel image paths'
+ endif

diff --git a/3.15.1/4450_grsec-kconfig-default-gids.patch b/3.15.1/4450_grsec-kconfig-default-gids.patch
new file mode 100644
index 0000000..af218a8
--- /dev/null
+++ b/3.15.1/4450_grsec-kconfig-default-gids.patch
@@ -0,0 +1,111 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+Updated patch for the new Kconfig system in grsec 2.9.1
+
+---
+From: Kerin Millar <kerframil@gmail.com>
+
+grsecurity contains a number of options which allow certain protections
+to be applied to or exempted from members of a given group. However, the
+default GIDs specified in the upstream patch are entirely arbitrary and
+there is no telling which (if any) groups the GIDs will correlate with
+on an end-user's system. Because some users don't pay a great deal of
+attention to the finer points of kernel configuration, it is probably
+wise to specify some reasonable defaults so as to stop careless users
+from shooting themselves in the foot.
+
+diff -Naur a/grsecurity/Kconfig b/grsecurity/Kconfig
+--- a/grsecurity/Kconfig	2012-10-13 09:51:35.000000000 -0400
++++ b/grsecurity/Kconfig	2012-10-13 09:52:32.000000000 -0400
+@@ -680,7 +680,7 @@
+ config GRKERNSEC_AUDIT_GID
+ 	int "GID for auditing"
+ 	depends on GRKERNSEC_AUDIT_GROUP
+-	default 1007
++	default 100
+ 
+ config GRKERNSEC_EXECLOG
+ 	bool "Exec logging"
+@@ -911,7 +911,7 @@
+ config GRKERNSEC_TPE_UNTRUSTED_GID
+ 	int "GID for TPE-untrusted users"
+ 	depends on GRKERNSEC_TPE && !GRKERNSEC_TPE_INVERT
+-	default 1005
++	default 100
+ 	help
+ 	  Setting this GID determines what group TPE restrictions will be
+ 	  *enabled* for.  If the sysctl option is enabled, a sysctl option
+@@ -920,7 +920,7 @@
+ config GRKERNSEC_TPE_TRUSTED_GID
+ 	int "GID for TPE-trusted users"
+ 	depends on GRKERNSEC_TPE && GRKERNSEC_TPE_INVERT
+-	default 1005
++	default 10
+ 	help
+ 	  Setting this GID determines what group TPE restrictions will be
+ 	  *disabled* for.  If the sysctl option is enabled, a sysctl option
+@@ -1013,7 +1013,7 @@
+ config GRKERNSEC_SOCKET_ALL_GID
+ 	int "GID to deny all sockets for"
+ 	depends on GRKERNSEC_SOCKET_ALL
+-	default 1004
++	default 65534
+ 	help
+ 	  Here you can choose the GID to disable socket access for. Remember to
+ 	  add the users you want socket access disabled for to the GID
+@@ -1034,7 +1034,7 @@
+ config GRKERNSEC_SOCKET_CLIENT_GID
+ 	int "GID to deny client sockets for"
+ 	depends on GRKERNSEC_SOCKET_CLIENT
+-	default 1003
++	default 65534
+ 	help
+ 	  Here you can choose the GID to disable client socket access for.
+ 	  Remember to add the users you want client socket access disabled for to
+@@ -1052,7 +1052,7 @@
+ config GRKERNSEC_SOCKET_SERVER_GID
+ 	int "GID to deny server sockets for"
+ 	depends on GRKERNSEC_SOCKET_SERVER
+-	default 1002
++	default 65534
+ 	help
+ 	  Here you can choose the GID to disable server socket access for.
+ 	  Remember to add the users you want server socket access disabled for to
+diff -Nuar a/security/Kconfig b/security/Kconfig
+--- a/security/Kconfig	2012-10-13 09:51:35.000000000 -0400
++++ b/security/Kconfig	2012-10-13 09:52:59.000000000 -0400
+@@ -196,7 +196,7 @@
+ 
+ config GRKERNSEC_PROC_GID
+ 	int "GID exempted from /proc restrictions"
+-	default 1001
++	default 10
+ 	help
+ 	  Setting this GID determines which group will be exempted from
+ 	  grsecurity's /proc restrictions, allowing users of the specified
+@@ -207,7 +207,7 @@
+ config GRKERNSEC_TPE_UNTRUSTED_GID
+         int "GID for TPE-untrusted users"
+         depends on GRKERNSEC_CONFIG_SERVER && GRKERNSEC_TPE && !GRKERNSEC_TPE_INVERT
+-        default 1005
++        default 100
+         help
+ 	  Setting this GID determines which group untrusted users should
+ 	  be added to.  These users will be placed under grsecurity's Trusted Path
+@@ -219,7 +219,7 @@
+ config GRKERNSEC_TPE_TRUSTED_GID
+         int "GID for TPE-trusted users"
+         depends on GRKERNSEC_CONFIG_SERVER && GRKERNSEC_TPE && GRKERNSEC_TPE_INVERT
+-        default 1005
++        default 10
+         help
+           Setting this GID determines what group TPE restrictions will be
+           *disabled* for.  If the sysctl option is enabled, a sysctl option
+@@ -228,7 +228,7 @@
+ config GRKERNSEC_SYMLINKOWN_GID
+         int "GID for users with kernel-enforced SymlinksIfOwnerMatch"
+         depends on GRKERNSEC_CONFIG_SERVER
+-        default 1006
++        default 100
+         help
+           Setting this GID determines what group kernel-enforced
+           SymlinksIfOwnerMatch will be enabled for.  If the sysctl option

diff --git a/3.15.1/4465_selinux-avc_audit-log-curr_ip.patch b/3.15.1/4465_selinux-avc_audit-log-curr_ip.patch
new file mode 100644
index 0000000..fb528d0
--- /dev/null
+++ b/3.15.1/4465_selinux-avc_audit-log-curr_ip.patch
@@ -0,0 +1,73 @@
+From: Anthony G. Basile <blueness@gentoo.org>
+
+Removed deprecated NIPQUAD macro in favor of %pI4.
+See bug #346333.
+
+---
+From: Gordon Malm <gengor@gentoo.org>
+
+This is a reworked version of the original
+*_selinux-avc_audit-log-curr_ip.patch carried in earlier releases of
+hardened-sources.
+
+Dropping the patch, or simply fixing the #ifdef of the original patch
+could break automated logging setups so this route was necessary.
+
+Suggestions for improving the help text are welcome.
+
+The original patch's description is still accurate and included below.
+
+---
+Provides support for a new field ipaddr within the SELinux
+AVC audit log, relying in task_struct->curr_ip (ipv4 only)
+provided by grSecurity patch to be applied before.
+
+Signed-off-by: Lorenzo Hernandez Garcia-Hierro <lorenzo@gnu.org>
+---
+
+diff -Naur a/grsecurity/Kconfig b/grsecurity/Kconfig
+--- a/grsecurity/Kconfig	2011-04-17 19:25:54.000000000 -0400
++++ b/grsecurity/Kconfig	2011-04-17 19:32:53.000000000 -0400
+@@ -1147,6 +1147,27 @@
+ menu "Logging Options"
+ depends on GRKERNSEC
+ 
++config GRKERNSEC_SELINUX_AVC_LOG_IPADDR
++	def_bool n
++	prompt "Add source IP address to SELinux AVC log messages"
++	depends on GRKERNSEC && SECURITY_SELINUX
++	help
++	  If you say Y here, a new field "ipaddr=" will be added to many SELinux
++	  AVC log messages.  The value of this field in any given message
++	  represents the source IP address of the remote machine/user that created
++	  the offending process.
++
++	  This information is sourced from task_struct->curr_ip provided by
++	  grsecurity's GRKERNSEC top-level configuration option.  One limitation
++	  is that only IPv4 is supported.
++
++	  In many instances SELinux AVC log messages already log a superior level
++	  of information that also includes source port and destination ip/port.
++	  Additionally, SELinux's AVC log code supports IPv6.
++
++	  However, grsecurity's task_struct->curr_ip will sometimes (often?) 
++	  provide the offender's IP address where stock SELinux logging fails to.
++
+ config GRKERNSEC_FLOODTIME
+ 	int "Seconds in between log messages (minimum)"
+ 	default 10
+diff -Naur a/security/selinux/avc.c b/security/selinux/avc.c
+--- a/security/selinux/avc.c	2011-04-17 19:04:47.000000000 -0400
++++ b/security/selinux/avc.c	2011-04-17 19:32:53.000000000 -0400
+@@ -133,6 +133,11 @@
+ 	char *scontext;
+ 	u32 scontext_len;
+ 
++#ifdef CONFIG_GRKERNSEC_SELINUX_AVC_LOG_IPADDR
++	if (current->signal->curr_ip)
++		audit_log_format(ab, "ipaddr=%pI4 ", &current->signal->curr_ip);
++#endif
++
+ 	rc = security_sid_to_context(ssid, &scontext, &scontext_len);
+ 	if (rc)
+ 		audit_log_format(ab, "ssid=%d", ssid);

diff --git a/3.15.1/4470_disable-compat_vdso.patch b/3.15.1/4470_disable-compat_vdso.patch
new file mode 100644
index 0000000..7852848
--- /dev/null
+++ b/3.15.1/4470_disable-compat_vdso.patch
@@ -0,0 +1,58 @@
+No need to wrap vdso calls as gentoo does not use any version of 
+glibc <=2.3.3
+---
+From: Gordon Malm <gengor@gentoo.org>
+From: Kerin Millar <kerframil@gmail.com>
+From: Jory A. Pratt	<anarchy@gentoo.org>
+
+COMPAT_VDSO is inappropriate for any modern Hardened Gentoo system. It
+conflicts with various parts of PaX, crashing the system if enabled
+while PaX's NOEXEC or UDEREF features are active. Moreover, it prevents
+a number of important PaX options from appearing in the configuration
+menu, including all PaX NOEXEC implementations. Unfortunately, the
+reason for the disappearance of these PaX configuration options is
+often far from obvious to inexperienced users.
+
+Therefore, we disable the COMPAT_VDSO menu entry entirely. However,
+COMPAT_VDSO operation can still be enabled via bootparam and sysctl
+interfaces. Consequently, we must also disable the ability to select
+COMPAT_VDSO operation at boot or runtime. Here we patch the kernel so
+that selecting COMPAT_VDSO operation at boot/runtime has no effect if
+conflicting PaX options are enabled, leaving VDSO_ENABLED operation
+intact.
+
+Closes bug: http://bugs.gentoo.org/show_bug.cgi?id=210138
+
+diff -urp a/arch/x86/Kconfig b/arch/x86/Kconfig
+--- a/arch/x86/Kconfig	2009-07-31 01:36:57.323857684 +0100
++++ b/arch/x86/Kconfig	2009-07-31 01:51:39.395749681 +0100
+@@ -1793,29 +1793,8 @@
+ 
+ config COMPAT_VDSO
+ 	def_bool n
+-	prompt "Disable the 32-bit vDSO (needed for glibc 2.3.3)"
+ 	depends on X86_32 || IA32_EMULATION
+ 	depends on !PAX_PAGEEXEC && !PAX_SEGMEXEC && !PAX_KERNEXEC && !PAX_MEMORY_UDEREF
+-	---help---
+-	  Certain buggy versions of glibc will crash if they are
+-	  presented with a 32-bit vDSO that is not mapped at the address
+-	  indicated in its segment table.
+-
+-	  The bug was introduced by f866314b89d56845f55e6f365e18b31ec978ec3a
+-	  and fixed by 3b3ddb4f7db98ec9e912ccdf54d35df4aa30e04a and
+-	  49ad572a70b8aeb91e57483a11dd1b77e31c4468.  Glibc 2.3.3 is
+-	  the only released version with the bug, but OpenSUSE 9
+-	  contains a buggy "glibc 2.3.2".
+-
+-	  The symptom of the bug is that everything crashes on startup, saying:
+-	  dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
+-
+-	  Saying Y here changes the default value of the vdso32 boot
+-	  option from 1 to 0, which turns off the 32-bit vDSO entirely.
+-	  This works around the glibc bug but hurts performance.
+-
+-	  If unsure, say N: if you are compiling your own kernel, you
+-	  are unlikely to be using a buggy version of glibc.
+ 
+ config CMDLINE_BOOL
+ 	bool "Built-in kernel command line"

diff --git a/3.14.8/4475_emutramp_default_on.patch b/3.15.1/4475_emutramp_default_on.patch
similarity index 50%
copy from 3.14.8/4475_emutramp_default_on.patch
copy to 3.15.1/4475_emutramp_default_on.patch
index a453a5b..cf88fd9 100644
--- a/3.14.8/4475_emutramp_default_on.patch
+++ b/3.15.1/4475_emutramp_default_on.patch
@@ -13,9 +13,22 @@ diff -Naur linux-3.9.2-hardened.orig/security/Kconfig linux-3.9.2-hardened/secur
 @@ -428,7 +428,7 @@
  
  config PAX_EMUTRAMP
-	bool "Emulate trampolines"
+ 	bool "Emulate trampolines"
 -	default y if PARISC || GRKERNSEC_CONFIG_AUTO
 +	default y
-	depends on (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86)
+ 	depends on (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86)
  	help
  	  There are some programs and libraries that for one reason or
+@@ -451,6 +451,12 @@
+ 	  utilities to disable CONFIG_PAX_PAGEEXEC and CONFIG_PAX_SEGMEXEC
+ 	  for the affected files.
+ 
++	  NOTE: Hardened Gentoo users needs this option enabled for python
++	  to work properly.  Without it, all python apps, including portage,
++	  may fail.  By default, python has CONFIG_PAX_EMUTRAMP enabled by
++	  the ebuild when USE=pax_kernel is set, otherise CONFIG_PAX_PAGEEXEC
++	  is enabled as a fallback.
++
+ 	  NOTE: enabling this feature *may* open up a loophole in the
+ 	  protection provided by non-executable pages that an attacker
+ 	  could abuse.  Therefore the best solution is to not have any

diff --git a/3.2.60/0000_README b/3.2.60/0000_README
index e364d06..29c3a17 100644
--- a/3.2.60/0000_README
+++ b/3.2.60/0000_README
@@ -158,7 +158,7 @@ Patch:	1059_linux-3.2.60.patch
 From:	http://www.kernel.org
 Desc:	Linux 3.2.60
 
-Patch:	4420_grsecurity-3.0-3.2.60-201406220130.patch
+Patch:	4420_grsecurity-3.0-3.2.60-201406222106.patch
 From:	http://www.grsecurity.net
 Desc:	hardened-sources base patch from upstream grsecurity
 

diff --git a/3.2.60/4420_grsecurity-3.0-3.2.60-201406220130.patch b/3.2.60/4420_grsecurity-3.0-3.2.60-201406222106.patch
similarity index 99%
rename from 3.2.60/4420_grsecurity-3.0-3.2.60-201406220130.patch
rename to 3.2.60/4420_grsecurity-3.0-3.2.60-201406222106.patch
index d3c1096..be01e6f 100644
--- a/3.2.60/4420_grsecurity-3.0-3.2.60-201406220130.patch
+++ b/3.2.60/4420_grsecurity-3.0-3.2.60-201406222106.patch
@@ -3951,18 +3951,18 @@ index 6018c80..7c37203 100644
  
  #endif /* _ASM_SYSTEM_H */
 diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h
-index adda036..d4f1f45 100644
+index adda036..4e648a3 100644
 --- a/arch/mips/include/asm/thread_info.h
 +++ b/arch/mips/include/asm/thread_info.h
-@@ -124,6 +124,8 @@ register struct thread_info *__current_thread_info __asm__("$28");
- #define TIF_32BIT_ADDR		23	/* 32-bit address space (o32/n32) */
- #define TIF_FPUBOUND		24	/* thread bound to FPU-full CPU set */
- #define TIF_LOAD_WATCH		25	/* If set, load watch registers */
+@@ -114,6 +114,8 @@ register struct thread_info *__current_thread_info __asm__("$28");
+ #define TIF_SECCOMP		4	/* secure computing */
+ #define TIF_NOTIFY_RESUME	5	/* callback before returning to user */
+ #define TIF_RESTORE_SIGMASK	9	/* restore signal mask in do_signal() */
 +/* li takes a 32bit immediate */
-+#define TIF_GRSEC_SETXID	29	/* update credentials on syscall entry/exit */
- #define TIF_SYSCALL_TRACE	31	/* syscall trace active */
- 
- #ifdef CONFIG_MIPS32_O32
++#define TIF_GRSEC_SETXID	10	/* update credentials on syscall entry/exit */
+ #define TIF_USEDFPU		16	/* FPU was used by this task this quantum (SMP) */
+ #define TIF_POLLING_NRFLAG	17	/* true if poll_idle() is polling TIF_NEED_RESCHED */
+ #define TIF_MEMDIE		18	/* is terminating due to OOM killer */
 @@ -148,15 +150,18 @@ register struct thread_info *__current_thread_info __asm__("$28");
  #define _TIF_32BIT_ADDR		(1<<TIF_32BIT_ADDR)
  #define _TIF_FPUBOUND		(1<<TIF_FPUBOUND)
@@ -60091,11 +60091,15 @@ index 0aa424a..0725236 100644
  static int can_do_hugetlb_shm(void)
  {
 diff --git a/fs/inode.c b/fs/inode.c
-index e2d3633..e6f3833 100644
+index e2d3633..da449b7 100644
 --- a/fs/inode.c
 +++ b/fs/inode.c
-@@ -787,8 +787,8 @@ unsigned int get_next_ino(void)
+@@ -785,16 +785,20 @@ unsigned int get_next_ino(void)
+ 	unsigned int *p = &get_cpu_var(last_ino);
+ 	unsigned int res = *p;
  
++start:
++
  #ifdef CONFIG_SMP
  	if (unlikely((res & (LAST_INO_BATCH-1)) == 0)) {
 -		static atomic_t shared_last_ino;
@@ -60105,7 +60109,16 @@ index e2d3633..e6f3833 100644
  
  		res = next - LAST_INO_BATCH;
  	}
-@@ -855,8 +855,7 @@ void lockdep_annotate_inode_mutex_key(struct inode *inode)
+ #endif
+ 
+-	*p = ++res;
++	if (unlikely(!++res))
++		goto start;	/* never zero */
++	*p = res;
+ 	put_cpu_var(last_ino);
+ 	return res;
+ }
+@@ -855,8 +859,7 @@ void lockdep_annotate_inode_mutex_key(struct inode *inode)
  		struct file_system_type *type = inode->i_sb->s_type;
  
  		/* Set new key only if filesystem hasn't already changed it */
@@ -60115,7 +60128,7 @@ index e2d3633..e6f3833 100644
  			/*
  			 * ensure nobody is actually holding i_mutex
  			 */
-@@ -883,6 +882,7 @@ void unlock_new_inode(struct inode *inode)
+@@ -883,6 +886,7 @@ void unlock_new_inode(struct inode *inode)
  	spin_lock(&inode->i_lock);
  	WARN_ON(!(inode->i_state & I_NEW));
  	inode->i_state &= ~I_NEW;

diff --git a/3.2.60/4475_emutramp_default_on.patch b/3.2.60/4475_emutramp_default_on.patch
index 10a2580..941870b 100644
--- a/3.2.60/4475_emutramp_default_on.patch
+++ b/3.2.60/4475_emutramp_default_on.patch
@@ -13,9 +13,22 @@ diff -Naur linux-3.9.2-hardened.orig/security/Kconfig linux-3.9.2-hardened/secur
 @@ -427,7 +427,7 @@
  
  config PAX_EMUTRAMP
-	bool "Emulate trampolines"
+ 	bool "Emulate trampolines"
 -	default y if PARISC || GRKERNSEC_CONFIG_AUTO
 +	default y
-	depends on (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86)
+ 	depends on (PAX_PAGEEXEC || PAX_SEGMEXEC) && (PARISC || X86)
  	help
  	  There are some programs and libraries that for one reason or
+@@ -450,6 +450,12 @@
+ 	  utilities to disable CONFIG_PAX_PAGEEXEC and CONFIG_PAX_SEGMEXEC
+ 	  for the affected files.
+ 
++	  NOTE: Hardened Gentoo users needs this option enabled for python
++	  to work properly.  Without it, all python apps, including portage,
++	  may fail.  By default, python has CONFIG_PAX_EMUTRAMP enabled by
++	  the ebuild when USE=pax_kernel is set, otherise CONFIG_PAX_PAGEEXEC
++	  is enabled as a fallback.
++
+ 	  NOTE: enabling this feature *may* open up a loophole in the
+ 	  protection provided by non-executable pages that an attacker
+ 	  could abuse.  Therefore the best solution is to not have any


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-23 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 14:08 [gentoo-commits] proj/hardened-patchset:master commit in: 3.14.8/, 3.2.60/, 3.15.1/ Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox