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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 7F89DC433E0 for ; Fri, 24 Jul 2020 09:42:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A0012070B for ; Fri, 24 Jul 2020 09:42:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595583776; bh=gcicbzEsoqZGDCiDwp7yWjuSGQR3kEh2exJVp9X61s8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oaG5uReukaeS/lDjnO/7PQc3On+On2L5P9NKbcCFMvFHgwqeUkWw7r2q1yy06CK6K 8O/7Bxyeh3ei6cxeQQshQPdntDDjjFvZg7Fe3WeYR6UYFxzevY3u+4zgL0y3Xzwz33 EyryaYkOJTh05NWw5XMNmV8VJWvDtRQGWnKsWHU4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726783AbgGXJm4 (ORCPT ); Fri, 24 Jul 2020 05:42:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:34830 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726114AbgGXJmz (ORCPT ); Fri, 24 Jul 2020 05:42:55 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0164B206EB; Fri, 24 Jul 2020 09:42:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595583775; bh=gcicbzEsoqZGDCiDwp7yWjuSGQR3kEh2exJVp9X61s8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z0Aam/27R2h/LYn2OtUt0ltnP8FU4pkDHrbut9JjoryYvG8DPyRGyciq4bhbVYERH IJS4U/HXj0jqPCSTyakfxy+AQ8Rw2gDu6Ayd1dOLMFM7wjfWGv5EsjBC7hG3Sutglq XJK5XS93Bh75RCCJCv3m73Zl56sr09KRUESAzxsA= Date: Fri, 24 Jul 2020 11:42:57 +0200 From: Greg KH To: Namjae Jeon Cc: 'Sasha Levin' , stable@vger.kernel.org Subject: Re: [PATCH 5.7.y 0/4] exfat stable patches for 5.7.y Message-ID: <20200724094257.GA4176508@kroah.com> References: <20200724001544.30862-1-namjae.jeon@samsung.com> <20200724035723.GF406581@sasha-vm> <016201d6616f$0983e030$1c8ba090$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <016201d6616f$0983e030$1c8ba090$@samsung.com> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jul 24, 2020 at 01:00:58PM +0900, Namjae Jeon wrote: > > > > On Fri, Jul 24, 2020 at 09:15:40AM +0900, Namjae Jeon wrote: > > >Hi, > > > > > >Could you please pick up exfat stable patches ? > > > Hi Sasha, > > I see that the upstream commits already have stable tags and don't need modifications for backporting, > > so there is no need to explicitly send them here - they will be picked up automatically. > Okay, I see:) As Sasha said, these will normally get picked up automatically. We wait until a patch is in a release from Linus (i.e. a -rc) before taking them, but we can take them earilier if you ask for them. You did include one patch in this series that was not marked for stable, so I've taken that, and the other 3 now to make it easy. thanks, greg k-h