Aw: Re: [External] : nfsd: memory leak when client does many file operations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks, I do some tests with DEBUG_KMEMLEAK enabled and git bisect now.

> Gesendet: Montag, den 25.03.2024 um 21:36 Uhr
> Von: "Chuck Lever III" <chuck.lever@xxxxxxxxxx>
> An: "Jan Schunk" <scpcom@xxxxxx>
> Cc: "Jeff Layton" <jlayton@xxxxxxxxxx>, "Neil Brown" <neilb@xxxxxxx>, "Olga Kornievskaia" <kolga@xxxxxxxxxx>, "Dai Ngo" <dai.ngo@xxxxxxxxxx>, "Tom Talpey" <tom@xxxxxxxxxx>, "Linux NFS Mailing List" <linux-nfs@xxxxxxxxxxxxxxx>, "linux-kernel@xxxxxxxxxxxxxxx" <linux-kernel@xxxxxxxxxxxxxxx>
> Betreff: Re: [External] : nfsd: memory leak when client does many file operations
> 
> 
> 
> > On Mar 25, 2024, at 4:26 PM, Jan Schunk <scpcom@xxxxxx> 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
> 
>





[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux