Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Linux commit v6.10-12269-g78eb4ea25cd5
sysctl: treewide: constify the ctl_table argument of proc_handlers
Linux commit v5.15-rc3-13-g9257e1567738
mm/filemap: Add folio_index(), folio_file_page() and
folio_contains()
Linux commit v6.10-rc6-27-g05b0c7edad9b
mm: drop page_index and simplify folio_index
Removed page_index() in favor of folio_index() provide a wrapper
folio_index_page() to call the correct function with a page.
Linux commit v6.1-rc4-186-gcb67f4282bf9
mm,thp,rmap: simplify compound page mapcount handling
Adds folio_mapcount()
Linux commit v6.10-rc6-100-gcdd9a571b7d8
fs/proc: move page_mapcount() to fs/proc/internal.h
Removed page_mapcount() in favor of folio_mapcount() provide
folio_mapcount_page() to call page_mapcount() or calculate
mapcount as done by folio_precise_page_mapcount()