summaryrefslogtreecommitdiff
path: root/scripts/extract-fwblobs
diff options
context:
space:
mode:
authorClaudio Imbrenda <imbrenda@linux.ibm.com>2025-01-23 17:46:23 +0300
committerClaudio Imbrenda <imbrenda@linux.ibm.com>2025-01-31 14:03:53 +0300
commitef0c8ef8485d9629c6d042cea8f2082f159b467e (patch)
tree679542145c661a8991acb9178c423714e2cc3db7 /scripts/extract-fwblobs
parent37d1b5d8d588a9761e47d9941005e2da7def8310 (diff)
downloadlinux-ef0c8ef8485d9629c6d042cea8f2082f159b467e.tar.xz
KVM: s390: stop using lists to keep track of used dat tables
Until now, every dat table allocated to map a guest was put in a linked list. The page->lru field of struct page was used to keep track of which pages were being used, and when the gmap is torn down, the list was walked and all pages freed. This patch gets rid of the usage of page->lru. Page tables are now freed by recursively walking the dat table tree. Since s390_unlist_old_asce() becomes useless now, remove it. Acked-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Janosch Frank <frankja@linux.ibm.com> Reviewed-by: Christoph Schlameuss <schlameuss@linux.ibm.com> Link: https://lore.kernel.org/r/20250123144627.312456-12-imbrenda@linux.ibm.com Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Message-ID: <20250123144627.312456-12-imbrenda@linux.ibm.com>
Diffstat (limited to 'scripts/extract-fwblobs')
0 files changed, 0 insertions, 0 deletions