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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D37E4C433F5 for ; Tue, 4 Jan 2022 04:22:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232809AbiADEWB (ORCPT ); Mon, 3 Jan 2022 23:22:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230044AbiADEWA (ORCPT ); Mon, 3 Jan 2022 23:22:00 -0500 Received: from mail-il1-x136.google.com (mail-il1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C919C061761 for ; Mon, 3 Jan 2022 20:22:00 -0800 (PST) Received: by mail-il1-x136.google.com with SMTP id x15so27399528ilc.5 for ; Mon, 03 Jan 2022 20:22:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=b/ImgiPdbq2N+p166JQs3lDpTsm/xUH4BmSoapqHyKc=; b=7ea+MipDKFNp8pexK4CQZQW07zkOWvhZT1++wlHsyUpyxqX5Qhm2vwbAXN+YCVBQew opi95LEJXR4UOJM0skMcJA1295ySJmN7L/VQslmllJ3XpdRkfHn72uDTR/VeR6vkjAoK ZduVZzn9gC4ua4v1kOIBsIqMJ1qWoI6/78Lu59LVoWDjvt3GnrpXr/jplZgkszM6/pS8 IP8eLmdfA+F3lWYIsyXWcP5JnIorQ2MrQ20zWKKM3wLfnGS7LWmqscyVfnz1VGmezXq3 Yvw0jL21PrFTAAXlYMbPtpDBKQ+QQRZXyrbai/SM6GeB4uIT78HlI1Tj8Lhv5g7PwFI8 4x0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=b/ImgiPdbq2N+p166JQs3lDpTsm/xUH4BmSoapqHyKc=; b=tRut2ZTNyzeKOZ7c4b8yhS2oEGzrPDK2hP4PVSmp4GWklt2N6crJklvFiQ9vWISsCn DE/h10uCG4p3AKJkUZdYze6zRkYsqnwyB8cSiUG83PMYkuR3nfqW/PLOBTHHvCqbhAiY cVFEP7AEDf8lBRmvh40ffSC2MgGHIC2EFxh0eQ8L9aHnTrX1BALxuRP2WVuTJkwgeakZ zS7U30EHQ1g7Q9wMIUfdiZ6Qa7x9BnVaRkLio5yUd6gDsXyrLh+RTOYFCUWZKledHP3v IqzdsCn8zP07+adVLIE1oOEhxNoXSg+10lrh+9tlFM7F/RhOqXu+9KNILd6XM6LoRion G9/g== X-Gm-Message-State: AOAM530vDwFBzF3PeUjkbTMYjO3anMYgXLFM4GBc8SzUkTNjXCo2spYl 2OVC5PDYHQO851NswPVz2SbvTg== X-Google-Smtp-Source: ABdhPJz0IkAokrq+laDzYrRe1EY6L7kFS2boZTpCjSOeMA/D10L9yQHi4GGVHJfWynOufboNa0dJEQ== X-Received: by 2002:a05:6e02:1a2c:: with SMTP id g12mr21401051ile.192.1641270119662; Mon, 03 Jan 2022 20:21:59 -0800 (PST) Received: from [192.168.1.116] ([66.219.217.159]) by smtp.gmail.com with ESMTPSA id g11sm22499972ild.52.2022.01.03.20.21.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 03 Jan 2022 20:21:59 -0800 (PST) Subject: Re: [GIT PULL] md-fixes 20220103 To: Song Liu , linux-raid Cc: Linus Torvalds , Norbert Warmuth , Guoqing Jiang , Linux Kernel Mailing List References: From: Jens Axboe Message-ID: <499b185d-ff9a-934e-7768-ec796244fa1a@kernel.dk> Date: Mon, 3 Jan 2022 21:21:58 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-raid@vger.kernel.org On 1/3/22 2:28 PM, Song Liu wrote: > Hi Jens, > > Please consider pulling the following fix on top of your block-5.16 branch. > It fixes a raid1 regression with missing bitmap updates. Pulled, thanks. -- Jens Axboe