[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51CAACAB-B6CC-4139-A350-25CF067364D3@oracle.com>
Date: Mon, 25 Mar 2024 20:36:34 +0000
From: Chuck Lever III <chuck.lever@...cle.com>
To: Jan Schunk <scpcom@....de>
CC: Jeff Layton <jlayton@...nel.org>, Neil Brown <neilb@...e.de>,
Olga
Kornievskaia <kolga@...app.com>, Dai Ngo <dai.ngo@...cle.com>,
Tom Talpey
<tom@...pey.com>,
Linux NFS Mailing List <linux-nfs@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [External] : nfsd: memory leak when client does many file
operations
> On Mar 25, 2024, at 4:26 PM, Jan Schunk <scpcom@....de> wrote:
>
> I am building my own kernels, but I never tried kmemleak, is this just a Kconfig option?
Location:
-> Kernel hacking
-> Memory Debugging
(1) -> Kernel memory leak detector (DEBUG_KMEMLEAK [=n])
> What do you mean with "bisect between v6.3 and v6.4"?
After you "git clone" the kernel source:
$ git bisect start v6.4 v6.3
Build the kernel and test. If the test fails:
$ cd <your kernel source tree>; git bisect bad
If the test succeeds:
$ cd <your kernel source tree>; git bisect good
Rebuild and try again until it lands on the first broken commit.
> Everything including v6.4 is OK, the problem starts at v6.5.
I misremembered. Use "$ git bisect start v6.5 v6.4" then.
> I also looked at some code already but there are huge changes to mm that happened in v6.5 and v6.6 so for me it is heavy to compare it with older versions to find one or more commits that may cause the issue.
Bisection is a mechanical test-based process. You don't need
to look at code until you've reached the first bad commit.
--
Chuck Lever
Powered by blists - more mailing lists