mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	kernel/kprobes.c: Made kprobe_blacklist static.
Signed-off-by: Daniel Guilak <daniel@danielguilak.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									08405b8bd1
								
							
						
					
					
						commit
						544304b200
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -79,7 +79,7 @@ static DEFINE_PER_CPU(struct kprobe *, kprobe_instance) = NULL;
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * For such cases, we now have a blacklist
 | 
					 * For such cases, we now have a blacklist
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
struct kprobe_blackpoint kprobe_blacklist[] = {
 | 
					static struct kprobe_blackpoint kprobe_blacklist[] = {
 | 
				
			||||||
	{"preempt_schedule",},
 | 
						{"preempt_schedule",},
 | 
				
			||||||
	{NULL}    /* Terminator */
 | 
						{NULL}    /* Terminator */
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue