Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0a5afb9 authored by Maxin John's avatar Maxin John Committed by Ralf Baechle
Browse files

MIPS: Enable kmemleak for MIPS



Signed-off-by: default avatarMaxin B. John <maxin.john@gmail.com>
To: Catalin Marinas <catalin.marinas@arm.com>
Cc: Daniel Baluta <dbaluta@ixiacom.com>
Cc: naveen yadav <yad.naveen@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-mm@kvack.org
Patchwork: https://patchwork.linux-mips.org/patch/2244/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 9b130f80
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -68,6 +68,7 @@ SECTIONS
	RODATA
	RODATA


	/* writeable */
	/* writeable */
	_sdata = .;				/* Start of data section */
	.data : {	/* Data */
	.data : {	/* Data */
		. = . + DATAOFFSET;		/* for CONFIG_MAPPED_KERNEL */
		. = . + DATAOFFSET;		/* for CONFIG_MAPPED_KERNEL */


+1 −1
Original line number Original line Diff line number Diff line
@@ -398,7 +398,7 @@ config SLUB_STATS
config DEBUG_KMEMLEAK
config DEBUG_KMEMLEAK
	bool "Kernel memory leak detector"
	bool "Kernel memory leak detector"
	depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \
	depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \
		(X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE)
		(X86 || ARM || PPC || MIPS || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE)


	select DEBUG_FS if SYSFS
	select DEBUG_FS if SYSFS
	select STACKTRACE if STACKTRACE_SUPPORT
	select STACKTRACE if STACKTRACE_SUPPORT