Re: [v5 03/15] mm/rmap: extend rmap and migration support device-private entries

2025-09-11 Thread SeongJae Park
device entries, use pfn_pmd_entry_to_swap() for checking and comparison as for zone device entries. Adding that kind of elaboration on the commit message would be helpful. Also, seems the DAMON part change is not really required to be made together with other changes. If I'm not wrong, could you make DAMON part change as a separate commit? The code looks good to me. Reviewed-by: SeongJae Park Thanks, SJ [...]

Re: [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link

2025-08-29 Thread SeongJae Park
On Fri, 29 Aug 2025 14:55:12 +0700 Bagas Sanjaya wrote: > Use internal cross-reference for the citation link to Free Page > Reporting docs. Thank you for fixing this! > > Signed-off-by: Bagas Sanjaya Reviewed-by: SeongJae Park Thanks, SJ [...]

Re: [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()

2025-08-22 Thread SeongJae Park
; > Signed-off-by: David Hildenbrand Acked-by: SeongJae Park Thanks, SJ [...]

Re: [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()

2025-08-22 Thread SeongJae Park
LIO_ORDER > and calculate MAX_FOLIO_NR_PAGES based on that. > > Signed-off-by: David Hildenbrand Acked-by: SeongJae Park Thanks, SJ [...]

Re: [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable

2025-08-22 Thread SeongJae Park
lb > page allocations suddenly fails). > > Cc: Huacai Chen > Cc: WANG Xuerui > Cc: Madhavan Srinivasan > Cc: Michael Ellerman > Cc: Nicholas Piggin > Cc: Christophe Leroy > Cc: Paul Walmsley > Cc: Palmer Dabbelt > Cc: Albert Ou > Cc: Alexandre Ghiti > Cc: "David S. Miller" > Cc: Andreas Larsson > Signed-off-by: David Hildenbrand Acked-by: SeongJae Park Thanks, SJ [...]

Re: [PATCH v2 13/17] mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pte_refs_one()

2025-02-11 Thread SeongJae Park
; !folio_mapped() with a single device-exclusive entry. We'll adjust the > mapcount logic once all page_vma_mapped_walk() users can properly > handle device-exclusive entries. > > Fixes: b756a3b5e7ea ("mm: device exclusive memory access") > Signed-off-by: David Hildenbrand Reviewed-by: SeongJae Park Thanks, SJ [...]

Re: [PATCH v2 15/17] mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()

2025-02-10 Thread SeongJae Park
folios, because we'll always have > !folio_mapped() with a single device-exclusive entry. We'll adjust the > mapcount logic once all page_vma_mapped_walk() users can properly > handle device-exclusive entries. > > Signed-off-by: David Hildenbrand Reviewed-by: SeongJae Park Thanks, SJ [...]

Re: [PATCH v2 14/17] mm/damon: handle device-exclusive entries correctly in damon_folio_young_one()

2025-02-10 Thread SeongJae Park
7;ll always have > !folio_mapped() with a single device-exclusive entry. We'll adjust the > mapcount logic once all page_vma_mapped_walk() users can properly > handle device-exclusive entries. > > Fixes: b756a3b5e7ea ("mm: device exclusive memory access") > Signed-off-by: David Hildenbrand Reviewed-by: SeongJae Park Thanks, SJ [...]

Re: [PATCH v16 3/9] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios

2024-07-05 Thread SeongJae Park
Hello Vivek and Andrew, On Sun, 23 Jun 2024 23:36:11 -0700 Vivek Kasireddy wrote: > For drivers that would like to longterm-pin the folios associated > with a memfd, the memfd_pin_folios() API provides an option to > not only pin the folios via FOLL_PIN but also to check and migrate > them if t

Re: [PATCH v2 0/8] Docs: Add missing SPDX license identifiers of

2023-01-24 Thread SeongJae Park
On Tue, 24 Jan 2023 15:31:04 -0700 Jonathan Corbet wrote: > SeongJae Park writes: > > > Some subsystem documents are missing SPDX license identifiers on index > > files. This patchset adds those. > > > > Changes from v1 > > (https://lore.kernel.org/lkml/2

[PATCH v2 3/8] Docs/gpu/index: Add missing SPDX License Identifier

2023-01-22 Thread SeongJae Park
Add missing SPDX License Identifier for gpu documentation index file. Signed-off-by: SeongJae Park --- Documentation/gpu/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index eee5996acf2c..9a6c7831d7fe 100644 --- a

[PATCH v2 0/8] Docs: Add missing SPDX license identifiers of

2023-01-22 Thread SeongJae Park
MIT license for gpu (Alex Deucher) SeongJae Park (8): Docs/crypto/index: Add missing SPDX License Identifier Docs/driver-api/index: Add missing SPDX License Identifier Docs/gpu/index: Add missing SPDX License Identifier Docs/hwmon/index: Add missing SPDX License Identifier Docs/input/index

[PATCH v2 1/1] Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents

2023-01-22 Thread SeongJae Park
Some documents that listed on subsystem-apis have 'Linux' or 'The Linux' title prefixes. It's duplicated information, and makes finding the document of interest with human eyes not easy. Remove the prefixes from the titles. Signed-off-by: SeongJae Park -

Re: [PATCH 2/2] Docs: Add some missing SPDX license identifiers of subsystem docs

2023-01-16 Thread SeongJae Park
Hi Alex, On Sun, 15 Jan 2023 10:35:57 -0500 Alex Deucher wrote: > On Sat, Jan 14, 2023 at 2:48 PM SeongJae Park wrote: > > > > Some subsystem documents are missing SPDX license identifiers. Add > > those. > > It would be good to split this up per subsystem. Than

[PATCH 2/2] Docs: Add some missing SPDX license identifiers of subsystem docs

2023-01-14 Thread SeongJae Park
Some subsystem documents are missing SPDX license identifiers. Add those. Signed-off-by: SeongJae Park --- Documentation/crypto/index.rst | 2 ++ Documentation/driver-api/index.rst | 2 ++ Documentation/gpu/index.rst| 2 ++ Documentation/hwmon/index.rst | 2 ++ Documentation

[PATCH 1/2] Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents

2023-01-14 Thread SeongJae Park
Some documents that listed on subsystem-apis have 'Linux' or 'The Linux' title prefixes. It's duplicated information, and makes finding the document of interest with human eyes not easy. Remove the prefixes from the titles. Signed-off-by: SeongJae Park --- Do

Re: [PATCH bpf] treewide: add missing includes masked by cgroup -> bpf dependency

2021-11-19 Thread SeongJae Park
t; Signed-off-by: Jakub Kicinski Acked-by: SeongJae Park for DAMON part. Thanks, SJ [...]

Re: [PATCH 03/13] docs: update old references for DocBook from the documentation

2017-05-15 Thread SeongJae Park
/Documentation/translations/ko_KR/howto.rst b/Documentation/translations/ko_KR/howto.rst index 2333697251dd..f06de9ca41a4 100644 --- a/Documentation/translations/ko_KR/howto.rst +++ b/Documentation/translations/ko_KR/howto.rst @@ -191,13 +191,6 @@ ReST 마크업을 사용하는 문서들은 Documentation/output 에 생성된