Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-patchset:master commit in: 3.2.45/, 2.6.32/, 3.9.2/, 3.9.4/
Date: Sun, 26 May 2013 14:47:16
Message-Id: 1369579596.df0935613e3e6c1fe7597dc68ab847b0069c019b.blueness@gentoo
1 commit: df0935613e3e6c1fe7597dc68ab847b0069c019b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 14:46:36 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 14:46:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=df093561
7
8 Grsec/PaX: 2.9.1-{2.6.32.60,3.2.45,3.9.4}-201305251009
9
10 ---
11 2.6.32/0000_README | 2 +-
12 ..._grsecurity-2.9.1-2.6.32.60-201305251007.patch} | 30 +-
13 3.2.45/0000_README | 2 +-
14 ...420_grsecurity-2.9.1-3.2.45-201305251007.patch} | 172 ++-
15 {3.9.2 => 3.9.4}/0000_README | 2 +-
16 .../4420_grsecurity-2.9.1-3.9.4-201305251009.patch | 1607 ++++++++++----------
17 {3.9.2 => 3.9.4}/4425_grsec_remove_EI_PAX.patch | 0
18 .../4430_grsec-remove-localversion-grsec.patch | 0
19 {3.9.2 => 3.9.4}/4435_grsec-mute-warnings.patch | 0
20 .../4440_grsec-remove-protected-paths.patch | 0
21 .../4450_grsec-kconfig-default-gids.patch | 0
22 .../4465_selinux-avc_audit-log-curr_ip.patch | 0
23 {3.9.2 => 3.9.4}/4470_disable-compat_vdso.patch | 2 +-
24 {3.9.2 => 3.9.4}/4475_emutramp_default_on.patch | 0
25 14 files changed, 994 insertions(+), 823 deletions(-)
26
27 diff --git a/2.6.32/0000_README b/2.6.32/0000_README
28 index 755285c..5ca0857 100644
29 --- a/2.6.32/0000_README
30 +++ b/2.6.32/0000_README
31 @@ -34,7 +34,7 @@ Patch: 1059_linux-2.6.32.60.patch
32 From: http://www.kernel.org
33 Desc: Linux 2.6.32.59
34
35 -Patch: 4420_grsecurity-2.9.1-2.6.32.60-201305162326.patch
36 +Patch: 4420_grsecurity-2.9.1-2.6.32.60-201305251007.patch
37 From: http://www.grsecurity.net
38 Desc: hardened-sources base patch from upstream grsecurity
39
40
41 diff --git a/2.6.32/4420_grsecurity-2.9.1-2.6.32.60-201305162326.patch b/2.6.32/4420_grsecurity-2.9.1-2.6.32.60-201305251007.patch
42 similarity index 99%
43 rename from 2.6.32/4420_grsecurity-2.9.1-2.6.32.60-201305162326.patch
44 rename to 2.6.32/4420_grsecurity-2.9.1-2.6.32.60-201305251007.patch
45 index 3482354..f7ef7a8 100644
46 --- a/2.6.32/4420_grsecurity-2.9.1-2.6.32.60-201305162326.patch
47 +++ b/2.6.32/4420_grsecurity-2.9.1-2.6.32.60-201305251007.patch
48 @@ -42858,6 +42858,22 @@ index 266b858..f3ee0bb 100644
49 return 0;
50
51 return HVCS_BUFF_LEN - hvcsd->chars_in_buffer;
52 +diff --git a/drivers/char/ipmi/ipmi_bt_sm.c b/drivers/char/ipmi/ipmi_bt_sm.c
53 +index 7b98c06..a65a574 100644
54 +--- a/drivers/char/ipmi/ipmi_bt_sm.c
55 ++++ b/drivers/char/ipmi/ipmi_bt_sm.c
56 +@@ -95,9 +95,9 @@ struct si_sm_data {
57 + enum bt_states state;
58 + unsigned char seq; /* BT sequence number */
59 + struct si_sm_io *io;
60 +- unsigned char write_data[IPMI_MAX_MSG_LENGTH];
61 ++ unsigned char write_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */
62 + int write_count;
63 +- unsigned char read_data[IPMI_MAX_MSG_LENGTH];
64 ++ unsigned char read_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */
65 + int read_count;
66 + int truncated;
67 + long timeout; /* microseconds countdown */
68 diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c
69 index ec5e3f8..02455ba 100644
70 --- a/drivers/char/ipmi/ipmi_msghandler.c
71 @@ -104715,7 +104731,7 @@ index 53dae4b..9ba3743 100644
72 EXPORT_SYMBOL_GPL(kgdb_breakpoint);
73
74 diff --git a/kernel/kmod.c b/kernel/kmod.c
75 -index a061472..40884b6 100644
76 +index a061472..e928a83 100644
77 --- a/kernel/kmod.c
78 +++ b/kernel/kmod.c
79 @@ -68,13 +68,12 @@ char modprobe_path[KMOD_PATH_LEN] = "/sbin/modprobe";
80 @@ -104820,6 +104836,18 @@ index a061472..40884b6 100644
81
82 /*
83 * If ret is 0, either ____call_usermodehelper failed and the
84 +@@ -506,6 +559,11 @@ int call_usermodehelper_exec(struct subprocess_info *sub_info,
85 + validate_creds(sub_info->cred);
86 +
87 + helper_lock();
88 ++ if (!sub_info->path) {
89 ++ retval = -EINVAL;
90 ++ goto out;
91 ++ }
92 ++
93 + if (sub_info->path[0] == '\0')
94 + goto out;
95 +
96 diff --git a/kernel/kprobes.c b/kernel/kprobes.c
97 index 176d825..68c261a 100644
98 --- a/kernel/kprobes.c
99
100 diff --git a/3.2.45/0000_README b/3.2.45/0000_README
101 index 8925c1f..ba3ec05 100644
102 --- a/3.2.45/0000_README
103 +++ b/3.2.45/0000_README
104 @@ -98,7 +98,7 @@ Patch: 1044_linux-3.2.45.patch
105 From: http://www.kernel.org
106 Desc: Linux 3.2.45
107
108 -Patch: 4420_grsecurity-2.9.1-3.2.45-201305162326.patch
109 +Patch: 4420_grsecurity-2.9.1-3.2.45-201305251007.patch
110 From: http://www.grsecurity.net
111 Desc: hardened-sources base patch from upstream grsecurity
112
113
114 diff --git a/3.2.45/4420_grsecurity-2.9.1-3.2.45-201305162326.patch b/3.2.45/4420_grsecurity-2.9.1-3.2.45-201305251007.patch
115 similarity index 99%
116 rename from 3.2.45/4420_grsecurity-2.9.1-3.2.45-201305162326.patch
117 rename to 3.2.45/4420_grsecurity-2.9.1-3.2.45-201305251007.patch
118 index 3625b94..bc81306 100644
119 --- a/3.2.45/4420_grsecurity-2.9.1-3.2.45-201305162326.patch
120 +++ b/3.2.45/4420_grsecurity-2.9.1-3.2.45-201305251007.patch
121 @@ -12502,7 +12502,7 @@ index cb00ccc..17e9054 100644
122
123 /*
124 diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h
125 -index 6be9909..b7543b2 100644
126 +index 6be9909..ee359f2 100644
127 --- a/arch/x86/include/asm/pgtable.h
128 +++ b/arch/x86/include/asm/pgtable.h
129 @@ -44,6 +44,7 @@ extern struct mm_struct *pgd_page_get_mm(struct page *page);
130 @@ -12565,7 +12565,19 @@ index 6be9909..b7543b2 100644
131 static inline int pte_dirty(pte_t pte)
132 {
133 return pte_flags(pte) & _PAGE_DIRTY;
134 -@@ -200,9 +240,29 @@ static inline pte_t pte_wrprotect(pte_t pte)
135 +@@ -147,6 +187,11 @@ static inline unsigned long pud_pfn(pud_t pud)
136 + return (pud_val(pud) & PTE_PFN_MASK) >> PAGE_SHIFT;
137 + }
138 +
139 ++static inline unsigned long pgd_pfn(pgd_t pgd)
140 ++{
141 ++ return (pgd_val(pgd) & PTE_PFN_MASK) >> PAGE_SHIFT;
142 ++}
143 ++
144 + #define pte_page(pte) pfn_to_page(pte_pfn(pte))
145 +
146 + static inline int pmd_large(pmd_t pte)
147 +@@ -200,9 +245,29 @@ static inline pte_t pte_wrprotect(pte_t pte)
148 return pte_clear_flags(pte, _PAGE_RW);
149 }
150
151 @@ -12596,7 +12608,7 @@ index 6be9909..b7543b2 100644
152 }
153
154 static inline pte_t pte_mkdirty(pte_t pte)
155 -@@ -394,6 +454,15 @@ pte_t *populate_extra_pte(unsigned long vaddr);
156 +@@ -394,6 +459,15 @@ pte_t *populate_extra_pte(unsigned long vaddr);
157 #endif
158
159 #ifndef __ASSEMBLY__
160 @@ -12612,7 +12624,25 @@ index 6be9909..b7543b2 100644
161 #include <linux/mm_types.h>
162
163 static inline int pte_none(pte_t pte)
164 -@@ -570,7 +639,7 @@ static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address)
165 +@@ -515,7 +589,7 @@ static inline unsigned long pud_page_vaddr(pud_t pud)
166 + * Currently stuck as a macro due to indirect forward reference to
167 + * linux/mmzone.h's __section_mem_map_addr() definition:
168 + */
169 +-#define pud_page(pud) pfn_to_page(pud_val(pud) >> PAGE_SHIFT)
170 ++#define pud_page(pud) pfn_to_page((pud_val(pud) & PTE_PFN_MASK) >> PAGE_SHIFT)
171 +
172 + /* Find an entry in the second-level page table.. */
173 + static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address)
174 +@@ -555,7 +629,7 @@ static inline unsigned long pgd_page_vaddr(pgd_t pgd)
175 + * Currently stuck as a macro due to indirect forward reference to
176 + * linux/mmzone.h's __section_mem_map_addr() definition:
177 + */
178 +-#define pgd_page(pgd) pfn_to_page(pgd_val(pgd) >> PAGE_SHIFT)
179 ++#define pgd_page(pgd) pfn_to_page((pgd_val(pgd) & PTE_PFN_MASK) >> PAGE_SHIFT)
180 +
181 + /* to find an entry in a page-table-directory. */
182 + static inline unsigned long pud_index(unsigned long address)
183 +@@ -570,7 +644,7 @@ static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address)
184
185 static inline int pgd_bad(pgd_t pgd)
186 {
187 @@ -12621,7 +12651,7 @@ index 6be9909..b7543b2 100644
188 }
189
190 static inline int pgd_none(pgd_t pgd)
191 -@@ -593,7 +662,12 @@ static inline int pgd_none(pgd_t pgd)
192 +@@ -593,7 +667,12 @@ static inline int pgd_none(pgd_t pgd)
193 * pgd_offset() returns a (pgd_t *)
194 * pgd_index() is used get the offset into the pgd page's array of pgd_t's;
195 */
196 @@ -12635,7 +12665,7 @@ index 6be9909..b7543b2 100644
197 /*
198 * a shortcut which implies the use of the kernel's pgd, instead
199 * of a process's
200 -@@ -604,6 +678,22 @@ static inline int pgd_none(pgd_t pgd)
201 +@@ -604,6 +683,22 @@ static inline int pgd_none(pgd_t pgd)
202 #define KERNEL_PGD_BOUNDARY pgd_index(PAGE_OFFSET)
203 #define KERNEL_PGD_PTRS (PTRS_PER_PGD - KERNEL_PGD_BOUNDARY)
204
205 @@ -12658,7 +12688,7 @@ index 6be9909..b7543b2 100644
206 #ifndef __ASSEMBLY__
207
208 extern int direct_gbpages;
209 -@@ -768,11 +858,23 @@ static inline void pmdp_set_wrprotect(struct mm_struct *mm,
210 +@@ -768,11 +863,23 @@ static inline void pmdp_set_wrprotect(struct mm_struct *mm,
211 * dst and src can be on the same page, but the range must not overlap,
212 * and must not cross a page boundary.
213 */
214 @@ -32124,6 +32154,22 @@ index 14d49e4..d331fd8 100644
215 struct hpet_info *info)
216 {
217 struct hpet_timer __iomem *timer;
218 +diff --git a/drivers/char/ipmi/ipmi_bt_sm.c b/drivers/char/ipmi/ipmi_bt_sm.c
219 +index 3ed20e8..92ce302 100644
220 +--- a/drivers/char/ipmi/ipmi_bt_sm.c
221 ++++ b/drivers/char/ipmi/ipmi_bt_sm.c
222 +@@ -95,9 +95,9 @@ struct si_sm_data {
223 + enum bt_states state;
224 + unsigned char seq; /* BT sequence number */
225 + struct si_sm_io *io;
226 +- unsigned char write_data[IPMI_MAX_MSG_LENGTH];
227 ++ unsigned char write_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */
228 + int write_count;
229 +- unsigned char read_data[IPMI_MAX_MSG_LENGTH];
230 ++ unsigned char read_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */
231 + int read_count;
232 + int truncated;
233 + long timeout; /* microseconds countdown */
234 diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c
235 index 58c0e63..46c16bf 100644
236 --- a/drivers/char/ipmi/ipmi_msghandler.c
237 @@ -49448,7 +49494,7 @@ index 451b9b8..12e5a03 100644
238
239 out_free_fd:
240 diff --git a/fs/exec.c b/fs/exec.c
241 -index 312e297..2573111 100644
242 +index 312e297..437233e 100644
243 --- a/fs/exec.c
244 +++ b/fs/exec.c
245 @@ -55,12 +55,34 @@
246 @@ -49884,7 +49930,7 @@ index 312e297..2573111 100644
247 int retval;
248 const struct cred *cred = current_cred();
249
250 -+ gr_learn_resource(current, RLIMIT_NPROC, atomic_read(&current->cred->user->processes), 1);
251 ++ gr_learn_resource(current, RLIMIT_NPROC, atomic_read(&cred->user->processes), 1);
252 +
253 /*
254 * We move the actual failure in case of RLIMIT_NPROC excess from
255 @@ -52657,27 +52703,9 @@ index 464cd76..3a3ed7e 100644
256
257 /*
258 diff --git a/fs/jfs/super.c b/fs/jfs/super.c
259 -index a44eff076..0003471 100644
260 +index a44eff076..a4bf76a 100644
261 --- a/fs/jfs/super.c
262 +++ b/fs/jfs/super.c
263 -@@ -221,7 +221,7 @@ static const match_table_t tokens = {
264 - static int parse_options(char *options, struct super_block *sb, s64 *newLVSize,
265 - int *flag)
266 - {
267 -- void *nls_map = (void *)-1; /* -1: no change; NULL: none */
268 -+ const void *nls_map = (const void *)-1; /* -1: no change; NULL: none */
269 - char *p;
270 - struct jfs_sb_info *sbi = JFS_SBI(sb);
271 -
272 -@@ -249,7 +249,7 @@ static int parse_options(char *options, struct super_block *sb, s64 *newLVSize,
273 - /* Don't do anything ;-) */
274 - break;
275 - case Opt_iocharset:
276 -- if (nls_map && nls_map != (void *) -1)
277 -+ if (nls_map && nls_map != (const void *) -1)
278 - unload_nls(nls_map);
279 - if (!strcmp(args[0].from, "none"))
280 - nls_map = NULL;
281 @@ -780,6 +780,7 @@ static struct file_system_type jfs_fs_type = {
282 .kill_sb = kill_block_super,
283 .fs_flags = FS_REQUIRES_DEV,
284 @@ -75526,7 +75554,7 @@ index dc7bc08..4601964 100644
285
286 /* Don't allow clients that don't understand the native
287 diff --git a/kernel/kmod.c b/kernel/kmod.c
288 -index d6fe08a..9fa6730 100644
289 +index d6fe08a..fb66cab 100644
290 --- a/kernel/kmod.c
291 +++ b/kernel/kmod.c
292 @@ -64,7 +64,7 @@ static void free_modprobe_argv(struct subprocess_info *info)
293 @@ -75654,7 +75682,19 @@ index d6fe08a..9fa6730 100644
294
295 /*
296 * If ret is 0, either ____call_usermodehelper failed and the
297 -@@ -507,7 +560,7 @@ EXPORT_SYMBOL(call_usermodehelper_exec);
298 +@@ -467,6 +520,11 @@ int call_usermodehelper_exec(struct subprocess_info *sub_info,
299 + int retval = 0;
300 +
301 + helper_lock();
302 ++ if (!sub_info->path) {
303 ++ retval = -EINVAL;
304 ++ goto out;
305 ++ }
306 ++
307 + if (sub_info->path[0] == '\0')
308 + goto out;
309 +
310 +@@ -507,7 +565,7 @@ EXPORT_SYMBOL(call_usermodehelper_exec);
311 static int proc_cap_handler(struct ctl_table *table, int write,
312 void __user *buffer, size_t *lenp, loff_t *ppos)
313 {
314 @@ -93845,6 +93885,19 @@ index 03ee4e3..be86b46 100644
315 chip->card = card;
316 chip->pci = pci;
317 chip->irq = -1;
318 +diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
319 +index 83c4bd5..f75658c 100644
320 +--- a/sound/soc/fsl/fsl_ssi.c
321 ++++ b/sound/soc/fsl/fsl_ssi.c
322 +@@ -608,7 +608,7 @@ static int __devinit fsl_ssi_probe(struct platform_device *pdev)
323 + {
324 + struct fsl_ssi_private *ssi_private;
325 + int ret = 0;
326 +- struct device_attribute *dev_attr = NULL;
327 ++ device_attribute_no_const *dev_attr = NULL;
328 + struct device_node *np = pdev->dev.of_node;
329 + const char *p, *sprop;
330 + const uint32_t *iprop;
331 diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
332 index ee15337..ab0ec34 100644
333 --- a/sound/soc/soc-pcm.c
334 @@ -94287,10 +94340,10 @@ index 0000000..414fe5e
335 +}
336 diff --git a/tools/gcc/constify_plugin.c b/tools/gcc/constify_plugin.c
337 new file mode 100644
338 -index 0000000..bee0acb
339 +index 0000000..c17312d
340 --- /dev/null
341 +++ b/tools/gcc/constify_plugin.c
342 -@@ -0,0 +1,518 @@
343 +@@ -0,0 +1,560 @@
344 +/*
345 + * Copyright 2011 by Emese Revfy <re.emese@×××××.com>
346 + * Copyright 2011-2013 by PaX Team <pageexec@××××××××.hu>
347 @@ -94337,7 +94390,7 @@ index 0000000..bee0acb
348 +int plugin_is_GPL_compatible;
349 +
350 +static struct plugin_info const_plugin_info = {
351 -+ .version = "201303270300",
352 ++ .version = "201305231310",
353 + .help = "no-constify\tturn off constification\n",
354 +};
355 +
356 @@ -94668,6 +94721,41 @@ index 0000000..bee0acb
357 + TYPE_CONSTIFY_VISITED(type) = 1;
358 +}
359 +
360 ++static void check_global_variables(void)
361 ++{
362 ++ struct varpool_node *node;
363 ++
364 ++#if BUILDING_GCC_VERSION <= 4007
365 ++ for (node = varpool_nodes; node; node = node->next) {
366 ++ tree var = node->decl;
367 ++#else
368 ++ FOR_EACH_VARIABLE(node) {
369 ++ tree var = node->symbol.decl;
370 ++#endif
371 ++ tree type = TREE_TYPE(var);
372 ++
373 ++ if (TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE)
374 ++ continue;
375 ++
376 ++ if (!TYPE_READONLY(type) || !C_TYPE_FIELDS_READONLY(type))
377 ++ continue;
378 ++
379 ++ if (!TYPE_CONSTIFY_VISITED(type))
380 ++ continue;
381 ++
382 ++ if (DECL_EXTERNAL(var))
383 ++ continue;
384 ++
385 ++ if (DECL_INITIAL(var))
386 ++ continue;
387 ++
388 ++ // this works around a gcc bug/feature where uninitialized globals
389 ++ // are moved into the .bss section regardless of any constification
390 ++ DECL_INITIAL(var) = build_constructor(type, NULL);
391 ++// inform(DECL_SOURCE_LOCATION(var), "constified variable %qE moved into .rodata", var);
392 ++ }
393 ++}
394 ++
395 +static unsigned int check_local_variables(void)
396 +{
397 + unsigned int ret = 0;
398 @@ -94706,15 +94794,22 @@ index 0000000..bee0acb
399 + return ret;
400 +}
401 +
402 ++static unsigned int check_variables(void)
403 ++{
404 ++ check_global_variables();
405 ++ return check_local_variables();
406 ++}
407 ++
408 ++ unsigned int ret = 0;
409 +static struct gimple_opt_pass pass_local_variable = {
410 + {
411 + .type = GIMPLE_PASS,
412 -+ .name = "check_local_variables",
413 ++ .name = "check_variables",
414 +#if BUILDING_GCC_VERSION >= 4008
415 + .optinfo_flags = OPTGROUP_NONE,
416 +#endif
417 + .gate = NULL,
418 -+ .execute = check_local_variables,
419 ++ .execute = check_variables,
420 + .sub = NULL,
421 + .next = NULL,
422 + .static_pass_number = 0,
423 @@ -103134,10 +103229,10 @@ index 0000000..ac2901e
424 +}
425 diff --git a/tools/gcc/structleak_plugin.c b/tools/gcc/structleak_plugin.c
426 new file mode 100644
427 -index 0000000..b07fe22
428 +index 0000000..4fae911
429 --- /dev/null
430 +++ b/tools/gcc/structleak_plugin.c
431 -@@ -0,0 +1,276 @@
432 +@@ -0,0 +1,277 @@
433 +/*
434 + * Copyright 2013 by PaX Team <pageexec@××××××××.hu>
435 + * Licensed under the GPL v2
436 @@ -103278,11 +103373,12 @@ index 0000000..b07fe22
437 + // first check if the variable is already initialized, warn otherwise
438 + for (gsi = gsi_start_bb(bb); !gsi_end_p(gsi); gsi_next(&gsi)) {
439 + gimple stmt = gsi_stmt(gsi);
440 -+ tree rhs1 = gimple_assign_rhs1(stmt);
441 ++ tree rhs1;
442 +
443 + // we're looking for an assignment of a single rhs...
444 + if (!gimple_assign_single_p(stmt))
445 + continue;
446 ++ rhs1 = gimple_assign_rhs1(stmt);
447 +#if BUILDING_GCC_VERSION >= 4007
448 + // ... of a non-clobbering expression...
449 + if (TREE_CLOBBER_P(rhs1))
450
451 diff --git a/3.9.2/0000_README b/3.9.4/0000_README
452 similarity index 96%
453 rename from 3.9.2/0000_README
454 rename to 3.9.4/0000_README
455 index 5853027..5540390 100644
456 --- a/3.9.2/0000_README
457 +++ b/3.9.4/0000_README
458 @@ -2,7 +2,7 @@ README
459 -----------------------------------------------------------------------------
460 Individual Patch Descriptions:
461 -----------------------------------------------------------------------------
462 -Patch: 4420_grsecurity-2.9.1-3.9.2-201305172333.patch
463 +Patch: 4420_grsecurity-2.9.1-3.9.4-201305251009.patch
464 From: http://www.grsecurity.net
465 Desc: hardened-sources base patch from upstream grsecurity
466
467
468 diff --git a/3.9.2/4420_grsecurity-2.9.1-3.9.2-201305172333.patch b/3.9.4/4420_grsecurity-2.9.1-3.9.4-201305251009.patch
469 similarity index 98%
470 rename from 3.9.2/4420_grsecurity-2.9.1-3.9.2-201305172333.patch
471 rename to 3.9.4/4420_grsecurity-2.9.1-3.9.4-201305251009.patch
472 index e39d39f..6715b49 100644
473 --- a/3.9.2/4420_grsecurity-2.9.1-3.9.2-201305172333.patch
474 +++ b/3.9.4/4420_grsecurity-2.9.1-3.9.4-201305251009.patch
475 @@ -259,7 +259,7 @@ index 8ccbf27..afffeb4 100644
476
477 pcd. [PARIDE]
478 diff --git a/Makefile b/Makefile
479 -index 3e71511..8ff502e 100644
480 +index bfbfaf9..d0b1bb8 100644
481 --- a/Makefile
482 +++ b/Makefile
483 @@ -241,8 +241,9 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
484 @@ -1509,7 +1509,7 @@ index 6dcc164..b14d917 100644
485 /*
486 * Fold a partial checksum without adding pseudo headers
487 diff --git a/arch/arm/include/asm/cmpxchg.h b/arch/arm/include/asm/cmpxchg.h
488 -index 7eb18c1..e38b6d2 100644
489 +index 4f009c1..466c59b 100644
490 --- a/arch/arm/include/asm/cmpxchg.h
491 +++ b/arch/arm/include/asm/cmpxchg.h
492 @@ -102,6 +102,8 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size
493 @@ -4298,10 +4298,10 @@ index 1141782..0959d64 100644
494 extern void *samsung_dmadev_get_ops(void);
495 extern void *s3c_dma_get_ops(void);
496 diff --git a/arch/arm64/kernel/debug-monitors.c b/arch/arm64/kernel/debug-monitors.c
497 -index 0c3ba9f..95722b3 100644
498 +index f4726dc..39ed646 100644
499 --- a/arch/arm64/kernel/debug-monitors.c
500 +++ b/arch/arm64/kernel/debug-monitors.c
501 -@@ -151,7 +151,7 @@ static int __cpuinit os_lock_notify(struct notifier_block *self,
502 +@@ -149,7 +149,7 @@ static int __cpuinit os_lock_notify(struct notifier_block *self,
503 return NOTIFY_OK;
504 }
505
506 @@ -10240,10 +10240,10 @@ index ad8f795..2c7eec6 100644
507 /*
508 * Memory returned by kmalloc() may be used for DMA, so we must make
509 diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
510 -index 15b5cef..173babc 100644
511 +index 6ef2a37..74ad6ad 100644
512 --- a/arch/x86/Kconfig
513 +++ b/arch/x86/Kconfig
514 -@@ -244,7 +244,7 @@ config X86_HT
515 +@@ -243,7 +243,7 @@ config X86_HT
516
517 config X86_32_LAZY_GS
518 def_bool y
519 @@ -10252,7 +10252,7 @@ index 15b5cef..173babc 100644
520
521 config ARCH_HWEIGHT_CFLAGS
522 string
523 -@@ -1077,6 +1077,7 @@ config MICROCODE_EARLY
524 +@@ -1076,6 +1076,7 @@ config MICROCODE_EARLY
525
526 config X86_MSR
527 tristate "/dev/cpu/*/msr - Model-specific register support"
528 @@ -10260,7 +10260,7 @@ index 15b5cef..173babc 100644
529 ---help---
530 This device gives privileged processes access to the x86
531 Model-Specific Registers (MSRs). It is a character device with
532 -@@ -1100,7 +1101,7 @@ choice
533 +@@ -1099,7 +1100,7 @@ choice
534
535 config NOHIGHMEM
536 bool "off"
537 @@ -10269,7 +10269,7 @@ index 15b5cef..173babc 100644
538 ---help---
539 Linux can use up to 64 Gigabytes of physical memory on x86 systems.
540 However, the address space of 32-bit x86 processors is only 4
541 -@@ -1137,7 +1138,7 @@ config NOHIGHMEM
542 +@@ -1136,7 +1137,7 @@ config NOHIGHMEM
543
544 config HIGHMEM4G
545 bool "4GB"
546 @@ -10278,7 +10278,7 @@ index 15b5cef..173babc 100644
547 ---help---
548 Select this if you have a 32-bit processor and between 1 and 4
549 gigabytes of physical RAM.
550 -@@ -1190,7 +1191,7 @@ config PAGE_OFFSET
551 +@@ -1189,7 +1190,7 @@ config PAGE_OFFSET
552 hex
553 default 0xB0000000 if VMSPLIT_3G_OPT
554 default 0x80000000 if VMSPLIT_2G
555 @@ -10287,7 +10287,7 @@ index 15b5cef..173babc 100644
556 default 0x40000000 if VMSPLIT_1G
557 default 0xC0000000
558 depends on X86_32
559 -@@ -1588,6 +1589,7 @@ config SECCOMP
560 +@@ -1587,6 +1588,7 @@ config SECCOMP
561
562 config CC_STACKPROTECTOR
563 bool "Enable -fstack-protector buffer overflow detection"
564 @@ -10295,7 +10295,7 @@ index 15b5cef..173babc 100644
565 ---help---
566 This option turns on the -fstack-protector GCC feature. This
567 feature puts, at the beginning of functions, a canary value on
568 -@@ -1707,6 +1709,8 @@ config X86_NEED_RELOCS
569 +@@ -1706,6 +1708,8 @@ config X86_NEED_RELOCS
570 config PHYSICAL_ALIGN
571 hex "Alignment value to which kernel should be aligned" if X86_32
572 default "0x1000000"
573 @@ -10304,7 +10304,7 @@ index 15b5cef..173babc 100644
574 range 0x2000 0x1000000
575 ---help---
576 This value puts the alignment restrictions on physical address
577 -@@ -1782,9 +1786,10 @@ config DEBUG_HOTPLUG_CPU0
578 +@@ -1781,9 +1785,10 @@ config DEBUG_HOTPLUG_CPU0
579 If unsure, say N.
580
581 config COMPAT_VDSO
582 @@ -14045,18 +14045,21 @@ index c0fa356..07a498a 100644
583 void unregister_nmi_handler(unsigned int, const char *);
584
585 diff --git a/arch/x86/include/asm/page_64.h b/arch/x86/include/asm/page_64.h
586 -index 0f1ddee..e56bec9 100644
587 +index 0f1ddee..e2fc3d1 100644
588 --- a/arch/x86/include/asm/page_64.h
589 +++ b/arch/x86/include/asm/page_64.h
590 -@@ -7,7 +7,7 @@
591 +@@ -7,9 +7,9 @@
592
593 /* duplicated to the one in bootmem.h */
594 extern unsigned long max_pfn;
595 -extern unsigned long phys_base;
596 +extern const unsigned long phys_base;
597
598 - static inline unsigned long __phys_addr_nodebug(unsigned long x)
599 +-static inline unsigned long __phys_addr_nodebug(unsigned long x)
600 ++static inline unsigned long __intentional_overflow(-1) __phys_addr_nodebug(unsigned long x)
601 {
602 + unsigned long y = x - __START_KERNEL_map;
603 +
604 diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h
605 index 7361e47..16dc226 100644
606 --- a/arch/x86/include/asm/paravirt.h
607 @@ -20015,7 +20018,7 @@ index 42a392a..fbbd930 100644
608 return -EFAULT;
609
610 diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
611 -index 1c68ccb..b4bc15c 100644
612 +index 8f3201d..aa860bf 100644
613 --- a/arch/x86/kernel/head64.c
614 +++ b/arch/x86/kernel/head64.c
615 @@ -175,7 +175,6 @@ void __init x86_64_start_kernel(char * real_mode_data)
616 @@ -23426,10 +23429,10 @@ index b9242ba..50c5edd 100644
617 * verify_cpu, returns the status of longmode and SSE in register %eax.
618 * 0: Success 1: Failure
619 diff --git a/arch/x86/kernel/vm86_32.c b/arch/x86/kernel/vm86_32.c
620 -index 1cf5766..c0d9de7 100644
621 +index 3dbdd9c..888b14e 100644
622 --- a/arch/x86/kernel/vm86_32.c
623 +++ b/arch/x86/kernel/vm86_32.c
624 -@@ -43,6 +43,7 @@
625 +@@ -44,6 +44,7 @@
626 #include <linux/ptrace.h>
627 #include <linux/audit.h>
628 #include <linux/stddef.h>
629 @@ -23446,10 +23449,11 @@ index 1cf5766..c0d9de7 100644
630 current->thread.sp0 = current->thread.saved_sp0;
631 current->thread.sysenter_cs = __KERNEL_CS;
632 load_sp0(tss, &current->thread);
633 -@@ -212,6 +213,13 @@ int sys_vm86old(struct vm86_struct __user *v86)
634 - struct task_struct *tsk;
635 - int tmp, ret = -EPERM;
636 +@@ -214,6 +215,14 @@ SYSCALL_DEFINE1(vm86old, struct vm86_struct __user *, v86)
637
638 + if (tsk->thread.saved_sp0)
639 + goto out;
640 ++
641 +#ifdef CONFIG_GRKERNSEC_VM86
642 + if (!capable(CAP_SYS_RAWIO)) {
643 + gr_handle_vm86();
644 @@ -23457,10 +23461,10 @@ index 1cf5766..c0d9de7 100644
645 + }
646 +#endif
647 +
648 - tsk = current;
649 - if (tsk->thread.saved_sp0)
650 - goto out;
651 -@@ -242,6 +250,14 @@ int sys_vm86(unsigned long cmd, unsigned long arg)
652 + tmp = copy_vm86_regs_from_user(&info.regs, &v86->regs,
653 + offsetof(struct kernel_vm86_struct, vm86plus) -
654 + sizeof(info.regs));
655 +@@ -242,6 +251,14 @@ SYSCALL_DEFINE2(vm86, unsigned long, cmd, unsigned long, arg)
656 int tmp, ret;
657 struct vm86plus_struct __user *v86;
658
659 @@ -23475,7 +23479,7 @@ index 1cf5766..c0d9de7 100644
660 tsk = current;
661 switch (cmd) {
662 case VM86_REQUEST_IRQ:
663 -@@ -328,7 +344,7 @@ static void do_sys_vm86(struct kernel_vm86_struct *info, struct task_struct *tsk
664 +@@ -329,7 +346,7 @@ static void do_sys_vm86(struct kernel_vm86_struct *info, struct task_struct *tsk
665 tsk->thread.saved_fs = info->regs32->fs;
666 tsk->thread.saved_gs = get_user_gs(info->regs32);
667
668 @@ -23484,7 +23488,7 @@ index 1cf5766..c0d9de7 100644
669 tsk->thread.sp0 = (unsigned long) &info->VM86_TSS_ESP0;
670 if (cpu_has_sep)
671 tsk->thread.sysenter_cs = 0;
672 -@@ -535,7 +551,7 @@ static void do_int(struct kernel_vm86_regs *regs, int i,
673 +@@ -536,7 +553,7 @@ static void do_int(struct kernel_vm86_regs *regs, int i,
674 goto cannot_handle;
675 if (i == 0x21 && is_revectored(AH(regs), &KVM86->int21_revectored))
676 goto cannot_handle;
677 @@ -23926,10 +23930,10 @@ index a20ecb5..d0e2194 100644
678
679 out:
680 diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
681 -index a9c9d3e..9fe214f 100644
682 +index 59622c9..f338414 100644
683 --- a/arch/x86/kvm/emulate.c
684 +++ b/arch/x86/kvm/emulate.c
685 -@@ -326,6 +326,7 @@ static void invalidate_registers(struct x86_emulate_ctxt *ctxt)
686 +@@ -328,6 +328,7 @@ static void invalidate_registers(struct x86_emulate_ctxt *ctxt)
687
688 #define ____emulate_2op(ctxt, _op, _x, _y, _suffix, _dsttype) \
689 do { \
690 @@ -23937,7 +23941,7 @@ index a9c9d3e..9fe214f 100644
691 __asm__ __volatile__ ( \
692 _PRE_EFLAGS("0", "4", "2") \
693 _op _suffix " %"_x"3,%1; " \
694 -@@ -340,8 +341,6 @@ static void invalidate_registers(struct x86_emulate_ctxt *ctxt)
695 +@@ -342,8 +343,6 @@ static void invalidate_registers(struct x86_emulate_ctxt *ctxt)
696 /* Raw emulation: instruction has two explicit operands. */
697 #define __emulate_2op_nobyte(ctxt,_op,_wx,_wy,_lx,_ly,_qx,_qy) \
698 do { \
699 @@ -23946,7 +23950,7 @@ index a9c9d3e..9fe214f 100644
700 switch ((ctxt)->dst.bytes) { \
701 case 2: \
702 ____emulate_2op(ctxt,_op,_wx,_wy,"w",u16); \
703 -@@ -357,7 +356,6 @@ static void invalidate_registers(struct x86_emulate_ctxt *ctxt)
704 +@@ -359,7 +358,6 @@ static void invalidate_registers(struct x86_emulate_ctxt *ctxt)
705
706 #define __emulate_2op(ctxt,_op,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \
707 do { \
708 @@ -24008,7 +24012,7 @@ index e1b1ce2..f7b4b43 100644
709
710 local_irq_disable();
711 diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
712 -index 6667042..b47ece4 100644
713 +index 0af1807..06912bb 100644
714 --- a/arch/x86/kvm/vmx.c
715 +++ b/arch/x86/kvm/vmx.c
716 @@ -1184,12 +1184,12 @@ static void vmcs_write64(unsigned long field, u64 value)
717 @@ -24098,7 +24102,7 @@ index 6667042..b47ece4 100644
718
719 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32);
720 vmcs_write32(HOST_IA32_SYSENTER_CS, low32);
721 -@@ -6574,6 +6590,12 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
722 +@@ -6580,6 +6596,12 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
723 "jmp 2f \n\t"
724 "1: " __ex(ASM_VMX_VMRESUME) "\n\t"
725 "2: "
726 @@ -24111,7 +24115,7 @@ index 6667042..b47ece4 100644
727 /* Save guest registers, load host registers, keep flags */
728 "mov %0, %c[wordsize](%%" _ASM_SP ") \n\t"
729 "pop %0 \n\t"
730 -@@ -6626,6 +6648,11 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
731 +@@ -6632,6 +6654,11 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
732 #endif
733 [cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2)),
734 [wordsize]"i"(sizeof(ulong))
735 @@ -24123,7 +24127,7 @@ index 6667042..b47ece4 100644
736 : "cc", "memory"
737 #ifdef CONFIG_X86_64
738 , "rax", "rbx", "rdi", "rsi"
739 -@@ -6639,7 +6666,7 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
740 +@@ -6645,7 +6672,7 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
741 if (debugctlmsr)
742 update_debugctlmsr(debugctlmsr);
743
744 @@ -24132,7 +24136,7 @@ index 6667042..b47ece4 100644
745 /*
746 * The sysexit path does not restore ds/es, so we must set them to
747 * a reasonable value ourselves.
748 -@@ -6648,8 +6675,18 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
749 +@@ -6654,8 +6681,18 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
750 * may be executed in interrupt context, which saves and restore segments
751 * around it, nullifying its effect.
752 */
753 @@ -31133,7 +31137,7 @@ index 431e875..cbb23f3 100644
754 -}
755 -__setup("vdso=", vdso_setup);
756 diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
757 -index 2363127..ec09d96 100644
758 +index cf95e19..17e9f50 100644
759 --- a/arch/x86/xen/enlighten.c
760 +++ b/arch/x86/xen/enlighten.c
761 @@ -100,8 +100,6 @@ EXPORT_SYMBOL_GPL(xen_start_info);
762 @@ -31145,7 +31149,7 @@ index 2363127..ec09d96 100644
763 RESERVE_BRK(shared_info_page_brk, PAGE_SIZE);
764 __read_mostly int xen_have_vector_callback;
765 EXPORT_SYMBOL_GPL(xen_have_vector_callback);
766 -@@ -496,8 +494,7 @@ static void xen_load_gdt(const struct desc_ptr *dtr)
767 +@@ -511,8 +509,7 @@ static void xen_load_gdt(const struct desc_ptr *dtr)
768 {
769 unsigned long va = dtr->address;
770 unsigned int size = dtr->size + 1;
771 @@ -31155,7 +31159,7 @@ index 2363127..ec09d96 100644
772 int f;
773
774 /*
775 -@@ -545,8 +542,7 @@ static void __init xen_load_gdt_boot(const struct desc_ptr *dtr)
776 +@@ -560,8 +557,7 @@ static void __init xen_load_gdt_boot(const struct desc_ptr *dtr)
777 {
778 unsigned long va = dtr->address;
779 unsigned int size = dtr->size + 1;
780 @@ -31165,7 +31169,7 @@ index 2363127..ec09d96 100644
781 int f;
782
783 /*
784 -@@ -554,7 +550,7 @@ static void __init xen_load_gdt_boot(const struct desc_ptr *dtr)
785 +@@ -569,7 +565,7 @@ static void __init xen_load_gdt_boot(const struct desc_ptr *dtr)
786 * 8-byte entries, or 16 4k pages..
787 */
788
789 @@ -31174,7 +31178,7 @@ index 2363127..ec09d96 100644
790 BUG_ON(va & ~PAGE_MASK);
791
792 for (f = 0; va < dtr->address + size; va += PAGE_SIZE, f++) {
793 -@@ -939,7 +935,7 @@ static u32 xen_safe_apic_wait_icr_idle(void)
794 +@@ -954,7 +950,7 @@ static u32 xen_safe_apic_wait_icr_idle(void)
795 return 0;
796 }
797
798 @@ -31183,7 +31187,7 @@ index 2363127..ec09d96 100644
799 {
800 apic->read = xen_apic_read;
801 apic->write = xen_apic_write;
802 -@@ -1245,30 +1241,30 @@ static const struct pv_apic_ops xen_apic_ops __initconst = {
803 +@@ -1260,30 +1256,30 @@ static const struct pv_apic_ops xen_apic_ops __initconst = {
804 #endif
805 };
806
807 @@ -31221,7 +31225,7 @@ index 2363127..ec09d96 100644
808 {
809 if (pm_power_off)
810 pm_power_off();
811 -@@ -1370,7 +1366,17 @@ asmlinkage void __init xen_start_kernel(void)
812 +@@ -1385,7 +1381,17 @@ asmlinkage void __init xen_start_kernel(void)
813 __userpte_alloc_gfp &= ~__GFP_HIGHMEM;
814
815 /* Work out if we support NX */
816 @@ -31240,7 +31244,7 @@ index 2363127..ec09d96 100644
817
818 xen_setup_features();
819
820 -@@ -1401,13 +1407,6 @@ asmlinkage void __init xen_start_kernel(void)
821 +@@ -1416,13 +1422,6 @@ asmlinkage void __init xen_start_kernel(void)
822
823 machine_ops = xen_machine_ops;
824
825 @@ -31254,7 +31258,7 @@ index 2363127..ec09d96 100644
826 xen_smp_init();
827
828 #ifdef CONFIG_ACPI_NUMA
829 -@@ -1601,7 +1600,7 @@ static int __cpuinit xen_hvm_cpu_notify(struct notifier_block *self,
830 +@@ -1616,7 +1615,7 @@ static int __cpuinit xen_hvm_cpu_notify(struct notifier_block *self,
831 return NOTIFY_OK;
832 }
833
834 @@ -33349,7 +33353,7 @@ index 6b51afa..17e1191 100644
835 set_fs(KERNEL_DS);
836 if (level == SOL_SOCKET)
837 diff --git a/drivers/block/drbd/drbd_main.c b/drivers/block/drbd/drbd_main.c
838 -index e98da67..1181716b 100644
839 +index 54d03d4..332f311 100644
840 --- a/drivers/block/drbd/drbd_main.c
841 +++ b/drivers/block/drbd/drbd_main.c
842 @@ -1317,7 +1317,7 @@ static int _drbd_send_ack(struct drbd_conf *mdev, enum drbd_packet cmd,
843 @@ -33382,7 +33386,7 @@ index e98da67..1181716b 100644
844
845 idr_destroy(&tconn->volumes);
846 diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c
847 -index a9eccfc..f5efe87 100644
848 +index 2f5fffd..b22a1ae 100644
849 --- a/drivers/block/drbd/drbd_receiver.c
850 +++ b/drivers/block/drbd/drbd_receiver.c
851 @@ -833,7 +833,7 @@ int drbd_connected(struct drbd_conf *mdev)
852 @@ -33453,7 +33457,7 @@ index a9eccfc..f5efe87 100644
853 atomic_inc(&peer_req->epoch->active);
854 spin_unlock(&tconn->epoch_lock);
855
856 -@@ -4346,7 +4346,7 @@ struct data_cmd {
857 +@@ -4345,7 +4345,7 @@ struct data_cmd {
858 int expect_payload;
859 size_t pkt_size;
860 int (*fn)(struct drbd_tconn *, struct packet_info *);
861 @@ -33462,7 +33466,7 @@ index a9eccfc..f5efe87 100644
862
863 static struct data_cmd drbd_cmd_handler[] = {
864 [P_DATA] = { 1, sizeof(struct p_data), receive_Data },
865 -@@ -4466,7 +4466,7 @@ static void conn_disconnect(struct drbd_tconn *tconn)
866 +@@ -4465,7 +4465,7 @@ static void conn_disconnect(struct drbd_tconn *tconn)
867 if (!list_empty(&tconn->current_epoch->list))
868 conn_err(tconn, "ASSERTION FAILED: tconn->current_epoch->list not empty\n");
869 /* ok, no more ee's on the fly, it is safe to reset the epoch_size */
870 @@ -33471,7 +33475,7 @@ index a9eccfc..f5efe87 100644
871 tconn->send.seen_any_write_yet = false;
872
873 conn_info(tconn, "Connection closed\n");
874 -@@ -5222,7 +5222,7 @@ static int tconn_finish_peer_reqs(struct drbd_tconn *tconn)
875 +@@ -5221,7 +5221,7 @@ static int tconn_finish_peer_reqs(struct drbd_tconn *tconn)
876 struct asender_cmd {
877 size_t pkt_size;
878 int (*fn)(struct drbd_tconn *tconn, struct packet_info *);
879 @@ -35715,7 +35719,7 @@ index 4d20910..6726b6d 100644
880 DRM_DEBUG("pid=%d\n", DRM_CURRENTPID);
881
882 diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c
883 -index 93f760e..8088227 100644
884 +index 6c0ce89..66f6d65 100644
885 --- a/drivers/gpu/drm/radeon/radeon_ttm.c
886 +++ b/drivers/gpu/drm/radeon/radeon_ttm.c
887 @@ -782,7 +782,7 @@ void radeon_ttm_set_active_vram_size(struct radeon_device *rdev, u64 size)
888 @@ -36016,10 +36020,10 @@ index 8a8725c2..afed796 100644
889 marker = list_first_entry(&queue->head,
890 struct vmw_marker, head);
891 diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
892 -index aa341d1..ef07090 100644
893 +index e6dbf09..3dd2540 100644
894 --- a/drivers/hid/hid-core.c
895 +++ b/drivers/hid/hid-core.c
896 -@@ -2267,7 +2267,7 @@ EXPORT_SYMBOL_GPL(hid_ignore);
897 +@@ -2268,7 +2268,7 @@ EXPORT_SYMBOL_GPL(hid_ignore);
898
899 int hid_add_device(struct hid_device *hdev)
900 {
901 @@ -36028,7 +36032,7 @@ index aa341d1..ef07090 100644
902 int ret;
903
904 if (WARN_ON(hdev->status & HID_STAT_ADDED))
905 -@@ -2301,7 +2301,7 @@ int hid_add_device(struct hid_device *hdev)
906 +@@ -2302,7 +2302,7 @@ int hid_add_device(struct hid_device *hdev)
907 /* XXX hack, any other cleaner solution after the driver core
908 * is converted to allow more than 20 bytes as the device name? */
909 dev_set_name(&hdev->dev, "%04X:%04X:%04X.%04X", hdev->bus,
910 @@ -37734,7 +37738,7 @@ index d053098..05cc375 100644
911
912 return (test_bit(DM_RAID1_FLUSH_ERROR, &(m->error_type))) ? 'F' :
913 diff --git a/drivers/md/dm-stripe.c b/drivers/md/dm-stripe.c
914 -index d8837d3..1f7c341 100644
915 +index 7b8b2b9..9c7d145 100644
916 --- a/drivers/md/dm-stripe.c
917 +++ b/drivers/md/dm-stripe.c
918 @@ -20,7 +20,7 @@ struct stripe {
919 @@ -37746,7 +37750,7 @@ index d8837d3..1f7c341 100644
920 };
921
922 struct stripe_c {
923 -@@ -184,7 +184,7 @@ static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv)
924 +@@ -185,7 +185,7 @@ static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv)
925 kfree(sc);
926 return r;
927 }
928 @@ -37755,7 +37759,7 @@ index d8837d3..1f7c341 100644
929 }
930
931 ti->private = sc;
932 -@@ -325,7 +325,7 @@ static void stripe_status(struct dm_target *ti, status_type_t type,
933 +@@ -326,7 +326,7 @@ static void stripe_status(struct dm_target *ti, status_type_t type,
934 DMEMIT("%d ", sc->stripes);
935 for (i = 0; i < sc->stripes; i++) {
936 DMEMIT("%s ", sc->stripe[i].dev->name);
937 @@ -37764,7 +37768,7 @@ index d8837d3..1f7c341 100644
938 'D' : 'A';
939 }
940 buffer[i] = '\0';
941 -@@ -370,8 +370,8 @@ static int stripe_end_io(struct dm_target *ti, struct bio *bio, int error)
942 +@@ -371,8 +371,8 @@ static int stripe_end_io(struct dm_target *ti, struct bio *bio, int error)
943 */
944 for (i = 0; i < sc->stripes; i++)
945 if (!strcmp(sc->stripe[i].dev->name, major_minor)) {
946 @@ -37776,7 +37780,7 @@ index d8837d3..1f7c341 100644
947 schedule_work(&sc->trigger_event);
948 }
949 diff --git a/drivers/md/dm-table.c b/drivers/md/dm-table.c
950 -index e50dad0..d9575e2 100644
951 +index 1ff252a..ee384c1 100644
952 --- a/drivers/md/dm-table.c
953 +++ b/drivers/md/dm-table.c
954 @@ -389,7 +389,7 @@ static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev,
955 @@ -39605,10 +39609,10 @@ index 8f1c256..a2991d1 100644
956 priv = netdev_priv(dev);
957 priv->phy = phy;
958 diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c
959 -index 73abbc1..f25db7c 100644
960 +index 011062e..ada88e9 100644
961 --- a/drivers/net/macvlan.c
962 +++ b/drivers/net/macvlan.c
963 -@@ -891,13 +891,15 @@ static const struct nla_policy macvlan_policy[IFLA_MACVLAN_MAX + 1] = {
964 +@@ -892,13 +892,15 @@ static const struct nla_policy macvlan_policy[IFLA_MACVLAN_MAX + 1] = {
965 int macvlan_link_register(struct rtnl_link_ops *ops)
966 {
967 /* common fields */
968 @@ -39631,7 +39635,7 @@ index 73abbc1..f25db7c 100644
969
970 return rtnl_link_register(ops);
971 };
972 -@@ -953,7 +955,7 @@ static int macvlan_device_event(struct notifier_block *unused,
973 +@@ -954,7 +956,7 @@ static int macvlan_device_event(struct notifier_block *unused,
974 return NOTIFY_DONE;
975 }
976
977 @@ -39714,10 +39718,10 @@ index bf34192..fba3500 100644
978 };
979
980 diff --git a/drivers/net/tun.c b/drivers/net/tun.c
981 -index 729ed53..9453f99 100644
982 +index 755fa9e..631fdce 100644
983 --- a/drivers/net/tun.c
984 +++ b/drivers/net/tun.c
985 -@@ -1838,7 +1838,7 @@ unlock:
986 +@@ -1841,7 +1841,7 @@ unlock:
987 }
988
989 static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
990 @@ -39726,7 +39730,7 @@ index 729ed53..9453f99 100644
991 {
992 struct tun_file *tfile = file->private_data;
993 struct tun_struct *tun;
994 -@@ -1850,6 +1850,9 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
995 +@@ -1853,6 +1853,9 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
996 int vnet_hdr_sz;
997 int ret;
998
999 @@ -42196,10 +42200,10 @@ index f379c7f..e8fc69c 100644
1000
1001 transport_setup_device(&rport->dev);
1002 diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
1003 -index 7992635..609faf8 100644
1004 +index 82910cc..7c350ad 100644
1005 --- a/drivers/scsi/sd.c
1006 +++ b/drivers/scsi/sd.c
1007 -@@ -2909,7 +2909,7 @@ static int sd_probe(struct device *dev)
1008 +@@ -2929,7 +2929,7 @@ static int sd_probe(struct device *dev)
1009 sdkp->disk = gd;
1010 sdkp->index = index;
1011 atomic_set(&sdkp->openers, 0);
1012 @@ -42498,7 +42502,7 @@ index 2e4d655..fd72e68 100644
1013 spin_lock_init(&dev->t10_wwn.t10_vpd_lock);
1014 INIT_LIST_HEAD(&dev->t10_pr.registration_list);
1015 diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c
1016 -index 3243ea7..4f19a6e 100644
1017 +index 0d46276..f327cab5 100644
1018 --- a/drivers/target/target_core_transport.c
1019 +++ b/drivers/target/target_core_transport.c
1020 @@ -1080,7 +1080,7 @@ transport_check_alloc_task_attr(struct se_cmd *cmd)
1021 @@ -48741,7 +48745,7 @@ index ca9d8f1..8c0142d 100644
1022
1023 WARN_ON(trans->transid != btrfs_header_generation(parent));
1024 diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
1025 -index 2c02310..a0c895e 100644
1026 +index f49b62f..07834ab 100644
1027 --- a/fs/btrfs/ioctl.c
1028 +++ b/fs/btrfs/ioctl.c
1029 @@ -3077,9 +3077,12 @@ long btrfs_ioctl_space_info(struct btrfs_root *root, void __user *arg)
1030 @@ -49835,7 +49839,7 @@ index 6a16053..2155147 100644
1031 return rc;
1032 }
1033 diff --git a/fs/exec.c b/fs/exec.c
1034 -index 6d56ff2..b56586d 100644
1035 +index 6d56ff2..fe44505 100644
1036 --- a/fs/exec.c
1037 +++ b/fs/exec.c
1038 @@ -55,8 +55,20 @@
1039 @@ -50194,7 +50198,7 @@ index 6d56ff2..b56586d 100644
1040 int retval;
1041 const struct cred *cred = current_cred();
1042
1043 -+ gr_learn_resource(current, RLIMIT_NPROC, atomic_read(&current->cred->user->processes), 1);
1044 ++ gr_learn_resource(current, RLIMIT_NPROC, atomic_read(&cred->user->processes), 1);
1045 +
1046 /*
1047 * We move the actual failure in case of RLIMIT_NPROC excess from
1048 @@ -50680,7 +50684,7 @@ index 3b83cd6..0f34dcd 100644
1049
1050 /* locality groups */
1051 diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
1052 -index cf3025c..cac6011 100644
1053 +index f3190ab..84ffb21 100644
1054 --- a/fs/ext4/mballoc.c
1055 +++ b/fs/ext4/mballoc.c
1056 @@ -1754,7 +1754,7 @@ void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac,
1057 @@ -50692,7 +50696,7 @@ index cf3025c..cac6011 100644
1058
1059 break;
1060 }
1061 -@@ -2055,7 +2055,7 @@ repeat:
1062 +@@ -2059,7 +2059,7 @@ repeat:
1063 ac->ac_status = AC_STATUS_CONTINUE;
1064 ac->ac_flags |= EXT4_MB_HINT_FIRST;
1065 cr = 3;
1066 @@ -50701,7 +50705,7 @@ index cf3025c..cac6011 100644
1067 goto repeat;
1068 }
1069 }
1070 -@@ -2563,25 +2563,25 @@ int ext4_mb_release(struct super_block *sb)
1071 +@@ -2567,25 +2567,25 @@ int ext4_mb_release(struct super_block *sb)
1072 if (sbi->s_mb_stats) {
1073 ext4_msg(sb, KERN_INFO,
1074 "mballoc: %u blocks %u reqs (%u success)",
1075 @@ -50737,7 +50741,7 @@ index cf3025c..cac6011 100644
1076 }
1077
1078 free_percpu(sbi->s_locality_groups);
1079 -@@ -3035,16 +3035,16 @@ static void ext4_mb_collect_stats(struct ext4_allocation_context *ac)
1080 +@@ -3039,16 +3039,16 @@ static void ext4_mb_collect_stats(struct ext4_allocation_context *ac)
1081 struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb);
1082
1083 if (sbi->s_mb_stats && ac->ac_g_ex.fe_len > 1) {
1084 @@ -50760,7 +50764,7 @@ index cf3025c..cac6011 100644
1085 }
1086
1087 if (ac->ac_op == EXT4_MB_HISTORY_ALLOC)
1088 -@@ -3444,7 +3444,7 @@ ext4_mb_new_inode_pa(struct ext4_allocation_context *ac)
1089 +@@ -3448,7 +3448,7 @@ ext4_mb_new_inode_pa(struct ext4_allocation_context *ac)
1090 trace_ext4_mb_new_inode_pa(ac, pa);
1091
1092 ext4_mb_use_inode_pa(ac, pa);
1093 @@ -50769,7 +50773,7 @@ index cf3025c..cac6011 100644
1094
1095 ei = EXT4_I(ac->ac_inode);
1096 grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
1097 -@@ -3504,7 +3504,7 @@ ext4_mb_new_group_pa(struct ext4_allocation_context *ac)
1098 +@@ -3508,7 +3508,7 @@ ext4_mb_new_group_pa(struct ext4_allocation_context *ac)
1099 trace_ext4_mb_new_group_pa(ac, pa);
1100
1101 ext4_mb_use_group_pa(ac, pa);
1102 @@ -50778,7 +50782,7 @@ index cf3025c..cac6011 100644
1103
1104 grp = ext4_get_group_info(sb, ac->ac_b_ex.fe_group);
1105 lg = ac->ac_lg;
1106 -@@ -3593,7 +3593,7 @@ ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh,
1107 +@@ -3597,7 +3597,7 @@ ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh,
1108 * from the bitmap and continue.
1109 */
1110 }
1111 @@ -50787,7 +50791,7 @@ index cf3025c..cac6011 100644
1112
1113 return err;
1114 }
1115 -@@ -3611,7 +3611,7 @@ ext4_mb_release_group_pa(struct ext4_buddy *e4b,
1116 +@@ -3615,7 +3615,7 @@ ext4_mb_release_group_pa(struct ext4_buddy *e4b,
1117 ext4_get_group_no_and_offset(sb, pa->pa_pstart, &group, &bit);
1118 BUG_ON(group != e4b->bd_group && pa->pa_len != 0);
1119 mb_free_blocks(pa->pa_inode, e4b, bit, pa->pa_len);
1120 @@ -52662,7 +52666,7 @@ index cb424a4..850e4dd 100644
1121
1122 lock_flocks();
1123 diff --git a/fs/namei.c b/fs/namei.c
1124 -index 57ae9c8..b018eba 100644
1125 +index 85e40d1..b66744e 100644
1126 --- a/fs/namei.c
1127 +++ b/fs/namei.c
1128 @@ -319,16 +319,32 @@ int generic_permission(struct inode *inode, int mask)
1129 @@ -53345,10 +53349,10 @@ index 1f94167..79c4ce4 100644
1130
1131 void nfs_fattr_init(struct nfs_fattr *fattr)
1132 diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
1133 -index 8288b08..4a140d4 100644
1134 +index d401d01..10b3e62 100644
1135 --- a/fs/nfsd/nfs4proc.c
1136 +++ b/fs/nfsd/nfs4proc.c
1137 -@@ -1098,7 +1098,7 @@ struct nfsd4_operation {
1138 +@@ -1109,7 +1109,7 @@ struct nfsd4_operation {
1139 nfsd4op_rsize op_rsize_bop;
1140 stateid_getter op_get_currentstateid;
1141 stateid_setter op_set_currentstateid;
1142 @@ -69159,10 +69163,10 @@ index f66b065..c2c29b4 100644
1143 int kobj_ns_type_register(const struct kobj_ns_type_operations *ops);
1144 int kobj_ns_type_registered(enum kobj_ns_type type);
1145 diff --git a/include/linux/kref.h b/include/linux/kref.h
1146 -index 4972e6e..de4d19b 100644
1147 +index 7419c02..aa2f02d 100644
1148 --- a/include/linux/kref.h
1149 +++ b/include/linux/kref.h
1150 -@@ -64,7 +64,7 @@ static inline void kref_get(struct kref *kref)
1151 +@@ -65,7 +65,7 @@ static inline void kref_get(struct kref *kref)
1152 static inline int kref_sub(struct kref *kref, unsigned int count,
1153 void (*release)(struct kref *kref))
1154 {
1155 @@ -72229,7 +72233,7 @@ index c2e542b..6ca975b 100644
1156 extern __u32 secure_ipv6_id(const __be32 daddr[4]);
1157 extern u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
1158 diff --git a/include/net/sock.h b/include/net/sock.h
1159 -index 14f6e9d..7cd56d0 100644
1160 +index 0be480a..586232f 100644
1161 --- a/include/net/sock.h
1162 +++ b/include/net/sock.h
1163 @@ -325,7 +325,7 @@ struct sock {
1164 @@ -72241,7 +72245,7 @@ index 14f6e9d..7cd56d0 100644
1165 int sk_rcvbuf;
1166
1167 struct sk_filter __rcu *sk_filter;
1168 -@@ -1784,7 +1784,7 @@ static inline void sk_nocaps_add(struct sock *sk, netdev_features_t flags)
1169 +@@ -1796,7 +1796,7 @@ static inline void sk_nocaps_add(struct sock *sk, netdev_features_t flags)
1170 }
1171
1172 static inline int skb_do_copy_data_nocache(struct sock *sk, struct sk_buff *skb,
1173 @@ -72250,7 +72254,7 @@ index 14f6e9d..7cd56d0 100644
1174 int copy, int offset)
1175 {
1176 if (skb->ip_summed == CHECKSUM_NONE) {
1177 -@@ -2043,7 +2043,7 @@ static inline void sk_stream_moderate_sndbuf(struct sock *sk)
1178 +@@ -2055,7 +2055,7 @@ static inline void sk_stream_moderate_sndbuf(struct sock *sk)
1179 }
1180 }
1181
1182 @@ -72260,7 +72264,7 @@ index 14f6e9d..7cd56d0 100644
1183 /**
1184 * sk_page_frag - return an appropriate page_frag
1185 diff --git a/include/net/tcp.h b/include/net/tcp.h
1186 -index cf0694d..52a6881 100644
1187 +index a345480..3c65cf4 100644
1188 --- a/include/net/tcp.h
1189 +++ b/include/net/tcp.h
1190 @@ -529,7 +529,7 @@ extern void tcp_retransmit_timer(struct sock *sk);
1191 @@ -73442,7 +73446,7 @@ index 58d31f1..cce7a55 100644
1192 sem_params.flg = semflg;
1193 sem_params.u.nsems = nsems;
1194 diff --git a/ipc/shm.c b/ipc/shm.c
1195 -index 34af1fe..85fc1aa 100644
1196 +index 7e199fa..180a1ca 100644
1197 --- a/ipc/shm.c
1198 +++ b/ipc/shm.c
1199 @@ -69,6 +69,14 @@ static void shm_destroy (struct ipc_namespace *ns, struct shmid_kernel *shp);
1200 @@ -73460,7 +73464,7 @@ index 34af1fe..85fc1aa 100644
1201 void shm_init_ns(struct ipc_namespace *ns)
1202 {
1203 ns->shm_ctlmax = SHMMAX;
1204 -@@ -525,6 +533,14 @@ static int newseg(struct ipc_namespace *ns, struct ipc_params *params)
1205 +@@ -531,6 +539,14 @@ static int newseg(struct ipc_namespace *ns, struct ipc_params *params)
1206 shp->shm_lprid = 0;
1207 shp->shm_atim = shp->shm_dtim = 0;
1208 shp->shm_ctim = get_seconds();
1209 @@ -73475,7 +73479,7 @@ index 34af1fe..85fc1aa 100644
1210 shp->shm_segsz = size;
1211 shp->shm_nattch = 0;
1212 shp->shm_file = file;
1213 -@@ -576,18 +592,19 @@ static inline int shm_more_checks(struct kern_ipc_perm *ipcp,
1214 +@@ -582,18 +598,19 @@ static inline int shm_more_checks(struct kern_ipc_perm *ipcp,
1215 return 0;
1216 }
1217
1218 @@ -73500,7 +73504,7 @@ index 34af1fe..85fc1aa 100644
1219 shm_params.key = key;
1220 shm_params.flg = shmflg;
1221 shm_params.u.size = size;
1222 -@@ -1008,6 +1025,12 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
1223 +@@ -1014,6 +1031,12 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
1224 f_mode = FMODE_READ | FMODE_WRITE;
1225 }
1226 if (shmflg & SHM_EXEC) {
1227 @@ -73513,7 +73517,7 @@ index 34af1fe..85fc1aa 100644
1228 prot |= PROT_EXEC;
1229 acc_mode |= S_IXUGO;
1230 }
1231 -@@ -1031,9 +1054,21 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
1232 +@@ -1037,9 +1060,21 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,
1233 if (err)
1234 goto out_unlock;
1235
1236 @@ -73589,10 +73593,10 @@ index d596e53..dbef3c3 100644
1237 audit_send_reply(NETLINK_CB(skb).portid, seq, AUDIT_GET, 0, 0,
1238 &status_set, sizeof(status_set));
1239 diff --git a/kernel/auditsc.c b/kernel/auditsc.c
1240 -index a371f85..da826c1 100644
1241 +index c4b72b0..8654c4e 100644
1242 --- a/kernel/auditsc.c
1243 +++ b/kernel/auditsc.c
1244 -@@ -2292,7 +2292,7 @@ int auditsc_get_stamp(struct audit_context *ctx,
1245 +@@ -2295,7 +2295,7 @@ int auditsc_get_stamp(struct audit_context *ctx,
1246 }
1247
1248 /* global counter which is incremented every time something logs in */
1249 @@ -73601,7 +73605,7 @@ index a371f85..da826c1 100644
1250
1251 /**
1252 * audit_set_loginuid - set current task's audit_context loginuid
1253 -@@ -2316,7 +2316,7 @@ int audit_set_loginuid(kuid_t loginuid)
1254 +@@ -2319,7 +2319,7 @@ int audit_set_loginuid(kuid_t loginuid)
1255 return -EPERM;
1256 #endif /* CONFIG_AUDIT_LOGINUID_IMMUTABLE */
1257
1258 @@ -74938,7 +74942,7 @@ index ffd4e11..c3ff6bf 100644
1259
1260 /* Don't allow clients that don't understand the native
1261 diff --git a/kernel/kmod.c b/kernel/kmod.c
1262 -index 56dd349..336e1dc 100644
1263 +index 8985c87..f539dbe 100644
1264 --- a/kernel/kmod.c
1265 +++ b/kernel/kmod.c
1266 @@ -75,7 +75,7 @@ static void free_modprobe_argv(struct subprocess_info *info)
1267 @@ -75075,7 +75079,7 @@ index 56dd349..336e1dc 100644
1268
1269 /*
1270 * If ret is 0, either ____call_usermodehelper failed and the
1271 -@@ -644,7 +697,7 @@ EXPORT_SYMBOL(call_usermodehelper_fns);
1272 +@@ -649,7 +702,7 @@ EXPORT_SYMBOL(call_usermodehelper_fns);
1273 static int proc_cap_handler(struct ctl_table *table, int write,
1274 void __user *buffer, size_t *lenp, loff_t *ppos)
1275 {
1276 @@ -78469,7 +78473,7 @@ index 0b537f2..40d6c20 100644
1277 return -ENOMEM;
1278 return 0;
1279 diff --git a/kernel/timer.c b/kernel/timer.c
1280 -index dbf7a78..e2148f0 100644
1281 +index 1b399c8..90e1849 100644
1282 --- a/kernel/timer.c
1283 +++ b/kernel/timer.c
1284 @@ -1363,7 +1363,7 @@ void update_process_times(int user_tick)
1285 @@ -81072,7 +81076,7 @@ index 79b7cf7..c60424f 100644
1286 capable(CAP_IPC_LOCK))
1287 ret = do_mlockall(flags);
1288 diff --git a/mm/mmap.c b/mm/mmap.c
1289 -index e17fc06..72fc5fd 100644
1290 +index 0dceed8..671951c 100644
1291 --- a/mm/mmap.c
1292 +++ b/mm/mmap.c
1293 @@ -33,6 +33,7 @@
1294 @@ -81367,7 +81371,7 @@ index e17fc06..72fc5fd 100644
1295 addr = mmap_region(file, addr, len, vm_flags, pgoff);
1296 if (!IS_ERR_VALUE(addr) &&
1297 ((vm_flags & VM_LOCKED) ||
1298 -@@ -1392,7 +1509,7 @@ int vma_wants_writenotify(struct vm_area_struct *vma)
1299 +@@ -1396,7 +1513,7 @@ int vma_wants_writenotify(struct vm_area_struct *vma)
1300 vm_flags_t vm_flags = vma->vm_flags;
1301
1302 /* If it was private or non-writable, the write bit is already clear */
1303 @@ -81376,7 +81380,7 @@ index e17fc06..72fc5fd 100644
1304 return 0;
1305
1306 /* The backer wishes to know when pages are first written to? */
1307 -@@ -1440,16 +1557,30 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
1308 +@@ -1444,16 +1561,30 @@ unsigned long mmap_region(struct file *file, unsigned long addr,
1309 unsigned long charged = 0;
1310 struct inode *inode = file ? file_inode(file) : NULL;
1311
1312 @@ -81409,7 +81413,7 @@ index e17fc06..72fc5fd 100644
1313 if (!may_expand_vm(mm, len >> PAGE_SHIFT))
1314 return -ENOMEM;
1315
1316 -@@ -1481,6 +1612,16 @@ munmap_back:
1317 +@@ -1485,6 +1616,16 @@ munmap_back:
1318 goto unacct_error;
1319 }
1320
1321 @@ -81426,7 +81430,7 @@ index e17fc06..72fc5fd 100644
1322 vma->vm_mm = mm;
1323 vma->vm_start = addr;
1324 vma->vm_end = addr + len;
1325 -@@ -1505,6 +1646,13 @@ munmap_back:
1326 +@@ -1509,6 +1650,13 @@ munmap_back:
1327 if (error)
1328 goto unmap_and_free_vma;
1329
1330 @@ -81440,7 +81444,7 @@ index e17fc06..72fc5fd 100644
1331 /* Can addr have changed??
1332 *
1333 * Answer: Yes, several device drivers can do it in their
1334 -@@ -1543,6 +1691,11 @@ munmap_back:
1335 +@@ -1547,6 +1695,11 @@ munmap_back:
1336 vma_link(mm, vma, prev, rb_link, rb_parent);
1337 file = vma->vm_file;
1338
1339 @@ -81452,7 +81456,7 @@ index e17fc06..72fc5fd 100644
1340 /* Once vma denies write, undo our temporary denial count */
1341 if (correct_wcount)
1342 atomic_inc(&inode->i_writecount);
1343 -@@ -1550,6 +1703,7 @@ out:
1344 +@@ -1554,6 +1707,7 @@ out:
1345 perf_event_mmap(vma);
1346
1347 vm_stat_account(mm, vm_flags, file, len >> PAGE_SHIFT);
1348 @@ -81460,7 +81464,7 @@ index e17fc06..72fc5fd 100644
1349 if (vm_flags & VM_LOCKED) {
1350 if (!((vm_flags & VM_SPECIAL) || is_vm_hugetlb_page(vma) ||
1351 vma == get_gate_vma(current->mm)))
1352 -@@ -1573,6 +1727,12 @@ unmap_and_free_vma:
1353 +@@ -1577,6 +1731,12 @@ unmap_and_free_vma:
1354 unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end);
1355 charged = 0;
1356 free_vma:
1357 @@ -81473,7 +81477,7 @@ index e17fc06..72fc5fd 100644
1358 kmem_cache_free(vm_area_cachep, vma);
1359 unacct_error:
1360 if (charged)
1361 -@@ -1580,6 +1740,62 @@ unacct_error:
1362 +@@ -1584,6 +1744,62 @@ unacct_error:
1363 return error;
1364 }
1365
1366 @@ -81536,7 +81540,7 @@ index e17fc06..72fc5fd 100644
1367 unsigned long unmapped_area(struct vm_unmapped_area_info *info)
1368 {
1369 /*
1370 -@@ -1799,6 +2015,7 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
1371 +@@ -1803,6 +2019,7 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
1372 struct mm_struct *mm = current->mm;
1373 struct vm_area_struct *vma;
1374 struct vm_unmapped_area_info info;
1375 @@ -81544,7 +81548,7 @@ index e17fc06..72fc5fd 100644
1376
1377 if (len > TASK_SIZE)
1378 return -ENOMEM;
1379 -@@ -1806,29 +2023,45 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
1380 +@@ -1810,29 +2027,45 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
1381 if (flags & MAP_FIXED)
1382 return addr;
1383
1384 @@ -81593,7 +81597,7 @@ index e17fc06..72fc5fd 100644
1385 mm->free_area_cache = addr;
1386 }
1387
1388 -@@ -1846,6 +2079,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1389 +@@ -1850,6 +2083,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1390 struct mm_struct *mm = current->mm;
1391 unsigned long addr = addr0;
1392 struct vm_unmapped_area_info info;
1393 @@ -81601,7 +81605,7 @@ index e17fc06..72fc5fd 100644
1394
1395 /* requested length too big for entire address space */
1396 if (len > TASK_SIZE)
1397 -@@ -1854,12 +2088,15 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1398 +@@ -1858,12 +2092,15 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1399 if (flags & MAP_FIXED)
1400 return addr;
1401
1402 @@ -81619,7 +81623,7 @@ index e17fc06..72fc5fd 100644
1403 return addr;
1404 }
1405
1406 -@@ -1868,6 +2105,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1407 +@@ -1872,6 +2109,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1408 info.low_limit = PAGE_SIZE;
1409 info.high_limit = mm->mmap_base;
1410 info.align_mask = 0;
1411 @@ -81627,7 +81631,7 @@ index e17fc06..72fc5fd 100644
1412 addr = vm_unmapped_area(&info);
1413
1414 /*
1415 -@@ -1880,6 +2118,12 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1416 +@@ -1884,6 +2122,12 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1417 VM_BUG_ON(addr != -ENOMEM);
1418 info.flags = 0;
1419 info.low_limit = TASK_UNMAPPED_BASE;
1420 @@ -81640,7 +81644,7 @@ index e17fc06..72fc5fd 100644
1421 info.high_limit = TASK_SIZE;
1422 addr = vm_unmapped_area(&info);
1423 }
1424 -@@ -1890,6 +2134,12 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1425 +@@ -1894,6 +2138,12 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
1426
1427 void arch_unmap_area_topdown(struct mm_struct *mm, unsigned long addr)
1428 {
1429 @@ -81653,7 +81657,7 @@ index e17fc06..72fc5fd 100644
1430 /*
1431 * Is this a new hole at the highest possible address?
1432 */
1433 -@@ -1897,8 +2147,10 @@ void arch_unmap_area_topdown(struct mm_struct *mm, unsigned long addr)
1434 +@@ -1901,8 +2151,10 @@ void arch_unmap_area_topdown(struct mm_struct *mm, unsigned long addr)
1435 mm->free_area_cache = addr;
1436
1437 /* dont allow allocations above current base */
1438 @@ -81665,7 +81669,7 @@ index e17fc06..72fc5fd 100644
1439 }
1440
1441 unsigned long
1442 -@@ -1997,6 +2249,28 @@ find_vma_prev(struct mm_struct *mm, unsigned long addr,
1443 +@@ -2001,6 +2253,28 @@ find_vma_prev(struct mm_struct *mm, unsigned long addr,
1444 return vma;
1445 }
1446
1447 @@ -81694,7 +81698,7 @@ index e17fc06..72fc5fd 100644
1448 /*
1449 * Verify that the stack growth is acceptable and
1450 * update accounting. This is shared with both the
1451 -@@ -2013,6 +2287,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
1452 +@@ -2017,6 +2291,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
1453 return -ENOMEM;
1454
1455 /* Stack limit test */
1456 @@ -81702,7 +81706,7 @@ index e17fc06..72fc5fd 100644
1457 if (size > ACCESS_ONCE(rlim[RLIMIT_STACK].rlim_cur))
1458 return -ENOMEM;
1459
1460 -@@ -2023,6 +2298,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
1461 +@@ -2027,6 +2302,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
1462 locked = mm->locked_vm + grow;
1463 limit = ACCESS_ONCE(rlim[RLIMIT_MEMLOCK].rlim_cur);
1464 limit >>= PAGE_SHIFT;
1465 @@ -81710,7 +81714,7 @@ index e17fc06..72fc5fd 100644
1466 if (locked > limit && !capable(CAP_IPC_LOCK))
1467 return -ENOMEM;
1468 }
1469 -@@ -2052,37 +2328,48 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
1470 +@@ -2056,37 +2332,48 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
1471 * PA-RISC uses this for its stack; IA64 for its Register Backing Store.
1472 * vma is the last one with address > vma->vm_end. Have to extend vma.
1473 */
1474 @@ -81768,7 +81772,7 @@ index e17fc06..72fc5fd 100644
1475 unsigned long size, grow;
1476
1477 size = address - vma->vm_start;
1478 -@@ -2117,6 +2404,8 @@ int expand_upwards(struct vm_area_struct *vma, unsigned long address)
1479 +@@ -2121,6 +2408,8 @@ int expand_upwards(struct vm_area_struct *vma, unsigned long address)
1480 }
1481 }
1482 }
1483 @@ -81777,7 +81781,7 @@ index e17fc06..72fc5fd 100644
1484 vma_unlock_anon_vma(vma);
1485 khugepaged_enter_vma_merge(vma);
1486 validate_mm(vma->vm_mm);
1487 -@@ -2131,6 +2420,8 @@ int expand_downwards(struct vm_area_struct *vma,
1488 +@@ -2135,6 +2424,8 @@ int expand_downwards(struct vm_area_struct *vma,
1489 unsigned long address)
1490 {
1491 int error;
1492 @@ -81786,7 +81790,7 @@ index e17fc06..72fc5fd 100644
1493
1494 /*
1495 * We must make sure the anon_vma is allocated
1496 -@@ -2144,6 +2435,15 @@ int expand_downwards(struct vm_area_struct *vma,
1497 +@@ -2148,6 +2439,15 @@ int expand_downwards(struct vm_area_struct *vma,
1498 if (error)
1499 return error;
1500
1501 @@ -81802,7 +81806,7 @@ index e17fc06..72fc5fd 100644
1502 vma_lock_anon_vma(vma);
1503
1504 /*
1505 -@@ -2153,9 +2453,17 @@ int expand_downwards(struct vm_area_struct *vma,
1506 +@@ -2157,9 +2457,17 @@ int expand_downwards(struct vm_area_struct *vma,
1507 */
1508
1509 /* Somebody else might have raced and expanded it already */
1510 @@ -81821,7 +81825,7 @@ index e17fc06..72fc5fd 100644
1511 size = vma->vm_end - address;
1512 grow = (vma->vm_start - address) >> PAGE_SHIFT;
1513
1514 -@@ -2180,6 +2488,18 @@ int expand_downwards(struct vm_area_struct *vma,
1515 +@@ -2184,6 +2492,18 @@ int expand_downwards(struct vm_area_struct *vma,
1516 vma->vm_pgoff -= grow;
1517 anon_vma_interval_tree_post_update_vma(vma);
1518 vma_gap_update(vma);
1519 @@ -81840,7 +81844,7 @@ index e17fc06..72fc5fd 100644
1520 spin_unlock(&vma->vm_mm->page_table_lock);
1521
1522 perf_event_mmap(vma);
1523 -@@ -2284,6 +2604,13 @@ static void remove_vma_list(struct mm_struct *mm, struct vm_area_struct *vma)
1524 +@@ -2288,6 +2608,13 @@ static void remove_vma_list(struct mm_struct *mm, struct vm_area_struct *vma)
1525 do {
1526 long nrpages = vma_pages(vma);
1527
1528 @@ -81854,7 +81858,7 @@ index e17fc06..72fc5fd 100644
1529 if (vma->vm_flags & VM_ACCOUNT)
1530 nr_accounted += nrpages;
1531 vm_stat_account(mm, vma->vm_flags, vma->vm_file, -nrpages);
1532 -@@ -2329,6 +2656,16 @@ detach_vmas_to_be_unmapped(struct mm_struct *mm, struct vm_area_struct *vma,
1533 +@@ -2333,6 +2660,16 @@ detach_vmas_to_be_unmapped(struct mm_struct *mm, struct vm_area_struct *vma,
1534 insertion_point = (prev ? &prev->vm_next : &mm->mmap);
1535 vma->vm_prev = NULL;
1536 do {
1537 @@ -81871,7 +81875,7 @@ index e17fc06..72fc5fd 100644
1538 vma_rb_erase(vma, &mm->mm_rb);
1539 mm->map_count--;
1540 tail_vma = vma;
1541 -@@ -2360,14 +2697,33 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1542 +@@ -2364,14 +2701,33 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1543 struct vm_area_struct *new;
1544 int err = -ENOMEM;
1545
1546 @@ -81905,7 +81909,7 @@ index e17fc06..72fc5fd 100644
1547 /* most fields are the same, copy all, and then fixup */
1548 *new = *vma;
1549
1550 -@@ -2380,6 +2736,22 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1551 +@@ -2384,6 +2740,22 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1552 new->vm_pgoff += ((addr - vma->vm_start) >> PAGE_SHIFT);
1553 }
1554
1555 @@ -81928,7 +81932,7 @@ index e17fc06..72fc5fd 100644
1556 pol = mpol_dup(vma_policy(vma));
1557 if (IS_ERR(pol)) {
1558 err = PTR_ERR(pol);
1559 -@@ -2402,6 +2774,36 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1560 +@@ -2406,6 +2778,36 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1561 else
1562 err = vma_adjust(vma, vma->vm_start, addr, vma->vm_pgoff, new);
1563
1564 @@ -81965,7 +81969,7 @@ index e17fc06..72fc5fd 100644
1565 /* Success. */
1566 if (!err)
1567 return 0;
1568 -@@ -2411,10 +2813,18 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1569 +@@ -2415,10 +2817,18 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1570 new->vm_ops->close(new);
1571 if (new->vm_file)
1572 fput(new->vm_file);
1573 @@ -81985,7 +81989,7 @@ index e17fc06..72fc5fd 100644
1574 kmem_cache_free(vm_area_cachep, new);
1575 out_err:
1576 return err;
1577 -@@ -2427,6 +2837,15 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1578 +@@ -2431,6 +2841,15 @@ static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
1579 int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
1580 unsigned long addr, int new_below)
1581 {
1582 @@ -82001,7 +82005,7 @@ index e17fc06..72fc5fd 100644
1583 if (mm->map_count >= sysctl_max_map_count)
1584 return -ENOMEM;
1585
1586 -@@ -2438,11 +2857,30 @@ int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
1587 +@@ -2442,11 +2861,30 @@ int split_vma(struct mm_struct *mm, struct vm_area_struct *vma,
1588 * work. This now handles partial unmappings.
1589 * Jeremy Fitzhardinge <jeremy@××××.org>
1590 */
1591 @@ -82032,7 +82036,7 @@ index e17fc06..72fc5fd 100644
1592 if ((start & ~PAGE_MASK) || start > TASK_SIZE || len > TASK_SIZE-start)
1593 return -EINVAL;
1594
1595 -@@ -2517,6 +2955,8 @@ int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
1596 +@@ -2521,6 +2959,8 @@ int do_munmap(struct mm_struct *mm, unsigned long start, size_t len)
1597 /* Fix up all other VM information */
1598 remove_vma_list(mm, vma);
1599
1600 @@ -82041,7 +82045,7 @@ index e17fc06..72fc5fd 100644
1601 return 0;
1602 }
1603
1604 -@@ -2525,6 +2965,13 @@ int vm_munmap(unsigned long start, size_t len)
1605 +@@ -2529,6 +2969,13 @@ int vm_munmap(unsigned long start, size_t len)
1606 int ret;
1607 struct mm_struct *mm = current->mm;
1608
1609 @@ -82055,7 +82059,7 @@ index e17fc06..72fc5fd 100644
1610 down_write(&mm->mmap_sem);
1611 ret = do_munmap(mm, start, len);
1612 up_write(&mm->mmap_sem);
1613 -@@ -2538,16 +2985,6 @@ SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len)
1614 +@@ -2542,16 +2989,6 @@ SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len)
1615 return vm_munmap(addr, len);
1616 }
1617
1618 @@ -82072,7 +82076,7 @@ index e17fc06..72fc5fd 100644
1619 /*
1620 * this is really a simplified "do_mmap". it only handles
1621 * anonymous maps. eventually we may be able to do some
1622 -@@ -2561,6 +2998,7 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1623 +@@ -2565,6 +3002,7 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1624 struct rb_node ** rb_link, * rb_parent;
1625 pgoff_t pgoff = addr >> PAGE_SHIFT;
1626 int error;
1627 @@ -82080,7 +82084,7 @@ index e17fc06..72fc5fd 100644
1628
1629 len = PAGE_ALIGN(len);
1630 if (!len)
1631 -@@ -2568,16 +3006,30 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1632 +@@ -2572,16 +3010,30 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1633
1634 flags = VM_DATA_DEFAULT_FLAGS | VM_ACCOUNT | mm->def_flags;
1635
1636 @@ -82112,7 +82116,7 @@ index e17fc06..72fc5fd 100644
1637 locked += mm->locked_vm;
1638 lock_limit = rlimit(RLIMIT_MEMLOCK);
1639 lock_limit >>= PAGE_SHIFT;
1640 -@@ -2594,21 +3046,20 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1641 +@@ -2598,21 +3050,20 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1642 /*
1643 * Clear old maps. this also does some error checking for us
1644 */
1645 @@ -82137,7 +82141,7 @@ index e17fc06..72fc5fd 100644
1646 return -ENOMEM;
1647
1648 /* Can we just expand an old private anonymous mapping? */
1649 -@@ -2622,7 +3073,7 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1650 +@@ -2626,7 +3077,7 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1651 */
1652 vma = kmem_cache_zalloc(vm_area_cachep, GFP_KERNEL);
1653 if (!vma) {
1654 @@ -82146,7 +82150,7 @@ index e17fc06..72fc5fd 100644
1655 return -ENOMEM;
1656 }
1657
1658 -@@ -2636,9 +3087,10 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1659 +@@ -2640,9 +3091,10 @@ static unsigned long do_brk(unsigned long addr, unsigned long len)
1660 vma_link(mm, vma, prev, rb_link, rb_parent);
1661 out:
1662 perf_event_mmap(vma);
1663 @@ -82159,7 +82163,7 @@ index e17fc06..72fc5fd 100644
1664 return addr;
1665 }
1666
1667 -@@ -2700,6 +3152,7 @@ void exit_mmap(struct mm_struct *mm)
1668 +@@ -2704,6 +3156,7 @@ void exit_mmap(struct mm_struct *mm)
1669 while (vma) {
1670 if (vma->vm_flags & VM_ACCOUNT)
1671 nr_accounted += vma_pages(vma);
1672 @@ -82167,7 +82171,7 @@ index e17fc06..72fc5fd 100644
1673 vma = remove_vma(vma);
1674 }
1675 vm_unacct_memory(nr_accounted);
1676 -@@ -2716,6 +3169,13 @@ int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
1677 +@@ -2720,6 +3173,13 @@ int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
1678 struct vm_area_struct *prev;
1679 struct rb_node **rb_link, *rb_parent;
1680
1681 @@ -82181,7 +82185,7 @@ index e17fc06..72fc5fd 100644
1682 /*
1683 * The vm_pgoff of a purely anonymous vma should be irrelevant
1684 * until its first write fault, when page's anon_vma and index
1685 -@@ -2739,7 +3199,21 @@ int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
1686 +@@ -2743,7 +3203,21 @@ int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
1687 security_vm_enough_memory_mm(mm, vma_pages(vma)))
1688 return -ENOMEM;
1689
1690 @@ -82203,7 +82207,7 @@ index e17fc06..72fc5fd 100644
1691 return 0;
1692 }
1693
1694 -@@ -2759,6 +3233,8 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
1695 +@@ -2763,6 +3237,8 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
1696 struct mempolicy *pol;
1697 bool faulted_in_anon_vma = true;
1698
1699 @@ -82212,7 +82216,7 @@ index e17fc06..72fc5fd 100644
1700 /*
1701 * If anonymous vma has not yet been faulted, update new pgoff
1702 * to match new location, to increase its chance of merging.
1703 -@@ -2825,6 +3301,39 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
1704 +@@ -2829,6 +3305,39 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap,
1705 return NULL;
1706 }
1707
1708 @@ -82252,7 +82256,7 @@ index e17fc06..72fc5fd 100644
1709 /*
1710 * Return true if the calling process may expand its vm space by the passed
1711 * number of pages
1712 -@@ -2836,6 +3345,7 @@ int may_expand_vm(struct mm_struct *mm, unsigned long npages)
1713 +@@ -2840,6 +3349,7 @@ int may_expand_vm(struct mm_struct *mm, unsigned long npages)
1714
1715 lim = rlimit(RLIMIT_AS) >> PAGE_SHIFT;
1716
1717 @@ -82260,7 +82264,7 @@ index e17fc06..72fc5fd 100644
1718 if (cur + npages > lim)
1719 return 0;
1720 return 1;
1721 -@@ -2906,6 +3416,22 @@ int install_special_mapping(struct mm_struct *mm,
1722 +@@ -2910,6 +3420,22 @@ int install_special_mapping(struct mm_struct *mm,
1723 vma->vm_start = addr;
1724 vma->vm_end = addr + len;
1725
1726 @@ -85045,7 +85049,7 @@ index 368f9c3..f82d4a3 100644
1727
1728 return err;
1729 diff --git a/net/core/dev.c b/net/core/dev.c
1730 -index b24ab0e9..1c424bc 100644
1731 +index 9a278e9..15f2b9e 100644
1732 --- a/net/core/dev.c
1733 +++ b/net/core/dev.c
1734 @@ -1617,7 +1617,7 @@ int dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
1735 @@ -85382,7 +85386,7 @@ index e61a8bb..6a2f13c 100644
1736 #ifdef CONFIG_INET
1737 static u32 seq_scale(u32 seq)
1738 diff --git a/net/core/sock.c b/net/core/sock.c
1739 -index b261a79..8fe17ab 100644
1740 +index 1432266..1a0d4a1 100644
1741 --- a/net/core/sock.c
1742 +++ b/net/core/sock.c
1743 @@ -390,7 +390,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
1744 @@ -85469,7 +85473,7 @@ index b261a79..8fe17ab 100644
1745 return -EFAULT;
1746 lenout:
1747 if (put_user(len, optlen))
1748 -@@ -2296,7 +2296,7 @@ void sock_init_data(struct socket *sock, struct sock *sk)
1749 +@@ -2284,7 +2284,7 @@ void sock_init_data(struct socket *sock, struct sock *sk)
1750 */
1751 smp_wmb();
1752 atomic_set(&sk->sk_refcnt, 1);
1753 @@ -86512,7 +86516,7 @@ index d09203c..fd5cc91 100644
1754 }
1755
1756 diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c
1757 -index b83a49c..6c562a7 100644
1758 +index 2f672e7..b8895e9 100644
1759 --- a/net/ipv4/tcp_minisocks.c
1760 +++ b/net/ipv4/tcp_minisocks.c
1761 @@ -27,6 +27,10 @@
1762 @@ -86526,7 +86530,7 @@ index b83a49c..6c562a7 100644
1763 int sysctl_tcp_syncookies __read_mostly = 1;
1764 EXPORT_SYMBOL(sysctl_tcp_syncookies);
1765
1766 -@@ -744,7 +748,10 @@ embryonic_reset:
1767 +@@ -749,7 +753,10 @@ embryonic_reset:
1768 * avoid becoming vulnerable to outside attack aiming at
1769 * resetting legit local connections.
1770 */
1771 @@ -86782,7 +86786,7 @@ index fff5bdd..15194fb 100644
1772 table = kmemdup(ipv6_icmp_table_template,
1773 sizeof(ipv6_icmp_table_template),
1774 diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c
1775 -index e4efffe..791fe2f 100644
1776 +index 95d13c7..791fe2f 100644
1777 --- a/net/ipv6/ip6_gre.c
1778 +++ b/net/ipv6/ip6_gre.c
1779 @@ -73,7 +73,7 @@ struct ip6gre_net {
1780 @@ -86794,23 +86798,7 @@ index e4efffe..791fe2f 100644
1781 static int ip6gre_tunnel_init(struct net_device *dev);
1782 static void ip6gre_tunnel_setup(struct net_device *dev);
1783 static void ip6gre_tunnel_link(struct ip6gre_net *ign, struct ip6_tnl *t);
1784 -@@ -1135,6 +1135,7 @@ static int ip6gre_tunnel_ioctl(struct net_device *dev,
1785 - }
1786 - if (t == NULL)
1787 - t = netdev_priv(dev);
1788 -+ memset(&p, 0, sizeof(p));
1789 - ip6gre_tnl_parm_to_user(&p, &t->parms);
1790 - if (copy_to_user(ifr->ifr_ifru.ifru_data, &p, sizeof(p)))
1791 - err = -EFAULT;
1792 -@@ -1182,6 +1183,7 @@ static int ip6gre_tunnel_ioctl(struct net_device *dev,
1793 - if (t) {
1794 - err = 0;
1795 -
1796 -+ memset(&p, 0, sizeof(p));
1797 - ip6gre_tnl_parm_to_user(&p, &t->parms);
1798 - if (copy_to_user(ifr->ifr_ifru.ifru_data, &p, sizeof(p)))
1799 - err = -EFAULT;
1800 -@@ -1335,7 +1337,7 @@ static void ip6gre_fb_tunnel_init(struct net_device *dev)
1801 +@@ -1337,7 +1337,7 @@ static void ip6gre_fb_tunnel_init(struct net_device *dev)
1802 }
1803
1804
1805 @@ -86819,7 +86807,7 @@ index e4efffe..791fe2f 100644
1806 .handler = ip6gre_rcv,
1807 .err_handler = ip6gre_err,
1808 .flags = INET6_PROTO_NOPOLICY|INET6_PROTO_FINAL,
1809 -@@ -1669,7 +1671,7 @@ static const struct nla_policy ip6gre_policy[IFLA_GRE_MAX + 1] = {
1810 +@@ -1671,7 +1671,7 @@ static const struct nla_policy ip6gre_policy[IFLA_GRE_MAX + 1] = {
1811 [IFLA_GRE_FLAGS] = { .type = NLA_U32 },
1812 };
1813
1814 @@ -86828,7 +86816,7 @@ index e4efffe..791fe2f 100644
1815 .kind = "ip6gre",
1816 .maxtype = IFLA_GRE_MAX,
1817 .policy = ip6gre_policy,
1818 -@@ -1682,7 +1684,7 @@ static struct rtnl_link_ops ip6gre_link_ops __read_mostly = {
1819 +@@ -1684,7 +1684,7 @@ static struct rtnl_link_ops ip6gre_link_ops __read_mostly = {
1820 .fill_info = ip6gre_fill_info,
1821 };
1822
1823 @@ -87138,7 +87126,7 @@ index e85c48b..b8268d3 100644
1824 struct ctl_table *ipv6_icmp_table;
1825 int err;
1826 diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
1827 -index 46a5be8..415688d 100644
1828 +index 0fce928..c52a518 100644
1829 --- a/net/ipv6/tcp_ipv6.c
1830 +++ b/net/ipv6/tcp_ipv6.c
1831 @@ -103,6 +103,10 @@ static void inet6_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb)
1832 @@ -87197,7 +87185,7 @@ index 46a5be8..415688d 100644
1833 }
1834
1835 diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
1836 -index d8e5e85..5a447f4 100644
1837 +index 27f0f8e..949e7ee 100644
1838 --- a/net/ipv6/udp.c
1839 +++ b/net/ipv6/udp.c
1840 @@ -52,6 +52,10 @@
1841 @@ -87258,10 +87246,10 @@ index d8e5e85..5a447f4 100644
1842
1843 int udp6_seq_show(struct seq_file *seq, void *v)
1844 diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c
1845 -index 4ef7bdb..9e97017 100644
1846 +index 23ed03d..465a71d 100644
1847 --- a/net/ipv6/xfrm6_policy.c
1848 +++ b/net/ipv6/xfrm6_policy.c
1849 -@@ -322,19 +322,19 @@ static struct ctl_table xfrm6_policy_table[] = {
1850 +@@ -324,19 +324,19 @@ static struct ctl_table xfrm6_policy_table[] = {
1851
1852 static int __net_init xfrm6_net_init(struct net *net)
1853 {
1854 @@ -87286,7 +87274,7 @@ index 4ef7bdb..9e97017 100644
1855 if (!hdr)
1856 goto err_reg;
1857
1858 -@@ -342,8 +342,7 @@ static int __net_init xfrm6_net_init(struct net *net)
1859 +@@ -344,8 +344,7 @@ static int __net_init xfrm6_net_init(struct net *net)
1860 return 0;
1861
1862 err_reg:
1863 @@ -88225,10 +88213,10 @@ index 103bd70..f21aad3 100644
1864 *uaddr_len = sizeof(struct sockaddr_ax25);
1865 }
1866 diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c
1867 -index 1d6793d..056b191 100644
1868 +index f83e172..b57140d 100644
1869 --- a/net/packet/af_packet.c
1870 +++ b/net/packet/af_packet.c
1871 -@@ -1578,7 +1578,7 @@ static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
1872 +@@ -1571,7 +1571,7 @@ static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
1873
1874 spin_lock(&sk->sk_receive_queue.lock);
1875 po->stats.tp_packets++;
1876 @@ -88237,7 +88225,7 @@ index 1d6793d..056b191 100644
1877 __skb_queue_tail(&sk->sk_receive_queue, skb);
1878 spin_unlock(&sk->sk_receive_queue.lock);
1879 sk->sk_data_ready(sk, skb->len);
1880 -@@ -1587,7 +1587,7 @@ static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
1881 +@@ -1580,7 +1580,7 @@ static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
1882 drop_n_acct:
1883 spin_lock(&sk->sk_receive_queue.lock);
1884 po->stats.tp_drops++;
1885 @@ -88246,7 +88234,7 @@ index 1d6793d..056b191 100644
1886 spin_unlock(&sk->sk_receive_queue.lock);
1887
1888 drop_n_restore:
1889 -@@ -2565,6 +2565,7 @@ out:
1890 +@@ -2558,6 +2558,7 @@ out:
1891
1892 static int packet_recv_error(struct sock *sk, struct msghdr *msg, int len)
1893 {
1894 @@ -88254,7 +88242,7 @@ index 1d6793d..056b191 100644
1895 struct sock_exterr_skb *serr;
1896 struct sk_buff *skb, *skb2;
1897 int copied, err;
1898 -@@ -2586,8 +2587,9 @@ static int packet_recv_error(struct sock *sk, struct msghdr *msg, int len)
1899 +@@ -2579,8 +2580,9 @@ static int packet_recv_error(struct sock *sk, struct msghdr *msg, int len)
1900 sock_recv_timestamp(msg, sk, skb);
1901
1902 serr = SKB_EXT_ERR(skb);
1903 @@ -88265,7 +88253,7 @@ index 1d6793d..056b191 100644
1904
1905 msg->msg_flags |= MSG_ERRQUEUE;
1906 err = copied;
1907 -@@ -3212,7 +3214,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
1908 +@@ -3205,7 +3207,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
1909 case PACKET_HDRLEN:
1910 if (len > sizeof(int))
1911 len = sizeof(int);
1912 @@ -88274,7 +88262,7 @@ index 1d6793d..056b191 100644
1913 return -EFAULT;
1914 switch (val) {
1915 case TPACKET_V1:
1916 -@@ -3254,7 +3256,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
1917 +@@ -3247,7 +3249,7 @@ static int packet_getsockopt(struct socket *sock, int level, int optname,
1918 len = lv;
1919 if (put_user(len, optlen))
1920 return -EFAULT;
1921 @@ -92681,10 +92669,10 @@ index 0000000..414fe5e
1922 +}
1923 diff --git a/tools/gcc/constify_plugin.c b/tools/gcc/constify_plugin.c
1924 new file mode 100644
1925 -index 0000000..bee0acb
1926 +index 0000000..c17312d
1927 --- /dev/null
1928 +++ b/tools/gcc/constify_plugin.c
1929 -@@ -0,0 +1,518 @@
1930 +@@ -0,0 +1,560 @@
1931 +/*
1932 + * Copyright 2011 by Emese Revfy <re.emese@×××××.com>
1933 + * Copyright 2011-2013 by PaX Team <pageexec@××××××××.hu>
1934 @@ -92731,7 +92719,7 @@ index 0000000..bee0acb
1935 +int plugin_is_GPL_compatible;
1936 +
1937 +static struct plugin_info const_plugin_info = {
1938 -+ .version = "201303270300",
1939 ++ .version = "201305231310",
1940 + .help = "no-constify\tturn off constification\n",
1941 +};
1942 +
1943 @@ -93062,6 +93050,41 @@ index 0000000..bee0acb
1944 + TYPE_CONSTIFY_VISITED(type) = 1;
1945 +}
1946 +
1947 ++static void check_global_variables(void)
1948 ++{
1949 ++ struct varpool_node *node;
1950 ++
1951 ++#if BUILDING_GCC_VERSION <= 4007
1952 ++ for (node = varpool_nodes; node; node = node->next) {
1953 ++ tree var = node->decl;
1954 ++#else
1955 ++ FOR_EACH_VARIABLE(node) {
1956 ++ tree var = node->symbol.decl;
1957 ++#endif
1958 ++ tree type = TREE_TYPE(var);
1959 ++
1960 ++ if (TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE)
1961 ++ continue;
1962 ++
1963 ++ if (!TYPE_READONLY(type) || !C_TYPE_FIELDS_READONLY(type))
1964 ++ continue;
1965 ++
1966 ++ if (!TYPE_CONSTIFY_VISITED(type))
1967 ++ continue;
1968 ++
1969 ++ if (DECL_EXTERNAL(var))
1970 ++ continue;
1971 ++
1972 ++ if (DECL_INITIAL(var))
1973 ++ continue;
1974 ++
1975 ++ // this works around a gcc bug/feature where uninitialized globals
1976 ++ // are moved into the .bss section regardless of any constification
1977 ++ DECL_INITIAL(var) = build_constructor(type, NULL);
1978 ++// inform(DECL_SOURCE_LOCATION(var), "constified variable %qE moved into .rodata", var);
1979 ++ }
1980 ++}
1981 ++
1982 +static unsigned int check_local_variables(void)
1983 +{
1984 + unsigned int ret = 0;
1985 @@ -93100,15 +93123,22 @@ index 0000000..bee0acb
1986 + return ret;
1987 +}
1988 +
1989 ++static unsigned int check_variables(void)
1990 ++{
1991 ++ check_global_variables();
1992 ++ return check_local_variables();
1993 ++}
1994 ++
1995 ++ unsigned int ret = 0;
1996 +static struct gimple_opt_pass pass_local_variable = {
1997 + {
1998 + .type = GIMPLE_PASS,
1999 -+ .name = "check_local_variables",
2000 ++ .name = "check_variables",
2001 +#if BUILDING_GCC_VERSION >= 4008
2002 + .optinfo_flags = OPTGROUP_NONE,
2003 +#endif
2004 + .gate = NULL,
2005 -+ .execute = check_local_variables,
2006 ++ .execute = check_variables,
2007 + .sub = NULL,
2008 + .next = NULL,
2009 + .static_pass_number = 0,
2010 @@ -94285,10 +94315,10 @@ index 0000000..b5395ba
2011 +}
2012 diff --git a/tools/gcc/size_overflow_hash.data b/tools/gcc/size_overflow_hash.data
2013 new file mode 100644
2014 -index 0000000..ddd5b2e
2015 +index 0000000..7982a0c
2016 --- /dev/null
2017 +++ b/tools/gcc/size_overflow_hash.data
2018 -@@ -0,0 +1,5876 @@
2019 +@@ -0,0 +1,5893 @@
2020 +intel_fake_agp_alloc_by_type_1 intel_fake_agp_alloc_by_type 1 1 NULL
2021 +batadv_orig_node_del_if_4 batadv_orig_node_del_if 2 4 NULL
2022 +storvsc_connect_to_vsp_22 storvsc_connect_to_vsp 2 22 NULL
2023 @@ -94298,8 +94328,7 @@ index 0000000..ddd5b2e
2024 +padzero_55 padzero 1 55 &sel_read_policyvers_55
2025 +cfg80211_disconnected_57 cfg80211_disconnected 4 57 NULL
2026 +__skb_to_sgvec_72 __skb_to_sgvec 0 72 NULL
2027 -+DepcaSignature_80 DepcaSignature 2 80 NULL nohasharray
2028 -+crypto_authenc_setkey_80 crypto_authenc_setkey 3 80 &DepcaSignature_80
2029 ++crypto_authenc_setkey_80 crypto_authenc_setkey 3 80 NULL
2030 +snd_korg1212_copy_to_92 snd_korg1212_copy_to 6 92 NULL
2031 +load_msg_95 load_msg 2 95 NULL
2032 +device_flush_iotlb_115 device_flush_iotlb 2-3 115 NULL
2033 @@ -94329,7 +94358,7 @@ index 0000000..ddd5b2e
2034 +read_vbt_r0_503 read_vbt_r0 1 503 NULL
2035 +rx_rx_defrag_end_read_505 rx_rx_defrag_end_read 3 505 NULL
2036 +ocfs2_validate_meta_ecc_bhs_527 ocfs2_validate_meta_ecc_bhs 0 527 NULL
2037 -+zlib_deflate_workspacesize_537 zlib_deflate_workspacesize 0-1-2 537 NULL
2038 ++zlib_deflate_workspacesize_537 zlib_deflate_workspacesize 0 537 NULL
2039 +iwl_dbgfs_wowlan_sram_read_540 iwl_dbgfs_wowlan_sram_read 3 540 NULL
2040 +dle_count_543 dle_count 0 543 NULL
2041 +devres_alloc_551 devres_alloc 2 551 NULL
2042 @@ -94339,40 +94368,38 @@ index 0000000..ddd5b2e
2043 +compat_sys_preadv_583 compat_sys_preadv 3 583 NULL
2044 +smk_write_load_self2_591 smk_write_load_self2 3 591 NULL
2045 +ni_gpct_device_construct_610 ni_gpct_device_construct 5 610 NULL
2046 ++fuse_request_alloc_nofs_617 fuse_request_alloc_nofs 1 617 NULL
2047 +compat_sys_shmat_620 compat_sys_shmat 3 620 NULL
2048 +isp1760_register_628 isp1760_register 1-2 628 NULL
2049 ++clone_split_bio_633 clone_split_bio 6 633 NULL
2050 ++remap_to_cache_640 remap_to_cache 3 640 NULL
2051 +drbd_bm_find_next_643 drbd_bm_find_next 2 643 NULL
2052 +unlink_queued_645 unlink_queued 3-4 645 NULL
2053 +dtim_interval_read_654 dtim_interval_read 3 654 NULL
2054 -+ceph_copy_user_to_page_vector_656 ceph_copy_user_to_page_vector 4-3 656 NULL
2055 -+div_u64_rem_672 div_u64_rem 0 672 NULL
2056 +mem_rx_free_mem_blks_read_675 mem_rx_free_mem_blks_read 3 675 NULL
2057 +rtl8169_try_rx_copy_705 rtl8169_try_rx_copy 3 705 NULL
2058 +persistent_ram_vmap_709 persistent_ram_vmap 1-2 709 NULL
2059 +ipath_resize_cq_712 ipath_resize_cq 2 712 NULL
2060 ++disk_max_parts_719 disk_max_parts 0 719 NULL
2061 +sctp_setsockopt_peer_addr_params_734 sctp_setsockopt_peer_addr_params 3 734 NULL
2062 -+wm8962_gpio_direction_out_738 wm8962_gpio_direction_out 2 738 NULL
2063 +dvb_video_write_754 dvb_video_write 3 754 NULL
2064 -+iwl_read_targ_mem_772 iwl_read_targ_mem 0 772 NULL
2065 -+snd_pcm_drain_811 snd_pcm_drain 0 811 NULL
2066 +if_writecmd_815 if_writecmd 2 815 NULL
2067 +aac_change_queue_depth_825 aac_change_queue_depth 2 825 NULL
2068 +read_fifo_826 read_fifo 3 826 NULL
2069 -+read_tree_block_841 read_tree_block 3 841 NULL
2070 +um_idi_read_850 um_idi_read 3 850 NULL
2071 +ieee80211_if_fmt_rc_rateidx_mcs_mask_5ghz_856 ieee80211_if_fmt_rc_rateidx_mcs_mask_5ghz 3 856 NULL
2072 +o2net_send_message_vec_879 o2net_send_message_vec 4 879 NULL nohasharray
2073 +iwl_dbgfs_fh_reg_read_879 iwl_dbgfs_fh_reg_read 3 879 &o2net_send_message_vec_879
2074 +snd_pcm_action_single_905 snd_pcm_action_single 0 905 NULL
2075 +btmrvl_hsstate_read_920 btmrvl_hsstate_read 3 920 NULL
2076 -+readw_931 readw 0 931 NULL
2077 +carl9170_cmd_buf_950 carl9170_cmd_buf 3 950 NULL
2078 -+ieee80211_ie_build_vht_cap_956 ieee80211_ie_build_vht_cap 0 956 NULL nohasharray
2079 -+__nodes_weight_956 __nodes_weight 2-0 956 &ieee80211_ie_build_vht_cap_956
2080 ++get_ramdisk_size_954 get_ramdisk_size 0 954 NULL
2081 ++__nodes_weight_956 __nodes_weight 2-0 956 NULL
2082 +sys_msgrcv_959 sys_msgrcv 3 959 NULL
2083 -+hdlcdev_rx_997 hdlcdev_rx 3 997 NULL
2084 ++pte_prefetch_gfn_to_pfn_997 pte_prefetch_gfn_to_pfn 2 997 NULL nohasharray
2085 ++hdlcdev_rx_997 hdlcdev_rx 3 997 &pte_prefetch_gfn_to_pfn_997
2086 ++dm_cache_set_dirty_1016 dm_cache_set_dirty 2 1016 NULL
2087 +smk_write_cipso2_1021 smk_write_cipso2 3 1021 NULL
2088 -+lp872x_select_buck_vout_addr_1045 lp872x_select_buck_vout_addr 0 1045 NULL
2089 +gigaset_initdriver_1060 gigaset_initdriver 2 1060 NULL
2090 +Read_hfc16_1070 Read_hfc16 0 1070 NULL
2091 +mce_request_packet_1073 mce_request_packet 3 1073 NULL
2092 @@ -94381,7 +94408,7 @@ index 0000000..ddd5b2e
2093 +nfs_pgarray_set_1085 nfs_pgarray_set 2 1085 NULL
2094 +llcp_sock_sendmsg_1092 llcp_sock_sendmsg 4 1092 NULL
2095 +nfs4_init_nonuniform_client_string_1097 nfs4_init_nonuniform_client_string 3 1097 NULL
2096 -+store_risefalltime_1109 store_risefalltime 5 1109 NULL
2097 ++sys_mremap_1107 sys_mremap 5-1-2 1107 NULL
2098 +cfg80211_report_obss_beacon_1133 cfg80211_report_obss_beacon 3 1133 NULL
2099 +vmalloc_32_1135 vmalloc_32 1 1135 NULL
2100 +i2400m_rx_ctl_1157 i2400m_rx_ctl 4 1157 NULL
2101 @@ -94391,13 +94418,14 @@ index 0000000..ddd5b2e
2102 +dgrp_dpa_read_1204 dgrp_dpa_read 3 1204 NULL
2103 +i2cdev_read_1206 i2cdev_read 3 1206 NULL
2104 +ipw_packet_received_skb_1230 ipw_packet_received_skb 2 1230 NULL
2105 -+thin_status_1239 thin_status 5 1239 NULL
2106 +acpi_battery_write_alarm_1240 acpi_battery_write_alarm 3 1240 NULL
2107 ++nested_get_page_1252 nested_get_page 2 1252 NULL
2108 +ocfs2_extend_file_1266 ocfs2_extend_file 3 1266 NULL
2109 +qla4xxx_change_queue_depth_1268 qla4xxx_change_queue_depth 2 1268 NULL
2110 +ioctl_private_iw_point_1273 ioctl_private_iw_point 7 1273 NULL
2111 +batadv_tt_prepare_packet_buff_1280 batadv_tt_prepare_packet_buff 4 1280 NULL
2112 +tx_frag_in_process_called_read_1290 tx_frag_in_process_called_read 3 1290 NULL
2113 ++wm_adsp_buf_alloc_1317 wm_adsp_buf_alloc 2 1317 NULL
2114 +compat_put_u64_1319 compat_put_u64 1 1319 NULL
2115 +ffs_1322 ffs 0 1322 NULL
2116 +carl9170_rx_stream_1334 carl9170_rx_stream 3 1334 NULL
2117 @@ -94406,19 +94434,21 @@ index 0000000..ddd5b2e
2118 +io_mapping_create_wc_1354 io_mapping_create_wc 1-2 1354 NULL
2119 +snd_pcm_lib_write1_1358 snd_pcm_lib_write1 0-3 1358 NULL
2120 +ipx_sendmsg_1362 ipx_sendmsg 4 1362 NULL
2121 ++iov_num_pages_1364 iov_num_pages 0 1364 NULL
2122 +fw_stats_raw_read_1369 fw_stats_raw_read 3 1369 NULL
2123 +ocfs2_prepare_inode_for_write_1372 ocfs2_prepare_inode_for_write 3 1372 NULL
2124 +sctp_setsockopt_initmsg_1383 sctp_setsockopt_initmsg 3 1383 NULL
2125 +do_msgsnd_1387 do_msgsnd 4 1387 NULL
2126 +zone_page_state_1393 zone_page_state 0 1393 NULL
2127 +file_read_actor_1401 file_read_actor 4 1401 NULL
2128 -+lm3533_als_get_threshold_reg_1404 lm3533_als_get_threshold_reg 0-1 1404 NULL
2129 ++vb2_dc_get_user_pages_1442 vb2_dc_get_user_pages 1-3 1442 NULL
2130 +stack_max_size_read_1445 stack_max_size_read 3 1445 NULL
2131 +tx_queue_len_read_1463 tx_queue_len_read 3 1463 NULL
2132 +xprt_alloc_1475 xprt_alloc 2 1475 NULL
2133 +sta_num_ps_buf_frames_read_1488 sta_num_ps_buf_frames_read 3 1488 NULL
2134 +posix_acl_permission_1495 posix_acl_permission 0 1495 NULL
2135 +tomoyo_round2_1518 tomoyo_round2 0 1518 NULL
2136 ++__vfio_dma_map_1523 __vfio_dma_map 3 1523 NULL
2137 +alloc_perm_bits_1532 alloc_perm_bits 2 1532 NULL
2138 +ieee80211_if_read_dot11MeshHWMPnetDiameterTraversalTime_1589 ieee80211_if_read_dot11MeshHWMPnetDiameterTraversalTime 3 1589 NULL
2139 +fc_frame_alloc_1596 fc_frame_alloc 2 1596 NULL
2140 @@ -94442,15 +94472,17 @@ index 0000000..ddd5b2e
2141 +update_macheader_1775 update_macheader 7 1775 NULL
2142 +fcoe_ctlr_device_add_1793 fcoe_ctlr_device_add 3 1793 NULL
2143 +__nodelist_scnprintf_1815 __nodelist_scnprintf 0-2-4 1815 NULL
2144 ++alloc_pages_exact_1892 alloc_pages_exact 1 1892 NULL
2145 +rx_defrag_called_read_1897 rx_defrag_called_read 3 1897 NULL
2146 +nfs_parse_server_name_1899 nfs_parse_server_name 2 1899 NULL
2147 +tx_tx_retry_data_read_1926 tx_tx_retry_data_read 3 1926 NULL
2148 ++memblock_alloc_base_1938 memblock_alloc_base 1-2 1938 NULL
2149 +cyttsp_probe_1940 cyttsp_probe 4 1940 NULL
2150 +ieee80211_if_fmt_dot11MeshConfirmTimeout_1945 ieee80211_if_fmt_dot11MeshConfirmTimeout 3 1945 NULL
2151 +read_swap_header_1957 read_swap_header 0 1957 NULL
2152 +ivtv_v4l2_read_1964 ivtv_v4l2_read 3 1964 NULL
2153 +sel_read_avc_hash_stats_1984 sel_read_avc_hash_stats 3 1984 NULL
2154 -+__alloc_bootmem_node_1992 __alloc_bootmem_node 2 1992 NULL
2155 ++__alloc_bootmem_node_1992 __alloc_bootmem_node 2-3 1992 NULL
2156 +atomic_read_unchecked_1995 atomic_read_unchecked 0 1995 NULL
2157 +batadv_tt_commit_changes_2008 batadv_tt_commit_changes 4 2008 NULL
2158 +sep_prepare_input_dma_table_2009 sep_prepare_input_dma_table 2-3 2009 NULL
2159 @@ -94463,7 +94495,6 @@ index 0000000..ddd5b2e
2160 +ocfs2_expand_inline_dir_2063 ocfs2_expand_inline_dir 3 2063 NULL
2161 +subbuf_read_actor_2071 subbuf_read_actor 3 2071 NULL
2162 +iwl_dbgfs_current_sleep_command_read_2081 iwl_dbgfs_current_sleep_command_read 3 2081 NULL
2163 -+get_unaligned_le32_2092 get_unaligned_le32 0 2092 NULL
2164 +idetape_chrdev_read_2097 idetape_chrdev_read 3 2097 NULL
2165 +audit_expand_2098 audit_expand 2 2098 NULL
2166 +num_pages_spanned_2105 num_pages_spanned 0 2105 NULL
2167 @@ -94471,10 +94502,10 @@ index 0000000..ddd5b2e
2168 +ecryptfs_encrypt_and_encode_filename_2109 ecryptfs_encrypt_and_encode_filename 6 2109 NULL
2169 +__find_xattr_2117 __find_xattr 6 2117 NULL nohasharray
2170 +enable_read_2117 enable_read 3 2117 &__find_xattr_2117
2171 -+pcf50633_write_block_2124 pcf50633_write_block 3-2 2124 NULL
2172 ++pcf50633_write_block_2124 pcf50633_write_block 2-3 2124 NULL
2173 +check_load_and_stores_2143 check_load_and_stores 2 2143 NULL
2174 -+mlx4_init_icm_table_2151 mlx4_init_icm_table 5-4 2151 NULL nohasharray
2175 -+multipath_status_2151 multipath_status 5 2151 &mlx4_init_icm_table_2151
2176 ++lp_gpio_irq_map_2149 lp_gpio_irq_map 2 2149 NULL
2177 ++mlx4_init_icm_table_2151 mlx4_init_icm_table 5-4 2151 NULL
2178 +iov_iter_count_2152 iov_iter_count 0 2152 NULL
2179 +_ore_get_io_state_2166 _ore_get_io_state 3-4-5 2166 NULL
2180 +ssb_bus_ssbbus_register_2217 ssb_bus_ssbbus_register 2 2217 NULL
2181 @@ -94488,7 +94519,7 @@ index 0000000..ddd5b2e
2182 +do_update_counters_2259 do_update_counters 4 2259 NULL
2183 +ath6kl_wmi_bssinfo_event_rx_2275 ath6kl_wmi_bssinfo_event_rx 3 2275 NULL
2184 +debug_debug5_read_2291 debug_debug5_read 3 2291 NULL
2185 -+kvm_clear_guest_page_2308 kvm_clear_guest_page 4 2308 NULL
2186 ++kvm_clear_guest_page_2308 kvm_clear_guest_page 4-2 2308 NULL
2187 +intel_sdvo_set_value_2311 intel_sdvo_set_value 4 2311 NULL
2188 +picolcd_fb_write_2318 picolcd_fb_write 3 2318 NULL
2189 +gart_map_page_2325 gart_map_page 3-4 2325 NULL
2190 @@ -94505,19 +94536,21 @@ index 0000000..ddd5b2e
2191 +hfcpci_empty_fifo_2427 hfcpci_empty_fifo 4 2427 NULL
2192 +ioremap_nocache_2439 ioremap_nocache 1-2 2439 NULL
2193 +tty_buffer_find_2443 tty_buffer_find 2 2443 NULL
2194 -+nfs4_alloc_slots_2454 nfs4_alloc_slots 1 2454 NULL nohasharray
2195 -+ath6kl_usb_bmi_write_2454 ath6kl_usb_bmi_write 3 2454 &nfs4_alloc_slots_2454
2196 ++ath6kl_usb_bmi_write_2454 ath6kl_usb_bmi_write 3 2454 NULL
2197 +b43legacy_debugfs_read_2473 b43legacy_debugfs_read 3 2473 NULL
2198 +update_pmkid_2481 update_pmkid 4 2481 NULL
2199 +wiphy_new_2482 wiphy_new 2 2482 NULL
2200 +bio_alloc_bioset_2484 bio_alloc_bioset 2 2484 NULL
2201 ++lookup_cache_entry_2494 lookup_cache_entry 2 2494 NULL
2202 +squashfs_read_fragment_index_table_2506 squashfs_read_fragment_index_table 4 2506 NULL
2203 +dm_write_2513 dm_write 3 2513 NULL
2204 +v9fs_cached_file_read_2514 v9fs_cached_file_read 3 2514 NULL
2205 +ext4_get_inode_loc_2516 ext4_get_inode_loc 0 2516 NULL
2206 +gspca_dev_probe_2570 gspca_dev_probe 4 2570 NULL
2207 ++i915_next_seqno_write_2572 i915_next_seqno_write 3 2572 NULL
2208 +pcm_sanity_check_2574 pcm_sanity_check 0 2574 NULL
2209 +smk_write_logging_2618 smk_write_logging 3 2618 NULL
2210 ++kvm_gfn_to_hva_cache_init_2636 kvm_gfn_to_hva_cache_init 3 2636 NULL
2211 +lro_gen_skb_2644 lro_gen_skb 6 2644 NULL
2212 +nfc_llcp_send_ui_frame_2702 nfc_llcp_send_ui_frame 5 2702 NULL
2213 +memcpy_fromiovecend_2707 memcpy_fromiovecend 3-4 2707 NULL
2214 @@ -94525,17 +94558,16 @@ index 0000000..ddd5b2e
2215 +hid_report_raw_event_2762 hid_report_raw_event 4 2762 NULL
2216 +mon_bin_ioctl_2771 mon_bin_ioctl 3 2771 NULL
2217 +__next_cpu_2782 __next_cpu 1 2782 NULL
2218 ++set_msr_hyperv_pw_2785 set_msr_hyperv_pw 3 2785 NULL
2219 +sel_read_enforce_2828 sel_read_enforce 3 2828 NULL
2220 -+vb2_dc_get_userptr_2829 vb2_dc_get_userptr 2-3 2829 NULL nohasharray
2221 -+snd_pcm_reset_2829 snd_pcm_reset 0 2829 &vb2_dc_get_userptr_2829
2222 ++vb2_dc_get_userptr_2829 vb2_dc_get_userptr 2-3 2829 NULL
2223 +wait_for_avail_2847 wait_for_avail 0 2847 NULL
2224 +ufs_free_fragments_2857 ufs_free_fragments 2 2857 NULL
2225 +sfq_alloc_2861 sfq_alloc 1 2861 NULL
2226 +move_addr_to_user_2868 move_addr_to_user 2 2868 NULL
2227 -+__swab64p_2875 __swab64p 0 2875 NULL
2228 ++mq_map_2871 mq_map 2 2871 NULL
2229 +nla_padlen_2883 nla_padlen 1 2883 NULL
2230 +cmm_write_2896 cmm_write 3 2896 NULL
2231 -+rbd_req_sync_read_2915 rbd_req_sync_read 4-5 2915 NULL
2232 +alloc_page_cgroup_2919 alloc_page_cgroup 1 2919 NULL
2233 +xfs_trans_get_buf_map_2927 xfs_trans_get_buf_map 4 2927 NULL
2234 +nes_read_indexed_2946 nes_read_indexed 0 2946 NULL
2235 @@ -94550,10 +94582,12 @@ index 0000000..ddd5b2e
2236 +iwl_dbgfs_sleep_level_override_read_3038 iwl_dbgfs_sleep_level_override_read 3 3038 NULL
2237 +nr_free_buffer_pages_3044 nr_free_buffer_pages 0 3044 NULL
2238 +il3945_ucode_rx_stats_read_3048 il3945_ucode_rx_stats_read 3 3048 NULL
2239 ++qp_alloc_ppn_set_3068 qp_alloc_ppn_set 2-4 3068 NULL
2240 +__blk_end_bidi_request_3070 __blk_end_bidi_request 3-4 3070 NULL
2241 +dac960_user_command_proc_write_3071 dac960_user_command_proc_write 3 3071 NULL
2242 +free_coherent_3082 free_coherent 4-2 3082 NULL
2243 -+ttusb2_msg_3100 ttusb2_msg 4 3100 NULL
2244 ++clone_bio_3100 clone_bio 6 3100 NULL nohasharray
2245 ++ttusb2_msg_3100 ttusb2_msg 4 3100 &clone_bio_3100
2246 +rb_alloc_3102 rb_alloc 1 3102 NULL
2247 +simple_write_to_buffer_3122 simple_write_to_buffer 5-2 3122 NULL
2248 +print_time_3132 print_time 0 3132 NULL
2249 @@ -94576,14 +94610,13 @@ index 0000000..ddd5b2e
2250 +arvo_sysfs_write_3311 arvo_sysfs_write 6 3311 NULL
2251 +dbDiscardAG_3322 dbDiscardAG 3 3322 NULL
2252 +compat_sys_setsockopt_3326 compat_sys_setsockopt 5 3326 NULL
2253 -+de600_read_byte_3332 de600_read_byte 0 3332 NULL
2254 +aac_rkt_ioremap_3333 aac_rkt_ioremap 2 3333 NULL
2255 +read_from_oldmem_3337 read_from_oldmem 2 3337 NULL
2256 +tty_port_register_device_attr_3341 tty_port_register_device_attr 3 3341 NULL
2257 +il_dbgfs_interrupt_read_3351 il_dbgfs_interrupt_read 3 3351 NULL
2258 +gsm_control_rls_3353 gsm_control_rls 3 3353 NULL
2259 -+scnprintf_3360 scnprintf 0-2 3360 NULL nohasharray
2260 -+tps65090_clr_bits_3360 tps65090_clr_bits 2 3360 &scnprintf_3360
2261 ++scnprintf_3360 scnprintf 0-2 3360 NULL
2262 ++x86_emulate_instruction_3389 x86_emulate_instruction 2 3389 NULL
2263 +mtdchar_writeoob_3393 mtdchar_writeoob 4 3393 NULL
2264 +send_stream_3397 send_stream 4 3397 NULL
2265 +isdn_readbchan_3401 isdn_readbchan 0-5 3401 NULL
2266 @@ -94593,11 +94626,13 @@ index 0000000..ddd5b2e
2267 +crystalhd_create_dio_pool_3427 crystalhd_create_dio_pool 2 3427 NULL
2268 +pipe_iov_copy_to_user_3447 pipe_iov_copy_to_user 3 3447 NULL
2269 +percpu_modalloc_3448 percpu_modalloc 2-3 3448 NULL
2270 ++map_single_3449 map_single 0-2 3449 NULL
2271 +jffs2_acl_setxattr_3464 jffs2_acl_setxattr 4 3464 NULL nohasharray
2272 +snd_pcm_lib_readv_transfer_3464 snd_pcm_lib_readv_transfer 4-2-5 3464 &jffs2_acl_setxattr_3464
2273 +alloc_skb_fclone_3467 alloc_skb_fclone 1 3467 NULL
2274 +security_context_to_sid_default_3492 security_context_to_sid_default 2 3492 NULL
2275 +xfrm_migrate_msgsize_3496 xfrm_migrate_msgsize 1 3496 NULL
2276 ++kvm_handle_bad_page_3503 kvm_handle_bad_page 2 3503 NULL
2277 +mem_tx_free_mem_blks_read_3521 mem_tx_free_mem_blks_read 3 3521 NULL nohasharray
2278 +ieee80211_wx_set_gen_ie_rsl_3521 ieee80211_wx_set_gen_ie_rsl 3 3521 &mem_tx_free_mem_blks_read_3521
2279 +btrfs_dir_name_len_3549 btrfs_dir_name_len 0 3549 NULL
2280 @@ -94610,16 +94645,13 @@ index 0000000..ddd5b2e
2281 +edac_mc_alloc_3611 edac_mc_alloc 4 3611 NULL
2282 +tx_tx_starts_read_3617 tx_tx_starts_read 3 3617 NULL
2283 +aligned_kmalloc_3628 aligned_kmalloc 1 3628 NULL
2284 -+x86_swiotlb_alloc_coherent_3649 x86_swiotlb_alloc_coherent 2 3649 NULL nohasharray
2285 -+cm_copy_private_data_3649 cm_copy_private_data 2 3649 &x86_swiotlb_alloc_coherent_3649
2286 ++cm_copy_private_data_3649 cm_copy_private_data 2 3649 NULL
2287 +ath6kl_disconnect_timeout_read_3650 ath6kl_disconnect_timeout_read 3 3650 NULL
2288 +i915_compat_ioctl_3656 i915_compat_ioctl 2 3656 NULL
2289 -+ntfs_attr_make_non_resident_3694 ntfs_attr_make_non_resident 0 3694 NULL
2290 +create_irq_3703 create_irq 0 3703 NULL nohasharray
2291 +btmrvl_psmode_write_3703 btmrvl_psmode_write 3 3703 &create_irq_3703 nohasharray
2292 +snd_m3_assp_read_3703 snd_m3_assp_read 0 3703 &btmrvl_psmode_write_3703
2293 +videobuf_pages_to_sg_3708 videobuf_pages_to_sg 2 3708 NULL
2294 -+lm3533_als_get_threshold_3725 lm3533_als_get_threshold 2 3725 NULL
2295 +ci_ll_write_3740 ci_ll_write 4 3740 NULL nohasharray
2296 +ath6kl_mgmt_tx_3740 ath6kl_mgmt_tx 7 3740 &ci_ll_write_3740
2297 +sctp_setsockopt_auth_key_3793 sctp_setsockopt_auth_key 3 3793 NULL
2298 @@ -94643,12 +94675,14 @@ index 0000000..ddd5b2e
2299 +mei_write_4005 mei_write 3 4005 NULL nohasharray
2300 +xfs_check_block_4005 xfs_check_block 4 4005 &mei_write_4005
2301 +snd_hdsp_capture_copy_4011 snd_hdsp_capture_copy 5 4011 NULL
2302 ++mm_populate_4016 mm_populate 1 4016 NULL
2303 +blk_end_request_4024 blk_end_request 3 4024 NULL
2304 +ext4_xattr_find_entry_4025 ext4_xattr_find_entry 0 4025 NULL
2305 +usbnet_write_cmd_async_4035 usbnet_write_cmd_async 7 4035 NULL
2306 +read_file_queues_4078 read_file_queues 3 4078 NULL
2307 +fbcon_do_set_font_4079 fbcon_do_set_font 2-3 4079 NULL
2308 +da9052_free_irq_4090 da9052_free_irq 2 4090 NULL
2309 ++ntb_netdev_change_mtu_4147 ntb_netdev_change_mtu 2 4147 NULL
2310 +tm6000_read_4151 tm6000_read 3 4151 NULL
2311 +mpt_raid_phys_disk_get_num_paths_4155 mpt_raid_phys_disk_get_num_paths 0 4155 NULL
2312 +msg_bits_4158 msg_bits 0-3-4 4158 NULL
2313 @@ -94658,10 +94692,11 @@ index 0000000..ddd5b2e
2314 +f1x_determine_channel_4202 f1x_determine_channel 2 4202 NULL
2315 +_osd_req_list_objects_4204 _osd_req_list_objects 6 4204 NULL
2316 +__snd_gf1_read_addr_4210 __snd_gf1_read_addr 0 4210 NULL
2317 -+ext4_new_inode_4247 ext4_new_inode 5 4247 NULL
2318 ++goldfish_audio_write_4284 goldfish_audio_write 3 4284 NULL
2319 ++paging32_page_fault_4288 paging32_page_fault 2 4288 NULL
2320 +xt_compat_add_offset_4289 xt_compat_add_offset 0 4289 NULL
2321 +__usbnet_read_cmd_4299 __usbnet_read_cmd 7 4299 NULL
2322 -+dvb_ringbuffer_pkt_read_user_4303 dvb_ringbuffer_pkt_read_user 2-3-5 4303 NULL
2323 ++dvb_ringbuffer_pkt_read_user_4303 dvb_ringbuffer_pkt_read_user 3-2-5 4303 NULL
2324 +nouveau_fifo_create__4327 nouveau_fifo_create_ 5-6 4327 NULL
2325 +snd_rawmidi_kernel_read_4328 snd_rawmidi_kernel_read 3 4328 NULL
2326 +__copy_from_user_inatomic_4365 __copy_from_user_inatomic 3 4365 NULL
2327 @@ -94671,11 +94706,14 @@ index 0000000..ddd5b2e
2328 +cxacru_cm_get_array_4412 cxacru_cm_get_array 4 4412 &access_process_vm_4412
2329 +libfc_vport_create_4415 libfc_vport_create 2 4415 NULL
2330 +do_pages_stat_4437 do_pages_stat 2 4437 NULL
2331 ++memparse_4444 memparse 0 4444 NULL
2332 +at76_set_card_command_4471 at76_set_card_command 4 4471 NULL
2333 +snd_seq_expand_var_event_4481 snd_seq_expand_var_event 0-5 4481 NULL
2334 +sys_semtimedop_4486 sys_semtimedop 3 4486 NULL
2335 +vmbus_establish_gpadl_4495 vmbus_establish_gpadl 3 4495 NULL
2336 +set_link_security_4502 set_link_security 4 4502 NULL
2337 ++dm_cache_remove_mapping_4513 dm_cache_remove_mapping 2 4513 NULL
2338 ++__gfn_to_pfn_memslot_4530 __gfn_to_pfn_memslot 2 4530 NULL
2339 +sys_llistxattr_4532 sys_llistxattr 3 4532 NULL
2340 +da9052_group_write_4534 da9052_group_write 2-3 4534 NULL
2341 +tty_register_device_4544 tty_register_device 2 4544 NULL
2342 @@ -94683,6 +94721,7 @@ index 0000000..ddd5b2e
2343 +btrfs_file_extent_inline_item_len_4575 btrfs_file_extent_inline_item_len 0 4575 NULL
2344 +xfs_buf_get_maps_4581 xfs_buf_get_maps 2 4581 NULL
2345 +bch_alloc_4593 bch_alloc 1 4593 NULL
2346 ++__wb_force_remove_mapping_4622 __wb_force_remove_mapping 2 4622 NULL
2347 +iwl_dbgfs_tx_queue_read_4635 iwl_dbgfs_tx_queue_read 3 4635 NULL
2348 +skb_add_data_nocache_4682 skb_add_data_nocache 4 4682 NULL
2349 +cx18_read_pos_4683 cx18_read_pos 3 4683 NULL
2350 @@ -94693,28 +94732,27 @@ index 0000000..ddd5b2e
2351 +btmrvl_gpiogap_read_4718 btmrvl_gpiogap_read 3 4718 NULL
2352 +ati_create_gatt_pages_4722 ati_create_gatt_pages 1 4722 NULL nohasharray
2353 +show_header_4722 show_header 3 4722 &ati_create_gatt_pages_4722
2354 ++__find_free_cblock_4741 __find_free_cblock 2 4741 NULL
2355 ++memblock_find_in_range_4759 memblock_find_in_range 3-4 4759 NULL
2356 +pwr_rcvd_bcns_cnt_read_4774 pwr_rcvd_bcns_cnt_read 3 4774 NULL
2357 ++create_subvol_4791 create_subvol 4 4791 NULL
2358 +ncp__vol2io_4804 ncp__vol2io 5 4804 NULL
2359 +repair_io_failure_4815 repair_io_failure 4 4815 NULL
2360 -+__iio_allocate_sw_ring_buffer_4843 __iio_allocate_sw_ring_buffer 3 4843 NULL
2361 +gigaset_if_receive_4861 gigaset_if_receive 3 4861 NULL
2362 +key_tx_spec_read_4862 key_tx_spec_read 3 4862 NULL
2363 +ocfs2_defrag_extent_4873 ocfs2_defrag_extent 3 4873 NULL
2364 +hid_register_field_4874 hid_register_field 2-3 4874 NULL
2365 +vga_arb_read_4886 vga_arb_read 3 4886 NULL
2366 +sys_ipc_4889 sys_ipc 3 4889 NULL
2367 -+lp872x_write_byte_4914 lp872x_write_byte 2 4914 NULL
2368 +sys_process_vm_writev_4928 sys_process_vm_writev 3-5 4928 NULL
2369 +ntfs_rl_insert_4931 ntfs_rl_insert 2-4 4931 NULL
2370 +ieee80211_if_fmt_ave_beacon_4941 ieee80211_if_fmt_ave_beacon 3 4941 NULL
2371 -+da9055_reg_write_4942 da9055_reg_write 2 4942 NULL
2372 +devm_kzalloc_4966 devm_kzalloc 2 4966 NULL
2373 +compat_rawv6_setsockopt_4967 compat_rawv6_setsockopt 5 4967 NULL
2374 +skb_network_header_len_4971 skb_network_header_len 0 4971 NULL
2375 +ieee80211_if_fmt_dot11MeshHWMPconfirmationInterval_4976 ieee80211_if_fmt_dot11MeshHWMPconfirmationInterval 3 4976 NULL
2376 +vmw_surface_define_size_4993 vmw_surface_define_size 0 4993 NULL
2377 +qla82xx_pci_mem_write_direct_5008 qla82xx_pci_mem_write_direct 2 5008 NULL
2378 -+lm3533_als_set_target_5010 lm3533_als_set_target 2-3 5010 NULL
2379 +do_mincore_5018 do_mincore 0-1 5018 NULL
2380 +mtd_device_parse_register_5024 mtd_device_parse_register 5 5024 NULL
2381 +ocfs2_check_range_for_holes_5066 ocfs2_check_range_for_holes 2-3 5066 NULL
2382 @@ -94725,6 +94763,7 @@ index 0000000..ddd5b2e
2383 +blk_rq_sectors_5091 blk_rq_sectors 0 5091 &kfifo_copy_from_user_5091
2384 +mpol_to_str_5093 mpol_to_str 2 5093 NULL
2385 +sound_write_5102 sound_write 3 5102 NULL
2386 ++clear_dirty_5105 clear_dirty 3 5105 NULL
2387 +ufs_add_fragments_5144 ufs_add_fragments 2 5144 NULL
2388 +compat_ptr_5159 compat_ptr 0-1 5159 NULL
2389 +__uwb_addr_print_5161 __uwb_addr_print 2 5161 NULL
2390 @@ -94738,10 +94777,15 @@ index 0000000..ddd5b2e
2391 +ssb_ioremap_5228 ssb_ioremap 2 5228 NULL
2392 +isdn_ppp_skb_push_5236 isdn_ppp_skb_push 2 5236 NULL
2393 +do_atmif_sioc_5247 do_atmif_sioc 3 5247 NULL
2394 ++gfn_to_hva_memslot_5265 gfn_to_hva_memslot 2 5265 NULL
2395 ++alloc_cache_blocks_with_hash_5285 alloc_cache_blocks_with_hash 2 5285 NULL
2396 ++__gfn_to_hva_memslot_5304 __gfn_to_hva_memslot 0-2 5304 NULL
2397 ++sbc_get_write_same_sectors_5317 sbc_get_write_same_sectors 0 5317 NULL
2398 +pwr_elp_enter_read_5324 pwr_elp_enter_read 3 5324 NULL
2399 +allocate_cnodes_5329 allocate_cnodes 1 5329 NULL
2400 +ps_pspoll_utilization_read_5361 ps_pspoll_utilization_read 3 5361 NULL
2401 +cciss_allocate_sg_chain_blocks_5368 cciss_allocate_sg_chain_blocks 3-2 5368 NULL
2402 ++kvm_pin_pages_5369 kvm_pin_pages 2 5369 NULL
2403 +bitmap_fold_5396 bitmap_fold 4 5396 NULL
2404 +nilfs_palloc_entries_per_group_5418 nilfs_palloc_entries_per_group 0 5418 NULL
2405 +sfi_map_table_5462 sfi_map_table 1 5462 NULL
2406 @@ -94758,11 +94802,9 @@ index 0000000..ddd5b2e
2407 +brcmu_pkt_buf_get_skb_5556 brcmu_pkt_buf_get_skb 1 5556 NULL
2408 +le_readq_5557 le_readq 0 5557 NULL
2409 +inw_5558 inw 0 5558 NULL
2410 -+__first_dma_cap_5560 __first_dma_cap 0 5560 NULL
2411 +fir16_create_5574 fir16_create 3 5574 NULL
2412 +bioset_create_5580 bioset_create 1 5580 NULL
2413 +oz_ep_alloc_5587 oz_ep_alloc 2 5587 NULL
2414 -+do_msgrcv_5590 do_msgrcv 4 5590 NULL
2415 +usb_dump_device_descriptor_5599 usb_dump_device_descriptor 0 5599 NULL
2416 +ldm_frag_add_5611 ldm_frag_add 2 5611 NULL
2417 +compat_copy_entries_5617 compat_copy_entries 0 5617 NULL
2418 @@ -94770,8 +94812,10 @@ index 0000000..ddd5b2e
2419 +posix_clock_register_5662 posix_clock_register 2 5662 NULL
2420 +mthca_map_reg_5664 mthca_map_reg 2-3 5664 NULL
2421 +__videobuf_alloc_vb_5665 __videobuf_alloc_vb 1 5665 NULL
2422 ++wb_clear_dirty_5684 wb_clear_dirty 2 5684 NULL
2423 +get_arg_5694 get_arg 3 5694 NULL
2424 +vmw_kms_readback_5727 vmw_kms_readback 6 5727 NULL
2425 ++reexecute_instruction_5733 reexecute_instruction 2 5733 NULL
2426 +rts51x_transfer_data_partial_5735 rts51x_transfer_data_partial 6 5735 NULL
2427 +ubi_cdev_compat_ioctl_5746 ubi_cdev_compat_ioctl 3 5746 NULL
2428 +sctp_setsockopt_autoclose_5775 sctp_setsockopt_autoclose 3 5775 NULL
2429 @@ -94787,8 +94831,8 @@ index 0000000..ddd5b2e
2430 +rx_filter_max_arp_queue_dep_read_5851 rx_filter_max_arp_queue_dep_read 3 5851 NULL
2431 +compat_sys_move_pages_5861 compat_sys_move_pages 2 5861 NULL nohasharray
2432 +uinput_compat_ioctl_5861 uinput_compat_ioctl 3 5861 &compat_sys_move_pages_5861
2433 ++paging64_walk_addr_5887 paging64_walk_addr 3 5887 NULL
2434 +port_show_regs_5904 port_show_regs 3 5904 NULL
2435 -+rbd_segment_length_5907 rbd_segment_length 0-3-2 5907 NULL
2436 +uhci_debug_read_5911 uhci_debug_read 3 5911 NULL
2437 +qla82xx_pci_mem_read_2M_5912 qla82xx_pci_mem_read_2M 2 5912 NULL
2438 +ttm_bo_kmap_ttm_5922 ttm_bo_kmap_ttm 3 5922 NULL
2439 @@ -94798,6 +94842,7 @@ index 0000000..ddd5b2e
2440 +tipc_subseq_alloc_5957 tipc_subseq_alloc 1 5957 NULL
2441 +__apu_get_register_5967 __apu_get_register 0 5967 NULL
2442 +ieee80211_if_fmt_rc_rateidx_mask_5ghz_5971 ieee80211_if_fmt_rc_rateidx_mask_5ghz 3 5971 NULL
2443 ++native_pte_val_5978 native_pte_val 0 5978 NULL
2444 +ntfs_rl_append_6037 ntfs_rl_append 2-4 6037 NULL
2445 +da9052_request_irq_6058 da9052_request_irq 2 6058 NULL
2446 +sctp_setsockopt_connectx_6073 sctp_setsockopt_connectx 3 6073 NULL
2447 @@ -94809,6 +94854,8 @@ index 0000000..ddd5b2e
2448 +ivtv_copy_buf_to_user_6159 ivtv_copy_buf_to_user 4 6159 NULL
2449 +vdma_mem_alloc_6171 vdma_mem_alloc 1 6171 NULL
2450 +wl1251_cmd_template_set_6172 wl1251_cmd_template_set 4 6172 NULL
2451 ++paging64_walk_addr_generic_6180 paging64_walk_addr_generic 4 6180 NULL
2452 ++qp_host_get_user_memory_6189 qp_host_get_user_memory 1-2 6189 NULL
2453 +mxt_show_instance_6207 mxt_show_instance 2-0 6207 NULL
2454 +v4l2_ctrl_new_std_menu_6221 v4l2_ctrl_new_std_menu 4 6221 NULL
2455 +mqueue_read_file_6228 mqueue_read_file 3 6228 NULL
2456 @@ -94816,41 +94863,42 @@ index 0000000..ddd5b2e
2457 +fbcon_prepare_logo_6246 fbcon_prepare_logo 5 6246 NULL
2458 +pcpu_next_pop_6277 pcpu_next_pop 4 6277 NULL
2459 +tx_tx_start_null_frame_read_6281 tx_tx_start_null_frame_read 3 6281 NULL
2460 -+snd_hda_override_conn_list_6282 snd_hda_override_conn_list 0 6282 NULL nohasharray
2461 ++snd_hda_override_conn_list_6282 snd_hda_override_conn_list 3 6282 NULL nohasharray
2462 +xenbus_file_write_6282 xenbus_file_write 3 6282 &snd_hda_override_conn_list_6282
2463 +posix_acl_fix_xattr_to_user_6283 posix_acl_fix_xattr_to_user 2 6283 NULL
2464 ++paging64_gva_to_gpa_nested_6287 paging64_gva_to_gpa_nested 2 6287 NULL
2465 +nf_nat_ipv6_manip_pkt_6289 nf_nat_ipv6_manip_pkt 2 6289 NULL
2466 +nf_nat_sack_adjust_6297 nf_nat_sack_adjust 2 6297 NULL
2467 +mid_get_vbt_data_r10_6308 mid_get_vbt_data_r10 2 6308 NULL
2468 ++ucs2_strnlen_6342 ucs2_strnlen 0 6342 NULL
2469 +_proc_do_string_6376 _proc_do_string 2 6376 NULL
2470 +osd_req_read_sg_kern_6378 osd_req_read_sg_kern 5 6378 NULL
2471 +posix_acl_fix_xattr_userns_6420 posix_acl_fix_xattr_userns 4 6420 NULL
2472 +ipr_change_queue_depth_6431 ipr_change_queue_depth 2 6431 NULL
2473 -+__alloc_bootmem_node_nopanic_6432 __alloc_bootmem_node_nopanic 2 6432 NULL
2474 -+ext4_compat_ioctl_6471 ext4_compat_ioctl 3 6471 NULL
2475 ++__alloc_bootmem_node_nopanic_6432 __alloc_bootmem_node_nopanic 2-3 6432 NULL
2476 ++paging32_gva_to_gpa_nested_6442 paging32_gva_to_gpa_nested 2 6442 NULL
2477 ++mlx4_ib_reg_user_mr_6471 mlx4_ib_reg_user_mr 2-3 6471 NULL nohasharray
2478 ++ext4_compat_ioctl_6471 ext4_compat_ioctl 3 6471 &mlx4_ib_reg_user_mr_6471
2479 +ieee80211_if_fmt_dot11MeshMaxRetries_6476 ieee80211_if_fmt_dot11MeshMaxRetries 3 6476 NULL
2480 ++qp_memcpy_from_queue_6479 qp_memcpy_from_queue 4-5 6479 NULL
2481 +cipso_v4_map_lvl_hton_6490 cipso_v4_map_lvl_hton 0 6490 NULL
2482 +dbg_intr_buf_6501 dbg_intr_buf 2 6501 NULL
2483 +mei_read_6507 mei_read 3 6507 NULL
2484 -+cpumask_next_and_6516 cpumask_next_and 1 6516 NULL
2485 +read_file_disable_ani_6536 read_file_disable_ani 3 6536 NULL
2486 +rndis_set_oid_6547 rndis_set_oid 4 6547 NULL
2487 +wdm_read_6549 wdm_read 3 6549 NULL
2488 +fb_alloc_cmap_6554 fb_alloc_cmap 2 6554 NULL
2489 -+usb_dump_config_descriptor_6572 usb_dump_config_descriptor 0 6572 NULL
2490 -+snd_pcm_hw_refine_old_user_6586 snd_pcm_hw_refine_old_user 0 6586 NULL
2491 -+usemap_size_6601 usemap_size 0-1 6601 NULL
2492 +snmp_mib_init_6604 snmp_mib_init 2-3 6604 NULL
2493 +ecryptfs_filldir_6622 ecryptfs_filldir 3 6622 NULL
2494 +virtscsi_alloc_tgt_6643 virtscsi_alloc_tgt 2 6643 NULL
2495 +aac_srcv_ioremap_6659 aac_srcv_ioremap 2 6659 NULL
2496 +process_rcvd_data_6679 process_rcvd_data 3 6679 NULL
2497 +ql_process_mac_rx_skb_6689 ql_process_mac_rx_skb 4 6689 NULL
2498 -+ieee80211_build_preq_ies_6691 ieee80211_build_preq_ies 0-4 6691 NULL
2499 +btrfs_lookup_csums_range_6696 btrfs_lookup_csums_range 2 6696 NULL
2500 +ps_pspoll_max_apturn_read_6699 ps_pspoll_max_apturn_read 3 6699 NULL
2501 +bnad_debugfs_write_regrd_6706 bnad_debugfs_write_regrd 3 6706 NULL
2502 +mpeg_read_6708 mpeg_read 3 6708 NULL
2503 ++set_orig_insn_6712 set_orig_insn 3 6712 NULL
2504 +video_proc_write_6724 video_proc_write 3 6724 NULL
2505 +posix_acl_xattr_count_6725 posix_acl_xattr_count 0-1 6725 NULL
2506 +rds_rdma_pages_6735 rds_rdma_pages 0 6735 NULL
2507 @@ -94870,7 +94918,6 @@ index 0000000..ddd5b2e
2508 +proc_sessionid_read_6911 proc_sessionid_read 3 6911 &spi_show_regs_6911 nohasharray
2509 +acm_alloc_minor_6911 acm_alloc_minor 0 6911 &proc_sessionid_read_6911
2510 +__kfifo_dma_in_finish_r_6913 __kfifo_dma_in_finish_r 2-3 6913 NULL
2511 -+ieee80211_rx_mgmt_probe_resp_6918 ieee80211_rx_mgmt_probe_resp 3 6918 NULL
2512 +do_msgrcv_6921 do_msgrcv 3 6921 NULL
2513 +cache_do_downcall_6926 cache_do_downcall 3 6926 NULL
2514 +qsfp_cks_6945 qsfp_cks 0-2 6945 NULL
2515 @@ -94890,13 +94937,15 @@ index 0000000..ddd5b2e
2516 +lp_compat_ioctl_7098 lp_compat_ioctl 3 7098 NULL
2517 +pipeline_enc_rx_stat_fifo_int_read_7107 pipeline_enc_rx_stat_fifo_int_read 3 7107 NULL
2518 +check_header_7108 check_header 0 7108 NULL
2519 -+utf16_strsize_7203 utf16_strsize 0 7203 NULL nohasharray
2520 -+__alloc_objio_seg_7203 __alloc_objio_seg 1 7203 &utf16_strsize_7203
2521 -+sys32_ipc_7238 sys32_ipc 3-5-6-4 7238 NULL
2522 ++qlcnic_enable_msix_7144 qlcnic_enable_msix 2 7144 NULL
2523 ++__alloc_objio_seg_7203 __alloc_objio_seg 1 7203 NULL
2524 ++sys32_ipc_7238 sys32_ipc 3-5-6 7238 NULL
2525 +get_param_h_7247 get_param_h 0 7247 NULL
2526 ++af_alg_make_sg_7254 af_alg_make_sg 3 7254 NULL
2527 +vm_mmap_pgoff_7259 vm_mmap_pgoff 0 7259 NULL
2528 +dma_ops_alloc_addresses_7272 dma_ops_alloc_addresses 3-4-5 7272 NULL
2529 +rx_rate_rx_frames_per_rates_read_7282 rx_rate_rx_frames_per_rates_read 3 7282 NULL
2530 ++wb_remove_mapping_7307 wb_remove_mapping 2 7307 NULL
2531 +mgmt_control_7349 mgmt_control 3 7349 NULL
2532 +ext3_free_blocks_7362 ext3_free_blocks 3-4 7362 NULL
2533 +ieee80211_if_read_dot11MeshHWMPactivePathTimeout_7368 ieee80211_if_read_dot11MeshHWMPactivePathTimeout 3 7368 NULL
2534 @@ -94906,40 +94955,34 @@ index 0000000..ddd5b2e
2535 +readb_7401 readb 0 7401 NULL
2536 +drm_property_create_blob_7414 drm_property_create_blob 2 7414 NULL
2537 +ip_options_get_alloc_7448 ip_options_get_alloc 1 7448 NULL
2538 -+ms_rw_multi_sector_7459 ms_rw_multi_sector 3-4 7459 NULL
2539 -+__mutex_lock_common_7469 __mutex_lock_common 0 7469 NULL nohasharray
2540 -+wm8996_gpio_direction_out_7469 wm8996_gpio_direction_out 2 7469 &__mutex_lock_common_7469
2541 ++numa_emulation_7466 numa_emulation 2 7466 NULL
2542 ++__mutex_lock_common_7469 __mutex_lock_common 0 7469 NULL
2543 +garp_request_join_7471 garp_request_join 4 7471 NULL
2544 +compat_sys_msgrcv_7482 compat_sys_msgrcv 2 7482 NULL
2545 +snd_pcm_lib_read1_7491 snd_pcm_lib_read1 0-3 7491 NULL
2546 +sdhci_alloc_host_7509 sdhci_alloc_host 2 7509 NULL nohasharray
2547 +ahash_instance_headroom_7509 ahash_instance_headroom 0 7509 &sdhci_alloc_host_7509
2548 +array_zalloc_7519 array_zalloc 1-2 7519 NULL
2549 -+setup_usemap_7524 setup_usemap 3 7524 NULL
2550 +goal_in_my_reservation_7553 goal_in_my_reservation 3 7553 NULL
2551 +smk_read_mapped_7562 smk_read_mapped 3 7562 NULL
2552 +ext3_try_to_allocate_7590 ext3_try_to_allocate 5-3 7590 NULL
2553 +groups_alloc_7614 groups_alloc 1 7614 NULL
2554 +sg_virt_7616 sg_virt 0 7616 NULL
2555 -+cpumask_first_7648 cpumask_first 0 7648 NULL
2556 +skb_copy_expand_7685 skb_copy_expand 2-3 7685 NULL nohasharray
2557 +acpi_ex_allocate_name_string_7685 acpi_ex_allocate_name_string 2-1 7685 &skb_copy_expand_7685
2558 +acpi_ns_get_pathname_length_7699 acpi_ns_get_pathname_length 0 7699 NULL
2559 +dev_write_7708 dev_write 3 7708 NULL
2560 -+tps65090_set_bits_7709 tps65090_set_bits 2 7709 NULL
2561 -+brcmf_sdcard_send_buf_7713 brcmf_sdcard_send_buf 6 7713 NULL nohasharray
2562 -+dbg_check_cats_7713 dbg_check_cats 0 7713 &brcmf_sdcard_send_buf_7713
2563 ++brcmf_sdcard_send_buf_7713 brcmf_sdcard_send_buf 6 7713 NULL
2564 +set_bypass_pwup_pfs_7742 set_bypass_pwup_pfs 3 7742 NULL
2565 +vxge_device_register_7752 vxge_device_register 4 7752 NULL
2566 +osdv2_attr_list_elem_size_7763 osdv2_attr_list_elem_size 0-1 7763 NULL
2567 +ubi_io_read_vid_hdr_7766 ubi_io_read_vid_hdr 0 7766 NULL
2568 ++ioread32be_7773 ioread32be 0 7773 NULL
2569 +alloc_candev_7776 alloc_candev 1-2 7776 NULL
2570 +dfs_global_file_read_7787 dfs_global_file_read 3 7787 NULL
2571 +bnx2_nvram_write_7790 bnx2_nvram_write 4-2 7790 NULL
2572 +diva_os_copy_from_user_7792 diva_os_copy_from_user 4 7792 NULL
2573 +ubifs_leb_read_7828 ubifs_leb_read 0 7828 NULL
2574 -+da9052_reg_update_7858 da9052_reg_update 2 7858 NULL
2575 -+tps6586x_clr_bits_7889 tps6586x_clr_bits 2 7889 NULL
2576 +dvb_dmxdev_read_sec_7892 dvb_dmxdev_read_sec 4 7892 NULL
2577 +xfs_trans_get_efi_7898 xfs_trans_get_efi 2 7898 NULL
2578 +gfs2_tune_get_i_7903 gfs2_tune_get_i 0 7903 NULL
2579 @@ -94947,6 +94990,7 @@ index 0000000..ddd5b2e
2580 +libfc_host_alloc_7917 libfc_host_alloc 2 7917 NULL
2581 +f_hidg_write_7932 f_hidg_write 3 7932 NULL
2582 +io_apic_setup_irq_pin_once_7934 io_apic_setup_irq_pin_once 1 7934 NULL
2583 ++integrity_digsig_verify_7956 integrity_digsig_verify 3 7956 NULL
2584 +smk_write_load_self_7958 smk_write_load_self 3 7958 NULL
2585 +sys_mbind_7990 sys_mbind 5 7990 NULL
2586 +tt3650_ci_msg_locked_8013 tt3650_ci_msg_locked 4 8013 NULL
2587 @@ -94959,9 +95003,7 @@ index 0000000..ddd5b2e
2588 +alloc_targets_8074 alloc_targets 2 8074 NULL nohasharray
2589 +qla4xxx_post_ping_evt_work_8074 qla4xxx_post_ping_evt_work 4 8074 &alloc_targets_8074
2590 +venus_lookup_8121 venus_lookup 4 8121 NULL
2591 -+lm3533_als_set_threshold_8125 lm3533_als_set_threshold 2 8125 NULL
2592 +ieee80211_if_fmt_num_buffered_multicast_8127 ieee80211_if_fmt_num_buffered_multicast 3 8127 NULL
2593 -+ext_sd_execute_write_data_8175 ext_sd_execute_write_data 9 8175 NULL
2594 +dma_map_area_8178 dma_map_area 5-2-3 8178 NULL
2595 +__sk_mem_schedule_8185 __sk_mem_schedule 2 8185 NULL
2596 +ieee80211_if_fmt_dot11MeshHoldingTimeout_8187 ieee80211_if_fmt_dot11MeshHoldingTimeout 3 8187 NULL
2597 @@ -94972,15 +95014,14 @@ index 0000000..ddd5b2e
2598 +create_log_8225 create_log 2 8225 NULL nohasharray
2599 +kvm_mmu_page_set_gfn_8225 kvm_mmu_page_set_gfn 2 8225 &create_log_8225
2600 +sctp_ssnmap_size_8228 sctp_ssnmap_size 0-1-2 8228 NULL
2601 ++bnx2x_iov_get_max_queue_count_8235 bnx2x_iov_get_max_queue_count 0 8235 NULL
2602 +check_xattr_ref_inode_8244 check_xattr_ref_inode 0 8244 NULL
2603 +add_rx_skb_8257 add_rx_skb 3 8257 NULL
2604 +t3_init_l2t_8261 t3_init_l2t 1 8261 NULL
2605 +init_cdev_8274 init_cdev 1 8274 NULL
2606 +rproc_recovery_write_8281 rproc_recovery_write 3 8281 NULL
2607 +qib_decode_7220_err_8315 qib_decode_7220_err 3 8315 NULL
2608 -+snd_pcm_update_state_8320 snd_pcm_update_state 0 8320 NULL
2609 -+lm3533_led_get_pattern_8321 lm3533_led_get_pattern 0 8321 NULL nohasharray
2610 -+construct_key_and_link_8321 construct_key_and_link 4 8321 &lm3533_led_get_pattern_8321
2611 ++construct_key_and_link_8321 construct_key_and_link 4 8321 NULL
2612 +ipwireless_send_packet_8328 ipwireless_send_packet 4 8328 NULL
2613 +tracing_entries_read_8345 tracing_entries_read 3 8345 NULL
2614 +ieee80211_if_fmt_ht_opmode_8347 ieee80211_if_fmt_ht_opmode 3 8347 NULL
2615 @@ -94989,14 +95030,13 @@ index 0000000..ddd5b2e
2616 +xdi_copy_from_user_8395 xdi_copy_from_user 4 8395 NULL
2617 +zd_rf_scnprint_id_8406 zd_rf_scnprint_id 0-3 8406 NULL
2618 +uvc_v4l2_ioctl_8411 uvc_v4l2_ioctl 2 8411 NULL
2619 ++pca953x_gpio_to_irq_8424 pca953x_gpio_to_irq 2 8424 NULL
2620 +snd_usb_ctl_msg_8436 snd_usb_ctl_msg 8 8436 NULL
2621 +irq_create_mapping_8437 irq_create_mapping 2 8437 NULL
2622 +afs_cell_lookup_8482 afs_cell_lookup 2 8482 NULL
2623 -+_irq_to_enable_addr_8485 _irq_to_enable_addr 0-1 8485 NULL
2624 +batadv_tt_len_8502 batadv_tt_len 0-1 8502 NULL
2625 +dev_config_8506 dev_config 3 8506 NULL
2626 +ACL_to_cifs_posix_8509 ACL_to_cifs_posix 3 8509 NULL
2627 -+utf16_strnlen_8513 utf16_strnlen 0 8513 NULL
2628 +opticon_process_data_packet_8524 opticon_process_data_packet 3 8524 NULL
2629 +pnp_resource_len_8532 pnp_resource_len 0 8532 NULL
2630 +alloc_pg_vec_8533 alloc_pg_vec 2 8533 NULL
2631 @@ -95021,9 +95061,10 @@ index 0000000..ddd5b2e
2632 +i_size_read_8703 i_size_read 0 8703 NULL nohasharray
2633 +init_header_8703 init_header 0 8703 &i_size_read_8703
2634 +ctrl_out_8712 ctrl_out 3-5 8712 NULL
2635 -+jffs2_acl_count_8729 jffs2_acl_count 0-1 8729 NULL nohasharray
2636 -+snapshot_status_8729 snapshot_status 5 8729 &jffs2_acl_count_8729
2637 ++jffs2_acl_count_8729 jffs2_acl_count 0-1 8729 NULL
2638 +f_dupfd_8730 f_dupfd 1 8730 NULL
2639 ++__create_irqs_8733 __create_irqs 2-1 8733 NULL
2640 ++pca953x_gpio_irq_map_8737 pca953x_gpio_irq_map 2 8737 NULL
2641 +tx_tx_exch_expiry_read_8749 tx_tx_exch_expiry_read 3 8749 NULL
2642 +joydev_compat_ioctl_8765 joydev_compat_ioctl 2 8765 NULL
2643 +sys_prctl_8766 sys_prctl 4 8766 NULL
2644 @@ -95037,9 +95078,9 @@ index 0000000..ddd5b2e
2645 +get_queue_depth_8833 get_queue_depth 0 8833 &icmpv6_manip_pkt_8833
2646 +dvb_ringbuffer_pkt_next_8834 dvb_ringbuffer_pkt_next 0-2 8834 NULL
2647 +usb_ep_queue_8839 usb_ep_queue 0 8839 NULL
2648 ++clear_bitset_8840 clear_bitset 2 8840 NULL
2649 +debug_debug1_read_8856 debug_debug1_read 3 8856 NULL
2650 +wa_nep_queue_8858 wa_nep_queue 2 8858 NULL
2651 -+send_pages_8872 send_pages 3 8872 NULL
2652 +compressed_bio_size_8887 compressed_bio_size 0-2 8887 NULL
2653 +tracing_max_lat_read_8890 tracing_max_lat_read 3 8890 NULL
2654 +sdio_max_byte_size_8907 sdio_max_byte_size 0 8907 NULL
2655 @@ -95054,8 +95095,6 @@ index 0000000..ddd5b2e
2656 +vol_cdev_read_8968 vol_cdev_read 3 8968 NULL nohasharray
2657 +seq_open_net_8968 seq_open_net 4 8968 &vol_cdev_read_8968
2658 +bio_integrity_get_tag_8974 bio_integrity_get_tag 3 8974 NULL
2659 -+btrfs_alloc_free_block_8986 btrfs_alloc_free_block 3 8986 NULL
2660 -+palmas_ldo_write_9012 palmas_ldo_write 2 9012 NULL
2661 +snd_emu10k1_ptr_read_9026 snd_emu10k1_ptr_read 0-2 9026 NULL
2662 +__pskb_copy_9038 __pskb_copy 2 9038 NULL
2663 +nla_put_9042 nla_put 3 9042 NULL
2664 @@ -95068,6 +95107,8 @@ index 0000000..ddd5b2e
2665 +caif_stream_sendmsg_9110 caif_stream_sendmsg 4 9110 NULL nohasharray
2666 +gfn_to_rmap_9110 gfn_to_rmap 2-3 9110 &caif_stream_sendmsg_9110
2667 +pmcraid_change_queue_depth_9116 pmcraid_change_queue_depth 2 9116 NULL
2668 ++mq_remove_mapping_9124 mq_remove_mapping 2 9124 NULL
2669 ++mlx4_alloc_resize_umem_9132 mlx4_alloc_resize_umem 3 9132 NULL
2670 +ext4_list_backups_9138 ext4_list_backups 0 9138 NULL
2671 +dbg_command_buf_9165 dbg_command_buf 2 9165 NULL
2672 +isr_irqs_read_9181 isr_irqs_read 3 9181 NULL
2673 @@ -95076,6 +95117,7 @@ index 0000000..ddd5b2e
2674 +altera_swap_ir_9194 altera_swap_ir 2 9194 &alloc_group_attrs_9194
2675 +gx1_gx_base_9198 gx1_gx_base 0 9198 NULL
2676 +snd_m3_get_pointer_9206 snd_m3_get_pointer 0 9206 NULL
2677 ++get_pfn_9207 get_pfn 1 9207 NULL
2678 +tx_tx_prepared_descs_read_9221 tx_tx_prepared_descs_read 3 9221 NULL
2679 +sctp_getsockopt_delayed_ack_9232 sctp_getsockopt_delayed_ack 2 9232 NULL
2680 +ocfs2_clear_ext_refcount_9256 ocfs2_clear_ext_refcount 4 9256 NULL
2681 @@ -95086,11 +95128,11 @@ index 0000000..ddd5b2e
2682 +qla82xx_pci_set_window_9303 qla82xx_pci_set_window 0-2 9303 NULL
2683 +iwl_dbgfs_stations_read_9309 iwl_dbgfs_stations_read 3 9309 NULL
2684 +ceph_sync_setxattr_9310 ceph_sync_setxattr 4 9310 NULL
2685 ++memblock_find_in_range_node_9328 memblock_find_in_range_node 0-3-4 9328 NULL
2686 +ieee80211_if_fmt_txpower_9334 ieee80211_if_fmt_txpower 3 9334 NULL
2687 +ocfs2_orphan_for_truncate_9342 ocfs2_orphan_for_truncate 4 9342 NULL
2688 +read_9397 read 3 9397 NULL
2689 +nf_nat_sip_expect_9418 nf_nat_sip_expect 8 9418 NULL
2690 -+cfg80211_report_obss_beacon_9422 cfg80211_report_obss_beacon 3 9422 NULL
2691 +bm_realloc_pages_9431 bm_realloc_pages 2 9431 NULL
2692 +ffs_ep0_write_9438 ffs_ep0_write 3 9438 NULL
2693 +kmalloc_array_9444 kmalloc_array 1-2 9444 NULL
2694 @@ -95098,18 +95140,16 @@ index 0000000..ddd5b2e
2695 +mcs_unwrap_mir_9455 mcs_unwrap_mir 3 9455 NULL
2696 +ext3_xattr_set_acl_9467 ext3_xattr_set_acl 4 9467 NULL
2697 +agp_generic_alloc_user_9470 agp_generic_alloc_user 1 9470 NULL
2698 -+rbd_coll_end_req_9472 rbd_coll_end_req 3 9472 NULL
2699 +__alloc_preds_9492 __alloc_preds 2 9492 NULL nohasharray
2700 +crypt_status_9492 crypt_status 5 9492 &__alloc_preds_9492
2701 +lp_write_9511 lp_write 3 9511 NULL
2702 ++xen_remap_exchanged_ptes_9513 xen_remap_exchanged_ptes 1 9513 NULL
2703 +scsi_tgt_kspace_exec_9522 scsi_tgt_kspace_exec 8 9522 NULL
2704 -+lm3533_update_9529 lm3533_update 2 9529 NULL
2705 +read_file_dma_9530 read_file_dma 3 9530 NULL
2706 +ext3_alloc_branch_9534 ext3_alloc_branch 5 9534 NULL
2707 -+tps65910_gpio_output_9539 tps65910_gpio_output 2 9539 NULL
2708 +audit_log_n_untrustedstring_9548 audit_log_n_untrustedstring 3 9548 NULL
2709 -+readl_9557 readl 0 9557 NULL
2710 +fw_node_create_9559 fw_node_create 2 9559 NULL
2711 ++ipath_get_user_pages_9561 ipath_get_user_pages 1-2 9561 NULL
2712 +kobj_map_9566 kobj_map 2-3 9566 NULL
2713 +f2fs_read_data_pages_9574 f2fs_read_data_pages 4 9574 NULL
2714 +biovec_create_pools_9575 biovec_create_pools 2 9575 NULL
2715 @@ -95117,6 +95157,7 @@ index 0000000..ddd5b2e
2716 +do_sync_9604 do_sync 1 9604 NULL
2717 +snd_emu10k1_fx8010_read_9605 snd_emu10k1_fx8010_read 5-6 9605 NULL
2718 +saa7164_buffer_alloc_user_9627 saa7164_buffer_alloc_user 2 9627 NULL
2719 ++ceph_copy_user_to_page_vector_9635 ceph_copy_user_to_page_vector 4-3 9635 NULL
2720 +compat_sys_keyctl_9639 compat_sys_keyctl 4-2-3 9639 NULL
2721 +ocfs2_xattr_get_rec_9652 ocfs2_xattr_get_rec 0 9652 NULL
2722 +uvc_alloc_buffers_9656 uvc_alloc_buffers 2-3 9656 NULL
2723 @@ -95126,19 +95167,18 @@ index 0000000..ddd5b2e
2724 +dns_query_9676 dns_query 3 9676 &ks8842_read16_9676
2725 +qib_7322_handle_hwerrors_9678 qib_7322_handle_hwerrors 3 9678 NULL
2726 +__erst_read_from_storage_9690 __erst_read_from_storage 0 9690 NULL
2727 -+x25_asy_compat_ioctl_9694 x25_asy_compat_ioctl 4 9694 NULL nohasharray
2728 -+is_hole_9694 is_hole 2 9694 &x25_asy_compat_ioctl_9694
2729 ++is_hole_9694 is_hole 2 9694 NULL nohasharray
2730 ++x25_asy_compat_ioctl_9694 x25_asy_compat_ioctl 4 9694 &is_hole_9694
2731 +fnb_9703 fnb 2-3 9703 NULL
2732 -+ieee80211_if_read_aid_9705 ieee80211_if_read_aid 3 9705 NULL
2733 ++fuse_iter_npages_9705 fuse_iter_npages 0 9705 NULL nohasharray
2734 ++ieee80211_if_read_aid_9705 ieee80211_if_read_aid 3 9705 &fuse_iter_npages_9705
2735 +ieee80211_if_fmt_num_mcast_sta_9738 ieee80211_if_fmt_num_mcast_sta 3 9738 NULL
2736 +ddb_input_read_9743 ddb_input_read 3 9743 NULL
2737 +sta_last_ack_signal_read_9751 sta_last_ack_signal_read 3 9751 NULL
2738 +btrfs_super_root_9763 btrfs_super_root 0 9763 NULL
2739 +__alloc_percpu_9764 __alloc_percpu 1-2 9764 NULL
2740 -+do_sigpending_9766 do_sigpending 2 9766 NULL
2741 +__blk_queue_init_tags_9778 __blk_queue_init_tags 2 9778 NULL
2742 +snd_mem_proc_write_9786 snd_mem_proc_write 3 9786 NULL
2743 -+_regmap_write_9803 _regmap_write 2 9803 NULL
2744 +ttm_bo_fbdev_io_9805 ttm_bo_fbdev_io 4 9805 NULL
2745 +ieee80211_if_read_state_9813 ieee80211_if_read_state 3 9813 NULL
2746 +pnp_mem_start_9817 pnp_mem_start 0 9817 NULL
2747 @@ -95153,8 +95193,8 @@ index 0000000..ddd5b2e
2748 +bm_register_write_9893 bm_register_write 3 9893 NULL nohasharray
2749 +snd_midi_event_new_9893 snd_midi_event_new 1 9893 &bm_register_write_9893
2750 +snd_gf1_pcm_playback_copy_9895 snd_gf1_pcm_playback_copy 3-5 9895 NULL
2751 -+receive_DataRequest_9904 receive_DataRequest 3 9904 NULL
2752 +nonpaging_page_fault_9908 nonpaging_page_fault 2 9908 NULL
2753 ++gen6_get_total_gtt_size_9913 gen6_get_total_gtt_size 0-1 9913 NULL
2754 +pstore_ftrace_knob_read_9947 pstore_ftrace_knob_read 3 9947 NULL
2755 +read_file_misc_9948 read_file_misc 3 9948 NULL
2756 +set_rxd_buffer_pointer_9950 set_rxd_buffer_pointer 8 9950 NULL
2757 @@ -95163,18 +95203,17 @@ index 0000000..ddd5b2e
2758 +get_free_serial_index_9969 get_free_serial_index 0 9969 NULL
2759 +btrfs_add_link_9973 btrfs_add_link 5 9973 NULL
2760 +ath6kl_usb_submit_ctrl_out_9978 ath6kl_usb_submit_ctrl_out 6 9978 NULL
2761 -+twl6040_clear_bits_9985 twl6040_clear_bits 2 9985 NULL
2762 +aat2870_dump_reg_10019 aat2870_dump_reg 0 10019 NULL
2763 +handle_request_10024 handle_request 9 10024 NULL
2764 +batadv_orig_hash_add_if_10033 batadv_orig_hash_add_if 2 10033 NULL
2765 +ieee80211_probereq_get_10040 ieee80211_probereq_get 4-5 10040 NULL
2766 -+rbd_coll_end_req_index_10041 rbd_coll_end_req_index 5 10041 NULL
2767 ++xen_destroy_contiguous_region_10054 xen_destroy_contiguous_region 1 10054 NULL
2768 +ieee80211_set_probe_resp_10077 ieee80211_set_probe_resp 3 10077 NULL
2769 -+wm831x_gpio_direction_in_10099 wm831x_gpio_direction_in 2 10099 NULL
2770 +ufs_bitmap_search_10105 ufs_bitmap_search 0-3 10105 NULL
2771 +get_elem_size_10110 get_elem_size 0-2 10110 NULL nohasharray
2772 +dynamic_ps_timeout_read_10110 dynamic_ps_timeout_read 3 10110 &get_elem_size_10110
2773 -+gfs2_meta_read_10112 gfs2_meta_read 0 10112 NULL
2774 ++jbd_alloc_10112 jbd_alloc 0 10112 NULL nohasharray
2775 ++gfs2_meta_read_10112 gfs2_meta_read 0 10112 &jbd_alloc_10112
2776 +offset_to_bit_10134 offset_to_bit 0 10134 NULL
2777 +aes_decrypt_packets_read_10155 aes_decrypt_packets_read 3 10155 NULL
2778 +rx_out_of_mem_read_10157 rx_out_of_mem_read 3 10157 NULL
2779 @@ -95188,11 +95227,12 @@ index 0000000..ddd5b2e
2780 +cciss_proc_write_10259 cciss_proc_write 3 10259 NULL
2781 +snd_rme9652_capture_copy_10287 snd_rme9652_capture_copy 5 10287 NULL
2782 +ubi_leb_change_10289 ubi_leb_change 4 10289 NULL
2783 -+lm3533_led_delay_set_10291 lm3533_led_delay_set 2 10291 NULL
2784 +read_emulate_10310 read_emulate 2-4 10310 NULL
2785 ++read_file_spectral_count_10320 read_file_spectral_count 3 10320 NULL
2786 +ttm_object_device_init_10321 ttm_object_device_init 2 10321 NULL
2787 +ubi_leb_read_10328 ubi_leb_read 0 10328 NULL
2788 +tun_sendmsg_10337 tun_sendmsg 4 10337 NULL
2789 ++get_dump_page_10338 get_dump_page 1 10338 NULL
2790 +ufx_alloc_urb_list_10349 ufx_alloc_urb_list 3 10349 NULL
2791 +dbAllocAny_10354 dbAllocAny 0 10354 NULL
2792 +ath6kl_listen_int_read_10355 ath6kl_listen_int_read 3 10355 NULL
2793 @@ -95207,15 +95247,14 @@ index 0000000..ddd5b2e
2794 +sel_write_disable_10511 sel_write_disable 3 10511 NULL
2795 +osd_req_write_sg_kern_10514 osd_req_write_sg_kern 5 10514 NULL
2796 +rds_message_alloc_10517 rds_message_alloc 1 10517 NULL
2797 -+snd_pcm_hw_params_user_10520 snd_pcm_hw_params_user 0 10520 NULL
2798 +ocfs2_add_refcounted_extent_10526 ocfs2_add_refcounted_extent 6 10526 NULL
2799 +get_vm_area_caller_10527 get_vm_area_caller 1 10527 NULL
2800 +snd_pcm_lib_read_10536 snd_pcm_lib_read 0-3 10536 NULL
2801 ++ieee80211_send_probe_req_10539 ieee80211_send_probe_req 4-6 10539 NULL
2802 +ext4_write_begin_10576 ext4_write_begin 3-4 10576 NULL
2803 +scrub_remap_extent_10588 scrub_remap_extent 2 10588 NULL
2804 +otp_read_10594 otp_read 2-4-5 10594 NULL
2805 +supply_map_read_file_10608 supply_map_read_file 3 10608 NULL
2806 -+mc13783_set_fmt_10616 mc13783_set_fmt 3 10616 NULL
2807 +ima_show_htable_violations_10619 ima_show_htable_violations 3 10619 NULL
2808 +alloc_coherent_10632 alloc_coherent 2 10632 NULL
2809 +nfs_idmap_lookup_id_10660 nfs_idmap_lookup_id 2 10660 NULL
2810 @@ -95231,14 +95270,15 @@ index 0000000..ddd5b2e
2811 +sys_syslog_10746 sys_syslog 3 10746 NULL
2812 +alloc_one_pg_vec_page_10747 alloc_one_pg_vec_page 1 10747 NULL
2813 +vhost_add_used_n_10760 vhost_add_used_n 3 10760 NULL
2814 -+kvm_read_guest_atomic_10765 kvm_read_guest_atomic 4 10765 NULL
2815 ++kvm_read_guest_atomic_10765 kvm_read_guest_atomic 4-2 10765 NULL
2816 ++wb_set_dirty_10778 wb_set_dirty 2 10778 NULL
2817 ++__qp_memcpy_to_queue_10779 __qp_memcpy_to_queue 2-4 10779 NULL
2818 +sys_bind_10799 sys_bind 3 10799 NULL
2819 +compat_put_int_10828 compat_put_int 1 10828 NULL
2820 +lbs_sleepparams_read_10840 lbs_sleepparams_read 3 10840 NULL
2821 +ida_get_new_above_10853 ida_get_new_above 2 10853 NULL
2822 +fuse_conn_max_background_read_10855 fuse_conn_max_background_read 3 10855 NULL
2823 +ol_chunk_blocks_10864 ol_chunk_blocks 0 10864 NULL
2824 -+batadv_check_unicast_packet_10866 batadv_check_unicast_packet 2 10866 NULL
2825 +snd_pcm_oss_write1_10872 snd_pcm_oss_write1 3 10872 NULL
2826 +mid_get_vbt_data_r0_10876 mid_get_vbt_data_r0 2 10876 NULL
2827 +bl_mark_for_commit_10879 bl_mark_for_commit 2-3 10879 NULL
2828 @@ -95255,25 +95295,22 @@ index 0000000..ddd5b2e
2829 +rx_filter_accum_arp_pend_requests_read_11003 rx_filter_accum_arp_pend_requests_read 3 11003 NULL
2830 +SetLineNumber_11023 SetLineNumber 0 11023 NULL
2831 +mb_find_next_bit_11037 mb_find_next_bit 2-3-0 11037 NULL
2832 -+nouveau_gpio_create__11048 nouveau_gpio_create_ 4 11048 NULL
2833 +tda10048_writeregbulk_11050 tda10048_writeregbulk 4 11050 NULL
2834 -+carl9170_handle_mpdu_11056 carl9170_handle_mpdu 3 11056 NULL
2835 +tcp_send_mss_11079 tcp_send_mss 0 11079 NULL
2836 -+snd_pcm_delay_11081 snd_pcm_delay 0 11081 NULL
2837 +count_argc_11083 count_argc 0 11083 NULL
2838 +kvm_write_guest_cached_11106 kvm_write_guest_cached 4 11106 NULL
2839 +stmpe_gpio_to_irq_11110 stmpe_gpio_to_irq 2 11110 NULL
2840 +tw_change_queue_depth_11116 tw_change_queue_depth 2 11116 NULL
2841 +page_offset_11120 page_offset 0 11120 NULL
2842 +tracing_buffers_read_11124 tracing_buffers_read 3 11124 NULL
2843 -+alloc_alien_cache_11127 alloc_alien_cache 2 11127 NULL
2844 +acpi_os_map_memory_11161 acpi_os_map_memory 1-2 11161 NULL
2845 +ioat2_alloc_ring_11172 ioat2_alloc_ring 2 11172 NULL nohasharray
2846 +snd_gf1_pcm_playback_silence_11172 snd_gf1_pcm_playback_silence 3-4 11172 &ioat2_alloc_ring_11172
2847 +__swab16p_11220 __swab16p 0 11220 NULL
2848 +il_dbgfs_rx_queue_read_11221 il_dbgfs_rx_queue_read 3 11221 NULL
2849 -+of_irq_count_11253 of_irq_count 0 11253 NULL
2850 ++mmap_region_11247 mmap_region 0-2 11247 NULL
2851 +ubifs_write_node_11258 ubifs_write_node 5-3 11258 NULL
2852 ++dm_cache_discard_bitset_resize_11262 dm_cache_discard_bitset_resize 3 11262 NULL
2853 +hugetlbfs_read_11268 hugetlbfs_read 3 11268 NULL
2854 +cru_detect_11272 cru_detect 1 11272 NULL
2855 +ext4_xattr_check_names_11314 ext4_xattr_check_names 0 11314 NULL
2856 @@ -95290,7 +95327,7 @@ index 0000000..ddd5b2e
2857 +drm_vblank_init_11362 drm_vblank_init 2 11362 NULL
2858 +qib_get_base_info_11369 qib_get_base_info 3 11369 NULL
2859 +dev_irnet_write_11398 dev_irnet_write 3 11398 NULL
2860 -+___alloc_bootmem_11410 ___alloc_bootmem 1 11410 NULL
2861 ++___alloc_bootmem_11410 ___alloc_bootmem 1-2 11410 NULL
2862 +str_to_user_11411 str_to_user 2 11411 NULL
2863 +mem_fw_gen_free_mem_blks_read_11413 mem_fw_gen_free_mem_blks_read 3 11413 NULL
2864 +ath6kl_wmi_test_rx_11414 ath6kl_wmi_test_rx 3 11414 NULL
2865 @@ -95317,7 +95354,6 @@ index 0000000..ddd5b2e
2866 +nla_total_size_11658 nla_total_size 0-1 11658 NULL
2867 +ide_queue_pc_tail_11673 ide_queue_pc_tail 5 11673 NULL
2868 +btrfs_alloc_delayed_item_11678 btrfs_alloc_delayed_item 1 11678 NULL
2869 -+da9055_gpio_direction_output_11680 da9055_gpio_direction_output 2 11680 NULL
2870 +dsp_buffer_alloc_11684 dsp_buffer_alloc 2 11684 NULL
2871 +sctp_setsockopt_hmac_ident_11687 sctp_setsockopt_hmac_ident 3 11687 NULL
2872 +split_11691 split 2 11691 NULL
2873 @@ -95330,29 +95366,28 @@ index 0000000..ddd5b2e
2874 +ps_pspoll_timeouts_read_11776 ps_pspoll_timeouts_read 3 11776 NULL
2875 +ebt_buf_add_11779 ebt_buf_add 0 11779 NULL
2876 +btrfs_key_blockptr_11786 btrfs_key_blockptr 0 11786 NULL
2877 -+pcpu_fc_alloc_11818 pcpu_fc_alloc 2 11818 NULL
2878 ++pcpu_fc_alloc_11818 pcpu_fc_alloc 2-3 11818 NULL
2879 +zerocopy_sg_from_iovec_11828 zerocopy_sg_from_iovec 3 11828 NULL
2880 +sctp_setsockopt_maxseg_11829 sctp_setsockopt_maxseg 3 11829 NULL
2881 +rts51x_read_status_11830 rts51x_read_status 4 11830 NULL
2882 +unix_stream_connect_11844 unix_stream_connect 3 11844 NULL
2883 +nf_nat_sdp_media_11863 nf_nat_sdp_media 9 11863 NULL
2884 +ecryptfs_copy_filename_11868 ecryptfs_copy_filename 4 11868 NULL
2885 ++ieee80211_rx_bss_info_11887 ieee80211_rx_bss_info 3 11887 NULL
2886 +kmalloc_slab_11917 kmalloc_slab 1 11917 NULL
2887 +fs_devrw_entry_11924 fs_devrw_entry 3 11924 NULL
2888 +bitmap_remap_11929 bitmap_remap 5 11929 NULL
2889 +atomic_sub_return_11939 atomic_sub_return 0-1 11939 NULL
2890 +dccp_feat_clone_sp_val_11942 dccp_feat_clone_sp_val 3 11942 NULL
2891 -+kvm_set_msr_common_11953 kvm_set_msr_common 3 11953 NULL
2892 +f1x_swap_interleaved_region_11970 f1x_swap_interleaved_region 0-2 11970 NULL
2893 +atmel_read16_11981 atmel_read16 0 11981 NULL
2894 +read_and_add_raw_conns_11987 read_and_add_raw_conns 0 11987 NULL
2895 -+mwifiex_cfg80211_mgmt_tx_12022 mwifiex_cfg80211_mgmt_tx 9 12022 NULL
2896 +ftdi_elan_total_command_size_12045 ftdi_elan_total_command_size 0 12045 NULL
2897 +ieee80211_if_read_user_power_level_12050 ieee80211_if_read_user_power_level 3 12050 NULL
2898 +il4965_ucode_tx_stats_read_12064 il4965_ucode_tx_stats_read 3 12064 NULL
2899 +ptc_proc_write_12076 ptc_proc_write 3 12076 NULL
2900 +ubifs_recover_log_leb_12079 ubifs_recover_log_leb 3 12079 NULL
2901 -+da9052_gpio_direction_output_12120 da9052_gpio_direction_output 2 12120 NULL
2902 ++pse36_gfn_delta_12087 pse36_gfn_delta 0-1 12087 NULL
2903 +alloc_bulk_urbs_generic_12127 alloc_bulk_urbs_generic 5 12127 NULL
2904 +set_powered_12129 set_powered 4 12129 NULL
2905 +nfs_writedata_alloc_12133 nfs_writedata_alloc 2 12133 NULL
2906 @@ -95370,9 +95405,12 @@ index 0000000..ddd5b2e
2907 +compat_do_arpt_set_ctl_12184 compat_do_arpt_set_ctl 4 12184 NULL
2908 +ip_generic_getfrag_12187 ip_generic_getfrag 3-4 12187 NULL
2909 +bl_is_sector_init_12199 bl_is_sector_init 2 12199 NULL
2910 ++free_initrd_mem_12203 free_initrd_mem 1 12203 NULL
2911 +receive_copy_12216 receive_copy 3 12216 NULL
2912 +snd_pcm_kernel_ioctl_12219 snd_pcm_kernel_ioctl 0 12219 NULL
2913 -+aat2870_reg_read_file_12221 aat2870_reg_read_file 3 12221 NULL
2914 ++fuse_get_req_12221 fuse_get_req 2 12221 NULL nohasharray
2915 ++aat2870_reg_read_file_12221 aat2870_reg_read_file 3 12221 &fuse_get_req_12221
2916 ++__alloc_bootmem_low_nopanic_12235 __alloc_bootmem_low_nopanic 1-2 12235 NULL
2917 +ib_uverbs_unmarshall_recv_12251 ib_uverbs_unmarshall_recv 5 12251 NULL
2918 +ath_descdma_setup_12257 ath_descdma_setup 5 12257 NULL
2919 +shash_compat_setkey_12267 shash_compat_setkey 3 12267 NULL
2920 @@ -95381,23 +95419,23 @@ index 0000000..ddd5b2e
2921 +roundup_to_multiple_of_64_12288 roundup_to_multiple_of_64 0-1 12288 NULL nohasharray
2922 +il_dbgfs_nvm_read_12288 il_dbgfs_nvm_read 3 12288 &roundup_to_multiple_of_64_12288
2923 +vxge_get_num_vfs_12302 vxge_get_num_vfs 0 12302 NULL
2924 -+split_bvec_12312 split_bvec 6 12312 NULL
2925 +tipc_msg_build_12326 tipc_msg_build 4 12326 NULL
2926 +pcbit_writecmd_12332 pcbit_writecmd 2 12332 NULL
2927 +mptctl_ioctl_12355 mptctl_ioctl 2 12355 NULL
2928 ++paging32_walk_addr_12359 paging32_walk_addr 3 12359 NULL
2929 +__nf_ct_ext_add_length_12364 __nf_ct_ext_add_length 3 12364 NULL
2930 -+receive_packet_12367 receive_packet 2 12367 NULL
2931 +xfs_iext_inline_to_direct_12384 xfs_iext_inline_to_direct 2 12384 NULL
2932 +btrfs_file_extent_ram_bytes_12391 btrfs_file_extent_ram_bytes 0 12391 NULL
2933 -+ntfs_get_size_for_mapping_pairs_12413 ntfs_get_size_for_mapping_pairs 0 12413 NULL
2934 +ieee80211_if_read_num_mcast_sta_12419 ieee80211_if_read_num_mcast_sta 3 12419 NULL
2935 +skb_do_copy_data_nocache_12465 skb_do_copy_data_nocache 5 12465 NULL
2936 +qla4_82xx_pci_mem_write_direct_12479 qla4_82xx_pci_mem_write_direct 2 12479 NULL
2937 +x25_sendmsg_12487 x25_sendmsg 4 12487 NULL
2938 +rtllib_auth_challenge_12493 rtllib_auth_challenge 3 12493 NULL
2939 ++fnic_trace_ctrl_read_12497 fnic_trace_ctrl_read 3 12497 NULL
2940 +nfs_readdir_make_qstr_12509 nfs_readdir_make_qstr 3 12509 NULL
2941 +qib_alloc_fast_reg_mr_12526 qib_alloc_fast_reg_mr 2 12526 NULL
2942 -+arizona_gpio_direction_out_12564 arizona_gpio_direction_out 2 12564 NULL
2943 ++kvm_setup_async_pf_12555 kvm_setup_async_pf 3 12555 NULL
2944 ++ib_umem_get_12557 ib_umem_get 2-3 12557 NULL
2945 +hvc_alloc_12579 hvc_alloc 4 12579 NULL
2946 +snd_pcm_plugin_alloc_12580 snd_pcm_plugin_alloc 2 12580 NULL
2947 +macvtap_compat_ioctl_12587 macvtap_compat_ioctl 3 12587 NULL
2948 @@ -95408,7 +95446,7 @@ index 0000000..ddd5b2e
2949 +pwr_rcvd_awake_bcns_cnt_read_12632 pwr_rcvd_awake_bcns_cnt_read 3 12632 NULL
2950 +ctrl_cdev_compat_ioctl_12634 ctrl_cdev_compat_ioctl 3 12634 NULL
2951 +pn_sendmsg_12640 pn_sendmsg 4 12640 NULL
2952 -+dwc3_link_state_write_12641 dwc3_link_state_write 3 12641 NULL
2953 ++wb_create_12651 wb_create 1 12651 NULL
2954 +ocfs2_read_block_12659 ocfs2_read_block 0 12659 NULL
2955 +sel_read_class_12669 sel_read_class 3 12669 NULL nohasharray
2956 +sparse_mem_maps_populate_node_12669 sparse_mem_maps_populate_node 4 12669 &sel_read_class_12669
2957 @@ -95419,23 +95457,24 @@ index 0000000..ddd5b2e
2958 +ieee80211_if_read_dot11MeshMaxRetries_12756 ieee80211_if_read_dot11MeshMaxRetries 3 12756 NULL
2959 +listxattr_12769 listxattr 3 12769 NULL
2960 +sctp_ssnmap_init_12772 sctp_ssnmap_init 2-3 12772 NULL
2961 ++ieee80211_rx_mgmt_beacon_12780 ieee80211_rx_mgmt_beacon 3 12780 NULL
2962 +platform_create_bundle_12785 platform_create_bundle 4-6 12785 NULL
2963 +scsi_adjust_queue_depth_12802 scsi_adjust_queue_depth 3 12802 NULL
2964 +xfs_inumbers_fmt_12817 xfs_inumbers_fmt 3 12817 NULL
2965 +readq_12825 readq 0 12825 NULL
2966 +TSS_authhmac_12839 TSS_authhmac 3 12839 NULL
2967 -+ath6kl_wmi_add_wow_pattern_cmd_12842 ath6kl_wmi_add_wow_pattern_cmd 4 12842 NULL nohasharray
2968 -+spidev_sync_12842 spidev_sync 0 12842 &ath6kl_wmi_add_wow_pattern_cmd_12842
2969 ++spidev_sync_12842 spidev_sync 0 12842 NULL nohasharray
2970 ++ath6kl_wmi_add_wow_pattern_cmd_12842 ath6kl_wmi_add_wow_pattern_cmd 4 12842 &spidev_sync_12842
2971 +spidev_ioctl_12846 spidev_ioctl 2 12846 NULL
2972 +get_leb_cnt_12892 get_leb_cnt 0-2 12892 NULL
2973 +ocfs2_hamming_encode_block_12904 ocfs2_hamming_encode_block 2 12904 NULL
2974 +get_virtual_node_size_12908 get_virtual_node_size 0 12908 NULL
2975 +rds_pages_in_vec_12922 rds_pages_in_vec 0 12922 NULL
2976 +ci_ll_init_12930 ci_ll_init 3 12930 NULL
2977 -+tps65910_reg_update_bits_12934 tps65910_reg_update_bits 2 12934 NULL
2978 +do_inode_permission_12946 do_inode_permission 0 12946 NULL
2979 +bm_status_write_12964 bm_status_write 3 12964 NULL
2980 +_drbd_md_first_sector_12984 _drbd_md_first_sector 0 12984 NULL
2981 ++raid56_parity_recover_12987 raid56_parity_recover 5 12987 NULL
2982 +acpi_tb_install_table_12988 acpi_tb_install_table 1 12988 NULL
2983 +TransmitTcb_12989 TransmitTcb 4 12989 NULL
2984 +sk_peek_offset_12991 sk_peek_offset 0 12991 NULL
2985 @@ -95444,7 +95483,6 @@ index 0000000..ddd5b2e
2986 +ocfs2_write_begin_13045 ocfs2_write_begin 3-4 13045 NULL
2987 +__dn_setsockopt_13060 __dn_setsockopt 5 13060 NULL
2988 +irq_set_chip_and_handler_13088 irq_set_chip_and_handler 1 13088 NULL
2989 -+tps6586x_set_bits_13089 tps6586x_set_bits 2 13089 NULL
2990 +xattr_getsecurity_13090 xattr_getsecurity 0 13090 NULL
2991 +blk_rq_map_sg_13092 blk_rq_map_sg 0 13092 NULL
2992 +mb_find_next_zero_bit_13100 mb_find_next_zero_bit 2-3 13100 NULL
2993 @@ -95455,26 +95493,33 @@ index 0000000..ddd5b2e
2994 +blk_update_request_13146 blk_update_request 3 13146 NULL
2995 +caif_stream_recvmsg_13173 caif_stream_recvmsg 4 13173 NULL
2996 +pwr_disable_ps_read_13176 pwr_disable_ps_read 3 13176 NULL
2997 ++ucs2_strlen_13178 ucs2_strlen 0 13178 NULL
2998 +dgrp_net_ioctl_13183 dgrp_net_ioctl 2 13183 NULL
2999 +create_trace_uprobe_13184 create_trace_uprobe 1 13184 NULL
3000 +compat_put_ulong_13186 compat_put_ulong 1 13186 NULL
3001 ++__cmpxchg64_13187 __cmpxchg64 0 13187 NULL
3002 +comedi_read_13199 comedi_read 3 13199 NULL
3003 +mmc_ext_csd_read_13205 mmc_ext_csd_read 3 13205 NULL
3004 +__nodes_fold_13215 __nodes_fold 4 13215 NULL
3005 -+get_unaligned_le64_13219 get_unaligned_le64 0 13219 NULL
3006 +svm_msrpm_offset_13220 svm_msrpm_offset 0-1 13220 NULL
3007 ++fnic_trace_ctrl_write_13229 fnic_trace_ctrl_write 3 13229 NULL
3008 +asix_read_cmd_13245 asix_read_cmd 5 13245 NULL
3009 -+fw_download_code_13249 fw_download_code 3 13249 NULL
3010 ++fw_download_code_13249 fw_download_code 3 13249 NULL nohasharray
3011 ++kvm_lapic_enable_pv_eoi_13249 kvm_lapic_enable_pv_eoi 2 13249 &fw_download_code_13249
3012 +init_tid_tabs_13252 init_tid_tabs 2-3-4 13252 NULL
3013 +hostap_80211_get_hdrlen_13255 hostap_80211_get_hdrlen 0 13255 NULL
3014 +bio_integrity_trim_13259 bio_integrity_trim 3 13259 NULL
3015 ++c4iw_reg_user_mr_13269 c4iw_reg_user_mr 2-3 13269 NULL
3016 +carl9170_rx_13272 carl9170_rx 3 13272 NULL
3017 +pmcraid_notify_aen_13274 pmcraid_notify_aen 3 13274 NULL
3018 +il4965_stats_flag_13281 il4965_stats_flag 0-3 13281 NULL
3019 +lpfc_idiag_mbxacc_get_setup_13282 lpfc_idiag_mbxacc_get_setup 0 13282 NULL
3020 +platform_device_add_resources_13289 platform_device_add_resources 3 13289 NULL
3021 ++i915_drop_caches_write_13308 i915_drop_caches_write 3 13308 NULL
3022 +us122l_ctl_msg_13330 us122l_ctl_msg 8 13330 NULL
3023 -+kvm_read_nested_guest_page_13337 kvm_read_nested_guest_page 5 13337 NULL
3024 ++__clone_and_map_data_bio_13334 __clone_and_map_data_bio 4-8 13334 NULL
3025 ++kvm_read_nested_guest_page_13337 kvm_read_nested_guest_page 5-2 13337 NULL
3026 ++cache_ctr_13364 cache_ctr 2 13364 NULL
3027 +mthca_alloc_mtt_range_13371 mthca_alloc_mtt_range 2 13371 NULL
3028 +iso_sched_alloc_13377 iso_sched_alloc 1 13377 NULL nohasharray
3029 +wep_key_not_found_read_13377 wep_key_not_found_read 3 13377 &iso_sched_alloc_13377
3030 @@ -95484,25 +95529,24 @@ index 0000000..ddd5b2e
3031 +keyring_read_13438 keyring_read 3 13438 NULL
3032 +sctp_setsockopt_peer_primary_addr_13440 sctp_setsockopt_peer_primary_addr 3 13440 NULL nohasharray
3033 +set_tap_pwup_pfs_13440 set_tap_pwup_pfs 3 13440 &sctp_setsockopt_peer_primary_addr_13440
3034 -+ath6kl_cfg80211_connect_event_13443 ath6kl_cfg80211_connect_event 7-8-9 13443 NULL
3035 ++ath6kl_cfg80211_connect_event_13443 ath6kl_cfg80211_connect_event 8-9-7 13443 NULL
3036 +mthca_buddy_alloc_13454 mthca_buddy_alloc 2 13454 NULL
3037 +ocfs2_align_bytes_to_blocks_13512 ocfs2_align_bytes_to_blocks 2 13512 NULL
3038 +core_status_13515 core_status 4 13515 NULL
3039 +smk_write_mapped_13519 smk_write_mapped 3 13519 NULL
3040 +bm_init_13529 bm_init 2 13529 NULL
3041 -+llcp_sock_recvmsg_13556 llcp_sock_recvmsg 4 13556 NULL
3042 ++non_atomic_pte_lookup_13540 non_atomic_pte_lookup 2 13540 NULL
3043 +ieee80211_if_read_ap_power_level_13558 ieee80211_if_read_ap_power_level 3 13558 NULL
3044 -+alloc_tio_13564 alloc_tio 3 13564 NULL
3045 +ubifs_get_idx_gc_leb_13566 ubifs_get_idx_gc_leb 0 13566 NULL
3046 ++sys_madvise_13569 sys_madvise 1 13569 NULL
3047 +read_file_antenna_13574 read_file_antenna 3 13574 NULL
3048 -+pm860x_set_bits_13582 pm860x_set_bits 2 13582 NULL
3049 +cache_write_13589 cache_write 3 13589 NULL
3050 +mpt_lan_receive_post_turbo_13592 mpt_lan_receive_post_turbo 2 13592 NULL
3051 +aac_sa_ioremap_13596 aac_sa_ioremap 2 13596 NULL nohasharray
3052 +irias_new_octseq_value_13596 irias_new_octseq_value 2 13596 &aac_sa_ioremap_13596
3053 +usb_dump_interface_descriptor_13603 usb_dump_interface_descriptor 0 13603 NULL
3054 +swap_cgroup_swapon_13614 swap_cgroup_swapon 2 13614 NULL
3055 -+wm8994_bulk_write_13615 wm8994_bulk_write 3-2 13615 NULL
3056 ++wm8994_bulk_write_13615 wm8994_bulk_write 2-3 13615 NULL
3057 +pmcraid_get_minor_13619 pmcraid_get_minor 0 13619 NULL
3058 +iio_device_add_event_sysfs_13627 iio_device_add_event_sysfs 0 13627 NULL
3059 +packet_snd_13634 packet_snd 3 13634 NULL
3060 @@ -95519,6 +95563,7 @@ index 0000000..ddd5b2e
3061 +evdev_ioctl_compat_13851 evdev_ioctl_compat 2-3 13851 NULL
3062 +compat_ip_setsockopt_13870 compat_ip_setsockopt 5 13870 NULL nohasharray
3063 +alloc_trace_uprobe_13870 alloc_trace_uprobe 3 13870 &compat_ip_setsockopt_13870
3064 ++qp_memcpy_to_queue_13886 qp_memcpy_to_queue 2-5 13886 NULL
3065 +snd_pcm_aio_read_13900 snd_pcm_aio_read 3 13900 NULL
3066 +ext3_xattr_block_get_13936 ext3_xattr_block_get 0 13936 NULL
3067 +ieee80211_if_read_dot11MeshForwarding_13940 ieee80211_if_read_dot11MeshForwarding 3 13940 NULL nohasharray
3068 @@ -95533,13 +95578,13 @@ index 0000000..ddd5b2e
3069 +dsp_read_13980 dsp_read 2 13980 NULL
3070 +bm_block_bits_13981 bm_block_bits 0 13981 NULL nohasharray
3071 +dvb_demux_read_13981 dvb_demux_read 3 13981 &bm_block_bits_13981
3072 -+ieee80211_bss_info_update_13991 ieee80211_bss_info_update 4 13991 NULL
3073 +btrfs_get_blocks_direct_14016 btrfs_get_blocks_direct 2 14016 NULL
3074 +_rtl92s_firmware_downloadcode_14021 _rtl92s_firmware_downloadcode 3 14021 NULL
3075 +dvb_usercopy_14036 dvb_usercopy 2 14036 NULL
3076 +read_def_modal_eeprom_14041 read_def_modal_eeprom 3 14041 NULL
3077 +ieee80211_if_fmt_aid_14055 ieee80211_if_fmt_aid 3 14055 NULL
3078 +sta_agg_status_read_14058 sta_agg_status_read 3 14058 NULL
3079 ++i915_drop_caches_read_14060 i915_drop_caches_read 3 14060 NULL
3080 +do_proc_readlink_14096 do_proc_readlink 3 14096 NULL
3081 +compat_sys_pselect6_14105 compat_sys_pselect6 1 14105 NULL
3082 +nlmsg_len_14115 nlmsg_len 0 14115 NULL
3083 @@ -95551,21 +95596,19 @@ index 0000000..ddd5b2e
3084 +ocfs2_xattr_value_truncate_14183 ocfs2_xattr_value_truncate 3 14183 NULL
3085 +alloc_async_14208 alloc_async 1 14208 NULL
3086 +sys_kexec_load_14222 sys_kexec_load 2 14222 NULL
3087 -+pool_status_14230 pool_status 5 14230 NULL
3088 +ieee80211_if_write_uapsd_max_sp_len_14233 ieee80211_if_write_uapsd_max_sp_len 3 14233 NULL
3089 -+inode_to_path_14235 inode_to_path 2 14235 NULL
3090 +dma_declare_coherent_memory_14244 dma_declare_coherent_memory 4-2 14244 NULL
3091 -+snd_soc_hw_bulk_write_raw_14245 snd_soc_hw_bulk_write_raw 4-2 14245 NULL
3092 ++snd_soc_hw_bulk_write_raw_14245 snd_soc_hw_bulk_write_raw 2-4 14245 NULL
3093 +reiserfs_compat_ioctl_14265 reiserfs_compat_ioctl 3 14265 NULL
3094 -+ath6kl_connect_event_14267 ath6kl_connect_event 7-8-9 14267 NULL
3095 ++ath6kl_connect_event_14267 ath6kl_connect_event 8-9-7 14267 NULL
3096 +add_numbered_child_14273 add_numbered_child 5 14273 NULL
3097 +OS_mem_token_alloc_14276 OS_mem_token_alloc 1 14276 NULL
3098 +snd_seq_oss_readq_new_14283 snd_seq_oss_readq_new 2 14283 NULL
3099 +rr_status_14293 rr_status 5 14293 NULL
3100 -+lp8788_write_byte_14299 lp8788_write_byte 2 14299 NULL
3101 +read_default_ldt_14302 read_default_ldt 2 14302 NULL
3102 +oo_objects_14319 oo_objects 0 14319 NULL
3103 +p9_client_zc_rpc_14345 p9_client_zc_rpc 7 14345 NULL
3104 ++scsi2int_14358 scsi2int 0 14358 NULL
3105 +snd_pcm_lib_readv_14363 snd_pcm_lib_readv 0-3 14363 NULL
3106 +acpi_get_override_irq_14381 acpi_get_override_irq 1 14381 NULL
3107 +ath6kl_regdump_read_14393 ath6kl_regdump_read 3 14393 NULL
3108 @@ -95578,14 +95621,16 @@ index 0000000..ddd5b2e
3109 +snd_emu10k1_proc_spdif_status_14457 snd_emu10k1_proc_spdif_status 4-5 14457 NULL
3110 +udplite_getfrag_14479 udplite_getfrag 3-4 14479 NULL
3111 +ieee80211_if_read_dot11MeshGateAnnouncementProtocol_14486 ieee80211_if_read_dot11MeshGateAnnouncementProtocol 3 14486 NULL
3112 -+stripe_status_14506 stripe_status 5 14506 NULL
3113 +ocfs2_debug_read_14507 ocfs2_debug_read 3 14507 NULL
3114 +dataflash_read_user_otp_14536 dataflash_read_user_otp 2-3 14536 NULL nohasharray
3115 +ep0_write_14536 ep0_write 3 14536 &dataflash_read_user_otp_14536
3116 +picolcd_debug_eeprom_read_14549 picolcd_debug_eeprom_read 3 14549 NULL
3117 +drm_vmalloc_dma_14550 drm_vmalloc_dma 1 14550 NULL
3118 +usb_dump_desc_14553 usb_dump_desc 0 14553 NULL
3119 ++qp_host_alloc_queue_14566 qp_host_alloc_queue 1 14566 NULL
3120 ++remap_to_origin_then_cache_14583 remap_to_origin_then_cache 3 14583 NULL
3121 +idmap_pipe_downcall_14591 idmap_pipe_downcall 3 14591 NULL
3122 ++ceph_osdc_alloc_request_14597 ceph_osdc_alloc_request 3 14597 NULL
3123 +ocfs2_trim_group_14641 ocfs2_trim_group 4-3 14641 NULL
3124 +dbJoin_14644 dbJoin 0 14644 NULL
3125 +profile_replace_14652 profile_replace 3 14652 NULL
3126 @@ -95593,6 +95638,7 @@ index 0000000..ddd5b2e
3127 +ieee80211_if_fmt_rc_rateidx_mask_2ghz_14683 ieee80211_if_fmt_rc_rateidx_mask_2ghz 3 14683 NULL
3128 +tsi148_master_set_14685 tsi148_master_set 4 14685 NULL
3129 +u_audio_playback_14709 u_audio_playback 3 14709 NULL
3130 ++get_bio_block_14714 get_bio_block 0 14714 NULL
3131 +vfd_write_14717 vfd_write 3 14717 NULL
3132 +__blk_end_request_14729 __blk_end_request 3 14729 NULL
3133 +raid1_resize_14740 raid1_resize 2 14740 NULL
3134 @@ -95600,14 +95646,13 @@ index 0000000..ddd5b2e
3135 +rx_rx_cmplt_read_14753 rx_rx_cmplt_read 3 14753 NULL
3136 +qla82xx_pci_mem_write_2M_14765 qla82xx_pci_mem_write_2M 2 14765 NULL
3137 +regmap_range_read_file_14775 regmap_range_read_file 3 14775 NULL
3138 -+lm3533_als_get_hysteresis_14776 lm3533_als_get_hysteresis 2 14776 NULL
3139 +sta_dev_read_14782 sta_dev_read 3 14782 NULL
3140 +ext4_kvmalloc_14796 ext4_kvmalloc 1 14796 NULL
3141 +hpet_readl_14801 hpet_readl 0 14801 NULL nohasharray
3142 +snd_als300_gcr_read_14801 snd_als300_gcr_read 0 14801 &hpet_readl_14801
3143 +bcma_scan_read32_14802 bcma_scan_read32 0 14802 NULL
3144 -+do_tune_cpucache_14828 do_tune_cpucache 2 14828 NULL
3145 +__mutex_fastpath_lock_retval_14844 __mutex_fastpath_lock_retval 0 14844 NULL
3146 ++mrp_attr_create_14853 mrp_attr_create 3 14853 NULL
3147 +lcd_write_14857 lcd_write 3 14857 NULL nohasharray
3148 +__krealloc_14857 __krealloc 2 14857 &lcd_write_14857
3149 +get_user_cpu_mask_14861 get_user_cpu_mask 2 14861 NULL
3150 @@ -95616,7 +95661,8 @@ index 0000000..ddd5b2e
3151 +unifi_read_14899 unifi_read 3 14899 NULL
3152 +krealloc_14908 krealloc 2 14908 NULL
3153 +regmap_irq_get_virq_14910 regmap_irq_get_virq 2 14910 NULL
3154 -+__arch_hweight64_14923 __arch_hweight64 0 14923 NULL
3155 ++__arch_hweight64_14923 __arch_hweight64 0 14923 NULL nohasharray
3156 ++qp_memcpy_to_queue_iov_14923 qp_memcpy_to_queue_iov 2-5 14923 &__arch_hweight64_14923
3157 +ocfs2_expand_nonsparse_inode_14936 ocfs2_expand_nonsparse_inode 3-4 14936 NULL
3158 +queue_cnt_14951 queue_cnt 0 14951 NULL
3159 +videobuf_read_stream_14956 videobuf_read_stream 3 14956 NULL
3160 @@ -95630,7 +95676,6 @@ index 0000000..ddd5b2e
3161 +ieee80211_if_read_uapsd_max_sp_len_15067 ieee80211_if_read_uapsd_max_sp_len 3 15067 NULL
3162 +nfs4_write_cached_acl_15070 nfs4_write_cached_acl 4 15070 NULL
3163 +ntfs_copy_from_user_15072 ntfs_copy_from_user 3-5 15072 NULL
3164 -+__alloc_extent_buffer_15093 __alloc_extent_buffer 3 15093 NULL
3165 +hex_dump_to_buffer_15121 hex_dump_to_buffer 6 15121 NULL
3166 +start_port_15124 start_port 0 15124 NULL
3167 +memchr_15126 memchr 0 15126 NULL
3168 @@ -95639,7 +95684,6 @@ index 0000000..ddd5b2e
3169 +iscsi_create_endpoint_15193 iscsi_create_endpoint 1 15193 NULL
3170 +reserve_resources_15194 reserve_resources 3 15194 NULL
3171 +bfad_debugfs_write_regrd_15218 bfad_debugfs_write_regrd 3 15218 NULL
3172 -+variax_alloc_sysex_buffer_15237 variax_alloc_sysex_buffer 3 15237 NULL
3173 +il_dbgfs_rx_stats_read_15243 il_dbgfs_rx_stats_read 3 15243 NULL
3174 +compat_raw_ioctl_15290 compat_raw_ioctl 3 15290 NULL
3175 +sys_connect_15291 sys_connect 3 15291 NULL nohasharray
3176 @@ -95653,6 +95697,7 @@ index 0000000..ddd5b2e
3177 +ioread16_15342 ioread16 0 15342 NULL
3178 +alloc_ring_15345 alloc_ring 2-4 15345 NULL
3179 +acpi_ut_create_string_object_15360 acpi_ut_create_string_object 1 15360 NULL
3180 ++graph_depth_read_15371 graph_depth_read 3 15371 NULL
3181 +compat_sys_process_vm_readv_15374 compat_sys_process_vm_readv 3-5 15374 NULL
3182 +fq_codel_zalloc_15378 fq_codel_zalloc 1 15378 NULL
3183 +domain_flush_pages_15379 domain_flush_pages 2-3 15379 NULL
3184 @@ -95660,18 +95705,17 @@ index 0000000..ddd5b2e
3185 +btrfs_level_size_15392 btrfs_level_size 0 15392 NULL
3186 +pipeline_csum_to_rx_xfer_swi_read_15403 pipeline_csum_to_rx_xfer_swi_read 3 15403 NULL
3187 +get_modalias_15406 get_modalias 2 15406 NULL
3188 ++dm_cache_resize_15422 dm_cache_resize 2 15422 NULL
3189 +__videobuf_copy_to_user_15423 __videobuf_copy_to_user 4 15423 NULL
3190 -+tcp_mtu_to_mss_15438 tcp_mtu_to_mss 0-2 15438 NULL
3191 ++tcp_mtu_to_mss_15438 tcp_mtu_to_mss 2 15438 NULL
3192 +hpsa_change_queue_depth_15449 hpsa_change_queue_depth 2 15449 NULL
3193 +memweight_15450 memweight 2 15450 NULL
3194 +vmalloc_15464 vmalloc 1 15464 NULL
3195 -+insert_old_idx_znode_15500 insert_old_idx_znode 0 15500 NULL
3196 +zd_chip_is_zd1211b_15518 zd_chip_is_zd1211b 0 15518 NULL
3197 +da9052_bat_irq_15533 da9052_bat_irq 1 15533 NULL
3198 +p9_check_zc_errors_15534 p9_check_zc_errors 4 15534 NULL
3199 +ql_process_mac_rx_page_15543 ql_process_mac_rx_page 4 15543 NULL
3200 +ieee80211_amsdu_to_8023s_15561 ieee80211_amsdu_to_8023s 5 15561 NULL
3201 -+snd_pcm_channel_info_15572 snd_pcm_channel_info 0 15572 NULL
3202 +persistent_status_15574 persistent_status 4 15574 NULL
3203 +bnx2fc_process_unsol_compl_15576 bnx2fc_process_unsol_compl 2 15576 NULL
3204 +vme_user_write_15587 vme_user_write 3 15587 NULL
3205 @@ -95707,21 +95751,19 @@ index 0000000..ddd5b2e
3206 +ubi_io_write_15870 ubi_io_write 5-4 15870 NULL nohasharray
3207 +media_entity_init_15870 media_entity_init 2-4 15870 &ubi_io_write_15870
3208 +__mptctl_ioctl_15875 __mptctl_ioctl 2 15875 NULL
3209 -+ERR_PTR_15881 ERR_PTR 0 15881 NULL
3210 +nfs_map_group_to_gid_15892 nfs_map_group_to_gid 3 15892 NULL
3211 +native_read_msr_15905 native_read_msr 0 15905 NULL
3212 -+wm5100_gpio_direction_in_15934 wm5100_gpio_direction_in 2 15934 NULL
3213 +parse_audio_stream_data_15937 parse_audio_stream_data 3 15937 NULL
3214 +power_read_15939 power_read 3 15939 NULL
3215 +lpfc_idiag_drbacc_read_15948 lpfc_idiag_drbacc_read 3 15948 NULL
3216 +snd_pcm_lib_read_transfer_15952 snd_pcm_lib_read_transfer 4-2-5 15952 NULL
3217 +remap_pci_mem_15966 remap_pci_mem 1-2 15966 NULL
3218 -+set_spte_15977 set_spte 7-6 15977 NULL
3219 +frame_alloc_15981 frame_alloc 4 15981 NULL
3220 +alloc_vm_area_15989 alloc_vm_area 1 15989 NULL
3221 +hdpvr_register_videodev_16010 hdpvr_register_videodev 3 16010 NULL
3222 +viafb_vt1636_proc_write_16018 viafb_vt1636_proc_write 3 16018 NULL
3223 +got_frame_16028 got_frame 2 16028 NULL
3224 ++read_file_spectral_period_16057 read_file_spectral_period 3 16057 NULL
3225 +isr_tx_exch_complete_read_16103 isr_tx_exch_complete_read 3 16103 NULL
3226 +dma_tx_requested_read_16110 dma_tx_requested_read 3 16110 NULL nohasharray
3227 +isr_hw_pm_mode_changes_read_16110 isr_hw_pm_mode_changes_read 3 16110 &dma_tx_requested_read_16110
3228 @@ -95737,22 +95779,23 @@ index 0000000..ddd5b2e
3229 +create_table_16213 create_table 2 16213 NULL
3230 +atomic_read_file_16227 atomic_read_file 3 16227 NULL
3231 +BcmGetSectionValStartOffset_16235 BcmGetSectionValStartOffset 0 16235 NULL
3232 -+btrfs_dev_extent_chunk_offset_16247 btrfs_dev_extent_chunk_offset 0 16247 NULL
3233 ++swiotlb_sync_single_for_device_16247 swiotlb_sync_single_for_device 2 16247 NULL nohasharray
3234 ++btrfs_dev_extent_chunk_offset_16247 btrfs_dev_extent_chunk_offset 0 16247 &swiotlb_sync_single_for_device_16247
3235 +mark_written_sectors_16262 mark_written_sectors 2 16262 NULL
3236 +reiserfs_acl_count_16265 reiserfs_acl_count 0-1 16265 NULL
3237 +set_disc_pfs_16270 set_disc_pfs 3 16270 NULL
3238 ++mq_force_mapping_16277 mq_force_mapping 2 16277 NULL
3239 +ocfs2_xattr_bucket_value_truncate_16279 ocfs2_xattr_bucket_value_truncate 4 16279 NULL
3240 +drbd_setsockopt_16280 drbd_setsockopt 5 16280 NULL nohasharray
3241 +nand_bch_init_16280 nand_bch_init 3-2 16280 &drbd_setsockopt_16280
3242 +account_16283 account 0-2-4 16283 NULL nohasharray
3243 +mirror_status_16283 mirror_status 5 16283 &account_16283
3244 ++retry_instruction_16285 retry_instruction 2 16285 NULL
3245 +stk_allocate_buffers_16291 stk_allocate_buffers 2 16291 NULL
3246 -+rbd_segment_offset_16293 rbd_segment_offset 0-2 16293 NULL
3247 +rsc_mgr_init_16299 rsc_mgr_init 3 16299 NULL
3248 ++wb_map_16301 wb_map 2 16301 NULL
3249 +vmw_cursor_update_image_16332 vmw_cursor_update_image 3-4 16332 NULL
3250 -+tps80031_update_16360 tps80031_update 3 16360 NULL
3251 +total_ps_buffered_read_16365 total_ps_buffered_read 3 16365 NULL
3252 -+rbd_add_16366 rbd_add 3 16366 NULL
3253 +iscsi_tcp_conn_setup_16376 iscsi_tcp_conn_setup 2 16376 NULL
3254 +nl80211_send_unprot_deauth_16378 nl80211_send_unprot_deauth 4 16378 NULL
3255 +diva_os_malloc_16406 diva_os_malloc 2 16406 NULL
3256 @@ -95765,10 +95808,11 @@ index 0000000..ddd5b2e
3257 +tcp_manip_pkt_16563 tcp_manip_pkt 4 16563 NULL
3258 +lpfc_debugfs_read_16566 lpfc_debugfs_read 3 16566 NULL
3259 +agp_allocate_memory_wrap_16576 agp_allocate_memory_wrap 1 16576 NULL
3260 ++virt_to_scatterlist_16582 virt_to_scatterlist 2 16582 NULL
3261 ++palmas_irq_get_virq_16613 palmas_irq_get_virq 2 16613 NULL
3262 +btrfs_get_token_32_16651 btrfs_get_token_32 0 16651 NULL
3263 +mfd_add_devices_16668 mfd_add_devices 4 16668 NULL
3264 -+da9052_reg_write_16685 da9052_reg_write 2 16685 NULL
3265 -+em28xx_v4l2_read_16701 em28xx_v4l2_read 3 16701 NULL
3266 ++ax88179_write_cmd_async_16671 ax88179_write_cmd_async 5 16671 NULL
3267 +arcmsr_adjust_disk_queue_depth_16756 arcmsr_adjust_disk_queue_depth 2 16756 NULL
3268 +compat_blkdev_driver_ioctl_16769 compat_blkdev_driver_ioctl 4 16769 NULL
3269 +blk_rq_map_user_iov_16772 blk_rq_map_user_iov 5 16772 NULL
3270 @@ -95783,10 +95827,9 @@ index 0000000..ddd5b2e
3271 +carl9170_debugfs_ampdu_state_read_16873 carl9170_debugfs_ampdu_state_read 3 16873 NULL
3272 +st_write_16874 st_write 3 16874 NULL
3273 +__kfifo_peek_n_16877 __kfifo_peek_n 0 16877 NULL
3274 -+wm8350_set_bits_16911 wm8350_set_bits 2 16911 NULL
3275 ++idx_to_pfn_16919 idx_to_pfn 0 16919 NULL
3276 +psb_unlocked_ioctl_16926 psb_unlocked_ioctl 2 16926 NULL nohasharray
3277 +snd_gf1_mem_proc_dump_16926 snd_gf1_mem_proc_dump 5 16926 &psb_unlocked_ioctl_16926
3278 -+random32_16937 random32 0 16937 NULL
3279 +_sp2d_alloc_16944 _sp2d_alloc 1-2-3 16944 NULL
3280 +squashfs_read_table_16945 squashfs_read_table 3 16945 NULL
3281 +cfg80211_send_unprot_disassoc_16951 cfg80211_send_unprot_disassoc 3 16951 NULL
3282 @@ -95813,7 +95856,8 @@ index 0000000..ddd5b2e
3283 +driver_state_read_17194 driver_state_read 3 17194 NULL nohasharray
3284 +iscsit_find_cmd_from_itt_or_dump_17194 iscsit_find_cmd_from_itt_or_dump 3 17194 &driver_state_read_17194
3285 +dn_recvmsg_17213 dn_recvmsg 4 17213 NULL
3286 -+ms_rw_17220 ms_rw 3-4 17220 NULL
3287 ++to_oblock_17254 to_oblock 0-1 17254 NULL
3288 ++unpack_value_17259 unpack_value 1 17259 NULL
3289 +__be16_to_cpup_17261 __be16_to_cpup 0 17261 NULL
3290 +error_error_frame_cts_nul_flid_read_17262 error_error_frame_cts_nul_flid_read 3 17262 NULL
3291 +alloc_ep_17269 alloc_ep 1 17269 NULL
3292 @@ -95822,6 +95866,7 @@ index 0000000..ddd5b2e
3293 +hmac_sha256_17278 hmac_sha256 2 17278 NULL
3294 +neigh_hash_grow_17283 neigh_hash_grow 2 17283 NULL
3295 +minstrel_stats_read_17290 minstrel_stats_read 3 17290 NULL
3296 ++install_breakpoint_17292 install_breakpoint 4 17292 NULL
3297 +ieee80211_if_fmt_dot11MeshForwarding_17301 ieee80211_if_fmt_dot11MeshForwarding 3 17301 NULL
3298 +skb_pad_17302 skb_pad 2 17302 NULL
3299 +mb_cache_create_17307 mb_cache_create 2 17307 NULL
3300 @@ -95829,6 +95874,7 @@ index 0000000..ddd5b2e
3301 +ata_host_alloc_pinfo_17325 ata_host_alloc_pinfo 3 17325 NULL
3302 +ieee80211_if_read_dot11MeshHWMPperrMinInterval_17346 ieee80211_if_read_dot11MeshHWMPperrMinInterval 3 17346 NULL
3303 +ath6kl_wmi_send_mgmt_cmd_17347 ath6kl_wmi_send_mgmt_cmd 7 17347 NULL
3304 ++_fd_dma_mem_free_17406 _fd_dma_mem_free 1 17406 NULL
3305 +lpfc_debugfs_dif_err_write_17424 lpfc_debugfs_dif_err_write 3 17424 NULL
3306 +sta_connected_time_read_17435 sta_connected_time_read 3 17435 NULL
3307 +nla_get_u32_17455 nla_get_u32 0 17455 NULL
3308 @@ -95839,11 +95885,8 @@ index 0000000..ddd5b2e
3309 +__alloc_session_17485 __alloc_session 2-1 17485 NULL
3310 +TSS_rawhmac_17486 TSS_rawhmac 3 17486 NULL
3311 +bitmap_pos_to_ord_17503 bitmap_pos_to_ord 3 17503 NULL
3312 -+arizona_apply_fll_17538 arizona_apply_fll 2 17538 NULL
3313 -+xlog_do_log_recovery_17550 xlog_do_log_recovery 3 17550 NULL
3314 +__copy_to_user_17551 __copy_to_user 0-3 17551 NULL
3315 +copy_from_user_17559 copy_from_user 3 17559 NULL
3316 -+snd_pcm_action_lock_irq_17569 snd_pcm_action_lock_irq 0 17569 NULL
3317 +acpi_ut_create_package_object_17594 acpi_ut_create_package_object 1 17594 NULL
3318 +neigh_hash_alloc_17595 neigh_hash_alloc 1 17595 NULL
3319 +rts51x_write_mem_17598 rts51x_write_mem 4 17598 NULL
3320 @@ -95856,6 +95899,7 @@ index 0000000..ddd5b2e
3321 +packet_setsockopt_17662 packet_setsockopt 5 17662 NULL nohasharray
3322 +ubi_io_read_data_17662 ubi_io_read_data 0 17662 &packet_setsockopt_17662
3323 +pwr_enable_ps_read_17686 pwr_enable_ps_read 3 17686 NULL
3324 ++gfn_to_pfn_memslot_17693 gfn_to_pfn_memslot 2 17693 NULL
3325 +__einj_error_trigger_17707 __einj_error_trigger 1 17707 NULL nohasharray
3326 +venus_rename_17707 venus_rename 5-4 17707 &__einj_error_trigger_17707
3327 +exofs_read_lookup_dev_table_17733 exofs_read_lookup_dev_table 3 17733 NULL
3328 @@ -95863,7 +95907,6 @@ index 0000000..ddd5b2e
3329 +mark_unsafe_pages_17759 mark_unsafe_pages 0 17759 NULL
3330 +brcmf_usb_attach_17766 brcmf_usb_attach 2-3 17766 NULL
3331 +ubifs_leb_change_17789 ubifs_leb_change 4 17789 NULL
3332 -+get_unaligned_be64_17794 get_unaligned_be64 0 17794 NULL
3333 +_snd_pcm_lib_alloc_vmalloc_buffer_17820 _snd_pcm_lib_alloc_vmalloc_buffer 2 17820 NULL
3334 +gnet_stats_copy_app_17821 gnet_stats_copy_app 3 17821 NULL
3335 +cipso_v4_gentag_rbm_17836 cipso_v4_gentag_rbm 0 17836 NULL
3336 @@ -95877,7 +95920,6 @@ index 0000000..ddd5b2e
3337 +compat_sys_pwritev_17886 compat_sys_pwritev 3 17886 NULL
3338 +ieee80211_if_fmt_dot11MeshHWMPRootMode_17890 ieee80211_if_fmt_dot11MeshHWMPRootMode 3 17890 NULL
3339 +ocfs2_clusters_to_blocks_17896 ocfs2_clusters_to_blocks 0-2 17896 NULL
3340 -+wm8400_set_bits_17898 wm8400_set_bits 2 17898 NULL
3341 +recover_head_17904 recover_head 3 17904 NULL
3342 +dccp_feat_register_sp_17914 dccp_feat_register_sp 5 17914 NULL
3343 +xfs_buf_associate_memory_17915 xfs_buf_associate_memory 3 17915 NULL
3344 @@ -95889,7 +95931,6 @@ index 0000000..ddd5b2e
3345 +gnttab_max_grant_frames_17993 gnttab_max_grant_frames 0 17993 NULL
3346 +ext4_num_overhead_clusters_18001 ext4_num_overhead_clusters 2 18001 NULL
3347 +pvr2_v4l2_read_18006 pvr2_v4l2_read 3 18006 NULL
3348 -+prandom32_18007 prandom32 0 18007 NULL
3349 +alloc_rx_desc_ring_18016 alloc_rx_desc_ring 2 18016 NULL
3350 +fill_read_18019 fill_read 0 18019 NULL
3351 +o2hb_highest_node_18034 o2hb_highest_node 2 18034 NULL
3352 @@ -95899,20 +95940,16 @@ index 0000000..ddd5b2e
3353 +lua_sysfs_read_18062 lua_sysfs_read 6 18062 NULL
3354 +hex_byte_pack_18064 hex_byte_pack 0 18064 NULL
3355 +packet_came_18072 packet_came 3 18072 NULL
3356 -+kvm_read_guest_page_18074 kvm_read_guest_page 5 18074 NULL
3357 ++kvm_read_guest_page_18074 kvm_read_guest_page 5-2 18074 NULL
3358 +get_vm_area_18080 get_vm_area 1 18080 NULL
3359 +mpi_alloc_18094 mpi_alloc 1 18094 NULL
3360 -+tps65910_gpio_input_18110 tps65910_gpio_input 2 18110 NULL
3361 +dfs_file_read_18116 dfs_file_read 3 18116 NULL
3362 +svc_getnl_18120 svc_getnl 0 18120 NULL
3363 +paging32_gpte_to_gfn_lvl_18131 paging32_gpte_to_gfn_lvl 0-1-2 18131 NULL
3364 +vmw_surface_dma_size_18132 vmw_surface_dma_size 0 18132 NULL
3365 -+tps65910_gpio_set_18135 tps65910_gpio_set 2 18135 NULL
3366 +selinux_inode_setsecurity_18148 selinux_inode_setsecurity 4 18148 NULL
3367 -+is_idx_node_in_use_18165 is_idx_node_in_use 0 18165 NULL
3368 +_has_tag_18169 _has_tag 2 18169 NULL
3369 +pccard_store_cis_18176 pccard_store_cis 6 18176 NULL
3370 -+snd_pcm_hw_refine_user_18204 snd_pcm_hw_refine_user 0 18204 NULL
3371 +orinoco_add_extscan_result_18207 orinoco_add_extscan_result 3 18207 NULL
3372 +gsm_control_message_18209 gsm_control_message 4 18209 NULL
3373 +do_ipv6_setsockopt_18215 do_ipv6_setsockopt 5 18215 NULL
3374 @@ -95927,19 +95964,17 @@ index 0000000..ddd5b2e
3375 +ext4_readpages_18283 ext4_readpages 4 18283 NULL
3376 +mmc_send_bus_test_18285 mmc_send_bus_test 4 18285 NULL
3377 +um_idi_write_18293 um_idi_write 3 18293 NULL
3378 ++nouveau_disp_create__18305 nouveau_disp_create_ 4-7 18305 NULL
3379 +ip6ip6_err_18308 ip6ip6_err 5 18308 NULL
3380 +vga_r_18310 vga_r 0 18310 NULL
3381 +ecryptfs_send_message_18322 ecryptfs_send_message 2 18322 NULL
3382 +bio_integrity_advance_18324 bio_integrity_advance 2 18324 NULL
3383 -+wm8994_gpio_direction_out_18337 wm8994_gpio_direction_out 2 18337 NULL
3384 +pwr_power_save_off_read_18355 pwr_power_save_off_read 3 18355 NULL
3385 +xlbd_reserve_minors_18365 xlbd_reserve_minors 1-2 18365 NULL
3386 +ep_io_18367 ep_io 0 18367 NULL
3387 -+lp872x_update_bits_18368 lp872x_update_bits 2 18368 NULL
3388 -+irq_find_mapping_18388 irq_find_mapping 0-2 18388 NULL
3389 ++qib_user_sdma_num_pages_18371 qib_user_sdma_num_pages 0 18371 NULL
3390 +__video_register_device_18399 __video_register_device 3 18399 NULL
3391 -+reada_tree_block_flagged_18402 reada_tree_block_flagged 3 18402 NULL nohasharray
3392 -+adis16136_show_serial_18402 adis16136_show_serial 3 18402 &reada_tree_block_flagged_18402
3393 ++adis16136_show_serial_18402 adis16136_show_serial 3 18402 NULL
3394 +crystalhd_user_data_18407 crystalhd_user_data 3 18407 NULL
3395 +usbnet_write_cmd_nopm_18426 usbnet_write_cmd_nopm 7 18426 NULL
3396 +batadv_orig_node_add_if_18433 batadv_orig_node_add_if 2 18433 NULL
3397 @@ -95958,17 +95993,14 @@ index 0000000..ddd5b2e
3398 +debug_output_18575 debug_output 3 18575 NULL
3399 +check_lpt_type_18577 check_lpt_type 0 18577 NULL
3400 +__netdev_alloc_skb_18595 __netdev_alloc_skb 2 18595 NULL
3401 -+filemap_fdatawait_range_18600 filemap_fdatawait_range 0 18600 NULL nohasharray
3402 -+slabinfo_write_18600 slabinfo_write 3 18600 &filemap_fdatawait_range_18600
3403 ++filemap_fdatawait_range_18600 filemap_fdatawait_range 0 18600 NULL
3404 +iowarrior_write_18604 iowarrior_write 3 18604 NULL
3405 +batadv_arp_get_type_18609 batadv_arp_get_type 3 18609 NULL
3406 +from_buffer_18625 from_buffer 3 18625 NULL
3407 -+f1x_map_sysaddr_to_csrow_18628 f1x_map_sysaddr_to_csrow 2 18628 NULL
3408 +snd_pcm_oss_write3_18657 snd_pcm_oss_write3 0-3 18657 NULL
3409 +ieee80211_if_fmt_rssi_threshold_18664 ieee80211_if_fmt_rssi_threshold 3 18664 NULL
3410 +unmap_page_18665 unmap_page 2-3 18665 NULL
3411 -+edge_tty_recv_18667 edge_tty_recv 4 18667 NULL nohasharray
3412 -+xfs_iext_insert_18667 xfs_iext_insert 3 18667 &edge_tty_recv_18667
3413 ++xfs_iext_insert_18667 xfs_iext_insert 3 18667 NULL
3414 +replay_log_leb_18704 replay_log_leb 3 18704 NULL
3415 +iwl_dbgfs_rx_handlers_read_18708 iwl_dbgfs_rx_handlers_read 3 18708 NULL
3416 +ceph_alloc_page_vector_18710 ceph_alloc_page_vector 1 18710 NULL
3417 @@ -95984,6 +96016,7 @@ index 0000000..ddd5b2e
3418 +alloc_fcdev_18780 alloc_fcdev 1 18780 NULL
3419 +fat_compat_dir_ioctl_18800 fat_compat_dir_ioctl 3 18800 NULL
3420 +ieee80211_auth_challenge_18810 ieee80211_auth_challenge 3 18810 NULL
3421 ++madvise_hwpoison_18812 madvise_hwpoison 2 18812 NULL
3422 +setup_ioapic_irq_18813 setup_ioapic_irq 1 18813 NULL
3423 +sys_modify_ldt_18824 sys_modify_ldt 3 18824 NULL
3424 +mtf_test_write_18844 mtf_test_write 3 18844 NULL
3425 @@ -95991,12 +96024,13 @@ index 0000000..ddd5b2e
3426 +sctp_setsockopt_events_18862 sctp_setsockopt_events 3 18862 NULL
3427 +ieee80211_if_read_element_ttl_18869 ieee80211_if_read_element_ttl 3 18869 NULL
3428 +xlog_find_verify_log_record_18870 xlog_find_verify_log_record 2 18870 NULL
3429 ++___alloc_bootmem_node_18882 ___alloc_bootmem_node 2-3 18882 NULL
3430 +width_to_agaw_18883 width_to_agaw 0-1 18883 NULL
3431 +ceph_setxattr_18913 ceph_setxattr 4 18913 NULL
3432 +mangle_packet_18920 mangle_packet 7-9 18920 NULL
3433 +snapshot_write_next_18937 snapshot_write_next 0 18937 NULL
3434 +__nla_reserve_18974 __nla_reserve 3 18974 NULL
3435 -+alc_auto_create_extra_outs_18975 alc_auto_create_extra_outs 2 18975 NULL
3436 ++gfn_to_pfn_atomic_18981 gfn_to_pfn_atomic 2 18981 NULL
3437 +find_dirtiest_idx_leb_19001 find_dirtiest_idx_leb 0 19001 NULL
3438 +layout_in_gaps_19006 layout_in_gaps 2 19006 NULL
3439 +huge_page_size_19008 huge_page_size 0 19008 NULL
3440 @@ -96006,7 +96040,6 @@ index 0000000..ddd5b2e
3441 +drm_fb_helper_init_19044 drm_fb_helper_init 3-4 19044 NULL
3442 +create_gpadl_header_19064 create_gpadl_header 2 19064 NULL
3443 +ieee80211_key_alloc_19065 ieee80211_key_alloc 3 19065 NULL
3444 -+copy_and_check_19089 copy_and_check 3 19089 NULL
3445 +sys_process_vm_readv_19090 sys_process_vm_readv 3-5 19090 NULL nohasharray
3446 +brcmf_usbdev_qinit_19090 brcmf_usbdev_qinit 2 19090 &sys_process_vm_readv_19090
3447 +sta_last_seq_ctrl_read_19106 sta_last_seq_ctrl_read 3 19106 NULL
3448 @@ -96024,7 +96057,6 @@ index 0000000..ddd5b2e
3449 +wbcir_tx_19219 wbcir_tx 3 19219 NULL
3450 +gsi_to_irq_19220 gsi_to_irq 0-1 19220 NULL
3451 +snd_mask_max_19224 snd_mask_max 0 19224 NULL
3452 -+snd_pcm_capture_rewind_19229 snd_pcm_capture_rewind 0-2 19229 NULL
3453 +bio_alloc_mddev_19238 bio_alloc_mddev 2 19238 NULL
3454 +sys_fcntl_19267 sys_fcntl 3 19267 NULL
3455 +il_dbgfs_rxon_filter_flags_read_19281 il_dbgfs_rxon_filter_flags_read 3 19281 NULL
3456 @@ -96032,11 +96064,11 @@ index 0000000..ddd5b2e
3457 +qc_capture_19298 qc_capture 3 19298 NULL
3458 +ocfs2_prepare_inode_for_refcount_19303 ocfs2_prepare_inode_for_refcount 3-4 19303 NULL
3459 +event_tx_stuck_read_19305 event_tx_stuck_read 3 19305 NULL
3460 ++gfn_to_gpa_19320 gfn_to_gpa 0-1 19320 NULL
3461 +debug_read_19322 debug_read 3 19322 NULL
3462 +cfg80211_inform_bss_19332 cfg80211_inform_bss 8 19332 NULL
3463 +read_zero_19366 read_zero 3 19366 NULL
3464 +interpret_user_input_19393 interpret_user_input 2 19393 NULL
3465 -+get_unaligned_be16_19400 get_unaligned_be16 0 19400 NULL
3466 +get_n_events_by_type_19401 get_n_events_by_type 0 19401 NULL
3467 +dvbdmx_write_19423 dvbdmx_write 3 19423 NULL
3468 +__phys_addr_19434 __phys_addr 0 19434 NULL
3469 @@ -96061,6 +96093,7 @@ index 0000000..ddd5b2e
3470 +usbvision_rvmalloc_19655 usbvision_rvmalloc 1 19655 NULL
3471 +LoadBitmap_19658 LoadBitmap 2 19658 NULL
3472 +usbnet_write_cmd_19679 usbnet_write_cmd 7 19679 NULL
3473 ++bio_detain_19690 bio_detain 2 19690 NULL
3474 +read_reg_19723 read_reg 0 19723 NULL
3475 +wm8350_block_write_19727 wm8350_block_write 3-2 19727 NULL
3476 +memcpy_toiovecend_19736 memcpy_toiovecend 4-3 19736 NULL
3477 @@ -96073,13 +96106,13 @@ index 0000000..ddd5b2e
3478 +saa7146_vmalloc_build_pgtable_19780 saa7146_vmalloc_build_pgtable 2 19780 NULL
3479 +irda_setsockopt_19824 irda_setsockopt 5 19824 NULL
3480 +pcpu_next_unpop_19831 pcpu_next_unpop 4 19831 NULL
3481 -+vip_read_19832 vip_read 3 19832 NULL nohasharray
3482 -+vfs_getxattr_19832 vfs_getxattr 0 19832 &vip_read_19832
3483 ++vfs_getxattr_19832 vfs_getxattr 0 19832 NULL
3484 +security_context_to_sid_19839 security_context_to_sid 2 19839 NULL
3485 +crypt_alloc_buffer_19846 crypt_alloc_buffer 2 19846 NULL
3486 +cfg80211_mlme_register_mgmt_19852 cfg80211_mlme_register_mgmt 5 19852 NULL
3487 +__nla_put_19857 __nla_put 3 19857 NULL
3488 +ip6gre_err_19869 ip6gre_err 5 19869 NULL
3489 ++mrp_request_join_19882 mrp_request_join 4 19882 NULL
3490 +aes_decrypt_interrupt_read_19910 aes_decrypt_interrupt_read 3 19910 NULL
3491 +ps_upsd_max_apturn_read_19918 ps_upsd_max_apturn_read 3 19918 NULL
3492 +cgroup_task_count_19930 cgroup_task_count 0 19930 NULL
3493 @@ -96087,7 +96120,6 @@ index 0000000..ddd5b2e
3494 +attach_hdlc_protocol_19986 attach_hdlc_protocol 3 19986 NULL
3495 +diva_um_idi_read_20003 diva_um_idi_read 0 20003 NULL
3496 +split_scan_timeout_read_20029 split_scan_timeout_read 3 20029 NULL
3497 -+__be32_to_cpup_20056 __be32_to_cpup 0 20056 NULL
3498 +alloc_ieee80211_20063 alloc_ieee80211 1 20063 NULL
3499 +rawv6_sendmsg_20080 rawv6_sendmsg 4 20080 NULL
3500 +fuse_conn_limit_read_20084 fuse_conn_limit_read 3 20084 NULL
3501 @@ -96098,25 +96130,24 @@ index 0000000..ddd5b2e
3502 +read_flush_pipefs_20171 read_flush_pipefs 3 20171 NULL
3503 +wep_addr_key_count_read_20174 wep_addr_key_count_read 3 20174 NULL
3504 +create_trace_probe_20175 create_trace_probe 1 20175 NULL
3505 ++crystalhd_map_dio_20181 crystalhd_map_dio 3 20181 NULL
3506 +udf_bitmap_new_block_20214 udf_bitmap_new_block 4 20214 NULL
3507 +pvr2_ctrl_value_to_sym_20229 pvr2_ctrl_value_to_sym 5 20229 NULL
3508 +rose_sendmsg_20249 rose_sendmsg 4 20249 NULL
3509 +tm6000_i2c_send_regs_20250 tm6000_i2c_send_regs 5 20250 NULL
3510 +pcpu_alloc_20255 pcpu_alloc 1-2 20255 NULL
3511 -+resource_size_20256 resource_size 0 20256 NULL
3512 +_rtl92s_get_h2c_cmdlen_20312 _rtl92s_get_h2c_cmdlen 0 20312 NULL
3513 +tx_tx_burst_programmed_read_20320 tx_tx_burst_programmed_read 3 20320 NULL
3514 +snd_cs4281_BA1_read_20323 snd_cs4281_BA1_read 5 20323 NULL
3515 +gfs2_glock_nq_m_20347 gfs2_glock_nq_m 1 20347 NULL
3516 ++handle_arr_calc_size_20355 handle_arr_calc_size 0-1 20355 NULL
3517 +qla82xx_pci_mem_read_direct_20368 qla82xx_pci_mem_read_direct 2 20368 NULL
3518 -+snd_pcm_stop_20376 snd_pcm_stop 0 20376 NULL
3519 +smk_set_cipso_20379 smk_set_cipso 3 20379 NULL
3520 +u64_to_uptr_20384 u64_to_uptr 1 20384 NULL
3521 +snd_nm256_readl_20394 snd_nm256_readl 0 20394 NULL
3522 +__kfifo_from_user_20399 __kfifo_from_user 3 20399 NULL
3523 -+pm860x_write_reg_cache_20448 pm860x_write_reg_cache 2 20448 NULL
3524 ++xen_create_contiguous_region_20457 xen_create_contiguous_region 1 20457 NULL
3525 +nfs3_setxattr_20458 nfs3_setxattr 4 20458 NULL
3526 -+ip_vs_icmp_xmit_v6_20464 ip_vs_icmp_xmit_v6 4 20464 NULL
3527 +compat_ipv6_setsockopt_20468 compat_ipv6_setsockopt 5 20468 NULL
3528 +read_buf_20469 read_buf 2 20469 NULL
3529 +btrfs_get_32_20476 btrfs_get_32 0 20476 NULL
3530 @@ -96132,7 +96163,6 @@ index 0000000..ddd5b2e
3531 +venus_create_20555 venus_create 4 20555 NULL
3532 +btrfs_super_log_root_20565 btrfs_super_log_root 0 20565 NULL
3533 +crypto_ahash_reqsize_20569 crypto_ahash_reqsize 0 20569 NULL
3534 -+rc5t583_set_bits_20573 rc5t583_set_bits 2 20573 NULL
3535 +i915_max_freq_read_20581 i915_max_freq_read 3 20581 NULL
3536 +batadv_tt_append_diff_20588 batadv_tt_append_diff 4 20588 NULL
3537 +lirc_write_20604 lirc_write 3 20604 NULL
3538 @@ -96141,14 +96171,13 @@ index 0000000..ddd5b2e
3539 +kfifo_copy_to_user_20646 kfifo_copy_to_user 3 20646 NULL
3540 +cpulist_scnprintf_20648 cpulist_scnprintf 0-2 20648 NULL
3541 +oz_add_farewell_20652 oz_add_farewell 5 20652 NULL
3542 -+ceph_osdc_new_request_20654 ceph_osdc_new_request 15-4 20654 NULL
3543 +oz_cdev_read_20659 oz_cdev_read 3 20659 NULL
3544 -+sec_reg_write_20667 sec_reg_write 2 20667 NULL
3545 -+tps65910_reg_clear_bits_20672 tps65910_reg_clear_bits 2 20672 NULL
3546 +snd_hdsp_playback_copy_20676 snd_hdsp_playback_copy 5 20676 NULL
3547 -+dvb_dmxdev_buffer_read_20682 dvb_dmxdev_buffer_read 0-4 20682 NULL
3548 ++get_user_page_nowait_20682 get_user_page_nowait 3 20682 NULL nohasharray
3549 ++dvb_dmxdev_buffer_read_20682 dvb_dmxdev_buffer_read 0-4 20682 &get_user_page_nowait_20682
3550 +cpumask_size_20683 cpumask_size 0 20683 NULL
3551 +btrfs_node_blockptr_20685 btrfs_node_blockptr 0 20685 NULL
3552 ++gru_vtop_20689 gru_vtop 2 20689 NULL
3553 +read_file_tgt_int_stats_20697 read_file_tgt_int_stats 3 20697 NULL
3554 +__maestro_read_20700 __maestro_read 0 20700 NULL
3555 +cipso_v4_gentag_rng_20703 cipso_v4_gentag_rng 0 20703 NULL
3556 @@ -96159,16 +96188,19 @@ index 0000000..ddd5b2e
3557 +io_apic_set_pci_routing_20740 io_apic_set_pci_routing 2 20740 NULL
3558 +vol_cdev_direct_write_20751 vol_cdev_direct_write 3 20751 NULL
3559 +ocfs2_align_bytes_to_clusters_20754 ocfs2_align_bytes_to_clusters 2 20754 NULL
3560 ++brcmf_p2p_escan_20763 brcmf_p2p_escan 2 20763 NULL
3561 +ubi_io_read_20767 ubi_io_read 0 20767 NULL
3562 +fb_alloc_cmap_gfp_20792 fb_alloc_cmap_gfp 2 20792 NULL
3563 +iommu_range_alloc_20794 iommu_range_alloc 3 20794 NULL
3564 +iwl_dbgfs_rxon_flags_read_20795 iwl_dbgfs_rxon_flags_read 3 20795 NULL
3565 +sys_sendto_20809 sys_sendto 6 20809 NULL
3566 +strndup_user_20819 strndup_user 2 20819 NULL
3567 ++calc_layout_20829 calc_layout 3 20829 NULL
3568 +wl1271_format_buffer_20834 wl1271_format_buffer 2 20834 NULL
3569 -+uvc_alloc_entity_20836 uvc_alloc_entity 4-3 20836 NULL
3570 ++uvc_alloc_entity_20836 uvc_alloc_entity 3-4 20836 NULL
3571 +snd_pcm_capture_avail_20867 snd_pcm_capture_avail 0 20867 NULL
3572 +ocfs2_bmap_20874 ocfs2_bmap 2 20874 NULL
3573 ++skb_tail_pointer_20878 skb_tail_pointer 0 20878 NULL
3574 +sisusb_send_packet_20891 sisusb_send_packet 2 20891 NULL
3575 +key_icverrors_read_20895 key_icverrors_read 3 20895 NULL
3576 +vfio_msi_enable_20906 vfio_msi_enable 2 20906 NULL
3577 @@ -96176,10 +96208,12 @@ index 0000000..ddd5b2e
3578 +htable_bits_20933 htable_bits 0 20933 NULL
3579 +altera_set_ir_post_20948 altera_set_ir_post 2 20948 NULL
3580 +rx_rx_phy_hdr_read_20950 rx_rx_phy_hdr_read 3 20950 NULL
3581 ++nfs_map_name_to_uid_20962 nfs_map_name_to_uid 3 20962 NULL
3582 +snd_rme9652_playback_copy_20970 snd_rme9652_playback_copy 5 20970 NULL
3583 +brcmf_tx_frame_20978 brcmf_tx_frame 3 20978 NULL
3584 +alg_setsockopt_20985 alg_setsockopt 5 20985 NULL
3585 +ocfs2_free_clusters_21001 ocfs2_free_clusters 4 21001 NULL
3586 ++ceph_osdc_new_request_21017 ceph_osdc_new_request 14-4 21017 NULL
3587 +btrfs_inode_ref_name_len_21024 btrfs_inode_ref_name_len 0 21024 NULL
3588 +rx_defrag_tkip_called_read_21031 rx_defrag_tkip_called_read 3 21031 NULL
3589 +lbs_threshold_read_21046 lbs_threshold_read 5 21046 NULL
3590 @@ -96190,11 +96224,10 @@ index 0000000..ddd5b2e
3591 +__cfg80211_send_disassoc_21096 __cfg80211_send_disassoc 3 21096 NULL
3592 +ext2_valid_block_bitmap_21101 ext2_valid_block_bitmap 3 21101 NULL
3593 +ath6kl_send_go_probe_resp_21113 ath6kl_send_go_probe_resp 3 21113 NULL
3594 ++bitset_size_in_bytes_21124 bitset_size_in_bytes 0-1 21124 NULL
3595 +i2400m_rx_trace_21127 i2400m_rx_trace 3 21127 NULL
3596 +tps6586x_irq_init_21144 tps6586x_irq_init 3 21144 NULL
3597 +ocfs2_block_check_validate_21149 ocfs2_block_check_validate 2 21149 NULL
3598 -+ath6kl_mgmt_tx_21153 ath6kl_mgmt_tx 9 21153 NULL
3599 -+setup_msi_irq_21169 setup_msi_irq 3 21169 NULL
3600 +cx18_v4l2_read_21196 cx18_v4l2_read 3 21196 NULL
3601 +ipc_rcu_alloc_21208 ipc_rcu_alloc 1 21208 NULL
3602 +_ocfs2_free_clusters_21220 _ocfs2_free_clusters 4 21220 NULL
3603 @@ -96203,7 +96236,7 @@ index 0000000..ddd5b2e
3604 +cfg80211_notify_new_peer_candidate_21242 cfg80211_notify_new_peer_candidate 4 21242 NULL
3605 +ocfs2_blocks_for_bytes_21268 ocfs2_blocks_for_bytes 0-2 21268 NULL
3606 +ip_vs_icmp_xmit_21269 ip_vs_icmp_xmit 4 21269 NULL
3607 -+rc5t583_clear_bits_21300 rc5t583_clear_bits 2 21300 NULL
3608 ++make_alloc_exact_21279 make_alloc_exact 1-3 21279 NULL
3609 +vmw_gmr2_bind_21305 vmw_gmr2_bind 3 21305 NULL
3610 +do_msg_fill_21307 do_msg_fill 3 21307 NULL
3611 +add_res_range_21310 add_res_range 4 21310 NULL
3612 @@ -96219,10 +96252,8 @@ index 0000000..ddd5b2e
3613 +tcp_bound_to_half_wnd_21429 tcp_bound_to_half_wnd 0-2 21429 NULL
3614 +tracing_saved_cmdlines_read_21434 tracing_saved_cmdlines_read 3 21434 NULL
3615 +aggr_size_tx_agg_vs_rate_read_21438 aggr_size_tx_agg_vs_rate_read 3 21438 NULL
3616 -+btrfs_iref_to_path_21445 btrfs_iref_to_path 7 21445 NULL
3617 +__ertm_hdr_size_21450 __ertm_hdr_size 0 21450 NULL
3618 +concat_writev_21451 concat_writev 3 21451 NULL
3619 -+extend_netdev_table_21453 extend_netdev_table 2 21453 NULL
3620 +read_file_xmit_21487 read_file_xmit 3 21487 NULL
3621 +mmc_alloc_sg_21504 mmc_alloc_sg 1 21504 NULL
3622 +btrfs_file_aio_write_21520 btrfs_file_aio_write 4 21520 NULL
3623 @@ -96232,24 +96263,23 @@ index 0000000..ddd5b2e
3624 +rx_rx_beacon_early_term_read_21559 rx_rx_beacon_early_term_read 3 21559 NULL
3625 +xfs_buf_read_uncached_21585 xfs_buf_read_uncached 3 21585 NULL
3626 +ocfs2_acl_from_xattr_21604 ocfs2_acl_from_xattr 2 21604 NULL
3627 -+xlog_do_recovery_pass_21618 xlog_do_recovery_pass 3 21618 NULL
3628 +__jfs_getxattr_21631 __jfs_getxattr 0 21631 NULL
3629 -+rbd_req_sync_op_21632 rbd_req_sync_op 7-8 21632 NULL
3630 +validate_nnode_21638 validate_nnode 0 21638 NULL
3631 +__irq_alloc_descs_21639 __irq_alloc_descs 2-1-3 21639 NULL
3632 +carl9170_rx_copy_data_21656 carl9170_rx_copy_data 2 21656 NULL
3633 -+hpet_setup_msi_irq_21662 hpet_setup_msi_irq 1 21662 NULL
3634 +atalk_sendmsg_21677 atalk_sendmsg 4 21677 NULL
3635 +ocfs2_xattr_get_nolock_21678 ocfs2_xattr_get_nolock 0 21678 NULL
3636 +regmap_register_patch_21681 regmap_register_patch 3 21681 NULL
3637 +rtllib_alloc_txb_21687 rtllib_alloc_txb 1-2 21687 NULL
3638 +evdev_ioctl_handler_21705 evdev_ioctl_handler 2 21705 NULL
3639 +reiserfs_allocate_list_bitmaps_21732 reiserfs_allocate_list_bitmaps 3 21732 NULL
3640 ++vm_brk_21739 vm_brk 1 21739 NULL
3641 +__nf_nat_mangle_tcp_packet_21744 __nf_nat_mangle_tcp_packet 8-6 21744 NULL
3642 +mthca_alloc_init_21754 mthca_alloc_init 2 21754 NULL
3643 +gen_pool_add_21776 gen_pool_add 3 21776 NULL
3644 +xfs_da_grow_inode_int_21785 xfs_da_grow_inode_int 3 21785 NULL
3645 +__ioremap_caller_21800 __ioremap_caller 1-2 21800 NULL
3646 ++min_odd_21802 min_odd 0 21802 NULL
3647 +dvb_generic_ioctl_21810 dvb_generic_ioctl 2 21810 NULL
3648 +wm8994_request_irq_21822 wm8994_request_irq 2 21822 NULL
3649 +oom_adj_read_21847 oom_adj_read 3 21847 NULL
3650 @@ -96258,32 +96288,29 @@ index 0000000..ddd5b2e
3651 +brcms_debugfs_hardware_read_21867 brcms_debugfs_hardware_read 3 21867 NULL
3652 +sisusbcon_bmove_21873 sisusbcon_bmove 6-5-7 21873 NULL nohasharray
3653 +tcp_cookie_size_check_21873 tcp_cookie_size_check 0-1 21873 &sisusbcon_bmove_21873
3654 ++xen_swiotlb_map_page_21886 xen_swiotlb_map_page 3 21886 NULL
3655 +__alloc_reserved_percpu_21895 __alloc_reserved_percpu 1-2 21895 NULL
3656 +rio_destid_first_21900 rio_destid_first 0 21900 NULL
3657 +dbAllocCtl_21911 dbAllocCtl 0 21911 NULL
3658 +qsfp_1_read_21915 qsfp_1_read 3 21915 NULL
3659 -+rbd_req_read_21952 rbd_req_read 4-5 21952 NULL
3660 +security_mmap_addr_21970 security_mmap_addr 0 21970 NULL
3661 +alloc_ldt_21972 alloc_ldt 2 21972 NULL
3662 +rxpipe_descr_host_int_trig_rx_data_read_22001 rxpipe_descr_host_int_trig_rx_data_read 3 22001 NULL nohasharray
3663 +compat_rw_copy_check_uvector_22001 compat_rw_copy_check_uvector 0-3 22001 &rxpipe_descr_host_int_trig_rx_data_read_22001
3664 +btrfs_get_16_22023 btrfs_get_16 0 22023 NULL
3665 -+ti_recv_22027 ti_recv 4 22027 NULL
3666 -+pcf50633_irq_unmask_22034 pcf50633_irq_unmask 2 22034 NULL
3667 +zd_usb_read_fw_22049 zd_usb_read_fw 4 22049 NULL
3668 +ieee80211_if_fmt_dropped_frames_ttl_22054 ieee80211_if_fmt_dropped_frames_ttl 3 22054 NULL
3669 +btrfs_reloc_clone_csums_22077 btrfs_reloc_clone_csums 2 22077 NULL
3670 ++write_opcode_22082 write_opcode 2 22082 NULL
3671 +mem_rw_22085 mem_rw 3 22085 NULL
3672 -+snd_pcm_xrun_22088 snd_pcm_xrun 0 22088 NULL
3673 ++is_swbp_at_addr_22089 is_swbp_at_addr 2 22089 NULL
3674 +lowpan_fragment_xmit_22095 lowpan_fragment_xmit 3-4 22095 NULL
3675 +sys_remap_file_pages_22124 sys_remap_file_pages 1 22124 NULL
3676 +__bitmap_size_22138 __bitmap_size 0 22138 NULL
3677 +compat_insn_22142 compat_insn 2 22142 NULL
3678 -+pn533_dep_link_up_22154 pn533_dep_link_up 5 22154 NULL
3679 +do_tcp_sendpages_22155 do_tcp_sendpages 4 22155 NULL
3680 -+__kfifo_alloc_22173 __kfifo_alloc 2-3 22173 NULL
3681 ++__kfifo_alloc_22173 __kfifo_alloc 3 22173 NULL
3682 +fls_22210 fls 0 22210 NULL
3683 -+bio_chain_clone_22227 bio_chain_clone 4 22227 NULL
3684 +mem_write_22232 mem_write 3 22232 NULL
3685 +p9_virtio_zc_request_22240 p9_virtio_zc_request 6-5 22240 NULL
3686 +atomic64_xchg_22246 atomic64_xchg 0 22246 NULL
3687 @@ -96292,43 +96319,49 @@ index 0000000..ddd5b2e
3688 +queue_max_sectors_22280 queue_max_sectors 0 22280 NULL
3689 +pci_vpd_srdt_size_22300 pci_vpd_srdt_size 0 22300 NULL nohasharray
3690 +__tun_chr_ioctl_22300 __tun_chr_ioctl 4 22300 &pci_vpd_srdt_size_22300
3691 ++extend_brk_22301 extend_brk 0 22301 NULL
3692 +mesh_table_alloc_22305 mesh_table_alloc 1 22305 NULL
3693 +get_segment_base_22324 get_segment_base 0 22324 NULL
3694 +radix_tree_find_next_bit_22334 radix_tree_find_next_bit 2-3 22334 NULL
3695 +atomic_read_22342 atomic_read 0 22342 NULL
3696 +mlx4_db_alloc_22358 mlx4_db_alloc 3 22358 NULL
3697 -+irq_reserve_irq_22360 irq_reserve_irq 1 22360 NULL
3698 ++irq_reserve_irq_22360 irq_reserve_irq 1 22360 NULL nohasharray
3699 ++memcg_size_22360 memcg_size 0 22360 &irq_reserve_irq_22360
3700 +snd_pcm_alsa_frames_22363 snd_pcm_alsa_frames 2 22363 NULL
3701 -+wlcore_alloc_hw_22365 wlcore_alloc_hw 1 22365 NULL nohasharray
3702 -+tps6586x_gpio_to_irq_22365 tps6586x_gpio_to_irq 2 22365 &wlcore_alloc_hw_22365
3703 ++tps6586x_gpio_to_irq_22365 tps6586x_gpio_to_irq 2 22365 NULL
3704 +evdev_ioctl_22371 evdev_ioctl 2 22371 NULL
3705 +alloc_large_system_hash_22391 alloc_large_system_hash 2 22391 NULL
3706 +btmrvl_psmode_read_22395 btmrvl_psmode_read 3 22395 NULL
3707 ++crash_shrink_memory_22401 crash_shrink_memory 1 22401 NULL
3708 +zoran_write_22404 zoran_write 3 22404 NULL
3709 +queue_reply_22416 queue_reply 3 22416 NULL
3710 +__set_enter_print_fmt_22431 __set_enter_print_fmt 0 22431 NULL
3711 +queue_max_segments_22441 queue_max_segments 0 22441 NULL
3712 +handle_received_packet_22457 handle_received_packet 3 22457 NULL
3713 +mem_cgroup_read_22461 mem_cgroup_read 5 22461 NULL
3714 ++batadv_check_unicast_packet_22468 batadv_check_unicast_packet 3 22468 NULL
3715 +cache_write_procfs_22491 cache_write_procfs 3 22491 NULL
3716 +mp_find_ioapic_pin_22499 mp_find_ioapic_pin 0-2 22499 NULL
3717 +mutex_lock_interruptible_22505 mutex_lock_interruptible 0 22505 NULL
3718 +ip4_addr_string_22511 ip4_addr_string 0 22511 NULL
3719 ++swiotlb_tbl_unmap_single_22522 swiotlb_tbl_unmap_single 2 22522 NULL nohasharray
3720 ++usb_dump_config_descriptor_22522 usb_dump_config_descriptor 0 22522 &swiotlb_tbl_unmap_single_22522
3721 +pskb_may_pull_22546 pskb_may_pull 2 22546 NULL
3722 +ocfs2_read_extent_block_22550 ocfs2_read_extent_block 0 22550 NULL
3723 +atomic_long_read_unchecked_22551 atomic_long_read_unchecked 0 22551 NULL
3724 +agp_alloc_page_array_22554 agp_alloc_page_array 1 22554 NULL
3725 +dbFindCtl_22587 dbFindCtl 0 22587 NULL
3726 +snapshot_read_22601 snapshot_read 3 22601 NULL
3727 ++remove_breakpoint_22628 remove_breakpoint 3 22628 NULL
3728 +sctp_setsockopt_connectx_old_22631 sctp_setsockopt_connectx_old 3 22631 NULL
3729 +ide_core_cp_entry_22636 ide_core_cp_entry 3 22636 NULL
3730 +wl1271_rx_filter_get_fields_size_22638 wl1271_rx_filter_get_fields_size 0 22638 NULL
3731 +pwr_wake_on_timer_exp_read_22640 pwr_wake_on_timer_exp_read 3 22640 NULL
3732 +iwl_dbgfs_calib_disabled_read_22649 iwl_dbgfs_calib_disabled_read 3 22649 NULL
3733 +ubifs_leb_write_22679 ubifs_leb_write 4-5 22679 NULL
3734 -+fill_gap_22681 fill_gap 0 22681 NULL
3735 +ocfs2_get_block_22687 ocfs2_get_block 2 22687 NULL
3736 +compat_fd_ioctl_22694 compat_fd_ioctl 4 22694 NULL
3737 ++map_22700 map 2 22700 NULL
3738 +alloc_libipw_22708 alloc_libipw 1 22708 NULL
3739 +brcmf_sdbrcm_read_control_22721 brcmf_sdbrcm_read_control 3 22721 NULL
3740 +cx18_copy_buf_to_user_22735 cx18_copy_buf_to_user 4 22735 NULL
3741 @@ -96336,28 +96369,30 @@ index 0000000..ddd5b2e
3742 +iio_debugfs_write_reg_22742 iio_debugfs_write_reg 3 22742 NULL
3743 +print_frame_22769 print_frame 0 22769 NULL
3744 +ftrace_arch_read_dyn_info_22773 ftrace_arch_read_dyn_info 0 22773 NULL
3745 -+retu_write_22800 retu_write 2 22800 NULL
3746 +compat_blkdev_ioctl_22841 compat_blkdev_ioctl 3 22841 NULL
3747 -+can_nocow_odirect_22854 can_nocow_odirect 3 22854 NULL nohasharray
3748 -+read_file_rcstat_22854 read_file_rcstat 3 22854 &can_nocow_odirect_22854
3749 ++clone_bio_integrity_22842 clone_bio_integrity 4 22842 NULL
3750 ++read_file_rcstat_22854 read_file_rcstat 3 22854 NULL
3751 +do_atm_iobuf_22857 do_atm_iobuf 3 22857 NULL
3752 -+nfs4_realloc_slot_table_22859 nfs4_realloc_slot_table 2 22859 NULL
3753 +create_attr_set_22861 create_attr_set 1 22861 NULL
3754 +vmw_execbuf_process_22885 vmw_execbuf_process 5 22885 NULL
3755 +usblp_new_writeurb_22894 usblp_new_writeurb 2 22894 NULL
3756 +mdc800_device_read_22896 mdc800_device_read 3 22896 NULL
3757 ++policy_emit_config_values_22900 policy_emit_config_values 3 22900 NULL
3758 +pcpu_mem_zalloc_22948 pcpu_mem_zalloc 1 22948 NULL
3759 +alloc_sglist_22960 alloc_sglist 1-2-3 22960 NULL
3760 +caif_seqpkt_sendmsg_22961 caif_seqpkt_sendmsg 4 22961 NULL
3761 +vme_get_size_22964 vme_get_size 0 22964 NULL
3762 +tx_frag_key_not_found_read_22971 tx_frag_key_not_found_read 3 22971 NULL
3763 ++page_table_range_init_count_22977 page_table_range_init_count 0 22977 NULL
3764 +usb_get_langid_22983 usb_get_langid 0 22983 NULL
3765 ++set_msr_hyperv_22985 set_msr_hyperv 3 22985 NULL
3766 +remote_settings_file_write_22987 remote_settings_file_write 3 22987 NULL
3767 +viafb_dvp0_proc_write_23023 viafb_dvp0_proc_write 3 23023 NULL
3768 +cifs_local_to_utf16_bytes_23025 cifs_local_to_utf16_bytes 0 23025 NULL
3769 +st_status_23032 st_status 5 23032 NULL
3770 +nv50_disp_chan_create__23056 nv50_disp_chan_create_ 5 23056 NULL
3771 +reiserfs_add_entry_23062 reiserfs_add_entry 4 23062 NULL
3772 ++kvm_mmu_gva_to_gpa_write_23075 kvm_mmu_gva_to_gpa_write 0 23075 NULL
3773 +vm_map_ram_23078 vm_map_ram 2 23078 NULL nohasharray
3774 +raw_sendmsg_23078 raw_sendmsg 4 23078 &vm_map_ram_23078
3775 +qla4_82xx_pci_mem_read_2M_23081 qla4_82xx_pci_mem_read_2M 2 23081 NULL
3776 @@ -96373,7 +96408,6 @@ index 0000000..ddd5b2e
3777 +dm_write_async_23120 dm_write_async 3 23120 NULL
3778 +drm_mode_create_tv_properties_23122 drm_mode_create_tv_properties 2 23122 NULL
3779 +ca91cx42_master_set_23146 ca91cx42_master_set 4 23146 NULL
3780 -+wm831x_set_bits_23158 wm831x_set_bits 2 23158 NULL
3781 +read_file_ani_23161 read_file_ani 3 23161 NULL
3782 +ioremap_23172 ioremap 1-2 23172 NULL
3783 +usblp_write_23178 usblp_write 3 23178 NULL
3784 @@ -96382,7 +96416,6 @@ index 0000000..ddd5b2e
3785 +ieee80211_get_mesh_hdrlen_23183 ieee80211_get_mesh_hdrlen 0 23183 NULL
3786 +fix_unclean_leb_23188 fix_unclean_leb 3 23188 NULL
3787 +mpi_alloc_limb_space_23190 mpi_alloc_limb_space 1 23190 NULL
3788 -+__next_dma_cap_23195 __next_dma_cap 1 23195 NULL
3789 +convert_ip_to_linear_23198 convert_ip_to_linear 0 23198 NULL
3790 +pm80x_free_irq_23210 pm80x_free_irq 2 23210 NULL nohasharray
3791 +compat_rawv6_ioctl_23210 compat_rawv6_ioctl 3 23210 &pm80x_free_irq_23210
3792 @@ -96394,19 +96427,21 @@ index 0000000..ddd5b2e
3793 +ipv6_skip_exthdr_23283 ipv6_skip_exthdr 0-2 23283 NULL
3794 +doc_probe_23285 doc_probe 1 23285 NULL
3795 +diva_get_trace_filter_23286 diva_get_trace_filter 0 23286 NULL
3796 ++perf_mmap_free_page_23302 perf_mmap_free_page 1 23302 NULL
3797 +i2cdev_write_23310 i2cdev_write 3 23310 NULL
3798 +mc13xxx_get_num_regulators_dt_23344 mc13xxx_get_num_regulators_dt 0 23344 NULL
3799 +page_readlink_23346 page_readlink 3 23346 NULL
3800 +get_dst_timing_23358 get_dst_timing 0 23358 NULL
3801 ++fd_setup_write_same_buf_23369 fd_setup_write_same_buf 3 23369 NULL
3802 +iscsi_change_queue_depth_23416 iscsi_change_queue_depth 2 23416 NULL
3803 +vga_mm_r_23419 vga_mm_r 0 23419 NULL
3804 +vzalloc_node_23424 vzalloc_node 1 23424 NULL
3805 -+__cxio_init_resource_fifo_23447 __cxio_init_resource_fifo 3 23447 NULL nohasharray
3806 -+ocfs2_zero_tail_23447 ocfs2_zero_tail 3 23447 &__cxio_init_resource_fifo_23447
3807 ++ocfs2_zero_tail_23447 ocfs2_zero_tail 3 23447 NULL
3808 +hidraw_send_report_23449 hidraw_send_report 3 23449 NULL
3809 +linear_conf_23485 linear_conf 2 23485 NULL nohasharray
3810 +divasa_remap_pci_bar_23485 divasa_remap_pci_bar 3-4 23485 &linear_conf_23485
3811 +event_filter_read_23494 event_filter_read 3 23494 NULL
3812 ++__gfn_to_hva_many_23508 __gfn_to_hva_many 0-2 23508 NULL
3813 +ima_show_measurements_count_23536 ima_show_measurements_count 3 23536 NULL
3814 +xen_allocate_irq_gsi_23546 xen_allocate_irq_gsi 1-0 23546 NULL
3815 +tcp_current_mss_23552 tcp_current_mss 0 23552 NULL
3816 @@ -96414,6 +96449,7 @@ index 0000000..ddd5b2e
3817 +venus_symlink_23570 venus_symlink 4-6 23570 NULL
3818 +iwl_dbgfs_interrupt_read_23574 iwl_dbgfs_interrupt_read 3 23574 NULL
3819 +snd_interval_min_23590 snd_interval_min 0 23590 NULL
3820 ++do_mmap_pgoff_23600 do_mmap_pgoff 0 23600 NULL
3821 +_alloc_cdb_cont_23609 _alloc_cdb_cont 2 23609 NULL
3822 +islpci_mgt_transaction_23610 islpci_mgt_transaction 5 23610 NULL
3823 +__i2400mu_send_barker_23652 __i2400mu_send_barker 3 23652 NULL
3824 @@ -96429,15 +96465,16 @@ index 0000000..ddd5b2e
3825 +security_inode_getxattr_23781 security_inode_getxattr 0 23781 NULL
3826 +diva_alloc_dma_map_23798 diva_alloc_dma_map 2 23798 NULL
3827 +rx_path_reset_read_23801 rx_path_reset_read 3 23801 NULL
3828 -+__earlyonly_bootmem_alloc_23824 __earlyonly_bootmem_alloc 2 23824 NULL
3829 ++__earlyonly_bootmem_alloc_23824 __earlyonly_bootmem_alloc 2-3 23824 NULL
3830 ++ceph_copy_page_vector_to_user_23829 ceph_copy_page_vector_to_user 3-4 23829 NULL
3831 +xfs_dir2_leaf_getdents_23841 xfs_dir2_leaf_getdents 3 23841 NULL
3832 ++pgdat_end_pfn_23842 pgdat_end_pfn 0 23842 NULL
3833 +iwl_dbgfs_nvm_read_23845 iwl_dbgfs_nvm_read 3 23845 NULL
3834 +p54_init_common_23850 p54_init_common 1 23850 NULL
3835 +gart_alloc_coherent_23852 gart_alloc_coherent 2 23852 NULL
3836 +bin_to_hex_dup_23853 bin_to_hex_dup 2 23853 NULL
3837 +ocfs2_xattr_get_clusters_23857 ocfs2_xattr_get_clusters 0 23857 NULL
3838 +ieee80211_if_read_dot11MeshMaxPeerLinks_23878 ieee80211_if_read_dot11MeshMaxPeerLinks 3 23878 NULL
3839 -+ieee80211_if_read_channel_type_23884 ieee80211_if_read_channel_type 3 23884 NULL
3840 +nes_alloc_resource_23891 nes_alloc_resource 3 23891 NULL
3841 +tipc_snprintf_23893 tipc_snprintf 2 23893 NULL
3842 +add_new_gdb_meta_bg_23911 add_new_gdb_meta_bg 3 23911 NULL nohasharray
3843 @@ -96453,15 +96490,16 @@ index 0000000..ddd5b2e
3844 +cxgb_alloc_mem_24007 cxgb_alloc_mem 1 24007 NULL
3845 +dgrp_send_24028 dgrp_send 0-2 24028 NULL
3846 +ocfs2_mark_extent_refcounted_24035 ocfs2_mark_extent_refcounted 6 24035 NULL
3847 ++adis16400_show_serial_number_24037 adis16400_show_serial_number 3 24037 NULL
3848 +afs_cell_alloc_24052 afs_cell_alloc 2 24052 NULL
3849 +blkcipher_copy_iv_24075 blkcipher_copy_iv 3 24075 NULL
3850 +vb2_fop_read_24080 vb2_fop_read 3 24080 NULL
3851 +pipeline_post_proc_swi_read_24108 pipeline_post_proc_swi_read 3 24108 NULL
3852 +request_key_auth_read_24109 request_key_auth_read 3 24109 NULL
3853 -+ieee80211_send_auth_24121 ieee80211_send_auth 5 24121 NULL
3854 +mpu401_read_24126 mpu401_read 3 24126 NULL
3855 +irnet_ctrl_write_24139 irnet_ctrl_write 3 24139 NULL
3856 +trim_bitmaps_24158 trim_bitmaps 3 24158 NULL
3857 ++set_discard_24162 set_discard 2 24162 NULL
3858 +adu_read_24177 adu_read 3 24177 NULL
3859 +safe_prepare_write_buffer_24187 safe_prepare_write_buffer 3 24187 NULL
3860 +ieee80211_if_read_dot11MeshHWMPpreqMinInterval_24208 ieee80211_if_read_dot11MeshHWMPpreqMinInterval 3 24208 NULL
3861 @@ -96471,6 +96509,8 @@ index 0000000..ddd5b2e
3862 +mei_amthif_read_24224 mei_amthif_read 4 24224 &pcpu_embed_first_chunk_24224
3863 +pci_num_vf_24235 pci_num_vf 0 24235 NULL
3864 +sel_read_bool_24236 sel_read_bool 3 24236 NULL
3865 ++dm_cache_save_hint_24257 dm_cache_save_hint 2 24257 NULL
3866 ++em28xx_alloc_urbs_24260 em28xx_alloc_urbs 4-6 24260 NULL
3867 +thin_status_24278 thin_status 5 24278 NULL
3868 +compat_sys_preadv64_24283 compat_sys_preadv64 3 24283 NULL
3869 +msg_size_24288 msg_size 0 24288 NULL
3870 @@ -96488,12 +96528,13 @@ index 0000000..ddd5b2e
3871 +getxattr_24398 getxattr 4 24398 &pvr2_v4l2_ioctl_24398
3872 +blk_update_bidi_request_24415 blk_update_bidi_request 3-4 24415 NULL
3873 +b43_debugfs_read_24425 b43_debugfs_read 3 24425 NULL
3874 -+ieee80211_rx_mgmt_beacon_24430 ieee80211_rx_mgmt_beacon 3 24430 NULL
3875 ++iwl_nvm_read_section_24438 iwl_nvm_read_section 0 24438 NULL
3876 +ixgbe_alloc_q_vector_24439 ixgbe_alloc_q_vector 4-6 24439 NULL
3877 +smk_user_access_24440 smk_user_access 3 24440 NULL
3878 +page_address_24444 page_address 0 24444 NULL
3879 +evdev_do_ioctl_24459 evdev_do_ioctl 2 24459 NULL
3880 +ocfs2_write_cluster_by_desc_24466 ocfs2_write_cluster_by_desc 5-6 24466 NULL
3881 ++read_file_spec_scan_ctl_24491 read_file_spec_scan_ctl 3 24491 NULL
3882 +pd_video_read_24510 pd_video_read 3 24510 NULL
3883 +request_key_with_auxdata_24515 request_key_with_auxdata 4 24515 NULL
3884 +xfs_buf_get_map_24522 xfs_buf_get_map 3 24522 NULL
3885 @@ -96502,12 +96543,13 @@ index 0000000..ddd5b2e
3886 +write_cache_pages_24562 write_cache_pages 0 24562 NULL
3887 +tsi148_alloc_resource_24563 tsi148_alloc_resource 2 24563 NULL
3888 +udf_compute_nr_groups_24594 udf_compute_nr_groups 0 24594 NULL
3889 -+palmas_smps_write_24600 palmas_smps_write 2 24600 NULL nohasharray
3890 -+count_preds_24600 count_preds 0 24600 &palmas_smps_write_24600
3891 ++count_preds_24600 count_preds 0 24600 NULL
3892 +sensor_hub_get_physical_device_count_24605 sensor_hub_get_physical_device_count 0 24605 NULL
3893 ++kvm_pv_enable_async_pf_24637 kvm_pv_enable_async_pf 2 24637 NULL
3894 +context_alloc_24645 context_alloc 3 24645 NULL
3895 +blk_rq_err_bytes_24650 blk_rq_err_bytes 0 24650 NULL
3896 +unifi_net_data_malloc_24716 unifi_net_data_malloc 3 24716 NULL
3897 ++read_fs_24717 read_fs 0 24717 NULL
3898 +simple_attr_read_24738 simple_attr_read 3 24738 NULL
3899 +qla2x00_change_queue_depth_24742 qla2x00_change_queue_depth 2 24742 NULL
3900 +ath_rxbuf_alloc_24745 ath_rxbuf_alloc 2 24745 NULL
3901 @@ -96526,6 +96568,7 @@ index 0000000..ddd5b2e
3902 +snd_pcm_lib_buffer_bytes_24865 snd_pcm_lib_buffer_bytes 0 24865 NULL
3903 +pnp_alloc_24869 pnp_alloc 1 24869 NULL nohasharray
3904 +l2cap_create_basic_pdu_24869 l2cap_create_basic_pdu 3 24869 &pnp_alloc_24869
3905 ++setup_buffering_24872 setup_buffering 3 24872 NULL
3906 +bnx2fc_cmd_mgr_alloc_24873 bnx2fc_cmd_mgr_alloc 3-2 24873 NULL
3907 +queues_read_24877 queues_read 3 24877 NULL
3908 +codec_list_read_file_24910 codec_list_read_file 3 24910 NULL
3909 @@ -96544,16 +96587,14 @@ index 0000000..ddd5b2e
3910 +ni_660x_num_counters_25031 ni_660x_num_counters 0 25031 NULL
3911 +nfs_dns_resolve_name_25036 nfs_dns_resolve_name 3 25036 NULL
3912 +gs_buf_alloc_25067 gs_buf_alloc 2 25067 NULL
3913 -+gfs2_iter_unstuffed_25099 gfs2_iter_unstuffed 0 25099 NULL
3914 -+cxio_hal_init_rhdl_resource_25104 cxio_hal_init_rhdl_resource 1 25104 NULL
3915 ++ceph_osdc_writepages_25085 ceph_osdc_writepages 5 25085 NULL
3916 +snd_rawmidi_kernel_write_25106 snd_rawmidi_kernel_write 3 25106 NULL
3917 -+fs32_to_cpu_25143 fs32_to_cpu 0 25143 NULL
3918 +sys_fgetxattr_25166 sys_fgetxattr 4 25166 NULL
3919 +ipath_init_qp_table_25167 ipath_init_qp_table 2 25167 NULL
3920 -+mmu_set_spte_25177 mmu_set_spte 8-9 25177 NULL
3921 +sctp_getsockopt_local_addrs_25178 sctp_getsockopt_local_addrs 2 25178 NULL
3922 +ks8851_rdreg32_25187 ks8851_rdreg32 0 25187 NULL
3923 +ocfs2_block_check_compute_25223 ocfs2_block_check_compute 2 25223 NULL
3924 ++free_memcg_kmem_pages_25228 free_memcg_kmem_pages 1 25228 NULL
3925 +mon_stat_read_25238 mon_stat_read 3 25238 NULL
3926 +tcf_csum_ipv6_udp_25241 tcf_csum_ipv6_udp 4 25241 NULL
3927 +nilfs_palloc_find_available_slot_25245 nilfs_palloc_find_available_slot 3-5 25245 NULL
3928 @@ -96566,7 +96607,6 @@ index 0000000..ddd5b2e
3929 +help_25316 help 5 25316 NULL nohasharray
3930 +ath9k_debugfs_read_buf_25316 ath9k_debugfs_read_buf 3 25316 &help_25316
3931 +rng_buffer_size_25348 rng_buffer_size 0 25348 NULL
3932 -+i915_gem_execbuffer_relocate_slow_25355 i915_gem_execbuffer_relocate_slow 7 25355 NULL
3933 +rio_destid_next_25368 rio_destid_next 2 25368 NULL nohasharray
3934 +unix_mkname_25368 unix_mkname 0-2 25368 &rio_destid_next_25368
3935 +sel_read_mls_25369 sel_read_mls 3 25369 NULL
3936 @@ -96585,10 +96625,11 @@ index 0000000..ddd5b2e
3937 +wimax_addr_scnprint_25548 wimax_addr_scnprint 2 25548 NULL
3938 +ht_print_chan_25556 ht_print_chan 0 25556 NULL
3939 +skb_tailroom_25567 skb_tailroom 0 25567 NULL
3940 ++find_extend_vma_25597 find_extend_vma 2 25597 NULL
3941 +__devres_alloc_25598 __devres_alloc 2 25598 NULL
3942 +copy_user_generic_25611 copy_user_generic 0 25611 NULL
3943 +proc_coredump_filter_write_25625 proc_coredump_filter_write 3 25625 NULL
3944 -+__get_user_pages_25628 __get_user_pages 0 25628 NULL nohasharray
3945 ++__get_user_pages_25628 __get_user_pages 0-3-4 25628 NULL nohasharray
3946 +befs_utf2nls_25628 befs_utf2nls 3 25628 &__get_user_pages_25628
3947 +__direct_map_25647 __direct_map 5-6 25647 NULL
3948 +ext2_try_to_allocate_25667 ext2_try_to_allocate 4-2 25667 NULL
3949 @@ -96598,15 +96639,16 @@ index 0000000..ddd5b2e
3950 +rx_filter_mc_filter_read_25712 rx_filter_mc_filter_read 3 25712 NULL
3951 +ibmasm_new_command_25714 ibmasm_new_command 2 25714 NULL
3952 +sel_write_context_25726 sel_write_context 3 25726 NULL nohasharray
3953 -+__alloc_bootmem_low_node_25726 __alloc_bootmem_low_node 2 25726 &sel_write_context_25726
3954 ++__alloc_bootmem_low_node_25726 __alloc_bootmem_low_node 2-3 25726 &sel_write_context_25726
3955 +mcs_unwrap_fir_25733 mcs_unwrap_fir 3 25733 NULL
3956 +ext2_find_near_25734 ext2_find_near 0 25734 NULL
3957 ++__set_clear_dirty_25744 __set_clear_dirty 2 25744 NULL
3958 +cxgbi_device_portmap_create_25747 cxgbi_device_portmap_create 3 25747 NULL
3959 +event_rx_pool_read_25792 event_rx_pool_read 3 25792 NULL
3960 +sg_read_25799 sg_read 3 25799 NULL
3961 -+sys32_rt_sigpending_25814 sys32_rt_sigpending 2 25814 NULL
3962 +system_enable_read_25815 system_enable_read 3 25815 NULL
3963 +realloc_buffer_25816 realloc_buffer 2 25816 NULL
3964 ++mthca_map_user_db_25823 mthca_map_user_db 5 25823 NULL
3965 +pwr_missing_bcns_read_25824 pwr_missing_bcns_read 3 25824 NULL
3966 +parport_read_25855 parport_read 0 25855 NULL
3967 +xfs_dir2_sf_hdr_size_25858 xfs_dir2_sf_hdr_size 0 25858 NULL
3968 @@ -96616,30 +96658,26 @@ index 0000000..ddd5b2e
3969 +sisusbcon_scroll_area_25899 sisusbcon_scroll_area 4-3 25899 NULL
3970 +lpfc_change_queue_depth_25905 lpfc_change_queue_depth 2 25905 NULL
3971 +do_jffs2_setxattr_25910 do_jffs2_setxattr 5 25910 NULL
3972 -+utf16_strlen_25913 utf16_strlen 0 25913 NULL
3973 +rcname_read_25919 rcname_read 3 25919 NULL
3974 +snd_es1938_capture_copy_25930 snd_es1938_capture_copy 5 25930 NULL
3975 +key_flags_read_25931 key_flags_read 3 25931 NULL
3976 +copy_play_buf_25932 copy_play_buf 3 25932 NULL
3977 -+tps80031_clr_bits_25942 tps80031_clr_bits 3 25942 NULL
3978 +flush_25957 flush 2 25957 NULL
3979 +video_register_device_25971 video_register_device 3 25971 NULL
3980 +udp_setsockopt_25985 udp_setsockopt 5 25985 NULL
3981 +ebt_compat_entry_padsize_26001 ebt_compat_entry_padsize 0 26001 NULL
3982 +lpfc_sli_probe_sriov_nr_virtfn_26004 lpfc_sli_probe_sriov_nr_virtfn 2 26004 NULL
3983 -+mirror_status_26010 mirror_status 5 26010 NULL
3984 +irq_create_strict_mappings_26025 irq_create_strict_mappings 2-4 26025 NULL
3985 +xfs_xattr_acl_set_26028 xfs_xattr_acl_set 4 26028 NULL
3986 +skb_mac_header_26034 skb_mac_header 0 26034 NULL
3987 +mptscsih_change_queue_depth_26036 mptscsih_change_queue_depth 2 26036 NULL
3988 +selinux_inode_post_setxattr_26037 selinux_inode_post_setxattr 4 26037 NULL
3989 +tun_do_read_26047 tun_do_read 5 26047 NULL
3990 ++__alloc_memory_core_early_26053 __alloc_memory_core_early 2-3 26053 NULL
3991 +keyctl_update_key_26061 keyctl_update_key 3 26061 NULL
3992 +rx_rx_wa_density_dropped_frame_read_26095 rx_rx_wa_density_dropped_frame_read 3 26095 NULL
3993 -+cpumask_next_26096 cpumask_next 1 26096 NULL
3994 +skb_cow_26138 skb_cow 2 26138 NULL
3995 +usb_dump_device_strings_26146 usb_dump_device_strings 0 26146 NULL
3996 -+__fswab64_26155 __fswab64 0 26155 NULL
3997 +copy_oldmem_page_26164 copy_oldmem_page 3-1 26164 NULL
3998 +gfs2_xattr_acl_get_26166 gfs2_xattr_acl_get 0 26166 NULL nohasharray
3999 +ath6kl_roam_table_read_26166 ath6kl_roam_table_read 3 26166 &gfs2_xattr_acl_get_26166
4000 @@ -96651,7 +96689,6 @@ index 0000000..ddd5b2e
4001 +xfs_idata_realloc_26199 xfs_idata_realloc 2 26199 NULL
4002 +mce_write_26201 mce_write 3 26201 NULL
4003 +_scsih_change_queue_depth_26230 _scsih_change_queue_depth 2 26230 NULL
4004 -+cxio_num_stags_26233 cxio_num_stags 0 26233 NULL
4005 +bio_split_26235 bio_split 2 26235 NULL
4006 +crypto_ctxsize_26278 crypto_ctxsize 0 26278 NULL
4007 +wacom_set_device_mode_26280 wacom_set_device_mode 3 26280 NULL
4008 @@ -96663,23 +96700,23 @@ index 0000000..ddd5b2e
4009 +cifs_readdata_alloc_26360 cifs_readdata_alloc 1 26360 NULL
4010 +dup_to_netobj_26363 dup_to_netobj 3 26363 NULL
4011 +invalidate_inode_pages2_range_26403 invalidate_inode_pages2_range 0 26403 NULL
4012 -+virtio_has_feature_26467 virtio_has_feature 0 26467 NULL
4013 ++dma_declare_contiguous_26455 dma_declare_contiguous 2 26455 NULL
4014 +ib_alloc_device_26483 ib_alloc_device 1 26483 NULL
4015 +ulong_write_file_26485 ulong_write_file 3 26485 NULL
4016 +dvb_ca_en50221_io_ioctl_26490 dvb_ca_en50221_io_ioctl 2 26490 NULL
4017 +read_vmcore_26501 read_vmcore 3 26501 NULL
4018 +vfio_pci_set_msi_trigger_26507 vfio_pci_set_msi_trigger 3-4 26507 NULL
4019 +iwl_dbgfs_rf_reset_read_26512 iwl_dbgfs_rf_reset_read 3 26512 NULL
4020 -+rds_message_inc_copy_to_user_26540 rds_message_inc_copy_to_user 3 26540 NULL
4021 +__vhost_add_used_n_26554 __vhost_add_used_n 3 26554 NULL
4022 +ip6_addr_string_26568 ip6_addr_string 0 26568 NULL
4023 ++kvm_iommu_put_pages_26571 kvm_iommu_put_pages 2 26571 NULL
4024 +rts51x_read_mem_26577 rts51x_read_mem 4 26577 NULL nohasharray
4025 +batadv_receive_server_sync_packet_26577 batadv_receive_server_sync_packet 3 26577 &rts51x_read_mem_26577
4026 +cirrusfb_get_memsize_26597 cirrusfb_get_memsize 0 26597 NULL
4027 +__unmap_single_26604 __unmap_single 2-3 26604 NULL
4028 +iommu_alloc_26621 iommu_alloc 4 26621 NULL
4029 ++pack_value_26625 pack_value 1 26625 NULL
4030 +pwr_fix_tsf_ps_read_26627 pwr_fix_tsf_ps_read 3 26627 NULL
4031 -+mmap_region_26649 mmap_region 0-2 26649 NULL
4032 +irq_alloc_generic_chip_26650 irq_alloc_generic_chip 2 26650 NULL nohasharray
4033 +inb_p_26650 inb_p 0 26650 &irq_alloc_generic_chip_26650
4034 +cipso_v4_map_cat_rbm_hton_26680 cipso_v4_map_cat_rbm_hton 0 26680 NULL
4035 @@ -96690,10 +96727,11 @@ index 0000000..ddd5b2e
4036 +pipeline_tcp_rx_stat_fifo_int_read_26745 pipeline_tcp_rx_stat_fifo_int_read 3 26745 NULL
4037 +srp_ring_alloc_26760 srp_ring_alloc 2 26760 NULL
4038 +snd_hda_get_raw_connections_26762 snd_hda_get_raw_connections 0 26762 NULL
4039 -+ntfs_are_rl_mergeable_26777 ntfs_are_rl_mergeable 0 26777 NULL
4040 +qlcnic_alloc_sds_rings_26795 qlcnic_alloc_sds_rings 2 26795 NULL
4041 +cipso_v4_genopt_26812 cipso_v4_genopt 0 26812 NULL
4042 ++iwl_trans_read_mem32_26825 iwl_trans_read_mem32 0 26825 NULL
4043 +smk_write_load_26829 smk_write_load 3 26829 NULL
4044 ++sizeof_pwm_leds_priv_26830 sizeof_pwm_leds_priv 0-1 26830 NULL
4045 +slgt_compat_ioctl_26834 slgt_compat_ioctl 3 26834 NULL
4046 +__nodes_onto_26838 __nodes_onto 4 26838 NULL
4047 +scnprint_id_26842 scnprint_id 3 26842 NULL
4048 @@ -96702,7 +96740,6 @@ index 0000000..ddd5b2e
4049 +svc_print_xprts_26881 svc_print_xprts 0 26881 NULL
4050 +ext2_compat_ioctl_26883 ext2_compat_ioctl 3 26883 NULL
4051 +slhc_uncompress_26905 slhc_uncompress 0-3 26905 NULL
4052 -+wm8994_reg_write_26919 wm8994_reg_write 2 26919 NULL
4053 +x25_asy_change_mtu_26928 x25_asy_change_mtu 2 26928 NULL
4054 +compat_mtw_from_user_26932 compat_mtw_from_user 0 26932 NULL
4055 +scsi_tgt_copy_sense_26933 scsi_tgt_copy_sense 3 26933 NULL
4056 @@ -96714,7 +96751,7 @@ index 0000000..ddd5b2e
4057 +extract_entropy_user_26952 extract_entropy_user 3 26952 NULL nohasharray
4058 +do_trimming_26952 do_trimming 3 26952 &extract_entropy_user_26952
4059 +pcf857x_irq_domain_map_26998 pcf857x_irq_domain_map 2 26998 NULL
4060 -+rbd_do_op_27025 rbd_do_op 7-8 27025 NULL
4061 ++swiotlb_bounce_27046 swiotlb_bounce 2-1 27046 NULL
4062 +ufs_alloc_fragments_27059 ufs_alloc_fragments 3-0-2 27059 NULL
4063 +__videobuf_alloc_vb_27062 __videobuf_alloc_vb 1 27062 NULL
4064 +snd_pcm_lib_period_bytes_27071 snd_pcm_lib_period_bytes 0 27071 NULL
4065 @@ -96722,16 +96759,15 @@ index 0000000..ddd5b2e
4066 +alloc_fdmem_27083 alloc_fdmem 1 27083 NULL
4067 +find_first_bit_27088 find_first_bit 0-2 27088 NULL
4068 +btmrvl_hscmd_write_27089 btmrvl_hscmd_write 3 27089 NULL
4069 ++nes_reg_user_mr_27106 nes_reg_user_mr 2-3 27106 NULL
4070 +__devcgroup_inode_permission_27108 __devcgroup_inode_permission 0 27108 NULL
4071 +get_kernel_page_27133 get_kernel_page 0 27133 NULL
4072 +drbd_get_capacity_27141 drbd_get_capacity 0 27141 NULL
4073 +pms_capture_27142 pms_capture 4 27142 NULL
4074 +btmrvl_hscfgcmd_write_27143 btmrvl_hscfgcmd_write 3 27143 NULL
4075 +snd_compr_calc_avail_27165 snd_compr_calc_avail 0 27165 NULL
4076 -+mc13xxx_irq_handle_27166 mc13xxx_irq_handle 3 27166 NULL
4077 +i2400m_net_rx_27170 i2400m_net_rx 5 27170 NULL
4078 +ieee80211_if_read_rc_rateidx_mask_5ghz_27183 ieee80211_if_read_rc_rateidx_mask_5ghz 3 27183 NULL
4079 -+get_unaligned_be32_27184 get_unaligned_be32 0 27184 NULL
4080 +mmc_blk_compat_ioctl_27194 mmc_blk_compat_ioctl 4 27194 NULL
4081 +dbAllocAG_27228 dbAllocAG 0 27228 NULL
4082 +rxrpc_request_key_27235 rxrpc_request_key 3 27235 NULL
4083 @@ -96740,7 +96776,6 @@ index 0000000..ddd5b2e
4084 +hpi_read_reg_27302 hpi_read_reg 0 27302 NULL
4085 +copy_from_buf_27308 copy_from_buf 4-2 27308 NULL
4086 +ath6kl_wmi_test_cmd_27312 ath6kl_wmi_test_cmd 3 27312 NULL
4087 -+rbd_req_sync_exec_27320 rbd_req_sync_exec 8 27320 NULL
4088 +ocfs2_blocks_to_clusters_27327 ocfs2_blocks_to_clusters 0-2 27327 NULL
4089 +snd_pcm_oss_write2_27332 snd_pcm_oss_write2 3-0 27332 NULL
4090 +afs_cell_create_27346 afs_cell_create 2 27346 NULL
4091 @@ -96751,8 +96786,6 @@ index 0000000..ddd5b2e
4092 +acpi_os_get_root_pointer_27416 acpi_os_get_root_pointer 0 27416 NULL nohasharray
4093 +ieee80211_if_read_smps_27416 ieee80211_if_read_smps 3 27416 &acpi_os_get_root_pointer_27416
4094 +pack_sg_list_27425 pack_sg_list 0-2 27425 NULL
4095 -+tps65910_reg_set_bits_27468 tps65910_reg_set_bits 2 27468 NULL
4096 -+rtsx_write_cfg_seq_27485 rtsx_write_cfg_seq 5-3 27485 NULL
4097 +v4l2_ctrl_new_std_menu_items_27487 v4l2_ctrl_new_std_menu_items 4 27487 NULL
4098 +set_tpl_pfs_27490 set_tpl_pfs 3 27490 NULL
4099 +hcd_buffer_alloc_27495 hcd_buffer_alloc 2 27495 NULL
4100 @@ -96773,7 +96806,6 @@ index 0000000..ddd5b2e
4101 +set_bypass_pwoff_pfs_27669 set_bypass_pwoff_pfs 3 27669 NULL
4102 +qword_get_27670 qword_get 0 27670 NULL
4103 +ocfs2_extend_dir_27695 ocfs2_extend_dir 4 27695 NULL
4104 -+__tty_buffer_request_room_27700 __tty_buffer_request_room 2 27700 NULL
4105 +fs_path_add_from_extent_buffer_27702 fs_path_add_from_extent_buffer 4 27702 NULL
4106 +evm_write_key_27715 evm_write_key 3 27715 NULL
4107 +ieee80211_if_fmt_dot11MeshGateAnnouncementProtocol_27722 ieee80211_if_fmt_dot11MeshGateAnnouncementProtocol 3 27722 NULL
4108 @@ -96793,7 +96825,6 @@ index 0000000..ddd5b2e
4109 +ieee80211_if_read_dot11MeshHWMProotInterval_27873 ieee80211_if_read_dot11MeshHWMProotInterval 3 27873 NULL
4110 +unix_seqpacket_sendmsg_27893 unix_seqpacket_sendmsg 4 27893 NULL
4111 +gluebi_write_27905 gluebi_write 3 27905 NULL
4112 -+mc13783_set_sysclk_27914 mc13783_set_sysclk 5 27914 NULL
4113 +bm_find_next_27929 bm_find_next 2 27929 NULL
4114 +tracing_clock_write_27961 tracing_clock_write 3 27961 NULL
4115 +tipc_media_addr_printf_27971 tipc_media_addr_printf 2 27971 NULL
4116 @@ -96822,6 +96853,7 @@ index 0000000..ddd5b2e
4117 +macvtap_get_user_28185 macvtap_get_user 4 28185 NULL
4118 +d_path_28198 d_path 0 28198 NULL
4119 +nouveau_mxm_create__28200 nouveau_mxm_create_ 4 28200 NULL
4120 ++__qp_memcpy_from_queue_28220 __qp_memcpy_from_queue 3-4 28220 NULL
4121 +line6_alloc_sysex_buffer_28225 line6_alloc_sysex_buffer 4 28225 NULL nohasharray
4122 +set_dis_disc_pfs_28225 set_dis_disc_pfs 3 28225 &line6_alloc_sysex_buffer_28225
4123 +amd_nb_num_28228 amd_nb_num 0 28228 NULL
4124 @@ -96830,36 +96862,37 @@ index 0000000..ddd5b2e
4125 +dma_map_sg_attrs_28289 dma_map_sg_attrs 0 28289 NULL
4126 +acpi_register_gsi_xen_28305 acpi_register_gsi_xen 2 28305 NULL nohasharray
4127 +nouveau_compat_ioctl_28305 nouveau_compat_ioctl 2 28305 &acpi_register_gsi_xen_28305
4128 ++__mlock_vma_pages_range_28315 __mlock_vma_pages_range 2-3 28315 NULL
4129 +snd_pcm_oss_read_28317 snd_pcm_oss_read 3 28317 NULL
4130 +bm_entry_write_28338 bm_entry_write 3 28338 NULL
4131 +snapshot_write_28351 snapshot_write 3 28351 NULL
4132 -+__next_wq_cpu_28352 __next_wq_cpu 1 28352 NULL
4133 +sys_writev_28384 sys_writev 3 28384 NULL
4134 +dlmfs_file_read_28385 dlmfs_file_read 3 28385 NULL
4135 +tx_frag_cache_miss_read_28394 tx_frag_cache_miss_read 3 28394 NULL
4136 +set_bypass_pfs_28395 set_bypass_pfs 3 28395 NULL
4137 +subdev_ioctl_28417 subdev_ioctl 2 28417 NULL
4138 ++__split_large_page_28429 __split_large_page 2 28429 NULL
4139 +mpage_readpages_28436 mpage_readpages 3 28436 NULL
4140 ++set_memory_uc_28439 set_memory_uc 1 28439 NULL
4141 +snd_emu10k1_efx_read_28452 snd_emu10k1_efx_read 2 28452 NULL
4142 +key_mic_failures_read_28457 key_mic_failures_read 3 28457 NULL
4143 +alloc_irq_cpu_rmap_28459 alloc_irq_cpu_rmap 1 28459 NULL
4144 +vmw_du_crtc_cursor_set_28479 vmw_du_crtc_cursor_set 4-5 28479 NULL
4145 +ocfs2_backup_super_blkno_28484 ocfs2_backup_super_blkno 0-2 28484 NULL
4146 +max_response_pages_28492 max_response_pages 0 28492 NULL
4147 ++clear_discard_28494 clear_discard 2 28494 NULL
4148 +ps_poll_upsd_utilization_read_28519 ps_poll_upsd_utilization_read 3 28519 NULL
4149 +__next_node_28521 __next_node 1 28521 NULL
4150 +i2400m_tx_stats_read_28527 i2400m_tx_stats_read 3 28527 NULL
4151 -+early_init_dt_alloc_memory_arch_28528 early_init_dt_alloc_memory_arch 1 28528 NULL
4152 +sel_read_policycap_28544 sel_read_policycap 3 28544 NULL
4153 +run_delalloc_range_28545 run_delalloc_range 3 28545 NULL nohasharray
4154 +mptctl_getiocinfo_28545 mptctl_getiocinfo 2 28545 &run_delalloc_range_28545
4155 +b43legacy_debugfs_write_28556 b43legacy_debugfs_write 3 28556 NULL
4156 -+i2o_msg_post_wait_mem_28558 i2o_msg_post_wait_mem 0 28558 NULL
4157 ++asymmetric_verify_28567 asymmetric_verify 3 28567 NULL
4158 +phys_pud_init_28574 phys_pud_init 0-3-2 28574 NULL
4159 +cfg80211_send_rx_auth_28580 cfg80211_send_rx_auth 3 28580 NULL
4160 +oxygen_read32_28582 oxygen_read32 0 28582 NULL
4161 +ocfs2_read_dir_block_28587 ocfs2_read_dir_block 2 28587 NULL
4162 -+wm8350_clear_bits_28596 wm8350_clear_bits 2 28596 NULL
4163 +extract_entropy_28604 extract_entropy 3-5 28604 NULL
4164 +kfifo_unused_28612 kfifo_unused 0 28612 NULL
4165 +mp_override_legacy_irq_28618 mp_override_legacy_irq 4 28618 NULL
4166 @@ -96876,18 +96909,17 @@ index 0000000..ddd5b2e
4167 +snd_pcm_aio_write_28738 snd_pcm_aio_write 3 28738 NULL nohasharray
4168 +phantom_compat_ioctl_28738 phantom_compat_ioctl 3 28738 &snd_pcm_aio_write_28738
4169 +read_file_btcoex_28743 read_file_btcoex 3 28743 NULL
4170 -+cxio_init_resource_fifo_28764 cxio_init_resource_fifo 3 28764 NULL
4171 +ath6kl_get_num_reg_28780 ath6kl_get_num_reg 0 28780 NULL
4172 +dvb_net_sec_callback_28786 dvb_net_sec_callback 2 28786 NULL
4173 +sel_write_member_28800 sel_write_member 3 28800 NULL
4174 +cgroup_file_read_28804 cgroup_file_read 3 28804 NULL
4175 -+btrfs_ref_to_path_28809 btrfs_ref_to_path 0-8-3 28809 NULL
4176 ++btrfs_ref_to_path_28809 btrfs_ref_to_path 0 28809 NULL
4177 +memory_bm_create_28814 memory_bm_create 0 28814 NULL
4178 +iwl_dbgfs_rxon_filter_flags_read_28832 iwl_dbgfs_rxon_filter_flags_read 3 28832 NULL
4179 +vp_request_msix_vectors_28849 vp_request_msix_vectors 2 28849 NULL
4180 +ipv6_renew_options_28867 ipv6_renew_options 5 28867 NULL
4181 +packet_sendmsg_spkt_28885 packet_sendmsg_spkt 4 28885 NULL
4182 -+tps6586x_update_28898 tps6586x_update 2 28898 NULL
4183 ++to_cblock_28899 to_cblock 0-1 28899 NULL
4184 +da9055_group_write_28904 da9055_group_write 2-3 28904 NULL
4185 +ps_upsd_timeouts_read_28924 ps_upsd_timeouts_read 3 28924 NULL
4186 +ocfs2_frozen_trigger_28929 ocfs2_frozen_trigger 4 28929 NULL
4187 @@ -96902,30 +96934,30 @@ index 0000000..ddd5b2e
4188 +rxrpc_sendmsg_29049 rxrpc_sendmsg 4 29049 NULL
4189 +iso_packets_buffer_init_29061 iso_packets_buffer_init 3-4 29061 NULL
4190 +lpfc_idiag_extacc_drivr_get_29067 lpfc_idiag_extacc_drivr_get 0-3 29067 NULL
4191 -+ieee80211_probereq_get_29069 ieee80211_probereq_get 4-6 29069 NULL
4192 ++memblock_alloc_base_nid_29072 memblock_alloc_base_nid 1-2 29072 NULL
4193 +sctp_getsockopt_assoc_stats_29074 sctp_getsockopt_assoc_stats 2 29074 NULL
4194 +mark_extents_written_29082 mark_extents_written 2 29082 NULL
4195 +isdn_ppp_write_29109 isdn_ppp_write 4 29109 NULL
4196 +snprintf_29125 snprintf 0 29125 NULL
4197 +iov_shorten_29130 iov_shorten 0 29130 NULL
4198 -+pm860x_reg_write_29141 pm860x_reg_write 2 29141 NULL
4199 +proc_scsi_write_29142 proc_scsi_write 3 29142 NULL
4200 +reshape_ring_29147 reshape_ring 2 29147 NULL
4201 ++alloc_irqs_from_29152 alloc_irqs_from 1-2 29152 NULL
4202 +drm_property_create_enum_29201 drm_property_create_enum 5 29201 NULL
4203 +wusb_prf_256_29203 wusb_prf_256 7 29203 NULL nohasharray
4204 +alloc_group_attrs_29203 alloc_group_attrs 3 29203 &wusb_prf_256_29203
4205 ++__mm_populate_29204 __mm_populate 1 29204 NULL
4206 +comedi_alloc_subdevices_29207 comedi_alloc_subdevices 2 29207 NULL
4207 +do_shrinker_shrink_29208 do_shrinker_shrink 0 29208 NULL
4208 -+rds_iw_inc_copy_to_user_29214 rds_iw_inc_copy_to_user 3 29214 NULL
4209 +iwl_dbgfs_temperature_read_29224 iwl_dbgfs_temperature_read 3 29224 NULL
4210 +devm_ioremap_29235 devm_ioremap 2-3 29235 NULL
4211 +irq_domain_add_linear_29236 irq_domain_add_linear 2 29236 NULL
4212 +recover_peb_29238 recover_peb 6-7 29238 NULL
4213 +security_context_to_sid_core_29248 security_context_to_sid_core 2 29248 NULL
4214 ++block_div_29268 block_div 0-1-2 29268 NULL
4215 +prism2_set_genericelement_29277 prism2_set_genericelement 3 29277 NULL
4216 +bitmap_ord_to_pos_29279 bitmap_ord_to_pos 3 29279 NULL
4217 +sn9c102_read_29305 sn9c102_read 3 29305 NULL
4218 -+fd_do_writev_29329 fd_do_writev 3 29329 NULL
4219 +lo_compat_ioctl_29336 lo_compat_ioctl 4 29336 NULL
4220 +tun_put_user_29337 tun_put_user 5 29337 NULL
4221 +__alloc_ei_netdev_29338 __alloc_ei_netdev 1 29338 NULL
4222 @@ -96941,15 +96973,17 @@ index 0000000..ddd5b2e
4223 +btmrvl_pscmd_write_29504 btmrvl_pscmd_write 3 29504 NULL
4224 +btrfs_file_extent_disk_bytenr_29505 btrfs_file_extent_disk_bytenr 0 29505 NULL
4225 +atk_debugfs_ggrp_read_29522 atk_debugfs_ggrp_read 3 29522 NULL
4226 -+ftrace_write_29551 ftrace_write 3 29551 NULL
4227 ++_regmap_raw_write_29541 _regmap_raw_write 4-2 29541 NULL
4228 ++set_brk_29551 set_brk 1 29551 NULL nohasharray
4229 ++ftrace_write_29551 ftrace_write 3 29551 &set_brk_29551
4230 +idetape_queue_rw_tail_29562 idetape_queue_rw_tail 3 29562 NULL
4231 +leaf_dealloc_29566 leaf_dealloc 3 29566 NULL nohasharray
4232 +alloc_empty_pages_29566 alloc_empty_pages 2 29566 &leaf_dealloc_29566
4233 +lbs_lowsnr_read_29571 lbs_lowsnr_read 3 29571 NULL
4234 +pvr2_hdw_report_unlocked_29589 pvr2_hdw_report_unlocked 4 29589 NULL
4235 -+wm8903_gpio_set_29597 wm8903_gpio_set 2 29597 NULL
4236 +slots_per_page_29601 slots_per_page 0 29601 NULL
4237 +qla4_82xx_pci_set_window_29605 qla4_82xx_pci_set_window 0-2 29605 NULL
4238 ++alloc_low_pages_29623 alloc_low_pages 1 29623 NULL
4239 +nla_get_u16_29624 nla_get_u16 0 29624 NULL
4240 +tx_frag_cache_hit_read_29639 tx_frag_cache_hit_read 3 29639 NULL
4241 +lowmem_page_address_29649 lowmem_page_address 0 29649 NULL
4242 @@ -96961,12 +96995,9 @@ index 0000000..ddd5b2e
4243 +probes_write_29711 probes_write 3 29711 NULL
4244 +emi62_writememory_29731 emi62_writememory 4 29731 NULL
4245 +read_cis_cache_29735 read_cis_cache 4 29735 NULL
4246 -+da9055_gpio_direction_input_29742 da9055_gpio_direction_input 2 29742 NULL
4247 -+cxio_hal_init_resource_29771 cxio_hal_init_resource 2-6-7 29771 NULL nohasharray
4248 -+ip_vs_conn_fill_param_sync_29771 ip_vs_conn_fill_param_sync 6 29771 &cxio_hal_init_resource_29771
4249 ++ip_vs_conn_fill_param_sync_29771 ip_vs_conn_fill_param_sync 6 29771 NULL
4250 +dbAlloc_29794 dbAlloc 0 29794 NULL
4251 +ext4_trim_all_free_29806 ext4_trim_all_free 4-3-2 29806 NULL
4252 -+arizona_gpio_set_29823 arizona_gpio_set 2 29823 NULL
4253 +tcp_sendpage_29829 tcp_sendpage 4 29829 NULL
4254 +scan_bitmap_block_29840 scan_bitmap_block 4 29840 NULL
4255 +__probe_kernel_write_29842 __probe_kernel_write 3 29842 NULL
4256 @@ -96975,13 +97006,12 @@ index 0000000..ddd5b2e
4257 +scsi_end_request_29876 scsi_end_request 3 29876 NULL
4258 +crypto_aead_alignmask_29885 crypto_aead_alignmask 0 29885 NULL
4259 +nfc_targets_found_29886 nfc_targets_found 3 29886 NULL
4260 -+tps6586x_write_29894 tps6586x_write 2 29894 NULL
4261 -+check586_29914 check586 2 29914 NULL
4262 +ext4_xattr_set_acl_29930 ext4_xattr_set_acl 4 29930 NULL
4263 +__btrfs_getxattr_29947 __btrfs_getxattr 0 29947 NULL
4264 +irias_add_octseq_attrib_29983 irias_add_octseq_attrib 4 29983 NULL nohasharray
4265 +diva_os_get_context_size_29983 diva_os_get_context_size 0 29983 &irias_add_octseq_attrib_29983
4266 +arch_setup_dmar_msi_29992 arch_setup_dmar_msi 1 29992 NULL
4267 ++vmci_host_setup_notify_30002 vmci_host_setup_notify 2 30002 NULL
4268 +utf32_to_utf8_30028 utf32_to_utf8 0 30028 NULL
4269 +alloc_netdev_mqs_30030 alloc_netdev_mqs 1 30030 NULL
4270 +scsi_vpd_inquiry_30040 scsi_vpd_inquiry 4 30040 NULL
4271 @@ -96989,7 +97019,8 @@ index 0000000..ddd5b2e
4272 +cxgbi_ddp_reserve_30091 cxgbi_ddp_reserve 4 30091 NULL
4273 +snd_midi_channel_init_set_30092 snd_midi_channel_init_set 1 30092 NULL
4274 +tg3_run_loopback_30093 tg3_run_loopback 2 30093 NULL
4275 -+rx_filter_data_filter_read_30098 rx_filter_data_filter_read 3 30098 NULL
4276 ++rx_filter_data_filter_read_30098 rx_filter_data_filter_read 3 30098 NULL nohasharray
4277 ++dma_to_phys_30098 dma_to_phys 0-2 30098 &rx_filter_data_filter_read_30098
4278 +skb_pagelen_30113 skb_pagelen 0 30113 NULL
4279 +spi_async_locked_30117 spi_async_locked 0 30117 NULL
4280 +calgary_unmap_page_30130 calgary_unmap_page 2-3 30130 NULL
4281 @@ -96998,15 +97029,14 @@ index 0000000..ddd5b2e
4282 +cx25821_video_ioctl_30188 cx25821_video_ioctl 2 30188 NULL
4283 +mempool_create_page_pool_30189 mempool_create_page_pool 1 30189 NULL
4284 +drm_property_create_bitmask_30195 drm_property_create_bitmask 5 30195 NULL
4285 -+snd_pcm_playback_forward_30201 snd_pcm_playback_forward 0-2 30201 NULL
4286 +usblp_ioctl_30203 usblp_ioctl 2 30203 NULL
4287 +nfs_idmap_request_key_30208 nfs_idmap_request_key 3 30208 NULL
4288 +read_4k_modal_eeprom_30212 read_4k_modal_eeprom 3 30212 NULL
4289 +snd_ac97_pcm_assign_30218 snd_ac97_pcm_assign 2 30218 NULL
4290 ++f2fs_compat_ioctl_30261 f2fs_compat_ioctl 3 30261 NULL
4291 +isr_pci_pm_read_30271 isr_pci_pm_read 3 30271 NULL
4292 +compat_readv_30273 compat_readv 3 30273 NULL
4293 +lapic_register_intr_30279 lapic_register_intr 1 30279 NULL
4294 -+__be64_to_cpup_30283 __be64_to_cpup 0 30283 NULL
4295 +skcipher_sendmsg_30290 skcipher_sendmsg 4 30290 NULL
4296 +pipeline_sec_frag_swi_read_30294 pipeline_sec_frag_swi_read 3 30294 NULL
4297 +tcp_sendmsg_30296 tcp_sendmsg 4 30296 NULL
4298 @@ -97014,49 +97044,46 @@ index 0000000..ddd5b2e
4299 +generic_ptrace_pokedata_30338 generic_ptrace_pokedata 2 30338 NULL
4300 +resource_from_user_30341 resource_from_user 3 30341 NULL
4301 +__vmalloc_node_flags_30352 __vmalloc_node_flags 1 30352 NULL
4302 -+sys_get_mempolicy_30379 sys_get_mempolicy 3 30379 NULL
4303 ++sys_get_mempolicy_30379 sys_get_mempolicy 3-4 30379 NULL
4304 +mangle_sdp_packet_30381 mangle_sdp_packet 10 30381 NULL
4305 +c4iw_init_resource_30393 c4iw_init_resource 2-3 30393 NULL
4306 +get_kernel_pages_30397 get_kernel_pages 0 30397 NULL
4307 +_drbd_bm_find_next_zero_30415 _drbd_bm_find_next_zero 2 30415 NULL
4308 +vb2_fop_write_30420 vb2_fop_write 3 30420 NULL
4309 +tx_tx_template_prepared_read_30424 tx_tx_template_prepared_read 3 30424 NULL
4310 ++mq_create_30425 mq_create 1 30425 NULL
4311 +enable_write_30456 enable_write 3 30456 NULL
4312 +tx_tx_template_programmed_read_30461 tx_tx_template_programmed_read 3 30461 NULL
4313 +urandom_read_30462 urandom_read 3 30462 NULL
4314 +zoran_ioctl_30465 zoran_ioctl 2 30465 NULL
4315 ++ocrdma_reg_user_mr_30474 ocrdma_reg_user_mr 2-3 30474 NULL
4316 +write_head_30481 write_head 4 30481 NULL
4317 +adu_write_30487 adu_write 3 30487 NULL
4318 -+dwc3_testmode_write_30516 dwc3_testmode_write 3 30516 NULL
4319 +debug_debug2_read_30526 debug_debug2_read 3 30526 NULL
4320 +batadv_dat_snoop_incoming_arp_request_30548 batadv_dat_snoop_incoming_arp_request 3 30548 NULL
4321 +disk_expand_part_tbl_30561 disk_expand_part_tbl 2 30561 NULL
4322 +set_le_30581 set_le 4 30581 NULL
4323 ++from_cblock_30582 from_cblock 0-1 30582 NULL
4324 +blk_init_tags_30592 blk_init_tags 1 30592 NULL
4325 +i2c_hid_get_report_length_30598 i2c_hid_get_report_length 0 30598 NULL
4326 -+sgl_map_user_pages_30610 sgl_map_user_pages 2 30610 NULL
4327 ++sgl_map_user_pages_30610 sgl_map_user_pages 2-3-4 30610 NULL
4328 +macvtap_sendmsg_30629 macvtap_sendmsg 4 30629 NULL
4329 ++ieee80211_if_read_dot11MeshAwakeWindowDuration_30631 ieee80211_if_read_dot11MeshAwakeWindowDuration 3 30631 NULL
4330 +compat_raw_setsockopt_30634 compat_raw_setsockopt 5 30634 NULL
4331 -+nfsd_nrpools_30651 nfsd_nrpools 0 30651 NULL
4332 +agp_remap_30665 agp_remap 2 30665 NULL
4333 +jffs2_flash_read_30667 jffs2_flash_read 0 30667 NULL
4334 ++il_free_pages_30692 il_free_pages 2 30692 NULL
4335 +dccp_setsockopt_ccid_30701 dccp_setsockopt_ccid 4 30701 NULL
4336 +lbs_debugfs_read_30721 lbs_debugfs_read 3 30721 NULL
4337 +snd_nm256_playback_silence_30727 snd_nm256_playback_silence 4-3 30727 NULL
4338 +snapshot_status_30744 snapshot_status 5 30744 NULL
4339 -+max77693_update_reg_30747 max77693_update_reg 2 30747 NULL
4340 +tcf_csum_ipv4_udp_30777 tcf_csum_ipv4_udp 4 30777 NULL
4341 -+wm8350_read_auxadc_30780 wm8350_read_auxadc 2 30780 NULL
4342 +smk_read_doi_30813 smk_read_doi 3 30813 NULL
4343 +get_kobj_path_length_30831 get_kobj_path_length 0 30831 NULL
4344 -+create_subvol_30836 create_subvol 4 30836 NULL
4345 +sctp_setsockopt_auth_chunk_30843 sctp_setsockopt_auth_chunk 3 30843 NULL
4346 -+cfg80211_rx_mgmt_30844 cfg80211_rx_mgmt 5 30844 NULL nohasharray
4347 -+twl6040_set_bits_30844 twl6040_set_bits 2 30844 &cfg80211_rx_mgmt_30844
4348 ++cfg80211_rx_mgmt_30844 cfg80211_rx_mgmt 5 30844 NULL
4349 +hda_hwdep_ioctl_compat_30847 hda_hwdep_ioctl_compat 4 30847 NULL
4350 +ieee80211_if_fmt_dropped_frames_no_route_30884 ieee80211_if_fmt_dropped_frames_no_route 3 30884 NULL
4351 -+f1x_match_to_this_node_30888 f1x_match_to_this_node 3 30888 NULL
4352 -+regmap_update_bits_check_30894 regmap_update_bits_check 2 30894 NULL
4353 +iommu_map_mmio_space_30919 iommu_map_mmio_space 1 30919 NULL
4354 +sctp_setsockopt_rtoinfo_30941 sctp_setsockopt_rtoinfo 3 30941 NULL
4355 +tty_insert_flip_string_flags_30969 tty_insert_flip_string_flags 4 30969 NULL
4356 @@ -97070,7 +97097,7 @@ index 0000000..ddd5b2e
4357 +sys_mincore_31079 sys_mincore 1 31079 NULL
4358 +ttm_bo_ioremap_31082 ttm_bo_ioremap 2-3 31082 NULL
4359 +sctp_setsockopt_context_31091 sctp_setsockopt_context 3 31091 NULL
4360 -+compat_sys_get_mempolicy_31109 compat_sys_get_mempolicy 3 31109 NULL
4361 ++compat_sys_get_mempolicy_31109 compat_sys_get_mempolicy 3-4 31109 NULL
4362 +depth_read_31112 depth_read 3 31112 NULL
4363 +ssb_read16_31139 ssb_read16 0 31139 NULL
4364 +kimage_normal_alloc_31140 kimage_normal_alloc 3 31140 NULL
4365 @@ -97081,21 +97108,20 @@ index 0000000..ddd5b2e
4366 +r592_read_fifo_pio_31198 r592_read_fifo_pio 3 31198 NULL
4367 +mtdchar_readoob_31200 mtdchar_readoob 4 31200 NULL
4368 +__btrfs_free_reserved_extent_31207 __btrfs_free_reserved_extent 2 31207 NULL
4369 ++kvm_mmu_page_fault_31213 kvm_mmu_page_fault 2 31213 NULL
4370 +cpumask_weight_31215 cpumask_weight 0 31215 NULL
4371 +__read_reg_31216 __read_reg 0 31216 NULL
4372 +atm_get_addr_31221 atm_get_addr 3 31221 NULL
4373 +cyy_readb_31240 cyy_readb 0 31240 NULL
4374 +_create_sg_bios_31244 _create_sg_bios 4 31244 NULL
4375 +ieee80211_if_read_last_beacon_31257 ieee80211_if_read_last_beacon 3 31257 NULL
4376 -+ceph_copy_page_vector_to_user_31270 ceph_copy_page_vector_to_user 3-4 31270 NULL
4377 +sctp_tsnmap_find_gap_ack_31272 sctp_tsnmap_find_gap_ack 3-2 31272 NULL
4378 +uvc_simplify_fraction_31303 uvc_simplify_fraction 3 31303 NULL
4379 +sisusbcon_scroll_31315 sisusbcon_scroll 5-2-3 31315 NULL
4380 -+futex_uaddr_31316 futex_uaddr 2 31316 NULL
4381 +command_file_write_31318 command_file_write 3 31318 NULL
4382 -+__cpu_to_node_31345 __cpu_to_node 0 31345 NULL
4383 ++em28xx_init_usb_xfer_31337 em28xx_init_usb_xfer 4-6 31337 NULL
4384 +xprt_rdma_allocate_31372 xprt_rdma_allocate 2 31372 NULL
4385 -+vb2_vmalloc_get_userptr_31374 vb2_vmalloc_get_userptr 3 31374 NULL
4386 ++vb2_vmalloc_get_userptr_31374 vb2_vmalloc_get_userptr 3-2 31374 NULL
4387 +trace_parser_get_init_31379 trace_parser_get_init 2 31379 NULL
4388 +inb_31388 inb 0 31388 NULL
4389 +key_ifindex_read_31411 key_ifindex_read 3 31411 NULL
4390 @@ -97104,14 +97130,14 @@ index 0000000..ddd5b2e
4391 +snd_aw2_saa7146_get_hw_ptr_capture_31431 snd_aw2_saa7146_get_hw_ptr_capture 0 31431 NULL
4392 +acpi_sci_ioapic_setup_31445 acpi_sci_ioapic_setup 4 31445 NULL
4393 +opera1_xilinx_rw_31453 opera1_xilinx_rw 5 31453 NULL
4394 -+_regmap_update_bits_31456 _regmap_update_bits 2 31456 NULL
4395 +input_get_new_minor_31464 input_get_new_minor 1 31464 NULL
4396 +do_fcntl_31468 do_fcntl 3 31468 NULL
4397 +xfs_btree_get_numrecs_31477 xfs_btree_get_numrecs 0 31477 NULL
4398 +alg_setkey_31485 alg_setkey 3 31485 NULL
4399 +rds_message_map_pages_31487 rds_message_map_pages 2 31487 NULL
4400 +qsfp_2_read_31491 qsfp_2_read 3 31491 NULL
4401 -+__alloc_bootmem_31498 __alloc_bootmem 1 31498 NULL
4402 ++__alloc_bootmem_31498 __alloc_bootmem 1-2 31498 NULL
4403 ++rmode_tss_base_31510 rmode_tss_base 0 31510 NULL
4404 +hidraw_write_31536 hidraw_write 3 31536 NULL
4405 +mtd_div_by_eb_31543 mtd_div_by_eb 0-1 31543 NULL
4406 +usbvision_read_31555 usbvision_read 3 31555 NULL
4407 @@ -97126,20 +97152,22 @@ index 0000000..ddd5b2e
4408 +videobuf_read_one_31637 videobuf_read_one 3 31637 NULL
4409 +pod_alloc_sysex_buffer_31651 pod_alloc_sysex_buffer 3 31651 NULL
4410 +xfer_secondary_pool_31661 xfer_secondary_pool 2 31661 NULL
4411 ++emulator_set_cr_31665 emulator_set_cr 3 31665 NULL
4412 +__lgread_31668 __lgread 4 31668 NULL
4413 +symbol_string_31670 symbol_string 0 31670 NULL
4414 +_usb_writeN_sync_31682 _usb_writeN_sync 4 31682 NULL
4415 +forced_ps_read_31685 forced_ps_read 3 31685 NULL
4416 +reiserfs_in_journal_31689 reiserfs_in_journal 3 31689 NULL
4417 +audit_log_n_string_31705 audit_log_n_string 3 31705 NULL
4418 -+ath6kl_wmi_send_probe_response_cmd_31728 ath6kl_wmi_send_probe_response_cmd 6 31728 NULL
4419 ++ath6kl_wmi_send_probe_response_cmd_31728 ath6kl_wmi_send_probe_response_cmd 6 31728 NULL nohasharray
4420 ++gfn_to_hva_read_31728 gfn_to_hva_read 2 31728 &ath6kl_wmi_send_probe_response_cmd_31728
4421 +utf16s_to_utf8s_31735 utf16s_to_utf8s 0 31735 NULL
4422 +shmem_pwrite_slow_31741 shmem_pwrite_slow 3 31741 NULL
4423 +NCR_700_change_queue_depth_31742 NCR_700_change_queue_depth 2 31742 NULL nohasharray
4424 +input_abs_get_max_31742 input_abs_get_max 0 31742 &NCR_700_change_queue_depth_31742
4425 +bcm_char_read_31750 bcm_char_read 3 31750 NULL
4426 -+lm3533_led_get_pattern_reg_31752 lm3533_led_get_pattern_reg 0-2 31752 NULL
4427 +snd_seq_device_new_31753 snd_seq_device_new 4 31753 NULL
4428 ++set_memory_wb_31761 set_memory_wb 1 31761 NULL
4429 +usblp_cache_device_id_string_31790 usblp_cache_device_id_string 0 31790 NULL
4430 +get_count_order_31800 get_count_order 0 31800 NULL
4431 +ecryptfs_send_message_locked_31801 ecryptfs_send_message_locked 2 31801 NULL
4432 @@ -97155,12 +97183,13 @@ index 0000000..ddd5b2e
4433 +iov_iter_copy_from_user_31942 iov_iter_copy_from_user 4 31942 NULL
4434 +vb2_write_31948 vb2_write 3 31948 NULL
4435 +pvr2_ctrl_get_valname_31951 pvr2_ctrl_get_valname 4 31951 NULL
4436 -+regcache_rbtree_sync_31964 regcache_rbtree_sync 2 31964 NULL
4437 +copy_from_user_toio_31966 copy_from_user_toio 3 31966 NULL
4438 +mtd_add_partition_31971 mtd_add_partition 3 31971 NULL
4439 +find_next_zero_bit_31990 find_next_zero_bit 0-2-3 31990 NULL
4440 ++default_setup_hpet_msi_31991 default_setup_hpet_msi 1 31991 NULL
4441 +tps6586x_irq_map_32002 tps6586x_irq_map 2 32002 NULL
4442 +calc_hmac_32010 calc_hmac 3 32010 NULL
4443 ++vmcs_read64_32012 vmcs_read64 0 32012 NULL
4444 +aead_len_32021 aead_len 0 32021 NULL
4445 +ocfs2_remove_extent_32032 ocfs2_remove_extent 4-3 32032 NULL
4446 +posix_acl_set_32037 posix_acl_set 4 32037 NULL
4447 @@ -97172,45 +97201,41 @@ index 0000000..ddd5b2e
4448 +alloc_pwms_32100 alloc_pwms 1-2 32100 NULL
4449 +ath6kl_fwlog_read_32101 ath6kl_fwlog_read 3 32101 NULL
4450 +disk_status_32120 disk_status 4 32120 NULL
4451 -+rc5t583_write_32124 rc5t583_write 2 32124 NULL
4452 +venus_link_32165 venus_link 5 32165 NULL
4453 -+drbd_new_dev_size_32171 drbd_new_dev_size 0 32171 NULL
4454 +do_writepages_32173 do_writepages 0 32173 NULL nohasharray
4455 +ntfs_rl_realloc_nofail_32173 ntfs_rl_realloc_nofail 3 32173 &do_writepages_32173
4456 +load_header_32183 load_header 0 32183 NULL
4457 +ubi_wl_scrub_peb_32196 ubi_wl_scrub_peb 0 32196 NULL
4458 +wusb_ccm_mac_32199 wusb_ccm_mac 7 32199 NULL
4459 +riva_get_cmap_len_32218 riva_get_cmap_len 0 32218 NULL
4460 -+lm3533_write_32236 lm3533_write 2 32236 NULL
4461 +lbs_lowrssi_read_32242 lbs_lowrssi_read 3 32242 NULL
4462 +ocfs2_xattr_find_entry_32260 ocfs2_xattr_find_entry 0 32260 NULL
4463 +fb_compat_ioctl_32265 fb_compat_ioctl 3 32265 NULL
4464 +vmalloc_user_32308 vmalloc_user 1 32308 NULL
4465 +hex_string_32310 hex_string 0 32310 NULL
4466 -+flakey_status_32315 flakey_status 5 32315 NULL
4467 +nouveau_bar_create__32332 nouveau_bar_create_ 4 32332 NULL
4468 +nl80211_send_mlme_event_32337 nl80211_send_mlme_event 4 32337 NULL
4469 +t4_alloc_mem_32342 t4_alloc_mem 1 32342 NULL
4470 +dispatch_ioctl_32357 dispatch_ioctl 2 32357 NULL
4471 -+f1x_translate_sysaddr_to_cs_32359 f1x_translate_sysaddr_to_cs 2 32359 NULL
4472 +sel_read_initcon_32362 sel_read_initcon 3 32362 NULL
4473 +_drbd_bm_find_next_32372 _drbd_bm_find_next 2 32372 NULL
4474 -+variax_set_raw2_32374 variax_set_raw2 4 32374 NULL
4475 +usbtmc_read_32377 usbtmc_read 3 32377 NULL
4476 +qla4_82xx_pci_mem_write_2M_32398 qla4_82xx_pci_mem_write_2M 2 32398 NULL
4477 +xfs_iext_add_indirect_multi_32400 xfs_iext_add_indirect_multi 3 32400 NULL
4478 ++vmci_qp_alloc_32405 vmci_qp_alloc 3-5 32405 NULL
4479 +log_text_32428 log_text 0 32428 NULL
4480 +regmap_irq_map_32429 regmap_irq_map 2 32429 NULL
4481 +hid_input_report_32458 hid_input_report 4 32458 NULL
4482 -+snd_pcm_sync_ptr_32461 snd_pcm_sync_ptr 0 32461 NULL
4483 ++cache_status_32462 cache_status 5 32462 NULL
4484 +ieee80211_fill_mesh_addresses_32465 ieee80211_fill_mesh_addresses 0 32465 NULL
4485 +ide_driver_proc_write_32493 ide_driver_proc_write 3 32493 NULL
4486 +ctrl_std_val_to_sym_32516 ctrl_std_val_to_sym 5 32516 NULL
4487 +disconnect_32521 disconnect 4 32521 NULL
4488 +qsfp_read_32522 qsfp_read 0-4-2 32522 NULL
4489 +ilo_read_32531 ilo_read 3 32531 NULL
4490 -+ieee80211_if_read_estab_plinks_32533 ieee80211_if_read_estab_plinks 3 32533 NULL nohasharray
4491 -+crypt_status_32533 crypt_status 5 32533 &ieee80211_if_read_estab_plinks_32533
4492 ++ieee80211_if_read_estab_plinks_32533 ieee80211_if_read_estab_plinks 3 32533 NULL
4493 ++gnttab_set_unmap_op_32534 gnttab_set_unmap_op 2 32534 NULL
4494 ++ieee80211_send_auth_32543 ieee80211_send_auth 6 32543 NULL
4495 +format_devstat_counter_32550 format_devstat_counter 3 32550 NULL
4496 +__first_node_32558 __first_node 0 32558 NULL
4497 +aes_encrypt_fail_read_32562 aes_encrypt_fail_read 3 32562 NULL
4498 @@ -97227,9 +97252,9 @@ index 0000000..ddd5b2e
4499 +ib_sg_dma_len_32649 ib_sg_dma_len 0 32649 NULL
4500 +generic_readlink_32654 generic_readlink 3 32654 NULL
4501 +move_addr_to_kernel_32673 move_addr_to_kernel 2 32673 NULL
4502 -+tps80031_set_bits_32686 tps80031_set_bits 3 32686 NULL
4503 +jfs_readpages_32702 jfs_readpages 4 32702 NULL
4504 +snd_hwdep_ioctl_compat_32736 snd_hwdep_ioctl_compat 3 32736 NULL
4505 ++get_arg_page_32746 get_arg_page 2 32746 NULL
4506 +megasas_change_queue_depth_32747 megasas_change_queue_depth 2 32747 NULL
4507 +stats_read_ul_32751 stats_read_ul 3 32751 NULL
4508 +tty_compat_ioctl_32761 tty_compat_ioctl 3 32761 NULL
4509 @@ -97250,26 +97275,27 @@ index 0000000..ddd5b2e
4510 +arch_ptrace_32981 arch_ptrace 3 32981 NULL
4511 +compat_filldir_32999 compat_filldir 3 32999 NULL
4512 +ext3_alloc_blocks_33007 ext3_alloc_blocks 3 33007 NULL
4513 -+snd_pcm_prepare_33036 snd_pcm_prepare 0 33036 NULL
4514 +pipeline_dec_packet_in_fifo_full_read_33052 pipeline_dec_packet_in_fifo_full_read 3 33052 NULL
4515 +ebt_compat_match_offset_33053 ebt_compat_match_offset 0-2 33053 NULL
4516 +bitmap_resize_33054 bitmap_resize 2 33054 NULL
4517 +stats_dot11RTSSuccessCount_read_33065 stats_dot11RTSSuccessCount_read 3 33065 NULL
4518 +sel_read_checkreqprot_33068 sel_read_checkreqprot 3 33068 NULL
4519 ++alloc_tio_33077 alloc_tio 3 33077 NULL
4520 +acl_permission_check_33083 acl_permission_check 0 33083 NULL
4521 +ieee80211_fragment_33112 ieee80211_fragment 4 33112 NULL
4522 +write_node_33121 write_node 4 33121 NULL
4523 +calc_patch_size_33124 calc_patch_size 0 33124 NULL
4524 +fb_sys_write_33130 fb_sys_write 3 33130 NULL
4525 ++__len_within_target_33132 __len_within_target 0 33132 NULL
4526 +debug_debug6_read_33168 debug_debug6_read 3 33168 NULL
4527 +dataflash_read_fact_otp_33204 dataflash_read_fact_otp 2-3 33204 NULL
4528 +pp_read_33210 pp_read 3 33210 NULL
4529 +xfs_file_aio_write_33234 xfs_file_aio_write 4 33234 NULL
4530 ++build_completion_wait_33242 build_completion_wait 2 33242 NULL
4531 +snd_pcm_plug_client_size_33267 snd_pcm_plug_client_size 0-2 33267 NULL
4532 +sched_find_first_bit_33270 sched_find_first_bit 0 33270 NULL
4533 +cachefiles_cook_key_33274 cachefiles_cook_key 2 33274 NULL
4534 +mei_compat_ioctl_33275 mei_compat_ioctl 3 33275 NULL
4535 -+pcf50633_irq_mask_33280 pcf50633_irq_mask 2 33280 NULL
4536 +mcs7830_get_reg_33308 mcs7830_get_reg 3 33308 NULL
4537 +ath6kl_usb_ctrl_msg_exchange_33327 ath6kl_usb_ctrl_msg_exchange 4 33327 NULL
4538 +gsm_mux_rx_netchar_33336 gsm_mux_rx_netchar 3 33336 NULL
4539 @@ -97277,7 +97303,6 @@ index 0000000..ddd5b2e
4540 +create_xattr_datum_33356 create_xattr_datum 5 33356 NULL nohasharray
4541 +irq_pkt_threshold_read_33356 irq_pkt_threshold_read 3 33356 &create_xattr_datum_33356
4542 +read_file_regidx_33370 read_file_regidx 3 33370 NULL
4543 -+ceph_osdc_writepages_33375 ceph_osdc_writepages 5 33375 NULL
4544 +ocfs2_quota_read_33382 ocfs2_quota_read 5 33382 NULL
4545 +ieee80211_if_read_dropped_frames_no_route_33383 ieee80211_if_read_dropped_frames_no_route 3 33383 NULL
4546 +scsi_varlen_cdb_length_33385 scsi_varlen_cdb_length 0 33385 NULL
4547 @@ -97307,13 +97332,13 @@ index 0000000..ddd5b2e
4548 +comedi_buf_write_n_allocated_33604 comedi_buf_write_n_allocated 0 33604 NULL
4549 +xt_compat_target_offset_33608 xt_compat_target_offset 0 33608 NULL nohasharray
4550 +ip6_find_1stfragopt_33608 ip6_find_1stfragopt 0 33608 &xt_compat_target_offset_33608
4551 -+il_dbgfs_qos_read_33615 il_dbgfs_qos_read 3 33615 NULL
4552 ++usb_gstrings_attach_33615 usb_gstrings_attach 3 33615 NULL nohasharray
4553 ++il_dbgfs_qos_read_33615 il_dbgfs_qos_read 3 33615 &usb_gstrings_attach_33615
4554 +irq_blk_threshold_read_33666 irq_blk_threshold_read 3 33666 NULL
4555 +inw_p_33668 inw_p 0 33668 NULL
4556 +arp_hdr_len_33671 arp_hdr_len 0 33671 NULL
4557 +i2c_hid_alloc_buffers_33673 i2c_hid_alloc_buffers 2 33673 NULL
4558 +ath6kl_wmi_startscan_cmd_33674 ath6kl_wmi_startscan_cmd 8 33674 NULL
4559 -+rbd_alloc_coll_33678 rbd_alloc_coll 1 33678 NULL
4560 +nv50_disp_dmac_create__33696 nv50_disp_dmac_create_ 6 33696 NULL
4561 +compat_insnlist_33706 compat_insnlist 2 33706 NULL
4562 +sys_keyctl_33708 sys_keyctl 4 33708 NULL nohasharray
4563 @@ -97332,13 +97357,11 @@ index 0000000..ddd5b2e
4564 +sep_create_msgarea_context_33829 sep_create_msgarea_context 4 33829 NULL
4565 +scrub_setup_recheck_block_33831 scrub_setup_recheck_block 5-4 33831 NULL
4566 +udplite_manip_pkt_33832 udplite_manip_pkt 4 33832 NULL
4567 -+snd_pcm_action_nonatomic_33844 snd_pcm_action_nonatomic 0 33844 NULL
4568 +usb_dump_endpoint_descriptor_33849 usb_dump_endpoint_descriptor 0 33849 NULL
4569 +calgary_alloc_coherent_33851 calgary_alloc_coherent 2 33851 NULL
4570 +oz_cdev_write_33852 oz_cdev_write 3 33852 NULL
4571 +cap_mmap_addr_33853 cap_mmap_addr 0 33853 NULL
4572 -+config_proc_write_33878 config_proc_write 3 33878 NULL
4573 -+get_user_pages_33908 get_user_pages 0 33908 NULL
4574 ++get_user_pages_33908 get_user_pages 0-3-4 33908 NULL
4575 +queue_logical_block_size_33918 queue_logical_block_size 0 33918 NULL
4576 +sel_read_avc_cache_threshold_33942 sel_read_avc_cache_threshold 3 33942 NULL
4577 +lpfc_idiag_ctlacc_read_33943 lpfc_idiag_ctlacc_read 3 33943 NULL
4578 @@ -97351,9 +97374,9 @@ index 0000000..ddd5b2e
4579 +acpi_dev_get_irqresource_34064 acpi_dev_get_irqresource 2 34064 NULL
4580 +memcg_update_all_caches_34068 memcg_update_all_caches 1 34068 NULL
4581 +read_file_ant_diversity_34071 read_file_ant_diversity 3 34071 NULL
4582 -+show_risefalltime_34084 show_risefalltime 4 34084 NULL
4583 +compat_hdio_ioctl_34088 compat_hdio_ioctl 4 34088 NULL
4584 +pipeline_pipeline_fifo_full_read_34095 pipeline_pipeline_fifo_full_read 3 34095 NULL
4585 ++is_discarded_oblock_34120 is_discarded_oblock 2 34120 NULL
4586 +islpci_mgt_transmit_34133 islpci_mgt_transmit 5 34133 NULL
4587 +ttm_dma_page_pool_free_34135 ttm_dma_page_pool_free 2 34135 NULL
4588 +cdc_mbim_process_dgram_34136 cdc_mbim_process_dgram 3 34136 NULL
4589 @@ -97366,6 +97389,7 @@ index 0000000..ddd5b2e
4590 +zone_spanned_pages_in_node_34299 zone_spanned_pages_in_node 0 34299 NULL
4591 +iov_iter_single_seg_count_34326 iov_iter_single_seg_count 0 34326 NULL nohasharray
4592 +pcpu_need_to_extend_34326 pcpu_need_to_extend 0 34326 &iov_iter_single_seg_count_34326
4593 ++__insert_34349 __insert 2-3 34349 NULL
4594 +crypto_ablkcipher_ivsize_34363 crypto_ablkcipher_ivsize 0 34363 NULL
4595 +rngapi_reset_34366 rngapi_reset 3 34366 NULL nohasharray
4596 +p54_alloc_skb_34366 p54_alloc_skb 3 34366 &rngapi_reset_34366
4597 @@ -97374,16 +97398,14 @@ index 0000000..ddd5b2e
4598 +av7110_vbi_write_34384 av7110_vbi_write 3 34384 NULL
4599 +usbvision_v4l2_read_34386 usbvision_v4l2_read 3 34386 NULL
4600 +read_rbu_image_type_34387 read_rbu_image_type 6 34387 NULL
4601 -+ivtv_read_pos_34400 ivtv_read_pos 3 34400 NULL nohasharray
4602 -+iwl_calib_set_34400 iwl_calib_set 3 34400 &ivtv_read_pos_34400
4603 ++iwl_calib_set_34400 iwl_calib_set 3 34400 NULL nohasharray
4604 ++ivtv_read_pos_34400 ivtv_read_pos 3 34400 &iwl_calib_set_34400
4605 +nl80211_send_disassoc_34424 nl80211_send_disassoc 4 34424 NULL
4606 +usbtest_alloc_urb_34446 usbtest_alloc_urb 3-5 34446 NULL
4607 +mwifiex_regrdwr_read_34472 mwifiex_regrdwr_read 3 34472 NULL
4608 -+line6_dumpreq_init_34473 line6_dumpreq_init 3 34473 NULL
4609 +skcipher_sndbuf_34476 skcipher_sndbuf 0 34476 NULL
4610 +i2o_parm_field_get_34477 i2o_parm_field_get 5 34477 NULL
4611 +security_inode_permission_34488 security_inode_permission 0 34488 NULL
4612 -+alloc_buf_34532 alloc_buf 1 34532 NULL
4613 +tracing_stats_read_34537 tracing_stats_read 3 34537 NULL
4614 +hugetlbfs_read_actor_34547 hugetlbfs_read_actor 0-2-5-4 34547 NULL
4615 +dbBackSplit_34561 dbBackSplit 0 34561 NULL
4616 @@ -97392,9 +97414,11 @@ index 0000000..ddd5b2e
4617 +init_send_hfcd_34586 init_send_hfcd 1 34586 NULL
4618 +inet6_ifla6_size_34591 inet6_ifla6_size 0 34591 NULL
4619 +ceph_msgpool_init_34599 ceph_msgpool_init 4 34599 NULL
4620 ++brcmf_cfg80211_mgmt_tx_34608 brcmf_cfg80211_mgmt_tx 7 34608 NULL
4621 +__jffs2_ref_totlen_34609 __jffs2_ref_totlen 0 34609 NULL
4622 +__cfg80211_disconnected_34622 __cfg80211_disconnected 3 34622 NULL
4623 +cnic_alloc_dma_34641 cnic_alloc_dma 3 34641 NULL
4624 ++tomoyo_dump_page_34649 tomoyo_dump_page 2 34649 NULL
4625 +nf_nat_mangle_udp_packet_34661 nf_nat_mangle_udp_packet 8-6 34661 NULL
4626 +isr_fiqs_read_34687 isr_fiqs_read 3 34687 NULL
4627 +port_print_34704 port_print 3 34704 NULL
4628 @@ -97403,7 +97427,6 @@ index 0000000..ddd5b2e
4629 +platform_list_read_file_34734 platform_list_read_file 3 34734 NULL
4630 +reg_w_ixbuf_34736 reg_w_ixbuf 4 34736 NULL
4631 +qib_cdev_init_34778 qib_cdev_init 1 34778 NULL
4632 -+ssd1307fb_write_array_34779 ssd1307fb_write_array 4 34779 NULL
4633 +__copy_in_user_34790 __copy_in_user 3 34790 NULL
4634 +drbd_get_max_capacity_34804 drbd_get_max_capacity 0 34804 NULL
4635 +b43_debugfs_write_34838 b43_debugfs_write 3 34838 NULL
4636 @@ -97411,7 +97434,6 @@ index 0000000..ddd5b2e
4637 +acpi_system_write_wakeup_device_34853 acpi_system_write_wakeup_device 3 34853 NULL
4638 +usb_serial_generic_prepare_write_buffer_34857 usb_serial_generic_prepare_write_buffer 3 34857 NULL
4639 +ieee80211_if_read_txpower_34871 ieee80211_if_read_txpower 3 34871 NULL
4640 -+lm3533_ctrlbank_get_reg_34886 lm3533_ctrlbank_get_reg 0-2 34886 NULL
4641 +msg_print_text_34889 msg_print_text 0 34889 NULL
4642 +ieee80211_if_write_34894 ieee80211_if_write 3 34894 NULL
4643 +compat_put_uint_34905 compat_put_uint 1 34905 NULL
4644 @@ -97419,9 +97441,12 @@ index 0000000..ddd5b2e
4645 +btrfs_super_chunk_root_34925 btrfs_super_chunk_root 0 34925 &__inode_permission_34925
4646 +skb_gro_header_slow_34958 skb_gro_header_slow 2 34958 NULL
4647 +Realloc_34961 Realloc 2 34961 NULL
4648 ++mq_lookup_34990 mq_lookup 2 34990 NULL
4649 +rx_rx_hdr_overflow_read_35002 rx_rx_hdr_overflow_read 3 35002 NULL
4650 +l2cap_skbuff_fromiovec_35003 l2cap_skbuff_fromiovec 4-3 35003 NULL
4651 ++dm_cache_insert_mapping_35005 dm_cache_insert_mapping 2-3 35005 NULL
4652 +sisusb_copy_memory_35016 sisusb_copy_memory 4 35016 NULL
4653 ++alloc_p2m_page_35025 alloc_p2m_page 0 35025 NULL
4654 +coda_psdev_read_35029 coda_psdev_read 3 35029 NULL
4655 +btmrvl_gpiogap_write_35053 btmrvl_gpiogap_write 3 35053 NULL
4656 +pwr_connection_out_of_sync_read_35061 pwr_connection_out_of_sync_read 3 35061 NULL
4657 @@ -97434,12 +97459,16 @@ index 0000000..ddd5b2e
4658 +gntdev_alloc_map_35145 gntdev_alloc_map 2 35145 NULL
4659 +iscsi_conn_setup_35159 iscsi_conn_setup 2 35159 NULL
4660 +ieee80211_if_read_bssid_35161 ieee80211_if_read_bssid 3 35161 NULL
4661 ++mlx4_ib_get_cq_umem_35184 mlx4_ib_get_cq_umem 5-6 35184 NULL
4662 ++iwl_nvm_read_chunk_35198 iwl_nvm_read_chunk 0 35198 NULL
4663 ++uprobe_get_swbp_addr_35201 uprobe_get_swbp_addr 0 35201 NULL
4664 +unix_stream_recvmsg_35210 unix_stream_recvmsg 4 35210 NULL
4665 +_osd_req_alist_elem_size_35216 _osd_req_alist_elem_size 0-2 35216 NULL
4666 +striped_read_35218 striped_read 0-2-8-3 35218 NULL nohasharray
4667 +security_key_getsecurity_35218 security_key_getsecurity 0 35218 &striped_read_35218
4668 -+video_register_device_no_warn_35226 video_register_device_no_warn 3 35226 NULL nohasharray
4669 -+rx_rx_cmplt_task_read_35226 rx_rx_cmplt_task_read 3 35226 &video_register_device_no_warn_35226
4670 ++rx_rx_cmplt_task_read_35226 rx_rx_cmplt_task_read 3 35226 NULL nohasharray
4671 ++video_register_device_no_warn_35226 video_register_device_no_warn 3 35226 &rx_rx_cmplt_task_read_35226
4672 ++gfn_to_page_many_atomic_35234 gfn_to_page_many_atomic 2 35234 NULL
4673 +set_fd_set_35249 set_fd_set 1 35249 NULL
4674 +ioapic_setup_resources_35255 ioapic_setup_resources 1 35255 NULL
4675 +dma_show_regs_35266 dma_show_regs 3 35266 NULL
4676 @@ -97450,7 +97479,6 @@ index 0000000..ddd5b2e
4677 +__btrfs_buffered_write_35311 __btrfs_buffered_write 3 35311 &brcmf_sdio_forensic_read_35311
4678 +tracing_read_pipe_35312 tracing_read_pipe 3 35312 NULL
4679 +sys_setsockopt_35320 sys_setsockopt 5 35320 NULL
4680 -+new_bind_ctl_35324 new_bind_ctl 2 35324 NULL
4681 +irq_domain_disassociate_many_35325 irq_domain_disassociate_many 2-3 35325 NULL
4682 +fallback_on_nodma_alloc_35332 fallback_on_nodma_alloc 2 35332 NULL
4683 +pskb_network_may_pull_35336 pskb_network_may_pull 2 35336 NULL
4684 @@ -97461,8 +97489,8 @@ index 0000000..ddd5b2e
4685 +rawv6_send_hdrinc_35425 rawv6_send_hdrinc 3 35425 NULL
4686 +__set_test_and_free_35436 __set_test_and_free 2 35436 NULL
4687 +buffer_to_user_35439 buffer_to_user 3 35439 NULL
4688 -+rdev_get_id_35454 rdev_get_id 0 35454 NULL
4689 +i915_wedged_read_35474 i915_wedged_read 3 35474 NULL
4690 ++ecryptfs_get_zeroed_pages_35483 ecryptfs_get_zeroed_pages 0 35483 NULL
4691 +do_atm_ioctl_35519 do_atm_ioctl 3 35519 NULL
4692 +async_setkey_35521 async_setkey 3 35521 NULL
4693 +__filemap_fdatawrite_range_35528 __filemap_fdatawrite_range 0 35528 NULL
4694 @@ -97471,13 +97499,13 @@ index 0000000..ddd5b2e
4695 +ibnl_put_attr_35541 ibnl_put_attr 3 35541 NULL
4696 +ieee80211_if_write_smps_35550 ieee80211_if_write_smps 3 35550 NULL
4697 +ext2_acl_from_disk_35580 ext2_acl_from_disk 2 35580 NULL
4698 ++spk_msg_set_35586 spk_msg_set 3 35586 NULL
4699 +ReadZReg_35604 ReadZReg 0 35604 NULL
4700 +kernel_readv_35617 kernel_readv 3 35617 NULL
4701 ++ixgbe_pci_sriov_configure_35624 ixgbe_pci_sriov_configure 2 35624 NULL
4702 +reiserfs_readpages_35629 reiserfs_readpages 4 35629 NULL
4703 -+scrub_stripe_35637 scrub_stripe 4-3 35637 NULL
4704 +spi_register_board_info_35651 spi_register_board_info 2 35651 NULL
4705 +store_debug_level_35652 store_debug_level 3 35652 NULL
4706 -+regmap_update_bits_35668 regmap_update_bits 2 35668 NULL
4707 +rdmaltWithLock_35669 rdmaltWithLock 0 35669 NULL
4708 +compat_sys_kexec_load_35674 compat_sys_kexec_load 2 35674 NULL
4709 +dm_table_create_35687 dm_table_create 3 35687 NULL
4710 @@ -97485,7 +97513,6 @@ index 0000000..ddd5b2e
4711 +pci_enable_sriov_35745 pci_enable_sriov 2 35745 NULL
4712 +iwl_dbgfs_disable_ht40_read_35761 iwl_dbgfs_disable_ht40_read 3 35761 NULL
4713 +udf_alloc_i_data_35786 udf_alloc_i_data 2 35786 NULL
4714 -+read_file_stations_35795 read_file_stations 3 35795 NULL
4715 +pvr2_hdw_cpufw_get_35824 pvr2_hdw_cpufw_get 0-4-2 35824 NULL
4716 +tx_tx_cmplt_read_35854 tx_tx_cmplt_read 3 35854 NULL
4717 +mthca_buf_alloc_35861 mthca_buf_alloc 2 35861 NULL
4718 @@ -97494,11 +97521,11 @@ index 0000000..ddd5b2e
4719 +ieee80211_if_fmt_dot11MeshRetryTimeout_35890 ieee80211_if_fmt_dot11MeshRetryTimeout 3 35890 NULL
4720 +uwb_rc_cmd_done_35892 uwb_rc_cmd_done 4 35892 NULL
4721 +kernel_setsockopt_35913 kernel_setsockopt 5 35913 NULL
4722 ++rbio_nr_pages_35916 rbio_nr_pages 0-1-2 35916 NULL
4723 +vol_cdev_compat_ioctl_35923 vol_cdev_compat_ioctl 3 35923 NULL
4724 +sctp_tsnmap_mark_35929 sctp_tsnmap_mark 2 35929 NULL
4725 +rx_defrag_init_called_read_35935 rx_defrag_init_called_read 3 35935 NULL
4726 +put_cmsg_compat_35937 put_cmsg_compat 4 35937 NULL
4727 -+wm8350_reg_write_35967 wm8350_reg_write 2 35967 NULL
4728 +ext_rts51x_sd_execute_write_data_35971 ext_rts51x_sd_execute_write_data 9 35971 NULL
4729 +ceph_buffer_new_35974 ceph_buffer_new 1 35974 NULL
4730 +acl_alloc_35979 acl_alloc 1 35979 NULL
4731 @@ -97506,10 +97533,8 @@ index 0000000..ddd5b2e
4732 +koneplus_sysfs_write_35993 koneplus_sysfs_write 6 35993 NULL
4733 +il3945_ucode_tx_stats_read_36016 il3945_ucode_tx_stats_read 3 36016 NULL
4734 +ubi_eba_write_leb_36029 ubi_eba_write_leb 5-6 36029 NULL
4735 -+sys_init_module_36047 sys_init_module 2 36047 NULL
4736 +account_shadowed_36048 account_shadowed 2 36048 NULL
4737 +gpio_power_read_36059 gpio_power_read 3 36059 NULL
4738 -+snd_pcm_playback_hw_avail_36061 snd_pcm_playback_hw_avail 0 36061 NULL
4739 +write_emulate_36065 write_emulate 2-4 36065 NULL
4740 +radeon_vm_num_pdes_36070 radeon_vm_num_pdes 0 36070 NULL
4741 +ieee80211_if_fmt_peer_36071 ieee80211_if_fmt_peer 3 36071 NULL
4742 @@ -97520,14 +97545,16 @@ index 0000000..ddd5b2e
4743 +simple_xattr_alloc_36118 simple_xattr_alloc 2 36118 NULL
4744 +compat_ptrace_request_36131 compat_ptrace_request 3-4 36131 NULL
4745 +vmalloc_exec_36132 vmalloc_exec 1 36132 NULL
4746 ++max8925_irq_domain_map_36133 max8925_irq_domain_map 2 36133 NULL
4747 +ext3_readpages_36144 ext3_readpages 4 36144 NULL
4748 -+iwl_trans_txq_alloc_36147 iwl_trans_txq_alloc 3 36147 NULL
4749 +alloc_vm_area_36149 alloc_vm_area 1 36149 NULL
4750 +twl_set_36154 twl_set 2 36154 NULL
4751 +b1_alloc_card_36155 b1_alloc_card 1 36155 NULL
4752 +btrfs_file_extent_inline_len_36158 btrfs_file_extent_inline_len 0 36158 NULL
4753 +snd_korg1212_copy_from_36169 snd_korg1212_copy_from 6 36169 NULL
4754 +ubifs_read_nnode_36221 ubifs_read_nnode 0 36221 NULL
4755 ++is_dirty_36223 is_dirty 2 36223 NULL
4756 ++dma_alloc_attrs_36225 dma_alloc_attrs 0 36225 NULL
4757 +nfqnl_mangle_36226 nfqnl_mangle 4-2 36226 NULL
4758 +atomic_stats_read_36228 atomic_stats_read 3 36228 NULL
4759 +viafb_iga1_odev_proc_write_36241 viafb_iga1_odev_proc_write 3 36241 NULL
4760 @@ -97537,10 +97564,10 @@ index 0000000..ddd5b2e
4761 +usb_buffer_alloc_36276 usb_buffer_alloc 2 36276 NULL
4762 +codec_reg_read_file_36280 codec_reg_read_file 3 36280 NULL
4763 +crypto_shash_digestsize_36284 crypto_shash_digestsize 0 36284 NULL
4764 -+readahead_tree_block_36285 readahead_tree_block 3 36285 NULL
4765 +nouveau_cli_create_36293 nouveau_cli_create 3 36293 NULL
4766 +lpfc_debugfs_dif_err_read_36303 lpfc_debugfs_dif_err_read 3 36303 NULL
4767 +ad7879_spi_xfer_36311 ad7879_spi_xfer 3 36311 NULL
4768 ++fuse_get_user_addr_36312 fuse_get_user_addr 0 36312 NULL
4769 +fat_compat_ioctl_filldir_36328 fat_compat_ioctl_filldir 3 36328 NULL
4770 +lc_create_36332 lc_create 4 36332 NULL
4771 +jbd2_journal_init_revoke_table_36336 jbd2_journal_init_revoke_table 1 36336 NULL
4772 @@ -97559,7 +97586,6 @@ index 0000000..ddd5b2e
4773 +ieee80211_if_read_fwded_frames_36520 ieee80211_if_read_fwded_frames 3 36520 NULL
4774 +lguest_setup_irq_36531 lguest_setup_irq 1 36531 NULL
4775 +crypto_aead_authsize_36537 crypto_aead_authsize 0 36537 NULL
4776 -+ssd1307fb_write_data_array_36538 ssd1307fb_write_data_array 3 36538 NULL
4777 +cpu_type_read_36540 cpu_type_read 3 36540 NULL
4778 +get_entry_len_36549 get_entry_len 0 36549 NULL
4779 +__kfifo_to_user_36555 __kfifo_to_user 3 36555 NULL nohasharray
4780 @@ -97578,42 +97604,40 @@ index 0000000..ddd5b2e
4781 +iscsi_host_alloc_36671 iscsi_host_alloc 2 36671 NULL
4782 +ptr_to_compat_36680 ptr_to_compat 0 36680 NULL
4783 +ext4_mb_discard_group_preallocations_36685 ext4_mb_discard_group_preallocations 2 36685 NULL
4784 -+snd_soc_update_bits_36714 snd_soc_update_bits 2 36714 NULL
4785 +extract_icmp6_fields_36732 extract_icmp6_fields 2 36732 NULL
4786 +snd_rawmidi_kernel_read1_36740 snd_rawmidi_kernel_read1 4 36740 NULL
4787 +cxgbi_device_register_36746 cxgbi_device_register 1-2 36746 NULL
4788 +ps_poll_upsd_timeouts_read_36755 ps_poll_upsd_timeouts_read 3 36755 NULL
4789 -+snd_soc_update_bits_locked_36766 snd_soc_update_bits_locked 2 36766 NULL
4790 +ip4ip6_err_36772 ip4ip6_err 5 36772 NULL
4791 +ptp_filter_init_36780 ptp_filter_init 2 36780 NULL
4792 +proc_fault_inject_read_36802 proc_fault_inject_read 3 36802 NULL
4793 +hiddev_ioctl_36816 hiddev_ioctl 2 36816 NULL
4794 +int_hardware_entry_36833 int_hardware_entry 3 36833 NULL
4795 -+pcf50633_reg_write_36841 pcf50633_reg_write 2 36841 NULL nohasharray
4796 -+fc_change_queue_depth_36841 fc_change_queue_depth 2 36841 &pcf50633_reg_write_36841
4797 ++fc_change_queue_depth_36841 fc_change_queue_depth 2 36841 NULL
4798 +keyctl_describe_key_36853 keyctl_describe_key 3 36853 NULL
4799 +cm_write_36858 cm_write 3 36858 NULL
4800 +tx_tx_data_programmed_read_36871 tx_tx_data_programmed_read 3 36871 NULL
4801 +svc_setsockopt_36876 svc_setsockopt 5 36876 NULL
4802 ++raid56_parity_write_36877 raid56_parity_write 5 36877 NULL
4803 ++__btrfs_map_block_36883 __btrfs_map_block 3 36883 NULL
4804 +ib_ucm_alloc_data_36885 ib_ucm_alloc_data 3 36885 NULL
4805 +selinux_inode_notifysecctx_36896 selinux_inode_notifysecctx 3 36896 NULL
4806 -+lm3533_als_get_target_36905 lm3533_als_get_target 2-3 36905 NULL
4807 +OS_kmalloc_36909 OS_kmalloc 1 36909 NULL
4808 ++build_key_36931 build_key 1 36931 NULL
4809 +crypto_blkcipher_ivsize_36944 crypto_blkcipher_ivsize 0 36944 NULL
4810 -+div_u64_36951 div_u64 0 36951 NULL
4811 +write_leb_36957 write_leb 5 36957 NULL
4812 +ntfs_external_attr_find_36963 ntfs_external_attr_find 0 36963 NULL
4813 +sparse_early_mem_maps_alloc_node_36971 sparse_early_mem_maps_alloc_node 4 36971 NULL
4814 -+mc13xxx_reg_rmw_36997 mc13xxx_reg_rmw 2 36997 NULL
4815 +drbd_new_dev_size_36998 drbd_new_dev_size 0-3 36998 NULL
4816 +auok190xfb_write_37001 auok190xfb_write 3 37001 NULL
4817 +setxattr_37006 setxattr 4 37006 NULL
4818 -+ieee80211_if_read_drop_unencrypted_37053 ieee80211_if_read_drop_unencrypted 3 37053 NULL
4819 ++qp_broker_create_37053 qp_broker_create 6-5 37053 NULL nohasharray
4820 ++ieee80211_if_read_drop_unencrypted_37053 ieee80211_if_read_drop_unencrypted 3 37053 &qp_broker_create_37053
4821 +parse_command_37079 parse_command 2 37079 NULL
4822 -+wm8994_gpio_set_37082 wm8994_gpio_set 2 37082 NULL
4823 +pipeline_cs_rx_packet_in_read_37089 pipeline_cs_rx_packet_in_read 3 37089 NULL
4824 +tun_get_user_37094 tun_get_user 5 37094 NULL
4825 +has_wrprotected_page_37123 has_wrprotected_page 2-3 37123 NULL
4826 ++snd_hda_get_conn_list_37132 snd_hda_get_conn_list 0 37132 NULL
4827 +msg_word_37164 msg_word 0 37164 NULL
4828 +can_set_xattr_37182 can_set_xattr 4 37182 NULL
4829 +crypto_shash_descsize_37212 crypto_shash_descsize 0 37212 NULL
4830 @@ -97623,8 +97647,10 @@ index 0000000..ddd5b2e
4831 +prot_queue_del_37258 prot_queue_del 0 37258 NULL
4832 +ath6kl_wmi_set_ie_cmd_37260 ath6kl_wmi_set_ie_cmd 6 37260 NULL
4833 +exofs_max_io_pages_37263 exofs_max_io_pages 0-2 37263 NULL
4834 ++nested_svm_map_37268 nested_svm_map 2 37268 NULL
4835 +c101_run_37279 c101_run 2 37279 NULL
4836 +srp_target_alloc_37288 srp_target_alloc 3 37288 NULL
4837 ++ieee80211_if_read_power_mode_37305 ieee80211_if_read_power_mode 3 37305 NULL
4838 +jffs2_write_dirent_37311 jffs2_write_dirent 5 37311 NULL
4839 +send_msg_37323 send_msg 4 37323 NULL
4840 +brcmf_sdbrcm_membytes_37324 brcmf_sdbrcm_membytes 3-5 37324 NULL
4841 @@ -97641,19 +97667,22 @@ index 0000000..ddd5b2e
4842 +iwl_print_last_event_logs_37433 iwl_print_last_event_logs 0-7-9 37433 NULL
4843 +tcp_established_options_37450 tcp_established_options 0 37450 NULL
4844 +brcmf_sdio_dump_console_37455 brcmf_sdio_dump_console 4 37455 NULL
4845 ++__remove_37457 __remove 2 37457 NULL
4846 +ufs_data_ptr_to_cpu_37475 ufs_data_ptr_to_cpu 0 37475 NULL
4847 +get_est_timing_37484 get_est_timing 0 37484 NULL
4848 -+xfs_trans_read_buf_map_37487 xfs_trans_read_buf_map 5 37487 NULL
4849 +kmem_realloc_37489 kmem_realloc 2 37489 NULL
4850 +kvm_vcpu_compat_ioctl_37500 kvm_vcpu_compat_ioctl 3 37500 NULL
4851 +vmalloc_32_user_37519 vmalloc_32_user 1 37519 NULL
4852 +fault_inject_read_37534 fault_inject_read 3 37534 NULL
4853 +hdr_size_37536 hdr_size 0 37536 NULL
4854 ++a2p_37544 a2p 0-1 37544 NULL
4855 +sep_create_dcb_dmatables_context_37551 sep_create_dcb_dmatables_context 6 37551 NULL nohasharray
4856 +nf_nat_mangle_tcp_packet_37551 nf_nat_mangle_tcp_packet 6-8 37551 &sep_create_dcb_dmatables_context_37551
4857 +xhci_alloc_streams_37586 xhci_alloc_streams 5 37586 NULL
4858 +mlx4_get_mgm_entry_size_37607 mlx4_get_mgm_entry_size 0 37607 NULL
4859 -+kvm_read_guest_page_mmu_37611 kvm_read_guest_page_mmu 6 37611 NULL
4860 ++kvm_read_guest_page_mmu_37611 kvm_read_guest_page_mmu 6-3 37611 NULL
4861 ++policy_residency_37629 policy_residency 0 37629 NULL
4862 ++check_pt_base_37635 check_pt_base 3 37635 NULL
4863 +alloc_fd_37637 alloc_fd 1 37637 NULL
4864 +bio_copy_user_iov_37660 bio_copy_user_iov 4 37660 NULL
4865 +rfcomm_sock_sendmsg_37661 rfcomm_sock_sendmsg 4 37661 NULL nohasharray
4866 @@ -97663,12 +97692,14 @@ index 0000000..ddd5b2e
4867 +regmap_map_read_file_37685 regmap_map_read_file 3 37685 NULL
4868 +nametbl_header_37698 nametbl_header 2 37698 NULL
4869 +__le32_to_cpup_37702 __le32_to_cpup 0 37702 NULL
4870 -+soc_widget_update_bits_locked_37715 soc_widget_update_bits_locked 2 37715 NULL
4871 ++dm_thin_remove_block_37724 dm_thin_remove_block 2 37724 NULL
4872 ++find_active_uprobe_37733 find_active_uprobe 1 37733 NULL
4873 +read_enabled_file_bool_37744 read_enabled_file_bool 3 37744 NULL
4874 +ocfs2_duplicate_clusters_by_jbd_37749 ocfs2_duplicate_clusters_by_jbd 6-4-5 37749 NULL
4875 +ocfs2_control_cfu_37750 ocfs2_control_cfu 2 37750 NULL
4876 +ipath_cdev_init_37752 ipath_cdev_init 1 37752 NULL
4877 +dccp_setsockopt_cscov_37766 dccp_setsockopt_cscov 2 37766 NULL
4878 ++dma_pte_addr_37784 dma_pte_addr 0 37784 NULL
4879 +il4965_rs_sta_dbgfs_rate_scale_data_read_37792 il4965_rs_sta_dbgfs_rate_scale_data_read 3 37792 NULL
4880 +smk_read_logging_37804 smk_read_logging 3 37804 NULL
4881 +deny_write_access_37813 deny_write_access 0 37813 NULL
4882 @@ -97677,9 +97708,9 @@ index 0000000..ddd5b2e
4883 +o2hb_debug_read_37851 o2hb_debug_read 3 37851 NULL
4884 +xfs_dir2_block_to_sf_37868 xfs_dir2_block_to_sf 3 37868 NULL
4885 +sys_setxattr_37880 sys_setxattr 4 37880 NULL
4886 -+lm3533_als_get_target_reg_37881 lm3533_als_get_target_reg 0-1-2 37881 NULL
4887 +dvb_net_sec_37884 dvb_net_sec 3 37884 NULL
4888 +max77686_irq_domain_map_37897 max77686_irq_domain_map 2 37897 NULL
4889 ++compat_sys_rt_sigpending_37899 compat_sys_rt_sigpending 2 37899 NULL
4890 +tipc_link_send_sections_fast_37920 tipc_link_send_sections_fast 4 37920 NULL
4891 +pkt_alloc_packet_data_37928 pkt_alloc_packet_data 1 37928 NULL
4892 +read_rbu_packet_size_37939 read_rbu_packet_size 6 37939 NULL
4893 @@ -97691,7 +97722,8 @@ index 0000000..ddd5b2e
4894 +aggr_recv_addba_req_evt_38037 aggr_recv_addba_req_evt 4 38037 NULL
4895 +klsi_105_prepare_write_buffer_38044 klsi_105_prepare_write_buffer 3 38044 NULL nohasharray
4896 +il_dbgfs_chain_noise_read_38044 il_dbgfs_chain_noise_read 3 38044 &klsi_105_prepare_write_buffer_38044
4897 -+_xfs_buf_alloc_38058 _xfs_buf_alloc 3 38058 NULL
4898 ++_xfs_buf_alloc_38058 _xfs_buf_alloc 3 38058 NULL nohasharray
4899 ++is_discarded_38058 is_discarded 2 38058 &_xfs_buf_alloc_38058
4900 +nsm_create_handle_38060 nsm_create_handle 4 38060 NULL
4901 +alloc_ltalkdev_38071 alloc_ltalkdev 1 38071 NULL
4902 +xfs_buf_readahead_map_38081 xfs_buf_readahead_map 3 38081 NULL
4903 @@ -97700,6 +97732,7 @@ index 0000000..ddd5b2e
4904 +proc_self_readlink_38094 proc_self_readlink 3 38094 NULL
4905 +ep0_read_38095 ep0_read 3 38095 NULL
4906 +sk_wmem_schedule_38096 sk_wmem_schedule 2 38096 NULL
4907 ++rbd_obj_read_sync_38098 rbd_obj_read_sync 3-4 38098 NULL
4908 +snd_pcm_oss_write_38108 snd_pcm_oss_write 3 38108 NULL
4909 +vmw_kms_present_38130 vmw_kms_present 9 38130 NULL
4910 +__ntfs_copy_from_user_iovec_inatomic_38153 __ntfs_copy_from_user_iovec_inatomic 3-4 38153 NULL
4911 @@ -97711,16 +97744,19 @@ index 0000000..ddd5b2e
4912 +ext3_new_block_38208 ext3_new_block 3 38208 NULL
4913 +stmpe_gpio_irq_map_38222 stmpe_gpio_irq_map 3 38222 NULL
4914 +osd_req_list_partition_collections_38223 osd_req_list_partition_collections 5 38223 NULL
4915 ++palmas_gpio_to_irq_38235 palmas_gpio_to_irq 2 38235 NULL
4916 +vhost_net_compat_ioctl_38237 vhost_net_compat_ioctl 3 38237 NULL
4917 +_ipw_read_reg32_38245 _ipw_read_reg32 0 38245 NULL
4918 -+snd_pcm_playback_rewind_38249 snd_pcm_playback_rewind 0-2 38249 NULL
4919 ++from_dblock_38256 from_dblock 0-1 38256 NULL
4920 ++vmci_qp_broker_set_page_store_38260 vmci_qp_broker_set_page_store 2-3 38260 NULL
4921 +ieee80211_if_read_auto_open_plinks_38268 ieee80211_if_read_auto_open_plinks 3 38268 NULL nohasharray
4922 +mthca_alloc_icm_table_38268 mthca_alloc_icm_table 4-3 38268 &ieee80211_if_read_auto_open_plinks_38268
4923 -+verity_status_38273 verity_status 5 38273 NULL
4924 +xfs_bmbt_to_bmdr_38275 xfs_bmbt_to_bmdr 3 38275 NULL nohasharray
4925 +xfs_bmdr_to_bmbt_38275 xfs_bmdr_to_bmbt 5 38275 &xfs_bmbt_to_bmdr_38275
4926 ++ftdi_process_packet_38281 ftdi_process_packet 4 38281 NULL nohasharray
4927 ++swiotlb_sync_single_for_cpu_38281 swiotlb_sync_single_for_cpu 2 38281 &ftdi_process_packet_38281
4928 ++gpa_to_gfn_38291 gpa_to_gfn 0-1 38291 NULL
4929 +zd_mac_rx_38296 zd_mac_rx 3 38296 NULL
4930 -+ieee80211_send_probe_req_38307 ieee80211_send_probe_req 6-4 38307 NULL
4931 +isr_rx_headers_read_38325 isr_rx_headers_read 3 38325 NULL
4932 +ida_simple_get_38326 ida_simple_get 2 38326 NULL
4933 +__snd_gf1_look8_38333 __snd_gf1_look8 0 38333 NULL
4934 @@ -97735,15 +97771,15 @@ index 0000000..ddd5b2e
4935 +pmcraid_copy_sglist_38431 pmcraid_copy_sglist 3 38431 NULL
4936 +kvm_write_guest_38454 kvm_write_guest 4-2 38454 NULL
4937 +i915_min_freq_read_38470 i915_min_freq_read 3 38470 NULL
4938 ++kvm_arch_setup_async_pf_38481 kvm_arch_setup_async_pf 3 38481 NULL
4939 +blk_end_bidi_request_38482 blk_end_bidi_request 3-4 38482 NULL
4940 -+cpu_to_mem_38501 cpu_to_mem 0 38501 NULL
4941 +dev_names_read_38509 dev_names_read 3 38509 NULL
4942 +iscsi_create_iface_38510 iscsi_create_iface 5 38510 NULL
4943 +event_rx_mismatch_read_38518 event_rx_mismatch_read 3 38518 NULL
4944 +set_queue_count_38519 set_queue_count 0 38519 NULL
4945 ++mlx4_ib_db_map_user_38529 mlx4_ib_db_map_user 2 38529 NULL
4946 +ubifs_idx_node_sz_38546 ubifs_idx_node_sz 0-2 38546 NULL
4947 +btrfs_discard_extent_38547 btrfs_discard_extent 2 38547 NULL
4948 -+cpu_to_node_38561 cpu_to_node 0 38561 NULL
4949 +irda_sendmsg_dgram_38563 irda_sendmsg_dgram 4 38563 NULL
4950 +il4965_rs_sta_dbgfs_scale_table_read_38564 il4965_rs_sta_dbgfs_scale_table_read 3 38564 NULL
4951 +_ipw_read32_38565 _ipw_read32 0 38565 NULL
4952 @@ -97751,18 +97787,20 @@ index 0000000..ddd5b2e
4953 +copy_ctl_value_to_user_38587 copy_ctl_value_to_user 4 38587 NULL
4954 +cosa_net_setup_rx_38594 cosa_net_setup_rx 2 38594 NULL
4955 +compat_sys_ptrace_38595 compat_sys_ptrace 3-4 38595 NULL
4956 -+delay_status_38606 delay_status 5 38606 NULL
4957 +icn_writecmd_38629 icn_writecmd 2 38629 NULL
4958 +ext2_readpages_38640 ext2_readpages 4 38640 NULL
4959 +cma_create_area_38642 cma_create_area 2 38642 NULL
4960 +audit_init_entry_38644 audit_init_entry 1 38644 NULL
4961 ++qp_broker_alloc_38646 qp_broker_alloc 5-6 38646 NULL
4962 +mmc_send_cxd_data_38655 mmc_send_cxd_data 5 38655 NULL
4963 +nouveau_instmem_create__38664 nouveau_instmem_create_ 4 38664 NULL
4964 +cfg80211_send_disassoc_38678 cfg80211_send_disassoc 3 38678 NULL
4965 +iscsit_dump_data_payload_38683 iscsit_dump_data_payload 2 38683 NULL
4966 +ext4_wait_block_bitmap_38695 ext4_wait_block_bitmap 2 38695 NULL
4967 ++rbio_add_io_page_38700 rbio_add_io_page 6 38700 NULL
4968 +find_next_usable_block_38716 find_next_usable_block 1-3 38716 NULL
4969 +alloc_trace_probe_38720 alloc_trace_probe 6 38720 NULL
4970 ++phys_to_virt_38757 phys_to_virt 0-1 38757 NULL
4971 +udf_readpages_38761 udf_readpages 4 38761 NULL
4972 +iwl_dbgfs_thermal_throttling_read_38779 iwl_dbgfs_thermal_throttling_read 3 38779 NULL
4973 +snd_gus_dram_write_38784 snd_gus_dram_write 4 38784 NULL
4974 @@ -97777,7 +97815,6 @@ index 0000000..ddd5b2e
4975 +sizeof_gpio_leds_priv_38882 sizeof_gpio_leds_priv 0-1 38882 NULL
4976 +dbgfs_state_38894 dbgfs_state 3 38894 NULL
4977 +f2fs_xattr_set_acl_38895 f2fs_xattr_set_acl 4 38895 NULL
4978 -+__fswab16_38898 __fswab16 0 38898 NULL
4979 +process_bulk_data_command_38906 process_bulk_data_command 4 38906 NULL
4980 +ext3_trim_all_free_38929 ext3_trim_all_free 3-4-2 38929 NULL
4981 +sbp_count_se_tpg_luns_38943 sbp_count_se_tpg_luns 0 38943 NULL
4982 @@ -97791,7 +97828,6 @@ index 0000000..ddd5b2e
4983 +_zd_iowrite32v_async_locked_39034 _zd_iowrite32v_async_locked 3 39034 NULL
4984 +line6_midibuf_read_39067 line6_midibuf_read 0-3 39067 NULL
4985 +ext4_init_block_bitmap_39071 ext4_init_block_bitmap 3 39071 NULL
4986 -+tun_get_user_39099 tun_get_user 4 39099 NULL
4987 +tomoyo_truncate_39105 tomoyo_truncate 0 39105 NULL
4988 +__kfifo_to_user_r_39123 __kfifo_to_user_r 3 39123 NULL
4989 +ea_foreach_39133 ea_foreach 0 39133 NULL
4990 @@ -97809,7 +97845,6 @@ index 0000000..ddd5b2e
4991 +batadv_tt_response_fill_table_39236 batadv_tt_response_fill_table 1 39236 NULL
4992 +posix_acl_to_xattr_39237 posix_acl_to_xattr 0 39237 NULL
4993 +drm_order_39244 drm_order 0 39244 NULL
4994 -+snd_pcm_capture_forward_39248 snd_pcm_capture_forward 0-2 39248 NULL
4995 +r128_compat_ioctl_39250 r128_compat_ioctl 2 39250 NULL nohasharray
4996 +pwr_cont_miss_bcns_spread_read_39250 pwr_cont_miss_bcns_spread_read 3 39250 &r128_compat_ioctl_39250
4997 +__skb_cow_39254 __skb_cow 2 39254 NULL
4998 @@ -97824,12 +97859,14 @@ index 0000000..ddd5b2e
4999 +do_write_log_from_user_39362 do_write_log_from_user 3 39362 NULL
5000 +vortex_wtdma_getlinearpos_39371 vortex_wtdma_getlinearpos 0 39371 NULL
5001 +regmap_name_read_file_39379 regmap_name_read_file 3 39379 NULL
5002 ++fnic_trace_debugfs_read_39380 fnic_trace_debugfs_read 3 39380 NULL
5003 +ps_poll_ps_poll_utilization_read_39383 ps_poll_ps_poll_utilization_read 3 39383 NULL
5004 +__send_to_port_39386 __send_to_port 3 39386 NULL
5005 +user_power_read_39414 user_power_read 3 39414 NULL
5006 +alloc_agpphysmem_i8xx_39427 alloc_agpphysmem_i8xx 1 39427 NULL
5007 +sys_semop_39457 sys_semop 3 39457 NULL
5008 +setkey_unaligned_39474 setkey_unaligned 3 39474 NULL
5009 ++do_get_mempolicy_39485 do_get_mempolicy 3 39485 NULL
5010 +ieee80211_if_fmt_dot11MeshHWMPmaxPREQretries_39499 ieee80211_if_fmt_dot11MeshHWMPmaxPREQretries 3 39499 NULL
5011 +atomic64_read_unchecked_39505 atomic64_read_unchecked 0 39505 NULL
5012 +int_proc_write_39542 int_proc_write 3 39542 NULL
5013 @@ -97838,7 +97875,6 @@ index 0000000..ddd5b2e
5014 +datablob_format_39571 datablob_format 2 39571 NULL nohasharray
5015 +ieee80211_if_read_fwded_mcast_39571 ieee80211_if_read_fwded_mcast 3 39571 &datablob_format_39571
5016 +handle_response_icmp_39574 handle_response_icmp 7 39574 NULL
5017 -+adau1373_set_pll_39593 adau1373_set_pll 2 39593 NULL
5018 +mtdchar_compat_ioctl_39602 mtdchar_compat_ioctl 3 39602 NULL
5019 +n_tty_compat_ioctl_helper_39605 n_tty_compat_ioctl_helper 4 39605 NULL
5020 +ext_depth_39607 ext_depth 0 39607 NULL
5021 @@ -97855,7 +97891,9 @@ index 0000000..ddd5b2e
5022 +do_surface_dirty_sou_39678 do_surface_dirty_sou 7 39678 NULL
5023 +ftrace_pid_write_39710 ftrace_pid_write 3 39710 NULL
5024 +tcf_csum_ipv4_tcp_39713 tcf_csum_ipv4_tcp 4 39713 NULL
5025 ++remap_to_origin_clear_discard_39767 remap_to_origin_clear_discard 3 39767 NULL
5026 +ocfs2_pages_per_cluster_39790 ocfs2_pages_per_cluster 0 39790 NULL
5027 ++crypto_ablkcipher_blocksize_39811 crypto_ablkcipher_blocksize 0 39811 NULL
5028 +security_inode_listsecurity_39812 security_inode_listsecurity 0 39812 NULL
5029 +snd_pcm_oss_writev3_39818 snd_pcm_oss_writev3 3 39818 NULL
5030 +sys_migrate_pages_39825 sys_migrate_pages 2 39825 NULL
5031 @@ -97884,9 +97922,7 @@ index 0000000..ddd5b2e
5032 +add_tty_40055 add_tty 1 40055 NULL nohasharray
5033 +l2cap_create_iframe_pdu_40055 l2cap_create_iframe_pdu 3 40055 &add_tty_40055
5034 +atomic_xchg_40070 atomic_xchg 0 40070 NULL
5035 -+snd_pcm_sw_params_user_40095 snd_pcm_sw_params_user 0 40095 NULL
5036 +gen_pool_first_fit_40110 gen_pool_first_fit 2-3-4 40110 NULL
5037 -+rbd_do_op_40128 rbd_do_op 4-5 40128 NULL
5038 +sctp_setsockopt_delayed_ack_40129 sctp_setsockopt_delayed_ack 3 40129 NULL
5039 +rx_rx_frame_checksum_read_40140 rx_rx_frame_checksum_read 3 40140 NULL
5040 +iwch_alloc_fastreg_pbl_40153 iwch_alloc_fastreg_pbl 2 40153 NULL
5041 @@ -97895,10 +97931,8 @@ index 0000000..ddd5b2e
5042 +ipr_alloc_ucode_buffer_40199 ipr_alloc_ucode_buffer 1 40199 NULL nohasharray
5043 +devnode_find_40199 devnode_find 3-2 40199 &ipr_alloc_ucode_buffer_40199
5044 +allocate_probes_40204 allocate_probes 1 40204 NULL
5045 -+acpi_system_write_alarm_40205 acpi_system_write_alarm 3 40205 NULL
5046 +compat_put_long_40214 compat_put_long 1 40214 NULL
5047 +au0828_v4l2_read_40220 au0828_v4l2_read 3 40220 NULL
5048 -+xfs_buf_read_map_40226 xfs_buf_read_map 3 40226 NULL
5049 +osst_read_40237 osst_read 3 40237 NULL
5050 +lpage_info_slot_40243 lpage_info_slot 1-3 40243 NULL
5051 +ocfs2_zero_extend_get_range_40248 ocfs2_zero_extend_get_range 4 40248 NULL
5052 @@ -97906,6 +97940,7 @@ index 0000000..ddd5b2e
5053 +rs_sta_dbgfs_scale_table_read_40262 rs_sta_dbgfs_scale_table_read 3 40262 NULL
5054 +usbnet_read_cmd_40275 usbnet_read_cmd 7 40275 NULL
5055 +rx_xfr_hint_trig_read_40283 rx_xfr_hint_trig_read 3 40283 NULL
5056 ++crash_free_reserved_phys_range_40292 crash_free_reserved_phys_range 1 40292 NULL
5057 +ubi_io_write_data_40305 ubi_io_write_data 4-5 40305 NULL
5058 +batadv_tt_changes_fill_buff_40323 batadv_tt_changes_fill_buff 4 40323 NULL
5059 +ib_get_mad_data_offset_40336 ib_get_mad_data_offset 0 40336 NULL
5060 @@ -97929,7 +97964,6 @@ index 0000000..ddd5b2e
5061 +ima_write_policy_40548 ima_write_policy 3 40548 NULL
5062 +esp_alloc_tmp_40558 esp_alloc_tmp 3-2 40558 NULL
5063 +ufs_inode_getfrag_40560 ufs_inode_getfrag 2-4 40560 NULL
5064 -+arch_setup_hpet_msi_40584 arch_setup_hpet_msi 1 40584 NULL
5065 +skge_rx_get_40598 skge_rx_get 3 40598 NULL
5066 +get_priv_descr_and_size_40612 get_priv_descr_and_size 0 40612 NULL
5067 +bl_mark_sectors_init_40613 bl_mark_sectors_init 2-3 40613 NULL
5068 @@ -97938,12 +97972,13 @@ index 0000000..ddd5b2e
5069 +__cfg80211_roamed_40668 __cfg80211_roamed 4-6 40668 NULL
5070 +pipeline_rx_complete_stat_fifo_int_read_40671 pipeline_rx_complete_stat_fifo_int_read 3 40671 NULL
5071 +fops_read_40672 fops_read 3 40672 NULL
5072 -+tps80031_write_40678 tps80031_write 3 40678 NULL
5073 ++alloc_rbio_40676 alloc_rbio 4 40676 NULL
5074 ++videobuf_dma_init_user_locked_40678 videobuf_dma_init_user_locked 3 40678 NULL
5075 +nfc_hci_set_param_40697 nfc_hci_set_param 5 40697 NULL
5076 +__seq_open_private_40715 __seq_open_private 3 40715 NULL
5077 ++fuse_readpages_40737 fuse_readpages 4 40737 NULL
5078 +xfs_iext_remove_direct_40744 xfs_iext_remove_direct 3 40744 NULL nohasharray
5079 +find_next_zero_bit_le_40744 find_next_zero_bit_le 0-2-3 40744 &xfs_iext_remove_direct_40744
5080 -+tps65910_irq_map_40748 tps65910_irq_map 2 40748 NULL
5081 +security_inode_listxattr_40752 security_inode_listxattr 0 40752 NULL
5082 +fat_generic_compat_ioctl_40755 fat_generic_compat_ioctl 3 40755 NULL
5083 +card_send_command_40757 card_send_command 3 40757 NULL
5084 @@ -97967,7 +98002,6 @@ index 0000000..ddd5b2e
5085 +skb_end_offset_40949 skb_end_offset 0 40949 NULL
5086 +wm8994_free_irq_40951 wm8994_free_irq 2 40951 NULL
5087 +rds_sendmsg_40976 rds_sendmsg 4 40976 NULL
5088 -+insert_old_idx_40987 insert_old_idx 0 40987 NULL
5089 +il_dbgfs_fh_reg_read_40993 il_dbgfs_fh_reg_read 3 40993 NULL
5090 +mac80211_format_buffer_41010 mac80211_format_buffer 2 41010 NULL
5091 +mtd_block_isbad_41015 mtd_block_isbad 0 41015 NULL
5092 @@ -98001,17 +98035,17 @@ index 0000000..ddd5b2e
5093 +jbd2_alloc_41359 jbd2_alloc 1 41359 NULL
5094 +kmp_init_41373 kmp_init 2 41373 NULL
5095 +isr_commands_read_41398 isr_commands_read 3 41398 NULL
5096 ++is_writethrough_io_41406 is_writethrough_io 3 41406 NULL
5097 +sys_flistxattr_41407 sys_flistxattr 3 41407 NULL
5098 +rx_defrag_decrypt_failed_read_41411 rx_defrag_decrypt_failed_read 3 41411 NULL
5099 +xfs_iext_add_41422 xfs_iext_add 3 41422 NULL
5100 ++vsock_dev_compat_ioctl_41427 vsock_dev_compat_ioctl 3 41427 NULL
5101 +isdn_ppp_fill_rq_41428 isdn_ppp_fill_rq 2 41428 NULL
5102 +lbs_rdrf_read_41431 lbs_rdrf_read 3 41431 NULL
5103 -+ext4_trim_extent_41436 ext4_trim_extent 4 41436 NULL
5104 +iio_device_alloc_41440 iio_device_alloc 1 41440 NULL
5105 +ntfs_file_buffered_write_41442 ntfs_file_buffered_write 4-6 41442 NULL
5106 +pcpu_build_alloc_info_41443 pcpu_build_alloc_info 1-2-3 41443 NULL
5107 +layout_leb_in_gaps_41470 layout_leb_in_gaps 0 41470 NULL
5108 -+snd_pcm_status_41472 snd_pcm_status 0 41472 NULL
5109 +rt2x00debug_write_rfcsr_41473 rt2x00debug_write_rfcsr 3 41473 NULL
5110 +wep_interrupt_read_41492 wep_interrupt_read 3 41492 NULL
5111 +hpfs_translate_name_41497 hpfs_translate_name 3 41497 NULL
5112 @@ -98019,12 +98053,12 @@ index 0000000..ddd5b2e
5113 +ldisc_receive_41516 ldisc_receive 4 41516 NULL
5114 +tx_tx_frame_checksum_read_41553 tx_tx_frame_checksum_read 3 41553 NULL
5115 +ath6kl_endpoint_stats_read_41554 ath6kl_endpoint_stats_read 3 41554 NULL
5116 -+gserial_setup_41558 gserial_setup 2 41558 NULL
5117 +nr_status_frames_41559 nr_status_frames 0-1 41559 NULL
5118 +batadv_receive_client_update_packet_41578 batadv_receive_client_update_packet 3 41578 NULL
5119 +rng_dev_read_41581 rng_dev_read 3 41581 NULL
5120 +read_file_rx_chainmask_41605 read_file_rx_chainmask 3 41605 NULL
5121 +vga_io_r_41609 vga_io_r 0 41609 NULL
5122 ++tcp_hdrlen_41610 tcp_hdrlen 0 41610 NULL
5123 +usb_endpoint_maxp_41613 usb_endpoint_maxp 0 41613 NULL
5124 +a2mp_send_41615 a2mp_send 4 41615 NULL
5125 +mempool_create_kmalloc_pool_41650 mempool_create_kmalloc_pool 1 41650 NULL
5126 @@ -98042,13 +98076,12 @@ index 0000000..ddd5b2e
5127 +hsi_alloc_controller_41802 hsi_alloc_controller 1 41802 NULL
5128 +da9052_enable_irq_41814 da9052_enable_irq 2 41814 NULL
5129 +sco_send_frame_41815 sco_send_frame 3 41815 NULL
5130 ++lp_gpio_to_irq_41822 lp_gpio_to_irq 2 41822 NULL
5131 +ixgbe_dbg_netdev_ops_read_41839 ixgbe_dbg_netdev_ops_read 3 41839 NULL
5132 +do_ip_setsockopt_41852 do_ip_setsockopt 5 41852 NULL
5133 -+irq_data_to_status_reg_41854 irq_data_to_status_reg 0 41854 NULL
5134 +keyctl_instantiate_key_41855 keyctl_instantiate_key 3 41855 NULL
5135 +ieee80211_rx_radiotap_space_41870 ieee80211_rx_radiotap_space 0 41870 NULL
5136 +get_fdb_entries_41916 get_fdb_entries 3 41916 NULL
5137 -+ceph_get_direct_page_vector_41917 ceph_get_direct_page_vector 2 41917 NULL
5138 +find_ge_pid_41918 find_ge_pid 1 41918 NULL
5139 +build_inv_iotlb_pages_41922 build_inv_iotlb_pages 4-5 41922 NULL
5140 +nfsd_getxattr_41934 nfsd_getxattr 0 41934 NULL
5141 @@ -98069,14 +98102,16 @@ index 0000000..ddd5b2e
5142 +jffs2_do_link_42048 jffs2_do_link 6 42048 &dma_generic_alloc_coherent_42048
5143 +ps_poll_upsd_max_ap_turn_read_42050 ps_poll_upsd_max_ap_turn_read 3 42050 NULL
5144 +InterfaceTransmitPacket_42058 InterfaceTransmitPacket 3 42058 NULL
5145 ++alloc_bitset_42085 alloc_bitset 1 42085 NULL
5146 +scsi_execute_req_42088 scsi_execute_req 5 42088 NULL
5147 +sk_chk_filter_42095 sk_chk_filter 2 42095 NULL
5148 +submit_inquiry_42108 submit_inquiry 3 42108 NULL
5149 -+sysfs_read_file_42113 sysfs_read_file 3 42113 NULL
5150 ++sysfs_read_file_42113 sysfs_read_file 3 42113 NULL nohasharray
5151 ++dw_dma_cyclic_prep_42113 dw_dma_cyclic_prep 3-4 42113 &sysfs_read_file_42113
5152 +Read_hfc16_stable_42131 Read_hfc16_stable 0 42131 NULL
5153 -+v9fs_alloc_rdir_buf_42150 v9fs_alloc_rdir_buf 2 42150 NULL
5154 +mmc_align_data_size_42161 mmc_align_data_size 0-2 42161 NULL
5155 +read_file_base_eeprom_42168 read_file_base_eeprom 3 42168 NULL
5156 ++iwl_mvm_send_cmd_42173 iwl_mvm_send_cmd 0 42173 NULL
5157 +oprofilefs_str_to_user_42182 oprofilefs_str_to_user 3 42182 NULL
5158 +get_znodes_to_commit_42201 get_znodes_to_commit 0 42201 NULL
5159 +btmrvl_hsmode_write_42252 btmrvl_hsmode_write 3 42252 NULL
5160 @@ -98087,9 +98122,11 @@ index 0000000..ddd5b2e
5161 +sel_read_perm_42302 sel_read_perm 3 42302 NULL
5162 +sctp_setsockopt_del_key_42304 sctp_setsockopt_del_key 3 42304 NULL nohasharray
5163 +ulong_read_file_42304 ulong_read_file 3 42304 &sctp_setsockopt_del_key_42304
5164 ++gfn_to_hva_42305 gfn_to_hva 0-2 42305 NULL
5165 +xfs_vm_readpages_42308 xfs_vm_readpages 4 42308 NULL
5166 ++free_cblock_42318 free_cblock 2 42318 NULL
5167 +hysdn_conf_read_42324 hysdn_conf_read 3 42324 NULL
5168 -+tcp_sync_mss_42330 tcp_sync_mss 2-0 42330 NULL
5169 ++tcp_sync_mss_42330 tcp_sync_mss 0-2 42330 NULL
5170 +snd_pcm_plug_alloc_42339 snd_pcm_plug_alloc 2 42339 NULL
5171 +ide_raw_taskfile_42355 ide_raw_taskfile 4 42355 NULL
5172 +il_dbgfs_disable_ht40_read_42386 il_dbgfs_disable_ht40_read 3 42386 NULL
5173 @@ -98116,11 +98153,11 @@ index 0000000..ddd5b2e
5174 +oom_score_adj_write_42594 oom_score_adj_write 3 42594 NULL
5175 +map_state_42602 map_state 1 42602 NULL nohasharray
5176 +__pskb_pull_42602 __pskb_pull 2 42602 &map_state_42602
5177 ++nd_get_link_42603 nd_get_link 0 42603 NULL
5178 +sys_move_pages_42626 sys_move_pages 2 42626 NULL
5179 +ieee80211_if_fmt_dot11MeshHWMPactivePathTimeout_42635 ieee80211_if_fmt_dot11MeshHWMPactivePathTimeout 3 42635 NULL
5180 +scsi_activate_tcq_42640 scsi_activate_tcq 2 42640 NULL
5181 +br_mdb_rehash_42643 br_mdb_rehash 2 42643 NULL
5182 -+_regmap_raw_write_42652 _regmap_raw_write 4-2 42652 NULL
5183 +l2tp_xmit_skb_42672 l2tp_xmit_skb 3 42672 NULL
5184 +request_key_and_link_42693 request_key_and_link 4 42693 NULL
5185 +vb2_read_42703 vb2_read 3 42703 NULL
5186 @@ -98139,7 +98176,6 @@ index 0000000..ddd5b2e
5187 +iwl_dbgfs_ucode_bt_stats_read_42820 iwl_dbgfs_ucode_bt_stats_read 3 42820 NULL
5188 +set_arg_42824 set_arg 3 42824 NULL
5189 +ocfs2_desc_bitmap_to_cluster_off_42831 ocfs2_desc_bitmap_to_cluster_off 2 42831 NULL
5190 -+xfs_buf_read_uncached_42844 xfs_buf_read_uncached 3 42844 NULL
5191 +prandom_u32_42853 prandom_u32 0 42853 NULL
5192 +of_property_count_strings_42863 of_property_count_strings 0 42863 NULL
5193 +ocfs2_clusters_for_bytes_42872 ocfs2_clusters_for_bytes 0-2 42872 NULL
5194 @@ -98161,6 +98197,7 @@ index 0000000..ddd5b2e
5195 +isr_rx_mem_overflow_read_43025 isr_rx_mem_overflow_read 3 43025 NULL
5196 +wep_default_key_count_read_43035 wep_default_key_count_read 3 43035 NULL
5197 +nouveau_gpuobj_create__43072 nouveau_gpuobj_create_ 9 43072 NULL
5198 ++nfs_map_group_to_gid_43082 nfs_map_group_to_gid 3 43082 NULL
5199 +cpuset_sprintf_memlist_43088 cpuset_sprintf_memlist 0 43088 NULL
5200 +ieee80211_if_fmt_drop_unencrypted_43107 ieee80211_if_fmt_drop_unencrypted 3 43107 NULL
5201 +read_file_dfs_43145 read_file_dfs 3 43145 NULL
5202 @@ -98182,12 +98219,14 @@ index 0000000..ddd5b2e
5203 +filemap_write_and_wait_range_43279 filemap_write_and_wait_range 0 43279 NULL
5204 +mpage_alloc_43299 mpage_alloc 3 43299 NULL
5205 +get_nr_irqs_gsi_43315 get_nr_irqs_gsi 0 43315 NULL
5206 ++mmu_set_spte_43327 mmu_set_spte 6-7 43327 NULL
5207 +__ext4_get_inode_loc_43332 __ext4_get_inode_loc 0 43332 NULL
5208 ++kvm_host_page_size_43348 kvm_host_page_size 2 43348 NULL
5209 +gart_free_coherent_43362 gart_free_coherent 4-2 43362 NULL
5210 -+xenfb_write_43412 xenfb_write 3 43412 NULL
5211 -+gdm_wimax_netif_rx_43423 gdm_wimax_netif_rx 3 43423 NULL nohasharray
5212 -+__alloc_bootmem_low_43423 __alloc_bootmem_low 1 43423 &gdm_wimax_netif_rx_43423
5213 ++__alloc_bootmem_low_43423 __alloc_bootmem_low 1-2 43423 NULL nohasharray
5214 ++gdm_wimax_netif_rx_43423 gdm_wimax_netif_rx 3 43423 &__alloc_bootmem_low_43423
5215 +usb_alloc_urb_43436 usb_alloc_urb 1 43436 NULL
5216 ++ucs2_strsize_43438 ucs2_strsize 0 43438 NULL
5217 +ath6kl_wmi_roam_tbl_event_rx_43440 ath6kl_wmi_roam_tbl_event_rx 3 43440 NULL
5218 +usemap_size_43443 usemap_size 0-2-1 43443 NULL nohasharray
5219 +usb_string_43443 usb_string 0 43443 &usemap_size_43443
5220 @@ -98205,12 +98244,10 @@ index 0000000..ddd5b2e
5221 +lpfc_idiag_drbacc_read_reg_43606 lpfc_idiag_drbacc_read_reg 0-3 43606 NULL
5222 +proc_read_43614 proc_read 3 43614 NULL
5223 +bio_integrity_tag_43658 bio_integrity_tag 3 43658 NULL
5224 -+tps65217_set_bits_43659 tps65217_set_bits 2 43659 NULL nohasharray
5225 -+ext4_acl_count_43659 ext4_acl_count 0-1 43659 &tps65217_set_bits_43659
5226 ++ext4_acl_count_43659 ext4_acl_count 0-1 43659 NULL
5227 +dmam_declare_coherent_memory_43679 dmam_declare_coherent_memory 4-2 43679 NULL
5228 +calgary_map_page_43686 calgary_map_page 3-4 43686 NULL
5229 +max77693_bulk_write_43698 max77693_bulk_write 2-3 43698 NULL
5230 -+drbd_md_first_sector_43729 drbd_md_first_sector 0 43729 NULL
5231 +snd_rme32_playback_copy_43732 snd_rme32_playback_copy 5 43732 NULL
5232 +ocfs2_replace_clusters_43733 ocfs2_replace_clusters 5 43733 NULL
5233 +osdv1_attr_list_elem_size_43747 osdv1_attr_list_elem_size 0-1 43747 NULL
5234 @@ -98226,18 +98263,20 @@ index 0000000..ddd5b2e
5235 +p54_download_eeprom_43842 p54_download_eeprom 4 43842 NULL
5236 +read_flush_43851 read_flush 3 43851 NULL
5237 +ocfs2_block_group_find_clear_bits_43874 ocfs2_block_group_find_clear_bits 4 43874 NULL
5238 -+pm860x_bulk_write_43875 pm860x_bulk_write 3-2 43875 NULL
5239 -+ec_dbgfs_cmd_write_43895 ec_dbgfs_cmd_write 3 43895 NULL
5240 ++pm860x_bulk_write_43875 pm860x_bulk_write 2-3 43875 NULL
5241 +prism2_sta_send_mgmt_43916 prism2_sta_send_mgmt 5 43916 NULL
5242 +SendString_43928 SendString 3 43928 NULL
5243 +xen_register_gsi_43946 xen_register_gsi 1-2 43946 NULL
5244 +stats_dot11RTSFailureCount_read_43948 stats_dot11RTSFailureCount_read 3 43948 NULL
5245 +__get_required_blob_size_43980 __get_required_blob_size 0-2-3 43980 NULL
5246 +nla_reserve_43984 nla_reserve 3 43984 NULL
5247 ++__clkdev_alloc_43990 __clkdev_alloc 1 43990 NULL
5248 +scsi_command_size_43992 scsi_command_size 0 43992 NULL nohasharray
5249 +bcm_recvmsg_43992 bcm_recvmsg 4 43992 &scsi_command_size_43992
5250 +emit_flags_44006 emit_flags 4-3 44006 NULL
5251 +write_flush_procfs_44011 write_flush_procfs 3 44011 NULL
5252 ++swiotlb_unmap_page_44063 swiotlb_unmap_page 2 44063 NULL
5253 ++load_discard_44083 load_discard 3 44083 NULL
5254 +xlog_recover_add_to_cont_trans_44102 xlog_recover_add_to_cont_trans 4 44102 NULL
5255 +tracing_set_trace_read_44122 tracing_set_trace_read 3 44122 NULL
5256 +vmw_gmr_bind_44130 vmw_gmr_bind 3 44130 NULL
5257 @@ -98252,22 +98291,24 @@ index 0000000..ddd5b2e
5258 +ioapic_register_intr_44238 ioapic_register_intr 1 44238 NULL
5259 +scsi_track_queue_full_44239 scsi_track_queue_full 2 44239 NULL
5260 +tc3589x_gpio_irq_map_44245 tc3589x_gpio_irq_map 2 44245 NULL
5261 -+enlarge_skb_44248 enlarge_skb 2 44248 NULL nohasharray
5262 -+xfs_buf_readahead_map_44248 xfs_buf_readahead_map 3 44248 &enlarge_skb_44248
5263 ++enlarge_skb_44248 enlarge_skb 2 44248 NULL
5264 +ufs_clusteracct_44293 ufs_clusteracct 3 44293 NULL
5265 +ocfs2_zero_range_for_truncate_44294 ocfs2_zero_range_for_truncate 3 44294 NULL
5266 +ath6kl_keepalive_read_44303 ath6kl_keepalive_read 3 44303 NULL
5267 -+bitmap_scnprintf_44318 bitmap_scnprintf 0-2 44318 NULL
5268 ++bitmap_scnprintf_44318 bitmap_scnprintf 2 44318 NULL
5269 +dispatch_proc_write_44320 dispatch_proc_write 3 44320 NULL
5270 +ubi_eba_write_leb_st_44343 ubi_eba_write_leb_st 5 44343 NULL
5271 +nfs_fscache_get_super_cookie_44355 nfs_fscache_get_super_cookie 3 44355 NULL nohasharray
5272 +blk_queue_init_tags_44355 blk_queue_init_tags 2 44355 &nfs_fscache_get_super_cookie_44355
5273 ++__is_discarded_44359 __is_discarded 2 44359 NULL
5274 +rts_threshold_read_44384 rts_threshold_read 3 44384 NULL
5275 +aoedev_flush_44398 aoedev_flush 2 44398 NULL
5276 +drm_buffer_alloc_44405 drm_buffer_alloc 2 44405 NULL
5277 +osst_do_scsi_44410 osst_do_scsi 4 44410 NULL
5278 ++check_user_page_hwpoison_44412 check_user_page_hwpoison 1 44412 NULL
5279 +ieee80211_if_read_rc_rateidx_mcs_mask_5ghz_44423 ieee80211_if_read_rc_rateidx_mcs_mask_5ghz 3 44423 NULL
5280 +prandom_u32_state_44445 prandom_u32_state 0 44445 NULL
5281 ++___alloc_bootmem_node_nopanic_44461 ___alloc_bootmem_node_nopanic 2-3 44461 NULL
5282 +btrfs_chunk_item_size_44478 btrfs_chunk_item_size 0-1 44478 NULL
5283 +sdio_align_size_44489 sdio_align_size 0-2 44489 NULL
5284 +ieee80211_if_read_dropped_frames_ttl_44500 ieee80211_if_read_dropped_frames_ttl 3 44500 NULL
5285 @@ -98276,22 +98317,22 @@ index 0000000..ddd5b2e
5286 +spidev_write_44510 spidev_write 3 44510 NULL
5287 +sys_msgsnd_44537 sys_msgsnd 3 44537 NULL nohasharray
5288 +comm_write_44537 comm_write 3 44537 &sys_msgsnd_44537
5289 -+snd_pcm_drop_44542 snd_pcm_drop 0 44542 NULL
5290 -+dbg_chk_pnode_44555 dbg_chk_pnode 0 44555 NULL
5291 ++dgrp_config_proc_write_44571 dgrp_config_proc_write 3 44571 NULL
5292 +snd_pcm_alloc_vmalloc_buffer_44595 snd_pcm_alloc_vmalloc_buffer 2 44595 NULL
5293 +slip_compat_ioctl_44599 slip_compat_ioctl 4 44599 NULL
5294 -+wm5100_gpio_set_44602 wm5100_gpio_set 2 44602 NULL
5295 +brcmf_sdbrcm_glom_len_44618 brcmf_sdbrcm_glom_len 0 44618 NULL
5296 +cfpkt_add_body_44630 cfpkt_add_body 3 44630 NULL
5297 +ext2_new_block_44645 ext2_new_block 2 44645 NULL
5298 +alloc_ctrl_packet_44667 alloc_ctrl_packet 1 44667 NULL
5299 +mpi_resize_44674 mpi_resize 2 44674 NULL
5300 +ts_read_44687 ts_read 3 44687 NULL
5301 ++qib_get_user_pages_44689 qib_get_user_pages 1-2 44689 NULL
5302 +_zd_iowrite32v_locked_44725 _zd_iowrite32v_locked 3 44725 NULL
5303 +clusterip_proc_write_44729 clusterip_proc_write 3 44729 NULL
5304 +fib_count_nexthops_44730 fib_count_nexthops 0 44730 NULL
5305 +key_tx_rx_count_read_44742 key_tx_rx_count_read 3 44742 NULL
5306 +WIL_GET_BITS_44747 WIL_GET_BITS 0-1-2-3 44747 NULL
5307 ++set_brk_44749 set_brk 1 44749 NULL
5308 +tnode_new_44757 tnode_new 3 44757 NULL nohasharray
5309 +pty_write_44757 pty_write 3 44757 &tnode_new_44757
5310 +__videobuf_copy_stream_44769 __videobuf_copy_stream 4 44769 NULL
5311 @@ -98308,8 +98349,6 @@ index 0000000..ddd5b2e
5312 +do_tty_write_44896 do_tty_write 5 44896 NULL
5313 +tx_queue_status_read_44978 tx_queue_status_read 3 44978 NULL
5314 +nf_nat_seq_adjust_44989 nf_nat_seq_adjust 4 44989 NULL
5315 -+max77693_write_reg_45004 max77693_write_reg 2 45004 NULL
5316 -+ftdi_process_packet_45005 ftdi_process_packet 5 45005 NULL
5317 +bytepos_delta_45017 bytepos_delta 0 45017 NULL
5318 +read_block_bitmap_45021 read_block_bitmap 2 45021 NULL nohasharray
5319 +ptrace_writedata_45021 ptrace_writedata 4-3 45021 &read_block_bitmap_45021
5320 @@ -98334,25 +98373,25 @@ index 0000000..ddd5b2e
5321 +add_child_45201 add_child 4 45201 NULL
5322 +iso_alloc_urb_45206 iso_alloc_urb 4-5 45206 NULL
5323 +spi_alloc_master_45223 spi_alloc_master 2 45223 NULL
5324 ++__dirty_45228 __dirty 2 45228 NULL
5325 +ieee80211_if_read_peer_45233 ieee80211_if_read_peer 3 45233 NULL
5326 +input_mt_init_slots_45279 input_mt_init_slots 2 45279 NULL
5327 +vcc_compat_ioctl_45291 vcc_compat_ioctl 3 45291 NULL
5328 +snd_pcm_oss_sync1_45298 snd_pcm_oss_sync1 2 45298 NULL
5329 ++pte_val_45313 pte_val 0 45313 NULL
5330 +copy_vm86_regs_from_user_45340 copy_vm86_regs_from_user 3 45340 NULL
5331 +lane2_associate_req_45398 lane2_associate_req 4 45398 NULL
5332 +keymap_store_45406 keymap_store 4 45406 NULL
5333 -+ieee80211_if_fmt_dot11MeshHWMProotInterval_45421 ieee80211_if_fmt_dot11MeshHWMProotInterval 3 45421 NULL
5334 ++paging64_gva_to_gpa_45421 paging64_gva_to_gpa 2 45421 NULL nohasharray
5335 ++ieee80211_if_fmt_dot11MeshHWMProotInterval_45421 ieee80211_if_fmt_dot11MeshHWMProotInterval 3 45421 &paging64_gva_to_gpa_45421
5336 +tty_buffer_alloc_45437 tty_buffer_alloc 2 45437 NULL
5337 -+do_mmap_pgoff_45441 do_mmap_pgoff 0 45441 NULL
5338 +intel_render_ring_init_dri_45446 intel_render_ring_init_dri 2-3 45446 NULL
5339 +__node_remap_45458 __node_remap 4 45458 NULL
5340 +rds_ib_set_wr_signal_state_45463 rds_ib_set_wr_signal_state 0 45463 NULL
5341 +udp_manip_pkt_45467 udp_manip_pkt 4 45467 NULL
5342 +tracing_read_dyn_info_45468 tracing_read_dyn_info 3 45468 NULL
5343 -+snd_pcm_hwsync_45479 snd_pcm_hwsync 0 45479 NULL
5344 -+arizona_init_fll_45503 arizona_init_fll 4-5 45503 NULL
5345 ++arizona_init_fll_45503 arizona_init_fll 5 45503 NULL
5346 +rds_message_copy_from_user_45510 rds_message_copy_from_user 3 45510 NULL
5347 -+clone_bio_45516 clone_bio 6 45516 NULL
5348 +sys_lgetxattr_45531 sys_lgetxattr 4 45531 NULL
5349 +cgroup_read_u64_45532 cgroup_read_u64 5 45532 NULL
5350 +copy_macs_45534 copy_macs 4 45534 NULL
5351 @@ -98362,13 +98401,13 @@ index 0000000..ddd5b2e
5352 +atomic_long_sub_return_45551 atomic_long_sub_return 1 45551 NULL
5353 +ext3_group_first_block_no_45555 ext3_group_first_block_no 0-2 45555 NULL
5354 +stats_dot11ACKFailureCount_read_45558 stats_dot11ACKFailureCount_read 3 45558 NULL
5355 ++_regmap_bus_raw_write_45559 _regmap_bus_raw_write 2 45559 NULL
5356 +posix_acl_xattr_size_45561 posix_acl_xattr_size 0-1 45561 NULL
5357 +venus_rmdir_45564 venus_rmdir 4 45564 NULL
5358 +ipath_create_cq_45586 ipath_create_cq 2 45586 NULL
5359 +rdma_set_ib_paths_45592 rdma_set_ib_paths 3 45592 NULL
5360 +hidraw_get_report_45609 hidraw_get_report 3 45609 NULL
5361 +audit_log_n_hex_45617 audit_log_n_hex 3 45617 NULL
5362 -+da9052_gpio_set_45643 da9052_gpio_set 2 45643 NULL
5363 +ebitmap_next_positive_45651 ebitmap_next_positive 3 45651 NULL
5364 +dma_map_cont_45668 dma_map_cont 5 45668 NULL
5365 +compat_mpctl_ioctl_45671 compat_mpctl_ioctl 2 45671 NULL
5366 @@ -98389,16 +98428,17 @@ index 0000000..ddd5b2e
5367 +pcpu_alloc_alloc_info_45813 pcpu_alloc_alloc_info 1-2 45813 NULL
5368 +fm_v4l2_init_video_device_45821 fm_v4l2_init_video_device 2 45821 NULL
5369 +memcg_update_cache_size_45828 memcg_update_cache_size 2 45828 NULL
5370 -+amthi_read_45831 amthi_read 4 45831 NULL
5371 +x509_process_extension_45854 x509_process_extension 5 45854 NULL
5372 +isdn_write_45863 isdn_write 3 45863 NULL
5373 -+rbd_get_num_segments_45864 rbd_get_num_segments 0-2-3 45864 NULL
5374 +unpack_orig_pfns_45867 unpack_orig_pfns 0 45867 NULL
5375 +get_rdac_req_45882 get_rdac_req 3 45882 NULL
5376 +ocfs2_xattr_block_find_45891 ocfs2_xattr_block_find 0 45891 NULL
5377 ++wm_adsp_region_to_reg_45915 wm_adsp_region_to_reg 0-2 45915 NULL
5378 +dbgfs_frame_45917 dbgfs_frame 3 45917 NULL
5379 +nf_nat_ftp_fmt_cmd_45926 nf_nat_ftp_fmt_cmd 0 45926 NULL
5380 ++smp_scan_config_45934 smp_scan_config 1 45934 NULL
5381 +alloc_mr_45935 alloc_mr 1 45935 NULL
5382 ++split_large_page_45941 split_large_page 2 45941 NULL
5383 +rb_simple_read_45972 rb_simple_read 3 45972 NULL
5384 +ezusb_writememory_45976 ezusb_writememory 4 45976 NULL
5385 +ioat2_dca_count_dca_slots_45984 ioat2_dca_count_dca_slots 0 45984 NULL
5386 @@ -98419,20 +98459,19 @@ index 0000000..ddd5b2e
5387 +memcg_update_array_size_46111 memcg_update_array_size 1 46111 NULL nohasharray
5388 +il3945_ucode_general_stats_read_46111 il3945_ucode_general_stats_read 3 46111 &memcg_update_array_size_46111
5389 +mlx4_ib_alloc_fast_reg_page_list_46119 mlx4_ib_alloc_fast_reg_page_list 2 46119 NULL
5390 ++paging32_walk_addr_nested_46121 paging32_walk_addr_nested 3 46121 NULL
5391 +__netlink_change_ngroups_46156 __netlink_change_ngroups 2 46156 NULL
5392 -+qlcnic_alloc_msix_entries_46160 qlcnic_alloc_msix_entries 2 46160 NULL
5393 +twl_direction_out_46182 twl_direction_out 2 46182 NULL
5394 +vxge_os_dma_malloc_46184 vxge_os_dma_malloc 2 46184 NULL
5395 ++add_conn_list_46197 add_conn_list 3 46197 NULL
5396 +i2400m_op_msg_from_user_46213 i2400m_op_msg_from_user 4 46213 NULL
5397 +tm6000_i2c_recv_regs_46215 tm6000_i2c_recv_regs 5 46215 NULL
5398 +dsp_write_46218 dsp_write 2 46218 NULL
5399 +mpi_read_raw_data_46248 mpi_read_raw_data 2 46248 NULL
5400 -+__le64_to_cpup_46257 __le64_to_cpup 0 46257 NULL
5401 +nf_nat_ftp_46265 nf_nat_ftp 6 46265 NULL
5402 +ReadReg_46277 ReadReg 0 46277 NULL
5403 +batadv_iv_ogm_queue_add_46319 batadv_iv_ogm_queue_add 3 46319 NULL
5404 +__hwahc_dev_set_key_46328 __hwahc_dev_set_key 5 46328 NULL
5405 -+twl6040_write_46351 twl6040_write 2 46351 NULL
5406 +iwl_dbgfs_chain_noise_read_46355 iwl_dbgfs_chain_noise_read 3 46355 NULL
5407 +smk_write_direct_46363 smk_write_direct 3 46363 NULL
5408 +__iommu_calculate_agaw_46366 __iommu_calculate_agaw 2 46366 NULL
5409 @@ -98458,7 +98497,7 @@ index 0000000..ddd5b2e
5410 +vscnprintf_46617 vscnprintf 0-2 46617 NULL
5411 +__kfifo_out_r_46623 __kfifo_out_r 0-3 46623 NULL
5412 +request_key_async_with_auxdata_46624 request_key_async_with_auxdata 4 46624 NULL
5413 -+aircable_process_packet_46639 aircable_process_packet 5 46639 NULL
5414 ++vfs_getxattr_alloc_46649 vfs_getxattr_alloc 0 46649 NULL
5415 +av7110_ipack_init_46655 av7110_ipack_init 2 46655 NULL
5416 +alloc_data_packet_46698 alloc_data_packet 1 46698 NULL
5417 +__ilog2_u32_46706 __ilog2_u32 0 46706 NULL
5418 @@ -98466,31 +98505,32 @@ index 0000000..ddd5b2e
5419 +wl1271_rx_filter_alloc_field_46721 wl1271_rx_filter_alloc_field 5 46721 NULL
5420 +prepare_copy_46725 prepare_copy 2 46725 NULL
5421 +irq_domain_add_simple_46734 irq_domain_add_simple 2-3 46734 NULL
5422 -+ext4_count_free_46754 ext4_count_free 2 46754 NULL
5423 ++set_memory_wc_46747 set_memory_wc 1 46747 NULL
5424 ++ext4_count_free_46754 ext4_count_free 2 46754 NULL nohasharray
5425 ++pte_pfn_46754 pte_pfn 0 46754 &ext4_count_free_46754
5426 +hest_ghes_dev_register_46766 hest_ghes_dev_register 1 46766 NULL
5427 +int_hw_irq_en_46776 int_hw_irq_en 3 46776 NULL
5428 +regcache_lzo_sync_46777 regcache_lzo_sync 2 46777 NULL
5429 -+scrub_chunk_46789 scrub_chunk 4 46789 NULL
5430 +_sys_packet_req_46793 _sys_packet_req 4 46793 NULL
5431 +_xfs_buf_get_pages_46811 _xfs_buf_get_pages 2 46811 NULL
5432 +xfs_iroot_realloc_46826 xfs_iroot_realloc 2 46826 NULL
5433 +shmem_pwrite_fast_46842 shmem_pwrite_fast 3 46842 NULL
5434 -+ieee80211_rx_radiotap_len_46846 ieee80211_rx_radiotap_len 0 46846 NULL
5435 +spi_async_46857 spi_async 0 46857 NULL
5436 -+ieee80211_mgmt_tx_46860 ieee80211_mgmt_tx 9 46860 NULL
5437 +vsnprintf_46863 vsnprintf 0 46863 NULL
5438 +nvme_alloc_queue_46865 nvme_alloc_queue 3 46865 NULL
5439 +sip_sprintf_addr_46872 sip_sprintf_addr 0 46872 NULL
5440 +rvmalloc_46873 rvmalloc 1 46873 NULL
5441 ++qp_memcpy_from_queue_iov_46874 qp_memcpy_from_queue_iov 4-5 46874 NULL
5442 +hpi_read_word_nolock_46881 hpi_read_word_nolock 0 46881 NULL
5443 +stmpe_gpio_irq_unmap_46884 stmpe_gpio_irq_unmap 2 46884 NULL
5444 -+em28xx_alloc_isoc_46892 em28xx_alloc_isoc 4 46892 NULL
5445 +ixgbe_dbg_reg_ops_write_46895 ixgbe_dbg_reg_ops_write 3 46895 NULL
5446 +sk_mem_pages_46896 sk_mem_pages 0-1 46896 NULL
5447 +ol_dqblk_off_46904 ol_dqblk_off 3-2 46904 NULL
5448 ++ieee80211_if_fmt_power_mode_46906 ieee80211_if_fmt_power_mode 3 46906 NULL
5449 ++wlcore_alloc_hw_46917 wlcore_alloc_hw 1 46917 NULL
5450 +fb_write_46924 fb_write 3 46924 NULL
5451 -+raid_status_46930 raid_status 5 46930 NULL
5452 +btmrvl_curpsmode_read_46939 btmrvl_curpsmode_read 3 46939 NULL
5453 ++kvm_register_read_46948 kvm_register_read 0 46948 NULL
5454 +__sctp_setsockopt_connectx_46949 __sctp_setsockopt_connectx 3 46949 NULL
5455 +qla4xxx_post_aen_work_46953 qla4xxx_post_aen_work 3 46953 NULL
5456 +crypto_tfm_alg_alignmask_46971 crypto_tfm_alg_alignmask 0 46971 NULL
5457 @@ -98501,8 +98541,8 @@ index 0000000..ddd5b2e
5458 +blk_rq_map_kern_47004 blk_rq_map_kern 4 47004 NULL
5459 +__map_single_47020 __map_single 3-4-7 47020 NULL
5460 +cx231xx_init_bulk_47024 cx231xx_init_bulk 3-2 47024 NULL
5461 ++swiotlb_sync_single_47031 swiotlb_sync_single 2 47031 NULL
5462 +set_dis_bypass_pfs_47038 set_dis_bypass_pfs 3 47038 NULL
5463 -+wm8994_set_bits_47052 wm8994_set_bits 2 47052 NULL
5464 +fs_path_len_47060 fs_path_len 0 47060 NULL
5465 +ufs_new_fragments_47070 ufs_new_fragments 3-5-4 47070 NULL
5466 +pipeline_dec_packet_in_read_47076 pipeline_dec_packet_in_read 3 47076 NULL
5467 @@ -98510,7 +98550,6 @@ index 0000000..ddd5b2e
5468 +mousedev_read_47123 mousedev_read 3 47123 NULL
5469 +ses_recv_diag_47143 ses_recv_diag 4 47143 NULL nohasharray
5470 +acpi_ut_initialize_buffer_47143 acpi_ut_initialize_buffer 2 47143 &ses_recv_diag_47143
5471 -+cxio_init_resource_fifo_random_47151 cxio_init_resource_fifo_random 3 47151 NULL
5472 +persistent_ram_iomap_47156 persistent_ram_iomap 1-2 47156 NULL
5473 +mxms_headerlen_47161 mxms_headerlen 0 47161 NULL
5474 +rs_sta_dbgfs_rate_scale_data_read_47165 rs_sta_dbgfs_rate_scale_data_read 3 47165 NULL
5475 @@ -98518,7 +98557,7 @@ index 0000000..ddd5b2e
5476 +svc_pool_map_alloc_arrays_47181 svc_pool_map_alloc_arrays 2 47181 NULL
5477 +can_set_system_xattr_47182 can_set_system_xattr 4 47182 NULL
5478 +ioremap_cache_47189 ioremap_cache 1-2 47189 NULL
5479 -+wm8903_gpio_direction_in_47213 wm8903_gpio_direction_in 2 47213 NULL
5480 ++gnttab_set_map_op_47206 gnttab_set_map_op 2 47206 NULL
5481 +l2headersize_47238 l2headersize 0 47238 NULL
5482 +options_write_47243 options_write 3 47243 NULL
5483 +portcntrs_1_read_47253 portcntrs_1_read 3 47253 NULL
5484 @@ -98532,62 +98571,57 @@ index 0000000..ddd5b2e
5485 +avc_get_hash_stats_47359 avc_get_hash_stats 0 47359 NULL
5486 +find_first_zero_bit_le_47369 find_first_zero_bit_le 2 47369 NULL
5487 +__bio_map_kern_47379 __bio_map_kern 3 47379 NULL
5488 -+trace_options_core_read_47390 trace_options_core_read 3 47390 NULL
5489 ++nv_rd32_47390 nv_rd32 0 47390 NULL nohasharray
5490 ++trace_options_core_read_47390 trace_options_core_read 3 47390 &nv_rd32_47390
5491 +nametbl_list_47391 nametbl_list 2 47391 NULL
5492 +dgrp_net_write_47392 dgrp_net_write 3 47392 NULL
5493 +pfkey_sendmsg_47394 pfkey_sendmsg 4 47394 NULL
5494 ++gfn_to_pfn_prot_47398 gfn_to_pfn_prot 2 47398 NULL
5495 +ocfs2_resv_end_47408 ocfs2_resv_end 0 47408 NULL
5496 +crypto_ablkcipher_alignmask_47410 crypto_ablkcipher_alignmask 0 47410 NULL
5497 +vzalloc_47421 vzalloc 1 47421 NULL
5498 +posix_acl_from_disk_47445 posix_acl_from_disk 2 47445 NULL
5499 -+newpart_47485 newpart 6 47485 NULL
5500 ++__load_mapping_47460 __load_mapping 2 47460 NULL
5501 ++wb_force_mapping_47485 wb_force_mapping 2 47485 NULL nohasharray
5502 ++newpart_47485 newpart 6 47485 &wb_force_mapping_47485
5503 +core_sys_select_47494 core_sys_select 1 47494 NULL
5504 -+alloc_arraycache_47505 alloc_arraycache 2 47505 NULL
5505 +unlink_simple_47506 unlink_simple 3 47506 NULL
5506 +ufs_inode_getblock_47512 ufs_inode_getblock 4 47512 NULL
5507 -+snd_pcm_resume_47530 snd_pcm_resume 0 47530 NULL
5508 +vscnprintf_47533 vscnprintf 0-2 47533 NULL nohasharray
5509 +process_vm_rw_47533 process_vm_rw 3-5 47533 &vscnprintf_47533
5510 +oz_events_read_47535 oz_events_read 3 47535 NULL
5511 +ieee80211_if_fmt_min_discovery_timeout_47539 ieee80211_if_fmt_min_discovery_timeout 3 47539 NULL
5512 -+cycx_setup_47562 cycx_setup 4 47562 NULL
5513 +read_ldt_47570 read_ldt 2 47570 NULL
5514 +pci_iomap_47575 pci_iomap 3 47575 NULL
5515 +rpipe_get_idx_47579 rpipe_get_idx 2 47579 NULL
5516 +ext4_kvzalloc_47605 ext4_kvzalloc 1 47605 NULL
5517 -+wm831x_gpio_direction_out_47607 wm831x_gpio_direction_out 2 47607 NULL
5518 +sctp_ssnmap_new_47608 sctp_ssnmap_new 1-2 47608 NULL
5519 +uea_request_47613 uea_request 4 47613 NULL
5520 +cache_read_pipefs_47615 cache_read_pipefs 3 47615 NULL
5521 -+tps65217_clear_bits_47619 tps65217_clear_bits 2 47619 NULL
5522 +twl4030_clear_set_47624 twl4030_clear_set 4 47624 NULL
5523 +irq_set_chip_47638 irq_set_chip 1 47638 NULL
5524 +__build_packet_message_47643 __build_packet_message 3-9 47643 NULL
5525 -+irq_linear_revmap_47682 irq_linear_revmap 0 47682 NULL
5526 -+snd_pcm_info_47699 snd_pcm_info 0 47699 NULL
5527 ++save_microcode_47717 save_microcode 3 47717 NULL
5528 +bits_to_user_47733 bits_to_user 2-3 47733 NULL
5529 +carl9170_debugfs_read_47738 carl9170_debugfs_read 3 47738 NULL
5530 +ir_prepare_write_buffer_47747 ir_prepare_write_buffer 3 47747 NULL
5531 +mvumi_alloc_mem_resource_47750 mvumi_alloc_mem_resource 3 47750 NULL
5532 +ext3_find_near_47752 ext3_find_near 0 47752 NULL
5533 +alloc_sched_domains_47756 alloc_sched_domains 1 47756 NULL
5534 -+irq_domain_legacy_revmap_47765 irq_domain_legacy_revmap 0-2 47765 NULL
5535 +i915_wedged_write_47771 i915_wedged_write 3 47771 NULL
5536 +uwb_ie_dump_hex_47774 uwb_ie_dump_hex 4 47774 NULL
5537 +error_error_numll_frame_cts_start_read_47781 error_error_numll_frame_cts_start_read 3 47781 NULL
5538 +posix_acl_fix_xattr_from_user_47793 posix_acl_fix_xattr_from_user 2 47793 NULL
5539 +stmmac_set_bfsize_47834 stmmac_set_bfsize 0 47834 NULL
5540 -+__pcf50633_irq_mask_set_47847 __pcf50633_irq_mask_set 2 47847 NULL
5541 +ubifs_unpack_nnode_47866 ubifs_unpack_nnode 0 47866 NULL
5542 +vhci_read_47878 vhci_read 3 47878 NULL
5543 +keyctl_instantiate_key_common_47889 keyctl_instantiate_key_common 4 47889 NULL
5544 ++load_mapping_47904 load_mapping 3 47904 NULL
5545 +osd_req_read_sg_47905 osd_req_read_sg 5 47905 NULL
5546 -+timeout_read_47915 timeout_read 3 47915 NULL
5547 +comedi_write_47926 comedi_write 3 47926 NULL
5548 +lp8788_irq_map_47964 lp8788_irq_map 2 47964 NULL
5549 +iwl_dbgfs_ucode_tracing_read_47983 iwl_dbgfs_ucode_tracing_read 3 47983 NULL nohasharray
5550 +mempool_resize_47983 mempool_resize 2 47983 &iwl_dbgfs_ucode_tracing_read_47983
5551 -+pnpacpi_parse_allocated_irqresource_47986 pnpacpi_parse_allocated_irqresource 2 47986 NULL
5552 +dbg_port_buf_47990 dbg_port_buf 2 47990 NULL
5553 +ib_umad_write_47993 ib_umad_write 3 47993 NULL
5554 +ffs_epfile_write_48014 ffs_epfile_write 3 48014 NULL
5555 @@ -98595,11 +98629,11 @@ index 0000000..ddd5b2e
5556 +pppoe_sendmsg_48039 pppoe_sendmsg 4 48039 NULL
5557 +wpan_phy_alloc_48056 wpan_phy_alloc 1 48056 NULL
5558 +posix_acl_alloc_48063 posix_acl_alloc 1 48063 NULL
5559 ++palmas_bulk_write_48068 palmas_bulk_write 2-3-5 48068 NULL
5560 +mmc_alloc_host_48097 mmc_alloc_host 1 48097 NULL
5561 +skb_copy_datagram_const_iovec_48102 skb_copy_datagram_const_iovec 4-2-5 48102 NULL
5562 +radio_isa_common_probe_48107 radio_isa_common_probe 3 48107 NULL
5563 +vmw_framebuffer_surface_dirty_48132 vmw_framebuffer_surface_dirty 6 48132 NULL
5564 -+rtsx_read_cfg_seq_48139 rtsx_read_cfg_seq 5-3 48139 NULL
5565 +set_discoverable_48141 set_discoverable 4 48141 NULL
5566 +dn_fib_count_nhs_48145 dn_fib_count_nhs 0 48145 NULL
5567 +bitmap_onto_48152 bitmap_onto 4 48152 NULL
5568 @@ -98607,15 +98641,13 @@ index 0000000..ddd5b2e
5569 +c4iw_id_table_alloc_48163 c4iw_id_table_alloc 3 48163 NULL
5570 +ocfs2_find_next_zero_bit_unaligned_48170 ocfs2_find_next_zero_bit_unaligned 2-3 48170 NULL
5571 +alloc_cc770dev_48186 alloc_cc770dev 1 48186 NULL
5572 -+init_ipath_48187 init_ipath 1 48187 NULL nohasharray
5573 -+ieee80211_send_auth_48187 ieee80211_send_auth 6 48187 &init_ipath_48187
5574 ++init_ipath_48187 init_ipath 1 48187 NULL
5575 +snd_seq_dump_var_event_48209 snd_seq_dump_var_event 0 48209 NULL
5576 +is_block_in_journal_48223 is_block_in_journal 3 48223 NULL
5577 +uv_blade_nr_possible_cpus_48226 uv_blade_nr_possible_cpus 0 48226 NULL
5578 +nilfs_readpages_48229 nilfs_readpages 4 48229 NULL
5579 +read_file_recv_48232 read_file_recv 3 48232 NULL
5580 -+unaccount_shadowed_48233 unaccount_shadowed 2 48233 NULL nohasharray
5581 -+blk_rq_pos_48233 blk_rq_pos 0 48233 &unaccount_shadowed_48233
5582 ++unaccount_shadowed_48233 unaccount_shadowed 2 48233 NULL
5583 +nfsctl_transaction_read_48250 nfsctl_transaction_read 3 48250 NULL
5584 +cache_write_pipefs_48270 cache_write_pipefs 3 48270 NULL
5585 +send_set_info_48288 send_set_info 7 48288 NULL
5586 @@ -98626,8 +98658,8 @@ index 0000000..ddd5b2e
5587 +__alloc_fd_48356 __alloc_fd 2 48356 NULL
5588 +skb_add_data_48363 skb_add_data 3 48363 NULL
5589 +tx_frag_init_called_read_48377 tx_frag_init_called_read 3 48377 NULL
5590 ++ixgbe_pci_sriov_enable_48410 ixgbe_pci_sriov_enable 2 48410 NULL
5591 +lbs_debugfs_write_48413 lbs_debugfs_write 3 48413 NULL
5592 -+snd_power_wait_48422 snd_power_wait 0 48422 NULL
5593 +pwr_tx_without_ps_read_48423 pwr_tx_without_ps_read 3 48423 NULL
5594 +nfs4_alloc_pages_48426 nfs4_alloc_pages 1 48426 NULL
5595 +tun_recvmsg_48463 tun_recvmsg 4 48463 NULL
5596 @@ -98642,11 +98674,9 @@ index 0000000..ddd5b2e
5597 +ext3_splice_branch_48531 ext3_splice_branch 6 48531 NULL
5598 +named_distribute_48544 named_distribute 4 48544 NULL
5599 +raid10_size_48571 raid10_size 0-2-3 48571 NULL
5600 -+ext_sd_execute_read_data_48589 ext_sd_execute_read_data 9 48589 NULL
5601 +ufs_dtogd_48616 ufs_dtogd 0-2 48616 NULL
5602 +do_ip_vs_set_ctl_48641 do_ip_vs_set_ctl 4 48641 NULL
5603 +mtd_read_48655 mtd_read 0 48655 NULL
5604 -+lc_create_48662 lc_create 3 48662 NULL
5605 +aes_encrypt_packets_read_48666 aes_encrypt_packets_read 3 48666 NULL
5606 +sm501_create_subdev_48668 sm501_create_subdev 3-4 48668 NULL nohasharray
5607 +sys_setgroups_48668 sys_setgroups 1 48668 &sm501_create_subdev_48668
5608 @@ -98659,32 +98689,31 @@ index 0000000..ddd5b2e
5609 +il3945_sta_dbgfs_stats_table_read_48802 il3945_sta_dbgfs_stats_table_read 3 48802 NULL
5610 +twa_change_queue_depth_48808 twa_change_queue_depth 2 48808 NULL
5611 +atomic_counters_read_48827 atomic_counters_read 3 48827 NULL
5612 ++efi_memory_uc_48828 efi_memory_uc 1 48828 NULL
5613 +azx_get_position_48841 azx_get_position 0 48841 NULL
5614 +vc_do_resize_48842 vc_do_resize 3-4 48842 NULL
5615 +viafb_dvp1_proc_write_48864 viafb_dvp1_proc_write 3 48864 NULL
5616 +__ffs_ep0_read_events_48868 __ffs_ep0_read_events 3 48868 NULL
5617 +sys_setgroups16_48882 sys_setgroups16 1 48882 NULL
5618 -+get_num_ops_48886 get_num_ops 0 48886 NULL
5619 +ext2_alloc_branch_48889 ext2_alloc_branch 4 48889 NULL
5620 +crypto_cipher_ctxsize_48890 crypto_cipher_ctxsize 0 48890 NULL
5621 +xdi_copy_to_user_48900 xdi_copy_to_user 4 48900 NULL
5622 +msg_hdr_sz_48908 msg_hdr_sz 0 48908 NULL
5623 -+gdth_isa_probe_one_48925 gdth_isa_probe_one 1 48925 NULL nohasharray
5624 -+snd_pcm_update_hw_ptr_48925 snd_pcm_update_hw_ptr 0 48925 &gdth_isa_probe_one_48925
5625 ++gdth_isa_probe_one_48925 gdth_isa_probe_one 1 48925 NULL
5626 +sep_crypto_dma_48937 sep_crypto_dma 0 48937 NULL
5627 +event_heart_beat_read_48961 event_heart_beat_read 3 48961 NULL
5628 +nand_ecc_test_run_48966 nand_ecc_test_run 1 48966 NULL
5629 ++vmci_handle_arr_create_48971 vmci_handle_arr_create 1 48971 NULL
5630 +batadv_orig_hash_del_if_48972 batadv_orig_hash_del_if 2 48972 NULL
5631 +_alloc_set_attr_list_48991 _alloc_set_attr_list 4 48991 NULL
5632 +rds_rm_size_48996 rds_rm_size 0-2 48996 NULL
5633 +sel_write_enforce_48998 sel_write_enforce 3 48998 NULL
5634 -+xd_rw_49020 xd_rw 3-4 49020 NULL
5635 +transient_status_49027 transient_status 4 49027 NULL
5636 ++ipath_reg_user_mr_49038 ipath_reg_user_mr 2-3 49038 NULL
5637 ++setup_msi_irq_49052 setup_msi_irq 3-4 49052 NULL
5638 +ubi_read_49061 ubi_read 0 49061 NULL
5639 -+tps65910_reg_write_49066 tps65910_reg_write 2 49066 NULL
5640 -+calc_layout_49074 calc_layout 4 49074 NULL
5641 -+vmx_set_msr_49090 vmx_set_msr 3 49090 NULL
5642 +scsi_register_49094 scsi_register 2 49094 NULL
5643 ++paging64_walk_addr_nested_49100 paging64_walk_addr_nested 3 49100 NULL
5644 +compat_do_readv_writev_49102 compat_do_readv_writev 4 49102 NULL
5645 +xfrm_replay_state_esn_len_49119 xfrm_replay_state_esn_len 0 49119 NULL
5646 +pt_read_49136 pt_read 3 49136 NULL
5647 @@ -98698,7 +98727,8 @@ index 0000000..ddd5b2e
5648 +iwl_dbgfs_ucode_general_stats_read_49199 iwl_dbgfs_ucode_general_stats_read 3 49199 NULL
5649 +il4965_rs_sta_dbgfs_stats_table_read_49206 il4965_rs_sta_dbgfs_stats_table_read 3 49206 NULL
5650 +do_jffs2_getxattr_49210 do_jffs2_getxattr 0 49210 NULL
5651 -+pcf50633_gpio_invert_set_49256 pcf50633_gpio_invert_set 2 49256 NULL
5652 ++nouveau_therm_create__49228 nouveau_therm_create_ 4 49228 NULL
5653 ++nouveau_i2c_port_create__49237 nouveau_i2c_port_create_ 6 49237 NULL
5654 +hugetlb_cgroup_read_49259 hugetlb_cgroup_read 5 49259 NULL
5655 +ieee80211_if_read_rssi_threshold_49260 ieee80211_if_read_rssi_threshold 3 49260 NULL
5656 +osd_req_add_get_attr_list_49278 osd_req_add_get_attr_list 3 49278 NULL
5657 @@ -98721,28 +98751,28 @@ index 0000000..ddd5b2e
5658 +agp_3_5_isochronous_node_enable_49465 agp_3_5_isochronous_node_enable 3 49465 NULL
5659 +xfs_iformat_local_49472 xfs_iformat_local 4 49472 NULL
5660 +savu_sysfs_read_49473 savu_sysfs_read 6 49473 NULL
5661 -+ieee80211_ie_split_49474 ieee80211_ie_split 0-5 49474 NULL
5662 +isr_decrypt_done_read_49490 isr_decrypt_done_read 3 49490 NULL
5663 +emulator_write_phys_49520 emulator_write_phys 2-4 49520 NULL
5664 +acpi_os_ioremap_49523 acpi_os_ioremap 1-2 49523 NULL
5665 -+wm831x_dcdc_set_mode_int_49546 wm831x_dcdc_set_mode_int 2 49546 NULL
5666 +smk_write_access_49561 smk_write_access 3 49561 NULL
5667 +ntfs_malloc_nofs_49572 ntfs_malloc_nofs 1 49572 NULL
5668 +alloc_chunk_49575 alloc_chunk 1 49575 NULL
5669 +sctp_setsockopt_default_send_param_49578 sctp_setsockopt_default_send_param 3 49578 NULL
5670 +isr_wakeups_read_49607 isr_wakeups_read 3 49607 NULL
5671 ++btrfs_mksubvol_49616 btrfs_mksubvol 3 49616 NULL
5672 +heap_init_49617 heap_init 2 49617 NULL
5673 +smk_write_doi_49621 smk_write_doi 3 49621 NULL
5674 +btrfsic_cmp_log_and_dev_bytenr_49628 btrfsic_cmp_log_and_dev_bytenr 2 49628 NULL
5675 -+svm_set_msr_49643 svm_set_msr 3 49643 NULL
5676 +aa_simple_write_to_buffer_49683 aa_simple_write_to_buffer 3-4 49683 NULL
5677 +sys_gethostname_49698 sys_gethostname 2 49698 NULL
5678 +cx2341x_ctrl_new_menu_49700 cx2341x_ctrl_new_menu 3 49700 NULL
5679 ++dm_thin_insert_block_49720 dm_thin_insert_block 2-3 49720 NULL
5680 +sep_create_dcb_dmatables_context_kernel_49728 sep_create_dcb_dmatables_context_kernel 6 49728 NULL
5681 +sys_fsetxattr_49736 sys_fsetxattr 4 49736 NULL
5682 +check_frame_49741 check_frame 0 49741 NULL
5683 +zd_usb_iowrite16v_49744 zd_usb_iowrite16v 3 49744 NULL
5684 +btrfs_chunk_num_stripes_49751 btrfs_chunk_num_stripes 0 49751 NULL
5685 ++fuse_wr_pages_49753 fuse_wr_pages 0-1-2 49753 NULL
5686 +key_conf_keylen_read_49758 key_conf_keylen_read 3 49758 NULL
5687 +fuse_conn_waiting_read_49762 fuse_conn_waiting_read 3 49762 NULL
5688 +isku_sysfs_write_49767 isku_sysfs_write 6 49767 NULL
5689 @@ -98752,7 +98782,6 @@ index 0000000..ddd5b2e
5690 +ntfs_copy_from_user_iovec_49829 ntfs_copy_from_user_iovec 3-6-0 49829 NULL
5691 +add_uuid_49831 add_uuid 4 49831 NULL
5692 +ath6kl_fwlog_block_read_49836 ath6kl_fwlog_block_read 3 49836 NULL
5693 -+__btrfs_map_block_49839 __btrfs_map_block 3 49839 NULL
5694 +twl4030_write_49846 twl4030_write 2 49846 NULL
5695 +scsi_dispatch_cmd_entry_49848 scsi_dispatch_cmd_entry 3 49848 NULL
5696 +timeradd_entry_49850 timeradd_entry 3 49850 NULL
5697 @@ -98763,13 +98792,12 @@ index 0000000..ddd5b2e
5698 +batadv_tt_realloc_packet_buff_49960 batadv_tt_realloc_packet_buff 4 49960 NULL
5699 +b43legacy_pio_read_49978 b43legacy_pio_read 0 49978 NULL
5700 +ieee80211_if_fmt_dtim_count_49987 ieee80211_if_fmt_dtim_count 3 49987 NULL
5701 -+sta2x11_swiotlb_alloc_coherent_49994 sta2x11_swiotlb_alloc_coherent 2 49994 NULL
5702 +l2cap_chan_send_49995 l2cap_chan_send 3 49995 NULL
5703 +__module_alloc_50004 __module_alloc 1 50004 NULL
5704 +dn_mss_from_pmtu_50011 dn_mss_from_pmtu 0-2 50011 NULL
5705 +ptrace_readdata_50020 ptrace_readdata 2-4 50020 NULL
5706 +isdn_read_50021 isdn_read 3 50021 NULL
5707 -+rbd_req_write_50041 rbd_req_write 4-5 50041 NULL
5708 ++qp_alloc_queue_50028 qp_alloc_queue 1 50028 NULL
5709 +alloc_ebda_hpc_50046 alloc_ebda_hpc 1-2 50046 NULL
5710 +vmw_surface_destroy_size_50072 vmw_surface_destroy_size 0 50072 NULL
5711 +arch_setup_ht_irq_50073 arch_setup_ht_irq 1 50073 NULL
5712 @@ -98813,15 +98841,15 @@ index 0000000..ddd5b2e
5713 +sl_alloc_bufs_50380 sl_alloc_bufs 2 50380 NULL
5714 +l2tp_ip_sendmsg_50411 l2tp_ip_sendmsg 4 50411 NULL
5715 +iscsi_create_conn_50425 iscsi_create_conn 2 50425 NULL
5716 ++validate_acl_mac_addrs_50429 validate_acl_mac_addrs 0 50429 NULL
5717 +btrfs_error_discard_extent_50444 btrfs_error_discard_extent 2 50444 NULL
5718 +pgctrl_write_50453 pgctrl_write 3 50453 NULL
5719 -+tps65217_update_bits_50472 tps65217_update_bits 2 50472 NULL
5720 ++force_mapping_50464 force_mapping 2 50464 NULL
5721 +cdrom_read_cdda_50478 cdrom_read_cdda 4 50478 NULL
5722 +mei_io_cb_alloc_req_buf_50493 mei_io_cb_alloc_req_buf 2 50493 NULL
5723 +pwr_rcvd_awake_beacons_read_50505 pwr_rcvd_awake_beacons_read 3 50505 NULL
5724 +fwnet_receive_packet_50537 fwnet_receive_packet 9 50537 NULL
5725 +ath6kl_set_ap_probe_resp_ies_50539 ath6kl_set_ap_probe_resp_ies 3 50539 NULL
5726 -+pcf50633_reg_set_bit_mask_50544 pcf50633_reg_set_bit_mask 2 50544 NULL
5727 +hme_read_desc32_50574 hme_read_desc32 0 50574 NULL
5728 +fat_readpages_50582 fat_readpages 4 50582 NULL
5729 +iwl_dbgfs_missed_beacon_read_50584 iwl_dbgfs_missed_beacon_read 3 50584 NULL
5730 @@ -98834,6 +98862,8 @@ index 0000000..ddd5b2e
5731 +bnad_debugfs_read_50665 bnad_debugfs_read 3 50665 NULL
5732 +ext2_try_to_allocate_with_rsv_50669 ext2_try_to_allocate_with_rsv 4-2 50669 NULL
5733 +btmrvl_psstate_read_50683 btmrvl_psstate_read 3 50683 NULL
5734 ++swiotlb_free_coherent_50690 swiotlb_free_coherent 4 50690 NULL
5735 ++paging32_gva_to_gpa_50696 paging32_gva_to_gpa 2 50696 NULL
5736 +xfs_growfs_get_hdr_buf_50697 xfs_growfs_get_hdr_buf 3 50697 NULL
5737 +blk_check_plugged_50736 blk_check_plugged 3 50736 NULL
5738 +__ext3_get_inode_loc_50744 __ext3_get_inode_loc 0 50744 NULL
5739 @@ -98842,15 +98872,13 @@ index 0000000..ddd5b2e
5740 +tm6000_read_write_usb_50774 tm6000_read_write_usb 7 50774 NULL
5741 +bio_alloc_map_data_50782 bio_alloc_map_data 1-2 50782 NULL
5742 +tpm_write_50798 tpm_write 3 50798 NULL
5743 -+tun_do_read_50800 tun_do_read 4 50800 NULL
5744 +write_flush_50803 write_flush 3 50803 NULL
5745 +dvb_play_50814 dvb_play 3 50814 NULL
5746 +dpcm_show_state_50827 dpcm_show_state 0 50827 NULL
5747 +acpi_ev_install_gpe_block_50829 acpi_ev_install_gpe_block 2 50829 NULL
5748 -+pstore_mkfile_50830 pstore_mkfile 5 50830 NULL
5749 -+dma_attach_50831 dma_attach 6-7 50831 NULL
5750 +SetArea_50835 SetArea 4 50835 NULL nohasharray
5751 +create_mem_extents_50835 create_mem_extents 0 50835 &SetArea_50835
5752 ++videobuf_dma_init_user_50839 videobuf_dma_init_user 3 50839 NULL
5753 +self_check_write_50856 self_check_write 5 50856 NULL
5754 +carl9170_debugfs_write_50857 carl9170_debugfs_write 3 50857 NULL
5755 +netlbl_secattr_catmap_walk_rng_50894 netlbl_secattr_catmap_walk_rng 0-2 50894 NULL
5756 @@ -98859,13 +98887,12 @@ index 0000000..ddd5b2e
5757 +blk_rq_cur_sectors_50910 blk_rq_cur_sectors 0 50910 NULL
5758 +hash_recvmsg_50924 hash_recvmsg 4 50924 NULL
5759 +chd_dec_fetch_cdata_50926 chd_dec_fetch_cdata 3 50926 NULL
5760 -+sock_bindtodevice_50942 sock_bindtodevice 3 50942 NULL
5761 +ocfs2_add_refcount_flag_50952 ocfs2_add_refcount_flag 6 50952 NULL
5762 +iwl_statistics_flag_50981 iwl_statistics_flag 0-3 50981 NULL
5763 +timeout_write_50991 timeout_write 3 50991 NULL
5764 -+wm831x_irq_map_50995 wm831x_irq_map 2 50995 NULL nohasharray
5765 -+wm8903_gpio_direction_out_50995 wm8903_gpio_direction_out 2 50995 &wm831x_irq_map_50995
5766 ++wm831x_irq_map_50995 wm831x_irq_map 2 50995 NULL
5767 +proc_write_51003 proc_write 3 51003 NULL
5768 ++snd_pcm_default_page_ops_51021 snd_pcm_default_page_ops 2 51021 NULL
5769 +lbs_dev_info_51023 lbs_dev_info 3 51023 NULL
5770 +ntfs_attr_find_51028 ntfs_attr_find 0 51028 NULL nohasharray
5771 +fuse_conn_congestion_threshold_read_51028 fuse_conn_congestion_threshold_read 3 51028 &ntfs_attr_find_51028
5772 @@ -98876,14 +98903,14 @@ index 0000000..ddd5b2e
5773 +wusb_prf_64_51065 wusb_prf_64 7 51065 NULL
5774 +jbd2_journal_init_revoke_51088 jbd2_journal_init_revoke 2 51088 NULL
5775 +__ocfs2_find_path_51096 __ocfs2_find_path 0 51096 NULL
5776 ++ti_recv_51110 ti_recv 3 51110 NULL
5777 +dgrp_net_read_51113 dgrp_net_read 3 51113 NULL
5778 -+lm3533_als_get_current_51120 lm3533_als_get_current 2 51120 NULL
5779 +nfs_map_name_to_uid_51132 nfs_map_name_to_uid 3 51132 NULL
5780 +alloc_rtllib_51136 alloc_rtllib 1 51136 NULL
5781 +simple_xattr_set_51140 simple_xattr_set 4 51140 NULL
5782 ++set_dirty_51144 set_dirty 3 51144 NULL
5783 +xfs_trans_get_efd_51148 xfs_trans_get_efd 3 51148 NULL
5784 +compat_sys_pwritev64_51151 compat_sys_pwritev64 3 51151 NULL
5785 -+snd_pcm_unlink_51210 snd_pcm_unlink 0 51210 NULL
5786 +blk_bio_map_sg_51213 blk_bio_map_sg 0 51213 NULL
5787 +nf_ct_ext_create_51232 nf_ct_ext_create 3 51232 NULL
5788 +snd_pcm_write_51235 snd_pcm_write 3 51235 NULL
5789 @@ -98895,8 +98922,8 @@ index 0000000..ddd5b2e
5790 +ipwireless_network_packet_received_51277 ipwireless_network_packet_received 4 51277 NULL
5791 +zone_reclaimable_pages_51283 zone_reclaimable_pages 0 51283 NULL
5792 +pvr2_std_id_to_str_51288 pvr2_std_id_to_str 2 51288 NULL
5793 -+fd_do_readv_51297 fd_do_readv 3 51297 NULL
5794 +bnad_debugfs_read_regrd_51308 bnad_debugfs_read_regrd 3 51308 NULL
5795 ++get_cell_51316 get_cell 2 51316 NULL
5796 +alloc_hippi_dev_51320 alloc_hippi_dev 1 51320 NULL
5797 +ext2_xattr_get_51327 ext2_xattr_get 0 51327 NULL
5798 +alloc_smp_req_51337 alloc_smp_req 1 51337 NULL nohasharray
5799 @@ -98906,19 +98933,24 @@ index 0000000..ddd5b2e
5800 +radeon_kms_compat_ioctl_51371 radeon_kms_compat_ioctl 2 51371 NULL
5801 +ieee80211_wx_set_gen_ie_51399 ieee80211_wx_set_gen_ie 3 51399 NULL
5802 +ceph_sync_read_51410 ceph_sync_read 3 51410 NULL
5803 ++x86_swiotlb_free_coherent_51421 x86_swiotlb_free_coherent 4 51421 NULL
5804 +blk_register_region_51424 blk_register_region 1-2 51424 NULL
5805 +mwifiex_rdeeprom_read_51429 mwifiex_rdeeprom_read 3 51429 NULL
5806 +ieee80211_if_read_dot11MeshHWMPRootMode_51441 ieee80211_if_read_dot11MeshHWMPRootMode 3 51441 NULL
5807 +print_devstats_dot11ACKFailureCount_51443 print_devstats_dot11ACKFailureCount 3 51443 NULL
5808 +____alloc_ei_netdev_51475 ____alloc_ei_netdev 1 51475 NULL
5809 +xfs_buf_get_uncached_51477 xfs_buf_get_uncached 2 51477 NULL
5810 ++vaddr_51480 vaddr 0 51480 NULL
5811 ++__cpa_process_fault_51502 __cpa_process_fault 2 51502 NULL
5812 +ieee80211_if_write_uapsd_queues_51526 ieee80211_if_write_uapsd_queues 3 51526 NULL
5813 ++load_pdptrs_51541 load_pdptrs 3 51541 NULL
5814 +__alloc_eip_netdev_51549 __alloc_eip_netdev 1 51549 NULL
5815 +icmp_manip_pkt_51560 icmp_manip_pkt 4 51560 NULL
5816 +ixgb_get_eeprom_len_51586 ixgb_get_eeprom_len 0 51586 NULL
5817 +aac_convert_sgraw2_51598 aac_convert_sgraw2 4 51598 NULL
5818 +raw_ioctl_51607 raw_ioctl 3 51607 NULL
5819 +table_size_to_number_of_entries_51613 table_size_to_number_of_entries 0-1 51613 NULL
5820 ++gnttab_end_foreign_access_51617 gnttab_end_foreign_access 3 51617 NULL
5821 +dns_resolve_server_name_to_ip_51632 dns_resolve_server_name_to_ip 0 51632 NULL
5822 +sctp_auth_create_key_51641 sctp_auth_create_key 1 51641 NULL
5823 +iscsi_create_session_51647 iscsi_create_session 3 51647 NULL
5824 @@ -98926,22 +98958,20 @@ index 0000000..ddd5b2e
5825 +ps_upsd_utilization_read_51669 ps_upsd_utilization_read 3 51669 NULL
5826 +sctp_setsockopt_associnfo_51684 sctp_setsockopt_associnfo 3 51684 NULL
5827 +sfi_sysfs_install_table_51688 sfi_sysfs_install_table 1 51688 NULL
5828 ++host_mapping_level_51696 host_mapping_level 2 51696 NULL
5829 +sel_write_access_51704 sel_write_access 3 51704 NULL
5830 +tty_cdev_add_51714 tty_cdev_add 2-4 51714 NULL
5831 ++v9fs_alloc_rdir_buf_51716 v9fs_alloc_rdir_buf 2 51716 NULL
5832 +drm_compat_ioctl_51717 drm_compat_ioctl 2 51717 NULL
5833 +sg_read_oxfer_51724 sg_read_oxfer 3 51724 NULL
5834 -+msg_set_51725 msg_set 3 51725 NULL
5835 -+dbg_check_lpt_nodes_51727 dbg_check_lpt_nodes 0 51727 NULL
5836 +hid_parse_report_51737 hid_parse_report 3 51737 NULL
5837 -+get_user_pages_fast_51751 get_user_pages_fast 0 51751 NULL
5838 ++get_user_pages_fast_51751 get_user_pages_fast 0-1-2 51751 NULL
5839 +ifx_spi_insert_flip_string_51752 ifx_spi_insert_flip_string 3 51752 NULL
5840 +if_write_51756 if_write 3 51756 NULL
5841 +ioremap_prot_51764 ioremap_prot 1-2 51764 NULL
5842 +iio_buffer_add_channel_sysfs_51766 iio_buffer_add_channel_sysfs 0 51766 NULL
5843 -+__fswab32_51781 __fswab32 0 51781 NULL
5844 +qib_alloc_devdata_51819 qib_alloc_devdata 2 51819 NULL
5845 +buffer_from_user_51826 buffer_from_user 3 51826 NULL
5846 -+wm2000_write_51834 wm2000_write 2 51834 NULL
5847 +ioread32_51847 ioread32 0 51847 NULL nohasharray
5848 +read_file_tgt_tx_stats_51847 read_file_tgt_tx_stats 3 51847 &ioread32_51847
5849 +do_readv_writev_51849 do_readv_writev 4 51849 NULL
5850 @@ -98949,9 +98979,9 @@ index 0000000..ddd5b2e
5851 +mlx4_alloc_db_from_pgdir_51865 mlx4_alloc_db_from_pgdir 3 51865 NULL
5852 +get_indirect_ea_51869 get_indirect_ea 4 51869 NULL
5853 +user_read_51881 user_read 3 51881 NULL
5854 ++memblock_alloc_51884 memblock_alloc 1-2 51884 NULL
5855 +dbAdjCtl_51888 dbAdjCtl 0 51888 NULL
5856 +virt_to_phys_51896 virt_to_phys 0 51896 NULL
5857 -+iio_read_first_n_sw_rb_51911 iio_read_first_n_sw_rb 2 51911 NULL
5858 +wmi_set_ie_51919 wmi_set_ie 3 51919 NULL
5859 +dbg_status_buf_51930 dbg_status_buf 2 51930 NULL
5860 +__tcp_mtu_to_mss_51938 __tcp_mtu_to_mss 0-2 51938 NULL
5861 @@ -98961,7 +98991,6 @@ index 0000000..ddd5b2e
5862 +arizona_free_irq_51969 arizona_free_irq 2 51969 NULL nohasharray
5863 +snd_mask_min_51969 snd_mask_min 0 51969 &arizona_free_irq_51969
5864 +ath6kl_sdio_alloc_prep_scat_req_51986 ath6kl_sdio_alloc_prep_scat_req 2 51986 NULL
5865 -+dwc3_mode_write_51997 dwc3_mode_write 3 51997 NULL
5866 +skb_copy_datagram_from_iovec_52014 skb_copy_datagram_from_iovec 4-2-5 52014 NULL
5867 +rdmalt_52022 rdmalt 0 52022 NULL
5868 +vxge_rx_alloc_52024 vxge_rx_alloc 3 52024 NULL
5869 @@ -98970,41 +98999,42 @@ index 0000000..ddd5b2e
5870 +dma_rx_errors_read_52045 dma_rx_errors_read 3 52045 NULL
5871 +msnd_fifo_write_52052 msnd_fifo_write 0-3 52052 NULL
5872 +dvb_ringbuffer_avail_52057 dvb_ringbuffer_avail 0 52057 NULL
5873 ++__fuse_request_alloc_52060 __fuse_request_alloc 1 52060 NULL
5874 +isofs_readpages_52067 isofs_readpages 4 52067 NULL
5875 +nsm_get_handle_52089 nsm_get_handle 4 52089 NULL
5876 +o2net_debug_read_52105 o2net_debug_read 3 52105 NULL
5877 +retry_count_read_52129 retry_count_read 3 52129 NULL
5878 -+snd_pcm_channel_info_user_52135 snd_pcm_channel_info_user 0 52135 NULL
5879 ++zram_meta_alloc_52140 zram_meta_alloc 1 52140 NULL
5880 +hysdn_conf_write_52145 hysdn_conf_write 3 52145 NULL nohasharray
5881 +ext2_alloc_blocks_52145 ext2_alloc_blocks 2 52145 &hysdn_conf_write_52145
5882 +htable_size_52148 htable_size 0-1 52148 NULL
5883 +__le16_to_cpup_52155 __le16_to_cpup 0 52155 NULL nohasharray
5884 +smk_write_load2_52155 smk_write_load2 3 52155 &__le16_to_cpup_52155
5885 ++alix_present_52165 alix_present 1 52165 NULL
5886 +ieee80211_if_read_dot11MeshRetryTimeout_52168 ieee80211_if_read_dot11MeshRetryTimeout 3 52168 NULL
5887 +mga_compat_ioctl_52170 mga_compat_ioctl 2 52170 NULL
5888 +print_prefix_52176 print_prefix 0 52176 NULL
5889 +proc_pid_readlink_52186 proc_pid_readlink 3 52186 NULL
5890 ++vmci_qp_broker_alloc_52216 vmci_qp_broker_alloc 5-6 52216 NULL
5891 +do_dmabuf_dirty_ldu_52241 do_dmabuf_dirty_ldu 6 52241 NULL
5892 ++fuse_request_alloc_52243 fuse_request_alloc 1 52243 NULL
5893 +pm80x_request_irq_52250 pm80x_request_irq 2 52250 NULL
5894 +mdiobus_alloc_size_52259 mdiobus_alloc_size 1 52259 NULL
5895 +shrink_slab_52261 shrink_slab 2-3 52261 NULL
5896 ++hva_to_pfn_slow_52262 hva_to_pfn_slow 1 52262 NULL
5897 +sisusbcon_do_font_op_52271 sisusbcon_do_font_op 9 52271 NULL
5898 -+mpol_to_str_52293 mpol_to_str 2 52293 NULL
5899 +ath6kl_wmi_get_new_buf_52304 ath6kl_wmi_get_new_buf 1 52304 NULL
5900 +read_file_reset_52310 read_file_reset 3 52310 NULL
5901 -+ssd1307fb_write_52315 ssd1307fb_write 3 52315 NULL
5902 +request_asymmetric_key_52317 request_asymmetric_key 2-4 52317 NULL
5903 +hwflags_read_52318 hwflags_read 3 52318 NULL
5904 -+snd_pcm_hw_free_52327 snd_pcm_hw_free 0 52327 NULL
5905 +ntfs_rl_split_52328 ntfs_rl_split 2-4 52328 NULL
5906 +test_unaligned_bulk_52333 test_unaligned_bulk 3 52333 NULL
5907 +bytes_to_frames_52362 bytes_to_frames 0-2 52362 NULL
5908 +copy_entries_to_user_52367 copy_entries_to_user 1 52367 NULL
5909 -+iwl_dump_fh_52371 iwl_dump_fh 0 52371 NULL
5910 ++mq_emit_config_values_52378 mq_emit_config_values 3 52378 NULL
5911 +isdn_writebuf_stub_52383 isdn_writebuf_stub 4 52383 NULL
5912 +jfs_setxattr_52389 jfs_setxattr 4 52389 NULL
5913 +aer_inject_write_52399 aer_inject_write 3 52399 NULL
5914 -+pcf50633_reg_clear_bits_52407 pcf50633_reg_clear_bits 2 52407 NULL
5915 +aac_rx_ioremap_52410 aac_rx_ioremap 2 52410 NULL
5916 +cgroup_file_write_52417 cgroup_file_write 3 52417 NULL
5917 +line6_midibuf_init_52425 line6_midibuf_init 2 52425 NULL
5918 @@ -99015,21 +99045,23 @@ index 0000000..ddd5b2e
5919 +ocfs2_extend_no_holes_52483 ocfs2_extend_no_holes 3-4 52483 NULL
5920 +fd_do_rw_52495 fd_do_rw 3 52495 NULL nohasharray
5921 +skb_cow_head_52495 skb_cow_head 2 52495 &fd_do_rw_52495
5922 ++qib_user_sdma_pin_pages_52498 qib_user_sdma_pin_pages 3-5 52498 NULL
5923 +int_tasklet_entry_52500 int_tasklet_entry 3 52500 NULL
5924 +pm_qos_power_write_52513 pm_qos_power_write 3 52513 NULL
5925 ++dup_variable_bug_52525 dup_variable_bug 3 52525 NULL
5926 ++from_oblock_52546 from_oblock 0-1 52546 NULL
5927 +dccpprobe_read_52549 dccpprobe_read 3 52549 NULL
5928 +ocfs2_make_right_split_rec_52562 ocfs2_make_right_split_rec 3 52562 NULL
5929 +emit_code_52583 emit_code 0-3 52583 NULL
5930 -+snd_pcm_sw_params_52594 snd_pcm_sw_params 0 52594 NULL
5931 ++tps80031_writes_52638 tps80031_writes 3-4 52638 NULL
5932 +brcmf_sdio_assert_info_52653 brcmf_sdio_assert_info 4 52653 NULL
5933 -+ntfs_get_nr_significant_bytes_52688 ntfs_get_nr_significant_bytes 0 52688 NULL
5934 +nvd0_disp_pioc_create__52693 nvd0_disp_pioc_create_ 5 52693 NULL
5935 +nouveau_client_create__52715 nouveau_client_create_ 5 52715 NULL
5936 +cx25840_ir_rx_read_52724 cx25840_ir_rx_read 3 52724 NULL
5937 +blkcipher_next_slow_52733 blkcipher_next_slow 3-4 52733 NULL
5938 +relay_alloc_page_array_52735 relay_alloc_page_array 1 52735 NULL
5939 +carl9170_debugfs_vif_dump_read_52755 carl9170_debugfs_vif_dump_read 3 52755 NULL
5940 -+alloc_extent_buffer_52824 alloc_extent_buffer 3 52824 NULL
5941 ++copy_ctr_args_52761 copy_ctr_args 2 52761 NULL
5942 +pwr_rcvd_beacons_read_52836 pwr_rcvd_beacons_read 3 52836 NULL
5943 +ext2_xattr_set_acl_52857 ext2_xattr_set_acl 4 52857 NULL
5944 +mon_bin_get_event_52863 mon_bin_get_event 4 52863 NULL
5945 @@ -99044,7 +99076,8 @@ index 0000000..ddd5b2e
5946 +__nodes_remap_52951 __nodes_remap 5 52951 NULL
5947 +send_packet_52960 send_packet 4 52960 NULL
5948 +ieee80211_if_fmt_fwded_mcast_52961 ieee80211_if_fmt_fwded_mcast 3 52961 NULL
5949 -+compat_sock_ioctl_52964 compat_sock_ioctl 3 52964 NULL
5950 ++hx8357_spi_write_then_read_52964 hx8357_spi_write_then_read 3 52964 NULL nohasharray
5951 ++compat_sock_ioctl_52964 compat_sock_ioctl 3 52964 &hx8357_spi_write_then_read_52964
5952 +tx_tx_exch_read_52986 tx_tx_exch_read 3 52986 NULL
5953 +num_node_state_52989 num_node_state 0 52989 NULL
5954 +batadv_check_management_packet_52993 batadv_check_management_packet 3 52993 NULL
5955 @@ -99058,30 +99091,29 @@ index 0000000..ddd5b2e
5956 +mwifiex_debug_read_53074 mwifiex_debug_read 3 53074 NULL
5957 +qib_resize_cq_53090 qib_resize_cq 2 53090 NULL
5958 +verity_status_53120 verity_status 5 53120 NULL
5959 -+line6_dumpreq_initbuf_53123 line6_dumpreq_initbuf 3 53123 NULL
5960 +brcmf_usb_dl_cmd_53130 brcmf_usb_dl_cmd 4 53130 NULL
5961 +ps_poll_ps_poll_max_ap_turn_read_53140 ps_poll_ps_poll_max_ap_turn_read 3 53140 NULL
5962 ++ieee80211_bss_info_update_53170 ieee80211_bss_info_update 4 53170 NULL
5963 +clear_capture_buf_53192 clear_capture_buf 2 53192 NULL
5964 +mtdoops_erase_block_53206 mtdoops_erase_block 2 53206 NULL
5965 ++fixup_user_fault_53210 fixup_user_fault 3 53210 NULL
5966 +tx_tx_start_data_read_53219 tx_tx_start_data_read 3 53219 NULL
5967 ++rbd_obj_method_sync_53252 rbd_obj_method_sync 8 53252 NULL
5968 +xfs_trans_read_buf_map_53258 xfs_trans_read_buf_map 5 53258 NULL
5969 +wil_write_file_ssid_53266 wil_write_file_ssid 3 53266 NULL
5970 +btrfs_file_extent_num_bytes_53269 btrfs_file_extent_num_bytes 0 53269 NULL
5971 -+lirc_buffer_init_53282 lirc_buffer_init 3-2 53282 NULL
5972 +batadv_interface_rx_53325 batadv_interface_rx 4 53325 NULL
5973 +gsm_control_reply_53333 gsm_control_reply 4 53333 NULL
5974 +vm_mmap_53339 vm_mmap 0 53339 NULL
5975 +sock_setbindtodevice_53369 sock_setbindtodevice 3 53369 NULL
5976 +get_random_bytes_arch_53370 get_random_bytes_arch 2 53370 NULL
5977 +iwl_pcie_txq_alloc_53413 iwl_pcie_txq_alloc 3 53413 NULL
5978 -+wm8996_gpio_set_53421 wm8996_gpio_set 2 53421 NULL
5979 +isr_cmd_cmplt_read_53439 isr_cmd_cmplt_read 3 53439 NULL
5980 +mwifiex_info_read_53447 mwifiex_info_read 3 53447 NULL
5981 +apei_exec_run_optional_53452 apei_exec_run_optional 0 53452 NULL
5982 +acpi_tb_parse_root_table_53455 acpi_tb_parse_root_table 1 53455 NULL
5983 +n2_run_53459 n2_run 3 53459 NULL
5984 +paging64_prefetch_gpte_53468 paging64_prefetch_gpte 4 53468 NULL
5985 -+wm831x_write_53469 wm831x_write 2 53469 NULL
5986 +rds_tcp_data_recv_53476 rds_tcp_data_recv 3 53476 NULL
5987 +iowarrior_read_53483 iowarrior_read 3 53483 NULL
5988 +osd_req_write_kern_53486 osd_req_write_kern 5 53486 NULL
5989 @@ -99090,18 +99122,19 @@ index 0000000..ddd5b2e
5990 +dbAllocNext_53506 dbAllocNext 0 53506 NULL
5991 +ocfs2_xattr_set_acl_53508 ocfs2_xattr_set_acl 4 53508 NULL
5992 +check_acl_53512 check_acl 0 53512 NULL
5993 ++alloc_pages_exact_nid_53515 alloc_pages_exact_nid 2 53515 NULL
5994 +set_registers_53582 set_registers 3 53582 NULL
5995 +cifs_utf16_bytes_53593 cifs_utf16_bytes 0 53593 NULL
5996 -+__readw_53594 __readw 0 53594 NULL
5997 -+___alloc_bootmem_nopanic_53626 ___alloc_bootmem_nopanic 1 53626 NULL
5998 ++gfn_to_pfn_async_53597 gfn_to_pfn_async 2 53597 NULL
5999 ++___alloc_bootmem_nopanic_53626 ___alloc_bootmem_nopanic 1-2 53626 NULL
6000 +xd_write_multiple_pages_53633 xd_write_multiple_pages 6-5 53633 NULL
6001 +ccid_getsockopt_builtin_ccids_53634 ccid_getsockopt_builtin_ccids 2 53634 NULL
6002 +nr_sendmsg_53656 nr_sendmsg 4 53656 NULL
6003 +_preload_range_53676 _preload_range 2-3 53676 NULL
6004 +fuse_fill_write_pages_53682 fuse_fill_write_pages 4 53682 NULL
6005 +v4l2_event_subscribe_53687 v4l2_event_subscribe 3 53687 NULL
6006 -+igb_alloc_q_vector_53690 igb_alloc_q_vector 4-6 53690 NULL nohasharray
6007 -+bdev_logical_block_size_53690 bdev_logical_block_size 0 53690 &igb_alloc_q_vector_53690
6008 ++bdev_logical_block_size_53690 bdev_logical_block_size 0 53690 NULL nohasharray
6009 ++igb_alloc_q_vector_53690 igb_alloc_q_vector 4-6 53690 &bdev_logical_block_size_53690
6010 +find_overflow_devnum_53711 find_overflow_devnum 0 53711 NULL
6011 +bio_integrity_split_53714 bio_integrity_split 3 53714 NULL
6012 +__ocfs2_resv_find_window_53721 __ocfs2_resv_find_window 3 53721 NULL
6013 @@ -99112,20 +99145,21 @@ index 0000000..ddd5b2e
6014 +amdtp_out_stream_get_max_payload_53755 amdtp_out_stream_get_max_payload 0 53755 &lpfc_idiag_queacc_read_qe_53755
6015 +ext2_acl_count_53773 ext2_acl_count 0-1 53773 NULL
6016 +__kfifo_dma_in_prepare_r_53792 __kfifo_dma_in_prepare_r 4-5 53792 NULL
6017 ++qp_alloc_host_work_53798 qp_alloc_host_work 3-5 53798 NULL
6018 +__tty_alloc_driver_53799 __tty_alloc_driver 1 53799 NULL
6019 -+regmap_raw_write_53803 regmap_raw_write 4-2 53803 NULL
6020 ++regmap_raw_write_53803 regmap_raw_write 2-4 53803 NULL
6021 +lpfc_idiag_ctlacc_read_reg_53809 lpfc_idiag_ctlacc_read_reg 0-3 53809 NULL
6022 +nls_nullsize_53815 nls_nullsize 0 53815 NULL
6023 -+cpumask_next_zero_53835 cpumask_next_zero 1 53835 NULL
6024 +pms_read_53873 pms_read 3 53873 NULL
6025 +ieee80211_if_fmt_dropped_frames_congestion_53883 ieee80211_if_fmt_dropped_frames_congestion 3 53883 NULL
6026 +ocfs2_rm_xattr_cluster_53900 ocfs2_rm_xattr_cluster 5-4-3 53900 NULL
6027 +proc_file_read_53905 proc_file_read 3 53905 NULL
6028 -+azx_via_get_position_53916 azx_via_get_position 0 53916 NULL
6029 ++early_reserve_e820_53915 early_reserve_e820 1-2 53915 NULL
6030 +ocfs2_make_clusters_writable_53938 ocfs2_make_clusters_writable 4 53938 NULL
6031 +mthca_setup_cmd_doorbells_53954 mthca_setup_cmd_doorbells 2 53954 NULL
6032 +mlx4_num_eq_uar_53965 mlx4_num_eq_uar 0 53965 NULL
6033 +idetape_chrdev_write_53976 idetape_chrdev_write 3 53976 NULL
6034 ++mthca_reg_user_mr_53980 mthca_reg_user_mr 2-3 53980 NULL
6035 +__ocfs2_xattr_set_value_outside_53981 __ocfs2_xattr_set_value_outside 5 53981 NULL
6036 +ieee80211_if_fmt_dot11MeshHWMPperrMinInterval_53998 ieee80211_if_fmt_dot11MeshHWMPperrMinInterval 3 53998 NULL
6037 +snd_pcm_lib_write_transfer_54018 snd_pcm_lib_write_transfer 4-2-5 54018 NULL
6038 @@ -99157,6 +99191,7 @@ index 0000000..ddd5b2e
6039 +ubi_calc_data_len_54279 ubi_calc_data_len 0-3 54279 NULL
6040 +altera_set_dr_post_54291 altera_set_dr_post 2 54291 NULL
6041 +dlm_alloc_pagevec_54296 dlm_alloc_pagevec 1 54296 NULL
6042 ++get_iovec_page_array_54298 get_iovec_page_array 6 54298 NULL
6043 +sprintf_54306 sprintf 0 54306 NULL
6044 +irq_domain_associate_many_54307 irq_domain_associate_many 2 54307 NULL
6045 +br_fdb_fillbuf_54339 br_fdb_fillbuf 0 54339 NULL
6046 @@ -99174,10 +99209,15 @@ index 0000000..ddd5b2e
6047 +i386_mmap_check_54388 i386_mmap_check 0 54388 NULL
6048 +__do_krealloc_54389 __do_krealloc 2 54389 NULL
6049 +iwl_dbgfs_power_save_status_read_54392 iwl_dbgfs_power_save_status_read 3 54392 NULL
6050 ++copy_gadget_strings_54417 copy_gadget_strings 2-3 54417 NULL
6051 ++swiotlb_tbl_sync_single_54486 swiotlb_tbl_sync_single 2 54486 NULL
6052 +simple_strtoull_54493 simple_strtoull 0 54493 NULL
6053 ++swiotlb_tbl_map_single_54495 swiotlb_tbl_map_single 3-0 54495 NULL
6054 +btrfs_ordered_sum_size_54509 btrfs_ordered_sum_size 0-2 54509 NULL
6055 -+cgroup_write_X64_54514 cgroup_write_X64 5 54514 NULL
6056 ++cgroup_write_X64_54514 cgroup_write_X64 5 54514 NULL nohasharray
6057 ++xen_bus_to_phys_54514 xen_bus_to_phys 0 54514 &cgroup_write_X64_54514
6058 +rfc4106_set_key_54519 rfc4106_set_key 3 54519 NULL
6059 ++vmci_transport_dgram_enqueue_54525 vmci_transport_dgram_enqueue 4 54525 NULL
6060 +viacam_read_54526 viacam_read 3 54526 NULL
6061 +unix_dgram_connect_54535 unix_dgram_connect 3 54535 NULL
6062 +setsockopt_54539 setsockopt 5 54539 NULL
6063 @@ -99186,10 +99226,10 @@ index 0000000..ddd5b2e
6064 +fw_iso_buffer_init_54582 fw_iso_buffer_init 3 54582 NULL
6065 +nvme_npages_54601 nvme_npages 0-1 54601 NULL
6066 +fwSendNullPacket_54618 fwSendNullPacket 2 54618 NULL
6067 -+irq_of_parse_and_map_54646 irq_of_parse_and_map 0 54646 NULL
6068 +irq_timeout_read_54653 irq_timeout_read 3 54653 NULL
6069 +dns_resolver_read_54658 dns_resolver_read 3 54658 NULL
6070 +twl6030_interrupt_mask_54659 twl6030_interrupt_mask 2 54659 NULL
6071 ++kvm_read_cr3_54662 kvm_read_cr3 0 54662 NULL
6072 +bio_kmalloc_54672 bio_kmalloc 2 54672 NULL
6073 +vring_new_virtqueue_54673 vring_new_virtqueue 2 54673 NULL
6074 +evm_read_key_54674 evm_read_key 3 54674 NULL
6075 @@ -99206,6 +99246,7 @@ index 0000000..ddd5b2e
6076 +flexcop_device_kmalloc_54793 flexcop_device_kmalloc 1 54793 NULL
6077 +domain_init_54797 domain_init 2 54797 NULL
6078 +ext3_find_goal_54801 ext3_find_goal 0 54801 NULL
6079 ++get_dev_size_54807 get_dev_size 0 54807 NULL
6080 +nfsd_write_54809 nfsd_write 6 54809 NULL
6081 +aes_decrypt_fail_read_54815 aes_decrypt_fail_read 3 54815 NULL nohasharray
6082 +crypto_tfm_ctx_alignment_54815 crypto_tfm_ctx_alignment 0 54815 &aes_decrypt_fail_read_54815
6083 @@ -99215,11 +99256,11 @@ index 0000000..ddd5b2e
6084 +ext3_acl_from_disk_54839 ext3_acl_from_disk 2 54839 &nouveau_engctx_create__54839
6085 +ufx_ops_write_54848 ufx_ops_write 3 54848 NULL
6086 +printer_read_54851 printer_read 3 54851 NULL
6087 ++qib_reg_user_mr_54858 qib_reg_user_mr 2-3 54858 NULL
6088 +alloc_ep_req_54860 alloc_ep_req 2 54860 NULL
6089 +broadsheet_spiflash_rewrite_sector_54864 broadsheet_spiflash_rewrite_sector 2 54864 NULL
6090 +prism_build_supp_rates_54865 prism_build_supp_rates 0 54865 NULL
6091 +tcf_csum_ipv6_tcp_54877 tcf_csum_ipv6_tcp 4 54877 NULL
6092 -+lm3533_led_get_lv_reg_54900 lm3533_led_get_lv_reg 0-2 54900 NULL
6093 +iscsi_pool_init_54913 iscsi_pool_init 2-4 54913 NULL
6094 +btrfs_stack_chunk_num_stripes_54923 btrfs_stack_chunk_num_stripes 0 54923 NULL
6095 +mxms_structlen_54939 mxms_structlen 0 54939 NULL
6096 @@ -99231,13 +99272,14 @@ index 0000000..ddd5b2e
6097 +iwl_pcie_dump_fh_54975 iwl_pcie_dump_fh 0 54975 NULL
6098 +__proc_file_read_54978 __proc_file_read 3 54978 NULL
6099 +ext3_xattr_get_54989 ext3_xattr_get 0 54989 NULL
6100 -+rds_ib_inc_copy_to_user_55007 rds_ib_inc_copy_to_user 3 55007 NULL
6101 ++Bus_to_Virtual_54991 Bus_to_Virtual 1 54991 NULL
6102 +cx231xx_v4l2_read_55014 cx231xx_v4l2_read 3 55014 NULL
6103 ++paging32_get_level1_sp_gpa_55022 paging32_get_level1_sp_gpa 0 55022 NULL
6104 +error_error_null_Frame_tx_start_read_55024 error_error_null_Frame_tx_start_read 3 55024 NULL
6105 +__netdev_alloc_skb_ip_align_55067 __netdev_alloc_skb_ip_align 2 55067 NULL
6106 +apei_exec_run_55075 apei_exec_run 0 55075 NULL
6107 +bitmap_storage_alloc_55077 bitmap_storage_alloc 2 55077 NULL
6108 -+snd_pcm_capture_hw_avail_55086 snd_pcm_capture_hw_avail 0 55086 NULL
6109 ++hx8357_spi_write_array_55095 hx8357_spi_write_array 3 55095 NULL
6110 +rxpipe_beacon_buffer_thres_host_int_trig_rx_data_read_55106 rxpipe_beacon_buffer_thres_host_int_trig_rx_data_read 3 55106 NULL
6111 +corrupt_data_55120 corrupt_data 0 55120 NULL
6112 +crypto_ahash_setkey_55134 crypto_ahash_setkey 3 55134 NULL
6113 @@ -99248,25 +99290,25 @@ index 0000000..ddd5b2e
6114 +mtd_get_fact_prot_info_55186 mtd_get_fact_prot_info 0 55186 NULL
6115 +sel_write_relabel_55195 sel_write_relabel 3 55195 NULL
6116 +sched_feat_write_55202 sched_feat_write 3 55202 NULL
6117 -+ht40allow_map_read_55209 ht40allow_map_read 3 55209 NULL nohasharray
6118 -+pcf50633_gpio_set_55209 pcf50633_gpio_set 2 55209 &ht40allow_map_read_55209
6119 -+ssd1307fb_write_cmd_array_55211 ssd1307fb_write_cmd_array 3 55211 NULL nohasharray
6120 -+__kfifo_dma_out_prepare_r_55211 __kfifo_dma_out_prepare_r 4-5 55211 &ssd1307fb_write_cmd_array_55211
6121 ++ht40allow_map_read_55209 ht40allow_map_read 3 55209 NULL
6122 ++__kfifo_dma_out_prepare_r_55211 __kfifo_dma_out_prepare_r 4-5 55211 NULL
6123 +do_raw_setsockopt_55215 do_raw_setsockopt 5 55215 NULL
6124 ++dump_command_55220 dump_command 1 55220 NULL
6125 +dbAllocDmap_55227 dbAllocDmap 0 55227 NULL
6126 +tipc_port_reject_sections_55229 tipc_port_reject_sections 5 55229 NULL
6127 +register_unifi_sdio_55239 register_unifi_sdio 2 55239 NULL
6128 +memcpy_fromiovec_55247 memcpy_fromiovec 3 55247 NULL
6129 +ptrace_request_55288 ptrace_request 3 55288 NULL
6130 +rx_streaming_interval_read_55291 rx_streaming_interval_read 3 55291 NULL
6131 -+rbd_create_rw_ops_55297 rbd_create_rw_ops 1 55297 NULL
6132 +gsm_control_modem_55303 gsm_control_modem 3 55303 NULL
6133 -+__get_vm_area_node_55305 __get_vm_area_node 1 55305 NULL
6134 ++qp_alloc_guest_work_55305 qp_alloc_guest_work 3-5 55305 NULL nohasharray
6135 ++__get_vm_area_node_55305 __get_vm_area_node 1 55305 &qp_alloc_guest_work_55305
6136 ++do_shmat_55336 do_shmat 5 55336 NULL
6137 +vme_user_read_55338 vme_user_read 3 55338 NULL
6138 +sctp_datamsg_from_user_55342 sctp_datamsg_from_user 4 55342 NULL nohasharray
6139 +__wa_xfer_setup_sizes_55342 __wa_xfer_setup_sizes 0 55342 &sctp_datamsg_from_user_55342
6140 ++__memblock_alloc_base_55359 __memblock_alloc_base 1-2 55359 NULL
6141 +acpi_system_read_event_55362 acpi_system_read_event 3 55362 NULL
6142 -+__send_to_port_55383 __send_to_port 3 55383 NULL
6143 +nf_nat_ipv4_manip_pkt_55387 nf_nat_ipv4_manip_pkt 2 55387 NULL
6144 +iwl_dbgfs_plcp_delta_read_55407 iwl_dbgfs_plcp_delta_read 3 55407 NULL
6145 +alloc_skb_55439 alloc_skb 1 55439 NULL
6146 @@ -99276,7 +99318,6 @@ index 0000000..ddd5b2e
6147 +batadv_unicast_push_and_fill_skb_55474 batadv_unicast_push_and_fill_skb 2 55474 NULL
6148 +snd_pcm_lib_write_55483 snd_pcm_lib_write 0-3 55483 NULL
6149 +i2o_pool_alloc_55485 i2o_pool_alloc 4 55485 NULL
6150 -+wm5100_gpio_direction_out_55497 wm5100_gpio_direction_out 2 55497 NULL
6151 +ocfs2_rec_clusters_55501 ocfs2_rec_clusters 0 55501 NULL
6152 +ext4_flex_bg_size_55502 ext4_flex_bg_size 0 55502 NULL
6153 +cfpkt_pad_trail_55511 cfpkt_pad_trail 2 55511 NULL nohasharray
6154 @@ -99286,8 +99327,10 @@ index 0000000..ddd5b2e
6155 +set_msr_interception_55538 set_msr_interception 2 55538 NULL
6156 +tty_port_register_device_55543 tty_port_register_device 3 55543 NULL
6157 +add_partition_55588 add_partition 2 55588 NULL
6158 ++free_pages_55603 free_pages 1 55603 NULL
6159 +macvtap_put_user_55609 macvtap_put_user 4 55609 NULL
6160 +selinux_setprocattr_55611 selinux_setprocattr 4 55611 NULL
6161 ++edge_tty_recv_55622 edge_tty_recv 3 55622 NULL
6162 +reiserfs_xattr_get_55628 reiserfs_xattr_get 0 55628 NULL nohasharray
6163 +pktgen_if_write_55628 pktgen_if_write 3 55628 &reiserfs_xattr_get_55628
6164 +dvb_dmxdev_set_buffer_size_55643 dvb_dmxdev_set_buffer_size 2 55643 NULL
6165 @@ -99299,20 +99342,17 @@ index 0000000..ddd5b2e
6166 +lpfc_idiag_queinfo_read_55662 lpfc_idiag_queinfo_read 3 55662 NULL
6167 +il_dbgfs_tx_queue_read_55668 il_dbgfs_tx_queue_read 3 55668 NULL
6168 +get_info_55681 get_info 3 55681 NULL
6169 -+arizona_gpio_direction_in_55690 arizona_gpio_direction_in 2 55690 NULL
6170 +wil_vring_alloc_skb_55703 wil_vring_alloc_skb 4 55703 NULL
6171 +__videobuf_alloc_uncached_55711 __videobuf_alloc_uncached 1 55711 NULL
6172 +pm8001_store_update_fw_55716 pm8001_store_update_fw 4 55716 NULL
6173 +mtdswap_init_55719 mtdswap_init 2 55719 NULL
6174 -+__iio_allocate_kfifo_55738 __iio_allocate_kfifo 3-2 55738 NULL
6175 ++__iio_allocate_kfifo_55738 __iio_allocate_kfifo 2 55738 NULL
6176 +set_local_name_55757 set_local_name 4 55757 NULL
6177 -+btrfs_init_new_buffer_55761 btrfs_init_new_buffer 4 55761 NULL
6178 -+strlen_55778 strlen 0 55778 NULL nohasharray
6179 -+is_idx_node_in_tnc_55778 is_idx_node_in_tnc 0 55778 &strlen_55778
6180 ++strlen_55778 strlen 0 55778 NULL
6181 ++set_spte_55783 set_spte 5-4 55783 NULL
6182 +req_bio_endio_55786 req_bio_endio 3 55786 NULL nohasharray
6183 +conf_read_55786 conf_read 3 55786 &req_bio_endio_55786
6184 +uwb_rc_neh_grok_event_55799 uwb_rc_neh_grok_event 3 55799 NULL
6185 -+btrfs_find_create_tree_block_55812 btrfs_find_create_tree_block 3 55812 NULL
6186 +sb16_copy_from_user_55836 sb16_copy_from_user 10-6-7 55836 NULL
6187 +ip_hdrlen_55849 ip_hdrlen 0 55849 NULL
6188 +hcd_alloc_coherent_55862 hcd_alloc_coherent 5 55862 NULL
6189 @@ -99320,13 +99360,15 @@ index 0000000..ddd5b2e
6190 +hsc_write_55875 hsc_write 3 55875 NULL
6191 +pm_qos_power_read_55891 pm_qos_power_read 3 55891 NULL
6192 +snd_pcm_hw_param_value_min_55917 snd_pcm_hw_param_value_min 0 55917 NULL
6193 ++paging64_page_fault_55942 paging64_page_fault 2 55942 NULL
6194 +sel_read_policy_55947 sel_read_policy 3 55947 NULL
6195 -+handle_response_55951 handle_response 5 55951 NULL
6196 ++ceph_get_direct_page_vector_55956 ceph_get_direct_page_vector 2 55956 NULL
6197 +simple_read_from_buffer_55957 simple_read_from_buffer 2-5 55957 NULL
6198 +tx_tx_imm_resp_read_55964 tx_tx_imm_resp_read 3 55964 NULL
6199 +ssb_bus_pcmciabus_register_56020 ssb_bus_pcmciabus_register 3 56020 NULL
6200 +nvme_alloc_iod_56027 nvme_alloc_iod 1-2 56027 NULL
6201 +dccp_sendmsg_56058 dccp_sendmsg 4 56058 NULL
6202 ++__set_discard_56081 __set_discard 2 56081 NULL
6203 +pscsi_get_bio_56103 pscsi_get_bio 1 56103 NULL
6204 +usb_alloc_stream_buffers_56123 usb_alloc_stream_buffers 3 56123 NULL
6205 +kmem_zalloc_large_56128 kmem_zalloc_large 1 56128 NULL
6206 @@ -99341,7 +99383,6 @@ index 0000000..ddd5b2e
6207 +ocfs2_find_xe_in_bucket_56224 ocfs2_find_xe_in_bucket 0 56224 NULL
6208 +cp210x_get_config_56229 cp210x_get_config 4 56229 NULL
6209 +do_ipt_set_ctl_56238 do_ipt_set_ctl 4 56238 NULL
6210 -+scrub_setup_recheck_block_56245 scrub_setup_recheck_block 4-3 56245 NULL
6211 +fd_copyin_56247 fd_copyin 3 56247 NULL
6212 +sk_rmem_schedule_56255 sk_rmem_schedule 3 56255 NULL
6213 +il4965_ucode_general_stats_read_56277 il4965_ucode_general_stats_read 3 56277 NULL
6214 @@ -99355,17 +99396,13 @@ index 0000000..ddd5b2e
6215 +snd_rawmidi_read_56337 snd_rawmidi_read 3 56337 NULL
6216 +sixpack_compat_ioctl_56346 sixpack_compat_ioctl 4 56346 NULL
6217 +vxge_os_dma_malloc_async_56348 vxge_os_dma_malloc_async 3 56348 NULL
6218 -+tps80031_ext_power_req_config_56353 tps80031_ext_power_req_config 3-4-5 56353 NULL
6219 +iov_iter_copy_from_user_atomic_56368 iov_iter_copy_from_user_atomic 4 56368 NULL
6220 +dev_read_56369 dev_read 3 56369 NULL
6221 -+alloc_dummy_extent_buffer_56374 alloc_dummy_extent_buffer 2 56374 NULL
6222 -+snd_pcm_common_ioctl1_56382 snd_pcm_common_ioctl1 0 56382 NULL
6223 +ocfs2_control_read_56405 ocfs2_control_read 3 56405 NULL
6224 +__get_vm_area_caller_56416 __get_vm_area_caller 1 56416 NULL nohasharray
6225 +acpi_os_write_memory_56416 acpi_os_write_memory 1-3 56416 &__get_vm_area_caller_56416
6226 +store_msg_56417 store_msg 3 56417 NULL
6227 +pppol2tp_sendmsg_56420 pppol2tp_sendmsg 4 56420 NULL
6228 -+ec_dbgfs_cmd_read_56431 ec_dbgfs_cmd_read 3 56431 NULL
6229 +fl_create_56435 fl_create 5 56435 NULL
6230 +gnttab_map_56439 gnttab_map 2 56439 NULL
6231 +cx231xx_init_isoc_56453 cx231xx_init_isoc 3-2 56453 NULL
6232 @@ -99373,6 +99410,7 @@ index 0000000..ddd5b2e
6233 +osd_req_list_partition_objects_56464 osd_req_list_partition_objects 5 56464 NULL
6234 +calc_linear_pos_56472 calc_linear_pos 0-3 56472 NULL
6235 +crypto_shash_alignmask_56486 crypto_shash_alignmask 0 56486 NULL
6236 ++ieee80211_rx_mgmt_probe_beacon_56491 ieee80211_rx_mgmt_probe_beacon 3 56491 NULL
6237 +cfg80211_connect_result_56515 cfg80211_connect_result 4-6 56515 NULL
6238 +ip_options_get_56538 ip_options_get 4 56538 NULL
6239 +ocfs2_change_extent_flag_56549 ocfs2_change_extent_flag 5 56549 NULL
6240 @@ -99384,6 +99422,7 @@ index 0000000..ddd5b2e
6241 +uvc_debugfs_stats_read_56651 uvc_debugfs_stats_read 3 56651 NULL
6242 +snd_gus_dram_read_56686 snd_gus_dram_read 4 56686 NULL nohasharray
6243 +da9055_gpio_to_irq_56686 da9055_gpio_to_irq 2 56686 &snd_gus_dram_read_56686
6244 ++build_map_info_56696 build_map_info 2 56696 NULL
6245 +dvb_ringbuffer_read_user_56702 dvb_ringbuffer_read_user 3 56702 NULL
6246 +sta_flags_read_56710 sta_flags_read 3 56710 NULL
6247 +ipv6_getsockopt_sticky_56711 ipv6_getsockopt_sticky 5 56711 NULL
6248 @@ -99393,10 +99432,12 @@ index 0000000..ddd5b2e
6249 +btrfsic_map_block_56751 btrfsic_map_block 2 56751 NULL
6250 +alloc_iommu_56778 alloc_iommu 2-3 56778 NULL
6251 +__carl9170_rx_56784 __carl9170_rx 3 56784 NULL
6252 ++hash_lookup_56792 hash_lookup 2 56792 NULL
6253 +do_syslog_56807 do_syslog 3 56807 NULL
6254 +mtdchar_write_56831 mtdchar_write 3 56831 NULL nohasharray
6255 +ntfs_rl_realloc_56831 ntfs_rl_realloc 3 56831 &mtdchar_write_56831
6256 +snd_rawmidi_kernel_write1_56847 snd_rawmidi_kernel_write1 4 56847 NULL
6257 ++wb_lookup_56858 wb_lookup 2 56858 NULL
6258 +ext3_xattr_ibody_get_56880 ext3_xattr_ibody_get 0 56880 NULL
6259 +pvr2_debugifc_print_status_56890 pvr2_debugifc_print_status 3 56890 NULL
6260 +debug_debug3_read_56894 debug_debug3_read 3 56894 NULL
6261 @@ -99409,6 +99450,7 @@ index 0000000..ddd5b2e
6262 +nouveau_device_create__56984 nouveau_device_create_ 6 56984 NULL
6263 +vlsi_alloc_ring_57003 vlsi_alloc_ring 3-4 57003 NULL
6264 +btrfs_super_csum_size_57004 btrfs_super_csum_size 0 57004 NULL
6265 ++aircable_process_packet_57027 aircable_process_packet 4 57027 NULL
6266 +skb_network_offset_57043 skb_network_offset 0 57043 NULL nohasharray
6267 +ieee80211_if_fmt_state_57043 ieee80211_if_fmt_state 3 57043 &skb_network_offset_57043
6268 +bytes_to_samples_57049 bytes_to_samples 0-2 57049 NULL
6269 @@ -99419,7 +99461,6 @@ index 0000000..ddd5b2e
6270 +pcmcia_replace_cis_57066 pcmcia_replace_cis 3 57066 NULL
6271 +sis190_try_rx_copy_57069 sis190_try_rx_copy 3 57069 NULL
6272 +tracing_set_trace_write_57096 tracing_set_trace_write 3 57096 NULL
6273 -+snd_pcm_hw_params_old_user_57108 snd_pcm_hw_params_old_user 0 57108 NULL
6274 +crypto_compress_ctxsize_57109 crypto_compress_ctxsize 0 57109 NULL
6275 +sysfs_write_file_57116 sysfs_write_file 3 57116 NULL
6276 +cipso_v4_gentag_loc_57119 cipso_v4_gentag_loc 0 57119 NULL
6277 @@ -99428,6 +99469,7 @@ index 0000000..ddd5b2e
6278 +ima_show_htable_value_57136 ima_show_htable_value 2 57136 &rds_ib_sub_signaled_57136
6279 +snd_sonicvibes_getdmac_57140 snd_sonicvibes_getdmac 0 57140 NULL
6280 +udl_prime_create_57159 udl_prime_create 2 57159 NULL
6281 ++__ipath_get_user_pages_57166 __ipath_get_user_pages 1-2 57166 NULL
6282 +stk_prepare_sio_buffers_57168 stk_prepare_sio_buffers 2 57168 NULL
6283 +rx_hw_stuck_read_57179 rx_hw_stuck_read 3 57179 NULL
6284 +tt3650_ci_msg_57219 tt3650_ci_msg 4 57219 NULL
6285 @@ -99452,7 +99494,6 @@ index 0000000..ddd5b2e
6286 +read_file_blob_57406 read_file_blob 3 57406 NULL
6287 +enclosure_register_57412 enclosure_register 3 57412 NULL
6288 +gre_manip_pkt_57416 gre_manip_pkt 4 57416 NULL
6289 -+wm831x_gpio_set_debounce_57428 wm831x_gpio_set_debounce 2 57428 NULL
6290 +compat_keyctl_instantiate_key_iov_57431 compat_keyctl_instantiate_key_iov 3 57431 NULL nohasharray
6291 +alloc_ftrace_hash_57431 alloc_ftrace_hash 1 57431 &compat_keyctl_instantiate_key_iov_57431
6292 +copy_to_user_fromio_57432 copy_to_user_fromio 3 57432 NULL
6293 @@ -99478,11 +99519,11 @@ index 0000000..ddd5b2e
6294 +DoC_Probe_57534 DoC_Probe 1 57534 &acpi_dev_get_resources_57534
6295 +ext4_group_first_block_no_57559 ext4_group_first_block_no 0-2 57559 NULL
6296 +snd_pcm_playback_ioctl1_57569 snd_pcm_playback_ioctl1 0 57569 NULL
6297 -+lp8788_update_bits_57600 lp8788_update_bits 2 57600 NULL
6298 ++uio_find_mem_index_57584 uio_find_mem_index 0 57584 NULL
6299 ++read_file_spectral_fft_period_57593 read_file_spectral_fft_period 3 57593 NULL
6300 +wm831x_gpio_to_irq_57614 wm831x_gpio_to_irq 2 57614 NULL
6301 +sk_stream_alloc_skb_57622 sk_stream_alloc_skb 2 57622 NULL
6302 -+tps65217_reg_write_57623 tps65217_reg_write 2 57623 NULL nohasharray
6303 -+tx_tx_retry_template_read_57623 tx_tx_retry_template_read 3 57623 &tps65217_reg_write_57623
6304 ++tx_tx_retry_template_read_57623 tx_tx_retry_template_read 3 57623 NULL
6305 +osdmap_set_max_osd_57630 osdmap_set_max_osd 2 57630 NULL nohasharray
6306 +sisusbcon_putcs_57630 sisusbcon_putcs 3 57630 &osdmap_set_max_osd_57630
6307 +mem_read_57631 mem_read 3 57631 NULL
6308 @@ -99496,17 +99537,18 @@ index 0000000..ddd5b2e
6309 +check_prefree_segments_57702 check_prefree_segments 2 57702 NULL
6310 +i2400m_rx_stats_read_57706 i2400m_rx_stats_read 3 57706 NULL
6311 +ieee80211_if_read_dot11MeshHWMPconfirmationInterval_57722 ieee80211_if_read_dot11MeshHWMPconfirmationInterval 3 57722 NULL
6312 ++nouveau_gpio_create__57735 nouveau_gpio_create_ 4-5 57735 NULL
6313 +compat_sys_set_mempolicy_57742 compat_sys_set_mempolicy 3 57742 NULL
6314 +ieee80211_if_fmt_dot11MeshHWMPpreqMinInterval_57762 ieee80211_if_fmt_dot11MeshHWMPpreqMinInterval 3 57762 NULL
6315 +ld2_57794 ld2 0 57794 NULL
6316 +ivtv_read_57796 ivtv_read 3 57796 NULL
6317 +generic_ptrace_peekdata_57806 generic_ptrace_peekdata 2 57806 NULL
6318 ++ipath_user_sdma_num_pages_57813 ipath_user_sdma_num_pages 0 57813 NULL
6319 +usb_dump_config_57817 usb_dump_config 0 57817 NULL
6320 +bfad_debugfs_read_regrd_57830 bfad_debugfs_read_regrd 3 57830 NULL
6321 +copy_to_user_57835 copy_to_user 3 57835 NULL
6322 +flash_read_57843 flash_read 3 57843 NULL
6323 +xt_alloc_table_info_57903 xt_alloc_table_info 1 57903 NULL
6324 -+ad5380_info_to_reg_57905 ad5380_info_to_reg 0 57905 NULL
6325 +emi26_writememory_57908 emi26_writememory 4 57908 NULL
6326 +iio_read_first_n_kfifo_57910 iio_read_first_n_kfifo 2 57910 NULL
6327 +memcg_caches_array_size_57918 memcg_caches_array_size 0-1 57918 NULL
6328 @@ -99518,11 +99560,11 @@ index 0000000..ddd5b2e
6329 +ioat3_dca_count_dca_slots_57953 ioat3_dca_count_dca_slots 0 57953 &ip_set_alloc_57953
6330 +i915_cache_sharing_write_57961 i915_cache_sharing_write 3 57961 NULL
6331 +hfc_empty_fifo_57972 hfc_empty_fifo 2 57972 NULL
6332 ++c2_reg_user_mr_57982 c2_reg_user_mr 2-3 57982 NULL
6333 +rx_reset_counter_read_58001 rx_reset_counter_read 3 58001 NULL
6334 +regcache_rbtree_insert_to_block_58009 regcache_rbtree_insert_to_block 5 58009 NULL
6335 +iwl_dbgfs_ucode_rx_stats_read_58023 iwl_dbgfs_ucode_rx_stats_read 3 58023 NULL
6336 +io_playback_transfer_58030 io_playback_transfer 4 58030 NULL
6337 -+mc13783_write_58033 mc13783_write 2 58033 NULL
6338 +mce_async_out_58056 mce_async_out 3 58056 NULL
6339 +ocfs2_find_leaf_58065 ocfs2_find_leaf 0 58065 NULL
6340 +dt3155_alloc_coherent_58073 dt3155_alloc_coherent 2 58073 NULL
6341 @@ -99534,7 +99576,7 @@ index 0000000..ddd5b2e
6342 +garmin_write_bulk_58191 garmin_write_bulk 3 58191 NULL
6343 +asix_write_cmd_58192 asix_write_cmd 5 58192 NULL
6344 +ieee80211_if_fmt_flags_58205 ieee80211_if_fmt_flags 3 58205 NULL
6345 -+btrfs_mksubvol_58240 btrfs_mksubvol 3 58240 NULL
6346 ++hva_to_pfn_58241 hva_to_pfn 1 58241 NULL
6347 +btrfsic_create_link_to_next_block_58246 btrfsic_create_link_to_next_block 4 58246 NULL
6348 +read_file_debug_58256 read_file_debug 3 58256 NULL
6349 +cfg80211_mgmt_tx_status_58266 cfg80211_mgmt_tx_status 4 58266 NULL
6350 @@ -99546,9 +99588,9 @@ index 0000000..ddd5b2e
6351 +tx_tx_start_int_templates_read_58324 tx_tx_start_int_templates_read 3 58324 NULL
6352 +pcim_iomap_58334 pcim_iomap 3 58334 NULL
6353 +diva_init_dma_map_58336 diva_init_dma_map 3 58336 NULL
6354 -+ieee80211_send_probe_req_58337 ieee80211_send_probe_req 4-6 58337 NULL
6355 +next_pidmap_58347 next_pidmap 2 58347 NULL
6356 +vmalloc_to_sg_58354 vmalloc_to_sg 2 58354 NULL
6357 ++save_hint_58359 save_hint 2 58359 NULL
6358 +brcmf_debugfs_sdio_counter_read_58369 brcmf_debugfs_sdio_counter_read 3 58369 NULL
6359 +il_dbgfs_status_read_58388 il_dbgfs_status_read 3 58388 NULL
6360 +kvm_mmu_write_protect_pt_masked_58406 kvm_mmu_write_protect_pt_masked 3 58406 NULL
6361 @@ -99562,8 +99604,9 @@ index 0000000..ddd5b2e
6362 +snd_gf1_read_addr_58483 snd_gf1_read_addr 0 58483 NULL
6363 +snd_rme96_capture_copy_58484 snd_rme96_capture_copy 5 58484 NULL
6364 +batadv_bla_is_backbone_gw_58488 batadv_bla_is_backbone_gw 3 58488 NULL
6365 -+wm831x_reg_write_58489 wm831x_reg_write 2 58489 NULL
6366 ++memblock_alloc_try_nid_58493 memblock_alloc_try_nid 1-2 58493 NULL
6367 +rndis_add_response_58544 rndis_add_response 2 58544 NULL
6368 ++__clear_discard_58546 __clear_discard 2 58546 NULL
6369 +wep_decrypt_fail_read_58567 wep_decrypt_fail_read 3 58567 NULL
6370 +sip_sprintf_addr_port_58574 sip_sprintf_addr_port 0 58574 NULL
6371 +scnprint_mac_oui_58578 scnprint_mac_oui 3-0 58578 NULL
6372 @@ -99576,9 +99619,12 @@ index 0000000..ddd5b2e
6373 +efi_ioremap_58634 efi_ioremap 1-2 58634 &module_alloc_update_bounds_rx_58634
6374 +tx_tx_start_fw_gen_read_58648 tx_tx_start_fw_gen_read 3 58648 NULL
6375 +ocfs2_block_to_cluster_start_58653 ocfs2_block_to_cluster_start 2 58653 NULL
6376 ++__gfn_to_pfn_58671 __gfn_to_pfn 2 58671 NULL
6377 ++iwl_trans_send_cmd_58681 iwl_trans_send_cmd 0 58681 NULL
6378 +find_zero_58685 find_zero 0-1 58685 NULL nohasharray
6379 +mcs7830_set_reg_async_58685 mcs7830_set_reg_async 3 58685 &find_zero_58685
6380 +uwb_bce_print_IEs_58686 uwb_bce_print_IEs 4 58686 NULL
6381 ++pci_alloc_consistent_58688 pci_alloc_consistent 0 58688 NULL
6382 +tps6586x_writes_58689 tps6586x_writes 3-2 58689 NULL
6383 +vmalloc_node_58700 vmalloc_node 1 58700 NULL
6384 +acpi_map_58725 acpi_map 1-2 58725 NULL
6385 @@ -99587,6 +99633,7 @@ index 0000000..ddd5b2e
6386 +frames_to_bytes_58741 frames_to_bytes 0-2 58741 NULL
6387 +ieee80211_if_write_tkip_mic_test_58748 ieee80211_if_write_tkip_mic_test 3 58748 NULL
6388 +agp_allocate_memory_58761 agp_allocate_memory 2 58761 NULL
6389 ++oblock_to_dblock_58762 oblock_to_dblock 0-2 58762 NULL
6390 +__do_config_autodelink_58763 __do_config_autodelink 3 58763 NULL
6391 +regmap_calc_reg_len_58795 regmap_calc_reg_len 0 58795 NULL
6392 +raw_send_hdrinc_58803 raw_send_hdrinc 4 58803 NULL
6393 @@ -99595,7 +99642,6 @@ index 0000000..ddd5b2e
6394 +command_write_58841 command_write 3 58841 NULL
6395 +ocfs2_truncate_log_append_58850 ocfs2_truncate_log_append 3 58850 NULL
6396 +ath6kl_wmi_send_action_cmd_58860 ath6kl_wmi_send_action_cmd 7 58860 NULL
6397 -+hw_write_58881 hw_write 2 58881 NULL
6398 +gs_alloc_req_58883 gs_alloc_req 2 58883 NULL
6399 +cs553x_init_one_58886 cs553x_init_one 3 58886 NULL
6400 +raw_ctl_compat_ioctl_58905 raw_ctl_compat_ioctl 3 58905 NULL
6401 @@ -99604,7 +99650,9 @@ index 0000000..ddd5b2e
6402 +pipeline_cs_rx_packet_out_read_58926 pipeline_cs_rx_packet_out_read 3 58926 NULL
6403 +st5481_isoc_flatten_58952 st5481_isoc_flatten 0 58952 NULL
6404 +ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout_58965 ieee80211_if_fmt_dot11MeshHWMPactivePathToRootTimeout 3 58965 NULL
6405 ++idx_to_kaddr_58968 idx_to_kaddr 0 58968 NULL
6406 +crypto_aead_ivsize_58970 crypto_aead_ivsize 0 58970 NULL
6407 ++remap_to_cache_dirty_58991 remap_to_cache_dirty 4-3 58991 NULL
6408 +handle_rx_packet_58993 handle_rx_packet 3 58993 NULL
6409 +edac_align_ptr_59003 edac_align_ptr 0 59003 NULL
6410 +ep_write_59008 ep_write 3 59008 NULL
6411 @@ -99613,7 +99661,6 @@ index 0000000..ddd5b2e
6412 +selinux_transaction_write_59038 selinux_transaction_write 3 59038 NULL
6413 +crypto_aead_reqsize_59039 crypto_aead_reqsize 0 59039 NULL
6414 +regmap_bulk_write_59049 regmap_bulk_write 4-2 59049 NULL
6415 -+da9052_gpio_direction_input_59062 da9052_gpio_direction_input 2 59062 NULL
6416 +vfio_device_fops_compat_ioctl_59111 vfio_device_fops_compat_ioctl 3 59111 NULL
6417 +mmc_sd_num_wr_blocks_59112 mmc_sd_num_wr_blocks 0 59112 NULL
6418 +scsi_io_completion_59122 scsi_io_completion 2 59122 NULL
6419 @@ -99631,21 +99678,19 @@ index 0000000..ddd5b2e
6420 +skb_transport_header_59223 skb_transport_header 0 59223 NULL
6421 +dt3155_read_59226 dt3155_read 3 59226 NULL
6422 +paging64_gpte_to_gfn_lvl_59229 paging64_gpte_to_gfn_lvl 0-1-2 59229 NULL
6423 -+rbd_do_request_59239 rbd_do_request 6-7 59239 NULL
6424 +tty_prepare_flip_string_flags_59240 tty_prepare_flip_string_flags 4 59240 NULL
6425 +solo_v4l2_read_59247 solo_v4l2_read 3 59247 NULL
6426 +nla_len_59258 nla_len 0 59258 NULL
6427 -+da9055_reg_update_59280 da9055_reg_update 2 59280 NULL
6428 +btrfs_insert_dir_item_59304 btrfs_insert_dir_item 4 59304 NULL
6429 +fd_copyout_59323 fd_copyout 3 59323 NULL
6430 +read_9287_modal_eeprom_59327 read_9287_modal_eeprom 3 59327 NULL
6431 +rx_defrag_in_process_called_read_59338 rx_defrag_in_process_called_read 3 59338 NULL
6432 -+xfs_attrmulti_attr_set_59346 xfs_attrmulti_attr_set 4 59346 NULL
6433 ++paging64_get_level1_sp_gpa_59346 paging64_get_level1_sp_gpa 0 59346 NULL nohasharray
6434 ++xfs_attrmulti_attr_set_59346 xfs_attrmulti_attr_set 4 59346 &paging64_get_level1_sp_gpa_59346
6435 +xfs_dir2_sf_entsize_59366 xfs_dir2_sf_entsize 0-2 59366 NULL
6436 +pvr2_debugifc_print_info_59380 pvr2_debugifc_print_info 3 59380 NULL
6437 +fc_frame_alloc_fill_59394 fc_frame_alloc_fill 2 59394 NULL
6438 +vxge_hw_ring_rxds_per_block_get_59425 vxge_hw_ring_rxds_per_block_get 0 59425 NULL
6439 -+snd_pcm_tstamp_59431 snd_pcm_tstamp 0 59431 NULL
6440 +squashfs_read_data_59440 squashfs_read_data 6 59440 NULL
6441 +fs_path_ensure_buf_59445 fs_path_ensure_buf 2 59445 NULL
6442 +descriptor_loc_59446 descriptor_loc 3 59446 NULL
6443 @@ -99653,68 +99698,64 @@ index 0000000..ddd5b2e
6444 +virtqueue_add_buf_59470 virtqueue_add_buf 3-4 59470 NULL
6445 +ib_copy_from_udata_59502 ib_copy_from_udata 3 59502 NULL
6446 +nfsd_nrpools_59503 nfsd_nrpools 0 59503 NULL
6447 -+rds_pin_pages_59507 rds_pin_pages 0 59507 NULL
6448 ++rds_pin_pages_59507 rds_pin_pages 0-1-2 59507 NULL
6449 +mpi_get_nbits_59551 mpi_get_nbits 0 59551 NULL
6450 +tunables_write_59563 tunables_write 3 59563 NULL
6451 +memdup_user_59590 memdup_user 2 59590 NULL
6452 +tps6586x_irq_get_virq_59601 tps6586x_irq_get_virq 2 59601 NULL
6453 +mem_fwlog_free_mem_blks_read_59616 mem_fwlog_free_mem_blks_read 3 59616 NULL
6454 +mtrr_write_59622 mtrr_write 3 59622 NULL
6455 -+ip_vs_icmp_xmit_59624 ip_vs_icmp_xmit 4 59624 NULL
6456 +find_first_zero_bit_59636 find_first_zero_bit 0-2 59636 NULL
6457 +ubifs_setxattr_59650 ubifs_setxattr 4 59650 NULL nohasharray
6458 +hidraw_read_59650 hidraw_read 3 59650 &ubifs_setxattr_59650
6459 +v9fs_xattr_set_acl_59651 v9fs_xattr_set_acl 4 59651 NULL
6460 +__devcgroup_check_permission_59665 __devcgroup_check_permission 0 59665 NULL
6461 +alloc_dca_provider_59670 alloc_dca_provider 2 59670 NULL
6462 -+wm8400_write_59675 wm8400_write 2 59675 NULL
6463 ++can_nocow_odirect_59681 can_nocow_odirect 3 59681 NULL
6464 +sriov_enable_59689 sriov_enable 2 59689 NULL
6465 +mic_calc_failure_read_59700 mic_calc_failure_read 3 59700 NULL
6466 -+snd_pcm_info_user_59711 snd_pcm_info_user 0 59711 NULL
6467 +prism2_info_scanresults_59729 prism2_info_scanresults 3 59729 NULL
6468 -+wm8996_gpio_direction_in_59739 wm8996_gpio_direction_in 2 59739 NULL
6469 +ieee80211_if_read_fwded_unicast_59740 ieee80211_if_read_fwded_unicast 3 59740 NULL
6470 +qib_decode_7220_sdma_errs_59745 qib_decode_7220_sdma_errs 4 59745 NULL
6471 +strnlen_59746 strnlen 0 59746 NULL
6472 +sctp_manip_pkt_59749 sctp_manip_pkt 4 59749 NULL
6473 +ext3_acl_count_59754 ext3_acl_count 0-1 59754 NULL
6474 +long_retry_limit_read_59766 long_retry_limit_read 3 59766 NULL
6475 -+sec_reg_update_59771 sec_reg_update 2 59771 NULL
6476 +venus_remove_59781 venus_remove 4 59781 NULL
6477 -+xlog_do_recover_59789 xlog_do_recover 3 59789 NULL
6478 +ipw_write_59807 ipw_write 3 59807 NULL
6479 +rtllib_wx_set_gen_ie_59808 rtllib_wx_set_gen_ie 3 59808 NULL
6480 +scsi_init_shared_tag_map_59812 scsi_init_shared_tag_map 2 59812 NULL
6481 +ieee80211_if_read_dot11MeshHWMPmaxPREQretries_59829 ieee80211_if_read_dot11MeshHWMPmaxPREQretries 3 59829 NULL
6482 +gspca_dev_probe2_59833 gspca_dev_probe2 4 59833 NULL
6483 -+fs64_to_cpu_59845 fs64_to_cpu 0 59845 NULL
6484 -+tun_put_user_59849 tun_put_user 4 59849 NULL
6485 ++regmap_raw_write_async_59849 regmap_raw_write_async 2-4 59849 NULL
6486 +pvr2_ioread_set_sync_key_59882 pvr2_ioread_set_sync_key 3 59882 NULL
6487 +shmem_zero_setup_59885 shmem_zero_setup 0 59885 NULL
6488 +ffs_prepare_buffer_59892 ffs_prepare_buffer 2 59892 NULL
6489 ++swiotlb_map_page_59909 swiotlb_map_page 3 59909 NULL
6490 +il_dbgfs_rxon_flags_read_59950 il_dbgfs_rxon_flags_read 3 59950 NULL nohasharray
6491 +dapm_widget_power_read_file_59950 dapm_widget_power_read_file 3 59950 &il_dbgfs_rxon_flags_read_59950
6492 -+compat_ipmi_ioctl_59956 compat_ipmi_ioctl 3 59956 NULL nohasharray
6493 -+il_dbgfs_missed_beacon_read_59956 il_dbgfs_missed_beacon_read 3 59956 &compat_ipmi_ioctl_59956
6494 ++lookup_node_59953 lookup_node 2 59953 NULL
6495 ++il_dbgfs_missed_beacon_read_59956 il_dbgfs_missed_beacon_read 3 59956 NULL nohasharray
6496 ++compat_ipmi_ioctl_59956 compat_ipmi_ioctl 3 59956 &il_dbgfs_missed_beacon_read_59956
6497 ++kvm_set_cr3_59965 kvm_set_cr3 2 59965 NULL
6498 +fb_getput_cmap_59971 fb_getput_cmap 3 59971 NULL
6499 +__arch_hweight16_59975 __arch_hweight16 0 59975 NULL
6500 +osd_req_read_kern_59990 osd_req_read_kern 5 59990 NULL
6501 +ghash_async_setkey_60001 ghash_async_setkey 3 60001 NULL
6502 ++ieee80211_if_fmt_dot11MeshAwakeWindowDuration_60006 ieee80211_if_fmt_dot11MeshAwakeWindowDuration 3 60006 NULL
6503 +rawsock_sendmsg_60010 rawsock_sendmsg 4 60010 NULL
6504 +mthca_init_cq_60011 mthca_init_cq 2 60011 NULL
6505 +register_device_60015 register_device 2-3 60015 NULL
6506 +osd_req_list_dev_partitions_60027 osd_req_list_dev_partitions 4 60027 NULL
6507 +xlog_bread_offset_60030 xlog_bread_offset 3 60030 NULL
6508 +sys_sched_getaffinity_60033 sys_sched_getaffinity 2 60033 NULL
6509 -+ceph_calc_raw_layout_60035 ceph_calc_raw_layout 4 60035 NULL
6510 +bio_integrity_hw_sectors_60039 bio_integrity_hw_sectors 0-2 60039 NULL
6511 +do_ip6t_set_ctl_60040 do_ip6t_set_ctl 4 60040 NULL
6512 +pin_2_irq_60050 pin_2_irq 0-3 60050 NULL nohasharray
6513 +vcs_size_60050 vcs_size 0 60050 &pin_2_irq_60050
6514 -+load_module_60056 load_module 2 60056 NULL nohasharray
6515 -+gru_alloc_gts_60056 gru_alloc_gts 3-2 60056 &load_module_60056
6516 ++gru_alloc_gts_60056 gru_alloc_gts 3-2 60056 NULL
6517 +compat_writev_60063 compat_writev 3 60063 NULL
6518 -+ieee80211_build_probe_req_60064 ieee80211_build_probe_req 8-6 60064 NULL
6519 ++ieee80211_build_probe_req_60064 ieee80211_build_probe_req 6-8 60064 NULL
6520 +c4iw_num_stags_60073 c4iw_num_stags 0 60073 NULL
6521 +mp_register_gsi_60079 mp_register_gsi 2 60079 NULL
6522 +rxrpc_kernel_send_data_60083 rxrpc_kernel_send_data 3 60083 NULL
6523 @@ -99731,8 +99772,8 @@ index 0000000..ddd5b2e
6524 +set_tap_pfs_60203 set_tap_pfs 3 60203 NULL
6525 +ieee80211_mgmt_tx_60209 ieee80211_mgmt_tx 7 60209 NULL
6526 +btrfs_get_token_16_60220 btrfs_get_token_16 0 60220 NULL
6527 -+arizona_map_irq_60230 arizona_map_irq 2 60230 NULL
6528 -+lp8788_select_buck_vout_addr_60241 lp8788_select_buck_vout_addr 0 60241 NULL
6529 ++arizona_map_irq_60230 arizona_map_irq 2 60230 NULL nohasharray
6530 ++__phys_addr_nodebug_60230 __phys_addr_nodebug 0-1 60230 &arizona_map_irq_60230
6531 +wm831x_irq_60254 wm831x_irq 2 60254 NULL
6532 +compat_sys_fcntl64_60256 compat_sys_fcntl64 3 60256 NULL
6533 +printer_write_60276 printer_write 3 60276 NULL
6534 @@ -99743,9 +99784,11 @@ index 0000000..ddd5b2e
6535 +__kfifo_from_user_r_60345 __kfifo_from_user_r 3-5 60345 NULL
6536 +dccp_setsockopt_60367 dccp_setsockopt 5 60367 NULL
6537 +ubi_eba_atomic_leb_change_60379 ubi_eba_atomic_leb_change 5 60379 NULL
6538 ++instruction_pointer_60384 instruction_pointer 0 60384 NULL
6539 +mthca_alloc_resize_buf_60394 mthca_alloc_resize_buf 3 60394 NULL
6540 +ocfs2_zero_extend_60396 ocfs2_zero_extend 3 60396 NULL
6541 +driver_names_read_60399 driver_names_read 3 60399 NULL
6542 ++paging32_walk_addr_generic_60415 paging32_walk_addr_generic 4 60415 NULL
6543 +simple_alloc_urb_60420 simple_alloc_urb 3 60420 NULL
6544 +excessive_retries_read_60425 excessive_retries_read 3 60425 NULL
6545 +tstats_write_60432 tstats_write 3 60432 NULL nohasharray
6546 @@ -99753,6 +99796,7 @@ index 0000000..ddd5b2e
6547 +tipc_buf_acquire_60437 tipc_buf_acquire 1 60437 NULL
6548 +rx_data_60442 rx_data 4 60442 NULL
6549 +tcf_csum_ipv4_igmp_60446 tcf_csum_ipv4_igmp 3 60446 NULL
6550 ++snd_hda_get_num_raw_conns_60462 snd_hda_get_num_raw_conns 0 60462 NULL
6551 +crypto_shash_setkey_60483 crypto_shash_setkey 3 60483 NULL
6552 +ath_tx_init_60515 ath_tx_init 2 60515 NULL
6553 +hysdn_sched_rx_60533 hysdn_sched_rx 3 60533 NULL
6554 @@ -99760,7 +99804,6 @@ index 0000000..ddd5b2e
6555 +nonpaging_map_60551 nonpaging_map 4 60551 NULL
6556 +skb_transport_offset_60619 skb_transport_offset 0 60619 NULL
6557 +wl1273_fm_fops_write_60621 wl1273_fm_fops_write 3 60621 NULL
6558 -+usb_control_msg_60624 usb_control_msg 0 60624 NULL
6559 +acl_alloc_stack_init_60630 acl_alloc_stack_init 1 60630 NULL
6560 +ubifs_recover_leb_60639 ubifs_recover_leb 3 60639 NULL
6561 +fb_get_fscreeninfo_60640 fb_get_fscreeninfo 3 60640 NULL
6562 @@ -99776,14 +99819,12 @@ index 0000000..ddd5b2e
6563 +snd_pcm_oss_readv3_60792 snd_pcm_oss_readv3 3 60792 NULL
6564 +pwr_tx_with_ps_read_60851 pwr_tx_with_ps_read 3 60851 NULL
6565 +alloc_buf_60864 alloc_buf 3-2 60864 NULL
6566 -+alloc_irq_from_60868 alloc_irq_from 1 60868 NULL
6567 +generic_writepages_60871 generic_writepages 0 60871 NULL
6568 -+ubifs_read_one_lp_60882 ubifs_read_one_lp 0 60882 NULL
6569 +ext4_update_inline_data_60888 ext4_update_inline_data 3 60888 NULL
6570 -+wm8962_gpio_set_60894 wm8962_gpio_set 2 60894 NULL
6571 +iio_debugfs_read_reg_60908 iio_debugfs_read_reg 3 60908 NULL
6572 +mgt_set_varlen_60916 mgt_set_varlen 4 60916 NULL
6573 +scrub_chunk_60926 scrub_chunk 5 60926 NULL
6574 ++sys_mlock_60932 sys_mlock 1 60932 NULL
6575 +pti_char_write_60960 pti_char_write 3 60960 NULL
6576 +mwifiex_alloc_sdio_mpa_buffers_60961 mwifiex_alloc_sdio_mpa_buffers 2-3 60961 NULL
6577 +__a2mp_build_60987 __a2mp_build 3 60987 NULL
6578 @@ -99791,10 +99832,8 @@ index 0000000..ddd5b2e
6579 +ath6kl_lrssi_roam_read_61022 ath6kl_lrssi_roam_read 3 61022 NULL
6580 +symtab_init_61050 symtab_init 2 61050 NULL
6581 +fuse_send_write_61053 fuse_send_write 0 61053 NULL
6582 -+snd_pcm_pause_61054 snd_pcm_pause 0 61054 NULL
6583 +bitmap_scnlistprintf_61062 bitmap_scnlistprintf 0-4-2 61062 NULL
6584 +ahash_align_buffer_size_61070 ahash_align_buffer_size 0-1-2 61070 NULL
6585 -+snd_pcm_update_hw_ptr0_61084 snd_pcm_update_hw_ptr0 0 61084 NULL
6586 +get_derived_key_61100 get_derived_key 4 61100 NULL
6587 +alloc_chrdev_region_61112 alloc_chrdev_region 0 61112 NULL
6588 +p80211_headerlen_61119 p80211_headerlen 0 61119 NULL nohasharray
6589 @@ -99819,13 +99858,11 @@ index 0000000..ddd5b2e
6590 +sys_ptrace_61369 sys_ptrace 3 61369 NULL
6591 +change_xattr_61390 change_xattr 5 61390 NULL
6592 +size_entry_mwt_61400 size_entry_mwt 0 61400 NULL
6593 -+irq_create_of_mapping_61428 irq_create_of_mapping 0 61428 NULL
6594 +dma_ops_area_alloc_61440 dma_ops_area_alloc 3-4-5 61440 NULL
6595 +tc3589x_irq_unmap_61447 tc3589x_irq_unmap 2 61447 NULL
6596 +unix_stream_sendmsg_61455 unix_stream_sendmsg 4 61455 NULL
6597 +snd_pcm_lib_writev_transfer_61483 snd_pcm_lib_writev_transfer 4-2-5 61483 NULL
6598 +btrfs_item_size_61485 btrfs_item_size 0 61485 NULL
6599 -+mc13xxx_reg_write_61490 mc13xxx_reg_write 2 61490 NULL
6600 +erst_errno_61526 erst_errno 0 61526 NULL
6601 +ntfs_attr_lookup_61539 ntfs_attr_lookup 0 61539 NULL
6602 +o2hb_pop_count_61553 o2hb_pop_count 2 61553 NULL
6603 @@ -99837,27 +99874,24 @@ index 0000000..ddd5b2e
6604 +ncp_compat_ioctl_61608 ncp_compat_ioctl 3 61608 NULL
6605 +configfs_write_file_61621 configfs_write_file 3 61621 NULL
6606 +ieee80211_if_fmt_hw_queues_61629 ieee80211_if_fmt_hw_queues 3 61629 NULL
6607 -+ieee80211_rx_bss_info_61630 ieee80211_rx_bss_info 3 61630 NULL
6608 +i2o_parm_table_get_61635 i2o_parm_table_get 6 61635 NULL
6609 +snd_pcm_oss_read3_61643 snd_pcm_oss_read3 0-3 61643 NULL
6610 +resize_stripes_61650 resize_stripes 2 61650 NULL
6611 +ttm_page_pool_free_61661 ttm_page_pool_free 2 61661 NULL
6612 +insert_one_name_61668 insert_one_name 7 61668 NULL
6613 -+snd_pcm_playback_avail_61671 snd_pcm_playback_avail 0 61671 NULL
6614 +lock_loop_61681 lock_loop 1 61681 NULL
6615 -+__do_tune_cpucache_61684 __do_tune_cpucache 2 61684 NULL
6616 +filter_read_61692 filter_read 3 61692 NULL
6617 +iov_length_61716 iov_length 0 61716 NULL
6618 +fragmentation_threshold_read_61718 fragmentation_threshold_read 3 61718 NULL
6619 +read_file_interrupt_61742 read_file_interrupt 3 61742 NULL nohasharray
6620 +read_file_regval_61742 read_file_regval 3 61742 &read_file_interrupt_61742
6621 -+gfs2_meta_wait_61773 gfs2_meta_wait 0 61773 NULL
6622 +batadv_dat_snoop_incoming_arp_reply_61801 batadv_dat_snoop_incoming_arp_reply 3 61801 NULL
6623 +tps80031_irq_init_61830 tps80031_irq_init 3 61830 NULL
6624 +bfad_debugfs_write_regwr_61841 bfad_debugfs_write_regwr 3 61841 NULL
6625 +fs_path_prepare_for_add_61854 fs_path_prepare_for_add 2 61854 NULL
6626 +evdev_compute_buffer_size_61863 evdev_compute_buffer_size 0 61863 NULL
6627 +get_fw_name_61874 get_fw_name 3 61874 NULL
6628 ++free_init_pages_61875 free_init_pages 2 61875 NULL
6629 +twl4030_sih_setup_61878 twl4030_sih_setup 3 61878 NULL
6630 +ieee80211_rtl_auth_challenge_61897 ieee80211_rtl_auth_challenge 3 61897 NULL
6631 +ax25_addr_size_61899 ax25_addr_size 0 61899 NULL nohasharray
6632 @@ -99867,11 +99901,13 @@ index 0000000..ddd5b2e
6633 +au0828_init_isoc_61917 au0828_init_isoc 3-2 61917 NULL
6634 +sctp_sendmsg_61919 sctp_sendmsg 4 61919 NULL
6635 +send_bulk_static_data_61932 send_bulk_static_data 3 61932 NULL
6636 ++gfn_to_pfn_memslot_atomic_61947 gfn_to_pfn_memslot_atomic 2 61947 NULL
6637 +il4965_ucode_rx_stats_read_61948 il4965_ucode_rx_stats_read 3 61948 NULL
6638 +squashfs_read_id_index_table_61961 squashfs_read_id_index_table 4 61961 NULL
6639 +mlx4_alloc_mtt_range_61966 mlx4_alloc_mtt_range 2 61966 NULL
6640 +ocfs2_quota_write_61972 ocfs2_quota_write 5-4 61972 NULL
6641 +cow_file_range_61979 cow_file_range 3 61979 NULL
6642 ++module_alloc_exec_61991 module_alloc_exec 1 61991 NULL
6643 +virtnet_send_command_61993 virtnet_send_command 5-6 61993 NULL
6644 +xt_compat_match_offset_62011 xt_compat_match_offset 0 62011 NULL
6645 +jffs2_do_unlink_62020 jffs2_do_unlink 4 62020 NULL
6646 @@ -99879,21 +99915,21 @@ index 0000000..ddd5b2e
6647 +ppp_tx_cp_62044 ppp_tx_cp 5 62044 NULL
6648 +sctp_user_addto_chunk_62047 sctp_user_addto_chunk 2-3 62047 NULL
6649 +do_pselect_62061 do_pselect 1 62061 NULL
6650 -+pcpu_alloc_bootmem_62074 pcpu_alloc_bootmem 2 62074 NULL
6651 -+__next_gcwq_cpu_62078 __next_gcwq_cpu 1 62078 NULL
6652 ++pcpu_alloc_bootmem_62074 pcpu_alloc_bootmem 2-3 62074 NULL
6653 +get_domain_for_dev_62099 get_domain_for_dev 2 62099 NULL
6654 ++ipath_user_sdma_pin_pages_62100 ipath_user_sdma_pin_pages 3-5 62100 NULL
6655 +jffs2_security_setxattr_62107 jffs2_security_setxattr 4 62107 NULL
6656 +llc_ui_header_len_62131 llc_ui_header_len 0 62131 NULL
6657 +qib_diag_write_62133 qib_diag_write 3 62133 NULL
6658 +ql_status_62135 ql_status 5 62135 NULL
6659 +video_usercopy_62151 video_usercopy 2 62151 NULL
6660 +prism54_wpa_bss_ie_get_62173 prism54_wpa_bss_ie_get 0 62173 NULL
6661 -+_irq_to_addr_62183 _irq_to_addr 0-1 62183 NULL
6662 +alloc_upcall_62186 alloc_upcall 2 62186 NULL
6663 +btrfs_xattr_acl_set_62203 btrfs_xattr_acl_set 4 62203 NULL
6664 +sock_kmalloc_62205 sock_kmalloc 2 62205 NULL
6665 +nfsd_read_file_62241 nfsd_read_file 6 62241 NULL
6666 +allocate_partition_62245 allocate_partition 4 62245 NULL
6667 ++__qib_get_user_pages_62287 __qib_get_user_pages 1-2 62287 NULL
6668 +il_dbgfs_sram_read_62296 il_dbgfs_sram_read 3 62296 NULL
6669 +sparse_early_usemaps_alloc_pgdat_section_62304 sparse_early_usemaps_alloc_pgdat_section 2 62304 NULL
6670 +subsystem_filter_read_62310 subsystem_filter_read 3 62310 NULL
6671 @@ -99902,17 +99938,20 @@ index 0000000..ddd5b2e
6672 +subseq_list_62332 subseq_list 3-0 62332 NULL
6673 +flash_write_62354 flash_write 3 62354 NULL
6674 +set_wd_exp_mode_pfs_62372 set_wd_exp_mode_pfs 3 62372 NULL
6675 ++twl_get_num_slaves_62386 twl_get_num_slaves 0 62386 NULL
6676 +rx_rx_timeout_read_62389 rx_rx_timeout_read 3 62389 NULL
6677 +altera_irscan_62396 altera_irscan 2 62396 NULL
6678 +set_ssp_62411 set_ssp 4 62411 NULL
6679 -+tscadc_writel_62426 tscadc_writel 2 62426 NULL
6680 ++unmap_single_62423 unmap_single 2 62423 NULL
6681 +netdev_alloc_skb_62437 netdev_alloc_skb 2 62437 NULL
6682 +e1000_check_copybreak_62448 e1000_check_copybreak 3 62448 NULL
6683 +ip_vs_icmp_xmit_v6_62477 ip_vs_icmp_xmit_v6 4 62477 NULL
6684 +ceph_dns_resolve_name_62488 ceph_dns_resolve_name 2 62488 NULL
6685 ++remove_mapping_62491 remove_mapping 2 62491 NULL
6686 +mlx4_en_create_rx_ring_62498 mlx4_en_create_rx_ring 3 62498 NULL
6687 +ext_rts51x_sd_execute_read_data_62501 ext_rts51x_sd_execute_read_data 9 62501 NULL
6688 -+pep_sendmsg_62524 pep_sendmsg 4 62524 NULL
6689 ++pep_sendmsg_62524 pep_sendmsg 4 62524 NULL nohasharray
6690 ++i915_next_seqno_read_62524 i915_next_seqno_read 3 62524 &pep_sendmsg_62524
6691 +test_iso_queue_62534 test_iso_queue 5 62534 NULL
6692 +debugfs_read_62535 debugfs_read 3 62535 NULL
6693 +sco_sock_sendmsg_62542 sco_sock_sendmsg 4 62542 NULL
6694 @@ -99921,12 +99960,11 @@ index 0000000..ddd5b2e
6695 +get_subdir_62581 get_subdir 3 62581 NULL
6696 +prism2_send_mgmt_62605 prism2_send_mgmt 4 62605 NULL nohasharray
6697 +nfsd_vfs_read_62605 nfsd_vfs_read 6 62605 &prism2_send_mgmt_62605
6698 -+get_desc_base_62617 get_desc_base 0 62617 NULL
6699 +iommu_area_alloc_62619 iommu_area_alloc 2-3-4-7 62619 NULL
6700 +ems_pcmcia_add_card_62627 ems_pcmcia_add_card 2 62627 NULL
6701 +compat_rangeinfo_62630 compat_rangeinfo 2 62630 NULL
6702 +lpfc_sli4_queue_alloc_62646 lpfc_sli4_queue_alloc 3 62646 NULL
6703 -+wm8994_gpio_direction_in_62649 wm8994_gpio_direction_in 2 62649 NULL
6704 ++memblock_alloc_nid_62652 memblock_alloc_nid 1-2 62652 NULL
6705 +ima_file_mmap_62663 ima_file_mmap 0 62663 NULL
6706 +write_62671 write 3 62671 NULL
6707 +printer_req_alloc_62687 printer_req_alloc 2 62687 NULL
6708 @@ -99943,16 +99981,16 @@ index 0000000..ddd5b2e
6709 +bio_get_nr_vecs_62838 bio_get_nr_vecs 0 62838 NULL
6710 +xlog_recover_add_to_trans_62839 xlog_recover_add_to_trans 4 62839 NULL
6711 +rx_fcs_err_read_62844 rx_fcs_err_read 3 62844 NULL
6712 ++set_swbp_62853 set_swbp 3 62853 NULL
6713 +hpi_read_word_62862 hpi_read_word 0 62862 NULL
6714 -+aoechr_write_62883 aoechr_write 3 62883 NULL nohasharray
6715 -+em28xx_init_isoc_62883 em28xx_init_isoc 4 62883 &aoechr_write_62883
6716 ++aoechr_write_62883 aoechr_write 3 62883 NULL
6717 +resize_info_buffer_62889 resize_info_buffer 2 62889 NULL
6718 +if_spi_host_to_card_62890 if_spi_host_to_card 4 62890 NULL
6719 +mempool_create_slab_pool_62907 mempool_create_slab_pool 1 62907 NULL
6720 +getdqbuf_62908 getdqbuf 1 62908 NULL
6721 ++try_async_pf_62914 try_async_pf 3 62914 NULL
6722 +agp_create_user_memory_62955 agp_create_user_memory 1 62955 NULL
6723 -+PTR_ERR_63033 PTR_ERR 0 63033 NULL nohasharray
6724 -+__vb2_perform_fileio_63033 __vb2_perform_fileio 3 63033 &PTR_ERR_63033
6725 ++__vb2_perform_fileio_63033 __vb2_perform_fileio 3 63033 NULL
6726 +pipeline_defrag_to_csum_swi_read_63037 pipeline_defrag_to_csum_swi_read 3 63037 NULL
6727 +scsi_host_alloc_63041 scsi_host_alloc 2 63041 NULL
6728 +unlink1_63059 unlink1 3 63059 NULL
6729 @@ -99960,14 +99998,13 @@ index 0000000..ddd5b2e
6730 +ocfs2_decrease_refcount_63078 ocfs2_decrease_refcount 3 63078 NULL
6731 +sep_prepare_input_output_dma_table_in_dcb_63087 sep_prepare_input_output_dma_table_in_dcb 4-5-2-3 63087 NULL
6732 +iwl_dbgfs_sensitivity_read_63116 iwl_dbgfs_sensitivity_read 3 63116 NULL
6733 ++alloc_cblock_63133 alloc_cblock 2 63133 NULL
6734 +ib_send_cm_rtu_63138 ib_send_cm_rtu 3 63138 NULL
6735 -+snd_pcm_status_user_63140 snd_pcm_status_user 0 63140 NULL
6736 -+ubifs_change_one_lp_63157 ubifs_change_one_lp 0 63157 NULL
6737 ++xen_zap_pfn_range_63149 xen_zap_pfn_range 1 63149 NULL
6738 +smk_write_revoke_subj_63173 smk_write_revoke_subj 3 63173 NULL
6739 +vme_master_read_63221 vme_master_read 0 63221 NULL
6740 +module_alloc_update_bounds_rw_63233 module_alloc_update_bounds_rw 1 63233 NULL
6741 +ptp_read_63251 ptp_read 4 63251 NULL
6742 -+ntfs_attr_can_be_non_resident_63267 ntfs_attr_can_be_non_resident 0 63267 NULL
6743 +raid5_resize_63306 raid5_resize 2 63306 NULL
6744 +proc_info_read_63344 proc_info_read 3 63344 NULL
6745 +ps_upsd_max_sptime_read_63362 ps_upsd_max_sptime_read 3 63362 NULL
6746 @@ -99975,20 +100012,25 @@ index 0000000..ddd5b2e
6747 +edac_pci_alloc_ctl_info_63388 edac_pci_alloc_ctl_info 1 63388 NULL nohasharray
6748 +usbnet_read_cmd_nopm_63388 usbnet_read_cmd_nopm 7 63388 &edac_pci_alloc_ctl_info_63388
6749 +rxpipe_missed_beacon_host_int_trig_rx_data_read_63405 rxpipe_missed_beacon_host_int_trig_rx_data_read 3 63405 NULL
6750 ++nouveau_event_create_63411 nouveau_event_create 1 63411 NULL
6751 +l2cap_sock_sendmsg_63427 l2cap_sock_sendmsg 4 63427 NULL
6752 +sep_prepare_input_output_dma_table_63429 sep_prepare_input_output_dma_table 2-4-3 63429 NULL
6753 +kone_send_63435 kone_send 4 63435 NULL
6754 ++gfn_to_hva_many_63437 gfn_to_hva_many 0-2 63437 NULL
6755 +nfsd_symlink_63442 nfsd_symlink 6 63442 NULL
6756 ++ipv6_is_mld_63461 ipv6_is_mld 3 63461 NULL
6757 +snd_info_entry_write_63474 snd_info_entry_write 3 63474 NULL
6758 +reada_find_extent_63486 reada_find_extent 2 63486 NULL
6759 +read_kcore_63488 read_kcore 3 63488 NULL
6760 ++save_hint_63497 save_hint 2 63497 NULL
6761 +snd_pcm_plug_write_transfer_63503 snd_pcm_plug_write_transfer 0-3 63503 NULL
6762 +ubi_more_leb_change_data_63534 ubi_more_leb_change_data 4 63534 NULL
6763 +if_sdio_read_scratch_63540 if_sdio_read_scratch 0 63540 NULL
6764 +append_to_buffer_63550 append_to_buffer 3 63550 NULL
6765 +dbg_leb_write_63555 dbg_leb_write 4-5 63555 NULL nohasharray
6766 -+kvm_write_guest_page_63555 kvm_write_guest_page 5 63555 &dbg_leb_write_63555
6767 ++kvm_write_guest_page_63555 kvm_write_guest_page 5-2 63555 &dbg_leb_write_63555
6768 +ubifs_lpt_scan_nolock_63572 ubifs_lpt_scan_nolock 0 63572 NULL
6769 ++iwch_reg_user_mr_63575 iwch_reg_user_mr 2-3 63575 NULL
6770 +ocfs2_calc_trunc_pos_63576 ocfs2_calc_trunc_pos 4 63576 NULL
6771 +rproc_alloc_63577 rproc_alloc 5 63577 NULL
6772 +ext3_clear_blocks_63597 ext3_clear_blocks 4-5 63597 NULL
6773 @@ -100008,7 +100050,6 @@ index 0000000..ddd5b2e
6774 +btrfs_insert_delayed_dir_index_63720 btrfs_insert_delayed_dir_index 4 63720 NULL
6775 +selinux_secctx_to_secid_63744 selinux_secctx_to_secid 2 63744 NULL
6776 +snd_pcm_oss_read1_63771 snd_pcm_oss_read1 3 63771 NULL
6777 -+snd_pcm_link_63772 snd_pcm_link 0 63772 NULL
6778 +snd_opl4_mem_proc_read_63774 snd_opl4_mem_proc_read 5 63774 NULL
6779 +spidev_compat_ioctl_63778 spidev_compat_ioctl 2-3 63778 NULL
6780 +snapshot_compat_ioctl_63792 snapshot_compat_ioctl 3 63792 NULL
6781 @@ -100017,7 +100058,6 @@ index 0000000..ddd5b2e
6782 +copy_nodes_to_user_63807 copy_nodes_to_user 2 63807 NULL
6783 +sel_write_load_63830 sel_write_load 3 63830 NULL
6784 +proc_pid_attr_write_63845 proc_pid_attr_write 3 63845 NULL
6785 -+ieee80211_if_fmt_channel_type_63855 ieee80211_if_fmt_channel_type 3 63855 NULL
6786 +init_map_ipmac_63896 init_map_ipmac 4-3 63896 NULL
6787 +divas_write_63901 divas_write 3 63901 NULL
6788 +xhci_alloc_stream_info_63902 xhci_alloc_stream_info 3 63902 NULL
6789 @@ -100033,12 +100073,14 @@ index 0000000..ddd5b2e
6790 +diva_xdi_write_63975 diva_xdi_write 4 63975 NULL
6791 +read_file_frameerrors_64001 read_file_frameerrors 3 64001 NULL
6792 +kmemdup_64015 kmemdup 2 64015 NULL
6793 -+tcf_csum_skb_nextlayer_64025 tcf_csum_skb_nextlayer 3 64025 NULL
6794 ++offset_to_vaddr_64025 offset_to_vaddr 0-2 64025 NULL nohasharray
6795 ++tcf_csum_skb_nextlayer_64025 tcf_csum_skb_nextlayer 3 64025 &offset_to_vaddr_64025
6796 +dbAllocDmapLev_64030 dbAllocDmapLev 0 64030 NULL
6797 +resize_async_buffer_64031 resize_async_buffer 4 64031 NULL
6798 +sep_lli_table_secure_dma_64042 sep_lli_table_secure_dma 2-3 64042 NULL
6799 +get_u8_64076 get_u8 0 64076 NULL
6800 +sl_realloc_bufs_64086 sl_realloc_bufs 2 64086 NULL
6801 ++vmci_handle_arr_get_size_64088 vmci_handle_arr_get_size 0 64088 NULL
6802 +lbs_highrssi_read_64089 lbs_highrssi_read 3 64089 NULL
6803 +do_load_xattr_datum_64118 do_load_xattr_datum 0 64118 NULL
6804 +ol_quota_entries_per_block_64122 ol_quota_entries_per_block 0 64122 NULL
6805 @@ -100047,6 +100089,7 @@ index 0000000..ddd5b2e
6806 +uea_idma_write_64139 uea_idma_write 3 64139 NULL
6807 +ablkcipher_copy_iv_64140 ablkcipher_copy_iv 3 64140 NULL
6808 +dlfb_ops_write_64150 dlfb_ops_write 3 64150 NULL
6809 ++__comedi_buf_alloc_64155 __comedi_buf_alloc 3 64155 NULL
6810 +cpumask_scnprintf_64170 cpumask_scnprintf 2 64170 NULL
6811 +read_pulse_64227 read_pulse 0-3 64227 NULL
6812 +header_len_64232 header_len 0 64232 NULL
6813 @@ -100064,9 +100107,11 @@ index 0000000..ddd5b2e
6814 +usbtmc_write_64340 usbtmc_write 3 64340 NULL
6815 +do_write_orph_node_64343 do_write_orph_node 2 64343 NULL
6816 +ft1000_read_reg_64352 ft1000_read_reg 0 64352 NULL
6817 ++bnx2x_vfop_mcast_cmd_64354 bnx2x_vfop_mcast_cmd 5 64354 NULL
6818 +wlc_phy_loadsampletable_nphy_64367 wlc_phy_loadsampletable_nphy 3 64367 NULL
6819 +ilo_write_64378 ilo_write 3 64378 NULL
6820 +btrfs_map_block_64379 btrfs_map_block 3 64379 NULL
6821 ++vmcs_readl_64381 vmcs_readl 0 64381 NULL
6822 +nilfs_alloc_seg_bio_64383 nilfs_alloc_seg_bio 3 64383 NULL
6823 +ir_lirc_transmit_ir_64403 ir_lirc_transmit_ir 3 64403 NULL
6824 +pidlist_allocate_64404 pidlist_allocate 1 64404 NULL
6825 @@ -100075,13 +100120,14 @@ index 0000000..ddd5b2e
6826 +keyctl_get_security_64418 keyctl_get_security 3 64418 &snd_card_create_64418
6827 +nl80211_send_mgmt_64419 nl80211_send_mgmt 7 64419 NULL
6828 +oom_adj_write_64428 oom_adj_write 3 64428 NULL
6829 -+ext4_trim_extent_64431 ext4_trim_extent 4 64431 NULL
6830 -+ieee80211_ie_build_ht_cap_64443 ieee80211_ie_build_ht_cap 0 64443 NULL
6831 ++ext4_trim_extent_64431 ext4_trim_extent 4 64431 NULL nohasharray
6832 ++read_file_spectral_short_repeat_64431 read_file_spectral_short_repeat 3 64431 &ext4_trim_extent_64431
6833 +cap_capable_64462 cap_capable 0 64462 NULL
6834 +ip_vs_create_timeout_table_64478 ip_vs_create_timeout_table 2 64478 NULL
6835 +p54_parse_rssical_64493 p54_parse_rssical 3 64493 NULL
6836 +msg_data_sz_64503 msg_data_sz 0 64503 NULL
6837 -+remove_uuid_64505 remove_uuid 4 64505 NULL
6838 ++remove_uuid_64505 remove_uuid 4 64505 NULL nohasharray
6839 ++handle_abnormal_pfn_64505 handle_abnormal_pfn 3 64505 &remove_uuid_64505
6840 +crypto_blkcipher_alignmask_64520 crypto_blkcipher_alignmask 0 64520 NULL
6841 +opera1_usb_i2c_msgxfer_64521 opera1_usb_i2c_msgxfer 4 64521 NULL
6842 +ses_send_diag_64527 ses_send_diag 4 64527 NULL
6843 @@ -100089,6 +100135,7 @@ index 0000000..ddd5b2e
6844 +__spi_sync_64561 __spi_sync 0 64561 NULL
6845 +__apei_exec_run_64563 __apei_exec_run 0 64563 NULL
6846 +fanotify_write_64623 fanotify_write 3 64623 NULL
6847 ++to_dblock_64655 to_dblock 0-1 64655 NULL
6848 +regmap_read_debugfs_64658 regmap_read_debugfs 5 64658 NULL
6849 +ocfs2_read_xattr_block_64661 ocfs2_read_xattr_block 0 64661 NULL nohasharray
6850 +tlbflush_read_file_64661 tlbflush_read_file 3 64661 &ocfs2_read_xattr_block_64661
6851 @@ -100105,12 +100152,14 @@ index 0000000..ddd5b2e
6852 +bio_map_kern_64751 bio_map_kern 3 64751 NULL
6853 +rt2x00debug_write_csr_64753 rt2x00debug_write_csr 3 64753 NULL
6854 +isr_low_rssi_read_64789 isr_low_rssi_read 3 64789 NULL
6855 -+twl6040_reg_write_64790 twl6040_reg_write 2 64790 NULL
6856 +nfsctl_transaction_write_64800 nfsctl_transaction_write 3 64800 NULL
6857 +megaraid_change_queue_depth_64815 megaraid_change_queue_depth 2 64815 NULL
6858 +ecryptfs_send_miscdev_64816 ecryptfs_send_miscdev 2 64816 NULL
6859 ++vaddr_get_pfn_64818 vaddr_get_pfn 1 64818 NULL
6860 ++gfn_to_page_64826 gfn_to_page 2 64826 NULL
6861 +do_kimage_alloc_64827 do_kimage_alloc 3 64827 NULL
6862 +altera_set_dr_pre_64862 altera_set_dr_pre 2 64862 NULL
6863 ++gfn_to_pfn_64870 gfn_to_pfn 2 64870 NULL
6864 +ffs_epfile_io_64886 ffs_epfile_io 3 64886 NULL
6865 +ieee80211_if_read_ave_beacon_64924 ieee80211_if_read_ave_beacon 3 64924 NULL
6866 +ubifs_wbuf_write_nolock_64946 ubifs_wbuf_write_nolock 3 64946 NULL
6867 @@ -100127,21 +100176,20 @@ index 0000000..ddd5b2e
6868 +insert_dent_65034 insert_dent 7 65034 NULL
6869 +compat_put_ushort_65040 compat_put_ushort 1 65040 NULL
6870 +brcmf_sdcard_rwdata_65041 brcmf_sdcard_rwdata 5 65041 NULL
6871 ++tty_audit_log_65043 tty_audit_log 8 65043 NULL
6872 +compat_cmdtest_65064 compat_cmdtest 2 65064 NULL
6873 -+make_idx_node_65068 make_idx_node 0 65068 NULL
6874 +count_run_65072 count_run 0-2-4 65072 NULL nohasharray
6875 +bnx2fc_process_l2_frame_compl_65072 bnx2fc_process_l2_frame_compl 3 65072 &count_run_65072
6876 -+__alloc_bootmem_node_high_65076 __alloc_bootmem_node_high 2 65076 NULL
6877 ++__alloc_bootmem_node_high_65076 __alloc_bootmem_node_high 2-3 65076 NULL
6878 +ocfs2_truncate_cluster_pages_65086 ocfs2_truncate_cluster_pages 2 65086 NULL
6879 +ath9k_dump_mci_btcoex_65090 ath9k_dump_mci_btcoex 0 65090 NULL
6880 +ssb_bus_register_65183 ssb_bus_register 3 65183 NULL
6881 +rx_rx_done_read_65217 rx_rx_done_read 3 65217 NULL
6882 -+print_endpoint_stat_65232 print_endpoint_stat 0-4-3 65232 NULL
6883 ++print_endpoint_stat_65232 print_endpoint_stat 3-4-0 65232 NULL
6884 +whci_n_caps_65247 whci_n_caps 0 65247 NULL
6885 +kmem_zalloc_greedy_65268 kmem_zalloc_greedy 3-2 65268 NULL
6886 +kmalloc_parameter_65279 kmalloc_parameter 1 65279 NULL
6887 +compat_core_sys_select_65285 compat_core_sys_select 1 65285 NULL
6888 -+get_unaligned_le16_65293 get_unaligned_le16 0 65293 NULL
6889 +mpi_set_buffer_65294 mpi_set_buffer 3 65294 NULL
6890 +redirected_tty_write_65297 redirected_tty_write 3 65297 NULL
6891 +get_var_len_65304 get_var_len 0 65304 NULL
6892 @@ -100151,17 +100199,16 @@ index 0000000..ddd5b2e
6893 +dma_rx_requested_read_65354 dma_rx_requested_read 3 65354 NULL
6894 +batadv_tt_save_orig_buffer_65361 batadv_tt_save_orig_buffer 4 65361 NULL
6895 +alloc_cpu_rmap_65363 alloc_cpu_rmap 1 65363 NULL
6896 ++__ext4_new_inode_65370 __ext4_new_inode 5 65370 NULL
6897 +strchr_65372 strchr 0 65372 NULL
6898 -+__alloc_bootmem_nopanic_65397 __alloc_bootmem_nopanic 1 65397 NULL
6899 ++__alloc_bootmem_nopanic_65397 __alloc_bootmem_nopanic 1-2 65397 NULL
6900 +trace_seq_to_user_65398 trace_seq_to_user 3 65398 NULL
6901 +mtd_get_device_size_65400 mtd_get_device_size 0 65400 NULL
6902 +iio_device_add_channel_sysfs_65406 iio_device_add_channel_sysfs 0 65406 NULL
6903 +ocfs2_write_begin_nolock_65410 ocfs2_write_begin_nolock 3-4 65410 NULL
6904 +drm_calloc_large_65421 drm_calloc_large 1-2 65421 NULL
6905 +xpc_kzalloc_cacheline_aligned_65433 xpc_kzalloc_cacheline_aligned 1 65433 NULL
6906 -+pn533_init_target_frame_65438 pn533_init_target_frame 3 65438 NULL
6907 +usb_alloc_coherent_65444 usb_alloc_coherent 2 65444 NULL
6908 -+regmap_write_65478 regmap_write 2 65478 NULL
6909 +ath_rx_edma_init_65483 ath_rx_edma_init 2 65483 NULL
6910 +dpcm_state_read_file_65489 dpcm_state_read_file 3 65489 NULL
6911 +alloc_dr_65495 alloc_dr 2 65495 NULL
6912
6913 diff --git a/3.9.2/4425_grsec_remove_EI_PAX.patch b/3.9.4/4425_grsec_remove_EI_PAX.patch
6914 similarity index 100%
6915 rename from 3.9.2/4425_grsec_remove_EI_PAX.patch
6916 rename to 3.9.4/4425_grsec_remove_EI_PAX.patch
6917
6918 diff --git a/3.9.2/4430_grsec-remove-localversion-grsec.patch b/3.9.4/4430_grsec-remove-localversion-grsec.patch
6919 similarity index 100%
6920 rename from 3.9.2/4430_grsec-remove-localversion-grsec.patch
6921 rename to 3.9.4/4430_grsec-remove-localversion-grsec.patch
6922
6923 diff --git a/3.9.2/4435_grsec-mute-warnings.patch b/3.9.4/4435_grsec-mute-warnings.patch
6924 similarity index 100%
6925 rename from 3.9.2/4435_grsec-mute-warnings.patch
6926 rename to 3.9.4/4435_grsec-mute-warnings.patch
6927
6928 diff --git a/3.9.2/4440_grsec-remove-protected-paths.patch b/3.9.4/4440_grsec-remove-protected-paths.patch
6929 similarity index 100%
6930 rename from 3.9.2/4440_grsec-remove-protected-paths.patch
6931 rename to 3.9.4/4440_grsec-remove-protected-paths.patch
6932
6933 diff --git a/3.9.2/4450_grsec-kconfig-default-gids.patch b/3.9.4/4450_grsec-kconfig-default-gids.patch
6934 similarity index 100%
6935 rename from 3.9.2/4450_grsec-kconfig-default-gids.patch
6936 rename to 3.9.4/4450_grsec-kconfig-default-gids.patch
6937
6938 diff --git a/3.9.2/4465_selinux-avc_audit-log-curr_ip.patch b/3.9.4/4465_selinux-avc_audit-log-curr_ip.patch
6939 similarity index 100%
6940 rename from 3.9.2/4465_selinux-avc_audit-log-curr_ip.patch
6941 rename to 3.9.4/4465_selinux-avc_audit-log-curr_ip.patch
6942
6943 diff --git a/3.9.2/4470_disable-compat_vdso.patch b/3.9.4/4470_disable-compat_vdso.patch
6944 similarity index 98%
6945 rename from 3.9.2/4470_disable-compat_vdso.patch
6946 rename to 3.9.4/4470_disable-compat_vdso.patch
6947 index fed959f..424d91f 100644
6948 --- a/3.9.2/4470_disable-compat_vdso.patch
6949 +++ b/3.9.4/4470_disable-compat_vdso.patch
6950 @@ -26,7 +26,7 @@ Closes bug: http://bugs.gentoo.org/show_bug.cgi?id=210138
6951 diff -urp a/arch/x86/Kconfig b/arch/x86/Kconfig
6952 --- a/arch/x86/Kconfig 2009-07-31 01:36:57.323857684 +0100
6953 +++ b/arch/x86/Kconfig 2009-07-31 01:51:39.395749681 +0100
6954 -@@ -1787,17 +1787,8 @@
6955 +@@ -1786,17 +1786,8 @@
6956
6957 config COMPAT_VDSO
6958 def_bool n
6959
6960 diff --git a/3.9.2/4475_emutramp_default_on.patch b/3.9.4/4475_emutramp_default_on.patch
6961 similarity index 100%
6962 rename from 3.9.2/4475_emutramp_default_on.patch
6963 rename to 3.9.4/4475_emutramp_default_on.patch