From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA9C4C433E6 for ; Thu, 4 Mar 2021 16:32:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8EB3064F47 for ; Thu, 4 Mar 2021 16:32:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232347AbhCDQbQ (ORCPT ); Thu, 4 Mar 2021 11:31:16 -0500 Received: from mx2.suse.de ([195.135.220.15]:50268 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233617AbhCDQas (ORCPT ); Thu, 4 Mar 2021 11:30:48 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1614875402; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sQN9SAzuKzLYoT1rSq62TVM+z2FHdV17wB6gfhjAs+Y=; b=RWc0jmeryKrVIElTF0ZYzWUy8nKZJLQz84sjQXW+i4wbvNDgrbpaFbIYtkS3gKGI5oHIqs Uka5j7VBKxwvUagHkGulyz2ggGVdUyG+nDypoednBwjCwfTBIpZxWf7QoZbOibPNR3W9D3 TCr65fIsGnKuA4Qon/qFrUVPohH3lg4= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id F2FCEAD2B; Thu, 4 Mar 2021 16:30:01 +0000 (UTC) Date: Thu, 4 Mar 2021 17:30:00 +0100 From: Anthony Iliopoulos To: Greg Kroah-Hartman Cc: Jens Axboe , Andrew Morton , Matthew Wilcox , stable@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH STABLE 5.10 5.11] swap: fix swapfile page to sector mapping Message-ID: References: <20210304150824.29878-1-ailiop@suse.com> <20210304150824.29878-5-ailiop@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Mar 04, 2021 at 04:16:26PM +0100, Greg Kroah-Hartman wrote: > On Thu, Mar 04, 2021 at 04:08:24PM +0100, Anthony Iliopoulos wrote: > > commit caf6912f3f4af7232340d500a4a2008f81b93f14 upstream. > > No, this does not look like that commit. > > Why can I not just take caf6912f3f4a ("swap: fix swapfile read/write > offset") directly for 5.10 and 5.11? WHat has changed to prevent that? You're right of course, the upstream fix applies even on v5.4 so you could just take it directly for those branches if this is preferable. Regards, Anthony