* [folded-merged] mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix.patch removed from -mm tree
@ 2024-11-12 1:18 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-11-12 1:18 UTC (permalink / raw)
To: mm-commits, willy, vivek.kasireddy, peterx, osalvador, kraxel,
junxiao.chang, jgg, hughd, hch, dongwon.kim, david, daniel.vetter,
arnd, airlied, jhubbard, akpm
The quilt patch titled
Subject: mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix
has been removed from the -mm tree. Its filename was
mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix.patch
This patch was dropped because it was folded into mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases.patch
------------------------------------------------------
From: John Hubbard <jhubbard@nvidia.com>
Subject: mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix
Date: Tue, 5 Nov 2024 13:31:01 -0800
whitespace tweak, per David
Link: https://lkml.kernel.org/r/131cf9c8-ebc0-4cbb-b722-22fa8527bf3c@nvidia.com
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Dongwon Kim <dongwon.kim@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Cc: Junxiao Chang <junxiao.chang@intel.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Peter Xu <peterx@redhat.com>
Cc: Vivek Kasireddy <vivek.kasireddy@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/gup.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/mm/gup.c~mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix
+++ a/mm/gup.c
@@ -2435,8 +2435,8 @@ check_and_migrate_movable_pages_or_folio
LIST_HEAD(movable_folio_list);
unsigned long collected;
- collected =
- collect_longterm_unpinnable_folios(&movable_folio_list, pofs);
+ collected = collect_longterm_unpinnable_folios(&movable_folio_list,
+ pofs);
if (!collected)
return 0;
_
Patches currently in -mm which might be from jhubbard@nvidia.com are
mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases.patch
mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix-2.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-12 1:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 1:18 [folded-merged] mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.