From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4BC57309F1D for ; Thu, 28 May 2026 21:04:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780002247; cv=none; b=DZxjucGZTerMGtPjYODwMSyfzBoqYotU+hiOmlolXZd9l+Tixg4d9ePIzyCXiWe6GoEt3ghDP/n9KeeqlYEyy0bjf1WTEgsir52WxTksP9u9BqxuEODPwVdLTXvPkIrG1qoRGEczy4xBVNUYiQRVtv0eiboAT2tgTkv9DmmGsJQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780002247; c=relaxed/simple; bh=0W6h8MI5D7di30aeoQZBz++6N+btCloKdg9+VlsmbKo=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=lnseZG/06iHfRf9dxw4LTQPFAoJP8hHoFeDmR4xbxGaI540xbkuTBJSBHStfedr6ppKVlGmD1D6ck4DfL/mH3tZ/tiCcdOx0tnmKtAtKl3YE1+geEkxS3ify52VTW/xR2ELh4Rc7Xv5ebX2CJlL3L4vMY4s3kcaG8+/NuP2CLWw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=wnejSj9f; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="wnejSj9f" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90B891F000E9; Thu, 28 May 2026 21:04:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1780002245; bh=F/ydXEXga9pNCCOc8jvViQzYBjBkNoYRPo4F/Eempj0=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=wnejSj9fUWGrOa2ToWl3nhRdwLnsxqVSOGP0q5zoCpAHPw7FEdI8j9HeCJ7NNbrgH YqyCilBAbVA70LNwovX9djz/q5OE/sR6QeyRoUrUyugxvh64HnuvYDht8Pksyn/gvH uTBMcxYtOArp0RtT+tiZXoZgbmYo4pwHc1IIJhK8= Date: Thu, 28 May 2026 14:04:05 -0700 From: Andrew Morton To: Mike Rapoport Cc: Lorenzo Stoakes , David Carlier , David Hildenbrand , Heechan Kang , "Liam R. Howlett" , Michael Bommarito , Peter Xu , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] userfaultfd: verify VMA state across UFFDIO_COPY retry Message-Id: <20260528140405.14631ae47653ebec5770b956@linux-foundation.org> In-Reply-To: References: <20260527184751.4147364-1-rppt@kernel.org> <20260527184751.4147364-2-rppt@kernel.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 28 May 2026 17:41:55 +0300 Mike Rapoport wrote: > > > Fixes: 292411fda25b ("mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_retry()") > > > Fixes: 6ab703034f14 ("userfaultfd: mfill_atomic(): remove retry logic") > > > > Did we want a Cc: Stable? > > Andrew adds it when applying. Both the above commits were added to 7.1-rc1, so I haven't added cc:stable.