Re: [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring

2020-08-28 Thread SeongJae Park
On Fri, 28 Aug 2020 11:53:15 +0200 SeongJae Park wrote: > On Fri, 28 Aug 2020 04:11:56 -0400 Alkaid wrote: > > > > > [-- Attachment #1: Type: text/plain, Size: 2677 bytes --] > > > > Hi SeongJae, > > > > I think there are potential memory leaks in the following execution paths > > Agreed, d

Re: [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring

2020-08-28 Thread SeongJae Park
On Fri, 28 Aug 2020 04:11:56 -0400 Alkaid wrote: > > [-- Attachment #1: Type: text/plain, Size: 2677 bytes --] > > Hi SeongJae, > > I think there are potential memory leaks in the following execution paths Agreed, definitely memory leaks exists. Thank you for let me know this! I will post a

Re: [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring

2020-08-20 Thread SeongJae Park
On Thu, 20 Aug 2020 06:26:49 -0700 Shakeel Butt wrote: > On Thu, Aug 20, 2020 at 12:17 AM SeongJae Park wrote: > > > > On Wed, 19 Aug 2020 17:26:15 -0700 Shakeel Butt wrote: > > > > > On Tue, Aug 18, 2020 at 12:27 AM SeongJae Park wrote: > > > > > > > > From: SeongJae Park > > > > > > > > Thi

Re: [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring

2020-08-20 Thread Shakeel Butt
On Thu, Aug 20, 2020 at 12:17 AM SeongJae Park wrote: > > On Wed, 19 Aug 2020 17:26:15 -0700 Shakeel Butt wrote: > > > On Tue, Aug 18, 2020 at 12:27 AM SeongJae Park wrote: > > > > > > From: SeongJae Park > > > > > > This commit implements the four callbacks (->init_target_regions, > > > ->upda

Re: [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring

2020-08-20 Thread SeongJae Park
On Wed, 19 Aug 2020 17:26:15 -0700 Shakeel Butt wrote: > On Tue, Aug 18, 2020 at 12:27 AM SeongJae Park wrote: > > > > From: SeongJae Park > > > > This commit implements the four callbacks (->init_target_regions, > > ->update_target_regions, ->prepare_access_check, and ->check_accesses) > > for

Re: [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring

2020-08-19 Thread Shakeel Butt
On Tue, Aug 18, 2020 at 12:27 AM SeongJae Park wrote: > > From: SeongJae Park > > This commit implements the four callbacks (->init_target_regions, > ->update_target_regions, ->prepare_access_check, and ->check_accesses) > for the basic access monitoring of the physical memory address space. > By