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.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 6EB5AC433DB for ; Mon, 25 Jan 2021 18:16:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 405B622B3F for ; Mon, 25 Jan 2021 18:16:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731361AbhAYSQE (ORCPT ); Mon, 25 Jan 2021 13:16:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731372AbhAYSPs (ORCPT ); Mon, 25 Jan 2021 13:15:48 -0500 Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5601DC061756 for ; Mon, 25 Jan 2021 10:15:08 -0800 (PST) Received: by mail-pj1-x1035.google.com with SMTP id g15so110202pjd.2 for ; Mon, 25 Jan 2021 10:15:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=iLTv01uXk/wv0jk2KXYxjzAWyCAaqM7QWnaj23VL+4A=; b=N3FFRAlRD/9nw0aEhT0IQO/81yQJl6pBnnKfFiRnZMDXbK8bn6gjnIZXv+hqFsM9vh UBhGMDmJKHn7nDSSJFU2x+31ngWFqsGcPGfYc8jwDkq/SSy/nVAxR8fsF1YgtzhZA4WM KhGnVIhc7rNyO02j744t7bpmCa7sQ9+7YRWgV+VPGbc/d79DcYfiDRZAEPPAgCUCjejF v7iS/voN07Mzu3Dx0qcSh4bbCHr+k9o/uFOAx5Vi2TqqfkXRGUQH5u3vHYncvfjBBOiO QVg06lL8Pr06ku0smZoPJOEXr2tJh2aZUvCV3jwbc32dG5ftzbmAzr2k6i7B9ObE+pQo 6xLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; 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=iLTv01uXk/wv0jk2KXYxjzAWyCAaqM7QWnaj23VL+4A=; b=c2v5y/C8d8pPiIva2cWoEC6MkTHWZQHTuiuIjnXAbpUECnkMJZI+FW5WYIaE25U6vQ SrZZ0Ztj7S492kxHg2id5apEAAzJtiu/t1PFFxY+pP77jNJyWoNBKFs1JcQD2GgL3TgX wk9bOuA5+fqX54tEL/hZqb+uo9OVmm/Kvpob4yap/Ze38zs8veeDxHcTobNtThB47lhd 6DCIYZ3N9CepHLge76x41e85pnrV6yOdRS86Q8sz+NCsp803Vh/ow7/A0F8TNX65GZ/H wOVPDzwDnIYivS0cSB58MTZISRhgXSrFNSYeDAO7bBHnykwswGYxxPXffNmfNzBO+6gf n7uw== X-Gm-Message-State: AOAM533Qbptd2FJG0jDHHganfVrwRjY/6ghUPKRn02W69QWSGxhJwjM9 0nsTqB7Cv8i8K1FkosDvOjlsxg== X-Google-Smtp-Source: ABdhPJz8SyBo1RX92xF49AhFTV3BqR0FC5DwFrUN23IIQ1Vim/H9NC7K0PDXzYiDOKSkvVh6fA2QIg== X-Received: by 2002:a17:90a:9912:: with SMTP id b18mr1531400pjp.120.1611598507845; Mon, 25 Jan 2021 10:15:07 -0800 (PST) Received: from [192.168.4.41] (cpe-72-132-29-68.dc.res.rr.com. [72.132.29.68]) by smtp.gmail.com with ESMTPSA id o13sm16813902pfg.124.2021.01.25.10.15.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 25 Jan 2021 10:15:07 -0800 (PST) Subject: Re: [PATCH 05/10] block: do not reassig ->bi_bdev when partition remapping To: Christoph Hellwig Cc: Tejun Heo , Coly Li , Song Liu , device-mapper development , linux-bcache , "open list:SOFTWARE RAID (Multiple Disks) SUPPORT" , linux-s390 , linux-block References: <20210124100241.1167849-1-hch@lst.de> <20210124100241.1167849-6-hch@lst.de> <20210125175528.GA13451@lst.de> <2b600368-96fa-7caf-f05b-321de616f7c9@kernel.dk> <13667b22-029b-d7be-02da-96fce22cfd8f@kernel.dk> <20210125181349.GA14432@lst.de> From: Jens Axboe Message-ID: <1c0fabdc-9b73-dfd7-f49d-c211d58cbf12@kernel.dk> Date: Mon, 25 Jan 2021 11:15:04 -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: <20210125181349.GA14432@lst.de> 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/25/21 11:13 AM, Christoph Hellwig wrote: > On Mon, Jan 25, 2021 at 11:03:24AM -0700, Jens Axboe wrote: >> Partition table entries are not in disk order. > > And the issue shows up with the series just up to the this patch, > without any later patches? At that patch specifically. I bisected it, and then I double checked by running the previous commit (boots fine), then apply this one, and then I run into that error. So it should be 100% reliable. -- Jens Axboe