mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	csky: Add kmemleak support
Here is the log after enabled: [ 1.798972] kmemleak: Kernel memory leak detector initialized (mem pool available: 15851) [ 1.798983] kmemleak: Automatic memory scanning thread started Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
This commit is contained in:
		
							parent
							
								
									b0ae5e26b8
								
							
						
					
					
						commit
						c109f42450
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -43,6 +43,7 @@ config CSKY
 | 
				
			||||||
	select HAVE_CONTEXT_TRACKING
 | 
						select HAVE_CONTEXT_TRACKING
 | 
				
			||||||
	select HAVE_VIRT_CPU_ACCOUNTING_GEN
 | 
						select HAVE_VIRT_CPU_ACCOUNTING_GEN
 | 
				
			||||||
	select HAVE_DEBUG_BUGVERBOSE
 | 
						select HAVE_DEBUG_BUGVERBOSE
 | 
				
			||||||
 | 
						select HAVE_DEBUG_KMEMLEAK
 | 
				
			||||||
	select HAVE_DYNAMIC_FTRACE
 | 
						select HAVE_DYNAMIC_FTRACE
 | 
				
			||||||
	select HAVE_DYNAMIC_FTRACE_WITH_REGS
 | 
						select HAVE_DYNAMIC_FTRACE_WITH_REGS
 | 
				
			||||||
	select HAVE_FUNCTION_TRACER
 | 
						select HAVE_FUNCTION_TRACER
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue