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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C54FCC4332F for ; Sat, 13 Nov 2021 10:06:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A051E6112F for ; Sat, 13 Nov 2021 10:06:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235759AbhKMKJX (ORCPT ); Sat, 13 Nov 2021 05:09:23 -0500 Received: from mail-ua1-f49.google.com ([209.85.222.49]:39594 "EHLO mail-ua1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232925AbhKMKJW (ORCPT ); Sat, 13 Nov 2021 05:09:22 -0500 Received: by mail-ua1-f49.google.com with SMTP id i6so23952692uae.6; Sat, 13 Nov 2021 02:06:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=X00Pd8fqIvQGEqncqexu+Dg9JOnHKHW+HxxEt2IqH/4=; b=XL9GmOVCSSVP8VFijgPp2ylQ+y64LytiAo+zINEPY9HdOBQ5sYu2qeRjhcAq6sDz52 KaziYWl/AA7gxyOEfUt1Vonu6qZq/RJPrPe1SZB7jlWvTXN9eUf8CbpdCpIQIU9e9oRl yK+ka8J142NCzOS2z4qecpIi4YFKwSxexzDc3udUQbXtz4/9a0Cl5mNSv+eD/Zlu9LyD X/4Kh8NXzqrF4x4hiYsemm1G47V4AO77rSlI1WbnMKPHbzLOulEEwiWKJp/hz4zyI/2z 5MFyV3MfOb9DLKIX0oXhGPYBntcFQW0VyUiQ8kvWg6C1RWF/lHLHdsQ+AT1lW7Hc38dQ 9AEg== X-Gm-Message-State: AOAM532CSOioaHDgk0sHTOPwwBE0VWmyf9W1CaN3bdMrvRxv09GOLjDZ WxG5J5LZkHfANtKgeVs2uYLxAeKQqKAwRA== X-Google-Smtp-Source: ABdhPJxQKYzq9rbCH1xSfBULQu9cSLVY1YdzUoJObWYjPXcMyDeZ2Phfq8aBO/mY2g9Vy9qWcxmrtg== X-Received: by 2002:a67:f6d7:: with SMTP id v23mr19363841vso.22.1636797986262; Sat, 13 Nov 2021 02:06:26 -0800 (PST) Received: from mail-ua1-f50.google.com (mail-ua1-f50.google.com. [209.85.222.50]) by smtp.gmail.com with ESMTPSA id y22sm5588712vsy.33.2021.11.13.02.06.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 13 Nov 2021 02:06:26 -0800 (PST) Received: by mail-ua1-f50.google.com with SMTP id l43so23983530uad.4; Sat, 13 Nov 2021 02:06:25 -0800 (PST) X-Received: by 2002:a05:6102:e82:: with SMTP id l2mr18906386vst.37.1636797985518; Sat, 13 Nov 2021 02:06:25 -0800 (PST) MIME-Version: 1.0 References: <20211104182201.83906-1-axboe@kernel.dk> <20211104182201.83906-5-axboe@kernel.dk> <2865c289-7014-2250-0f5b-a9ed8770d0ec@kernel.dk> <8c6163f4-0c0f-5254-5f79-9074f5a73cfe@kernel.dk> <461c4758-2675-1d11-ac8a-6f25ef01d781@kernel.dk> <3d29a5ce-aace-6198-3ea9-e6f603e74aa1@kernel.dk> <87ee0091-9c2f-50e8-c8f2-dcebebb9de48@kernel.dk> <39bfc824-61d8-02a8-30fe-e9ea0efae100@gmail.com> In-Reply-To: <39bfc824-61d8-02a8-30fe-e9ea0efae100@gmail.com> From: Geert Uytterhoeven Date: Sat, 13 Nov 2021 11:06:14 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 4/5] block: move queue enter logic into blk_mq_submit_bio() To: Michael Schmitz Cc: "Martin K. Petersen" , Jens Axboe , Christoph Hellwig , linux-block@vger.kernel.org, linux-m68k , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 12, 2021 at 11:34 PM Michael Schmitz wrote: > On 12/11/21 20:37, Geert Uytterhoeven wrote: > > On Thu, Nov 11, 2021 at 10:35 PM Michael Schmitz wrote: > >> how easy is that to reproduce? > > > > Fairly easy: it happens either on mounting, or after a few seconds booting > > into my old Debian userspace. > > I must be too thick for this: > > EXT4-fs (sda1): Cannot load crc32c driver. > VFS: Cannot open root device "sda1" or unknown-block(8,1): error -80 I know ;-) (or :-( Please cherry-pick commit beaaaa37c664e9af ("crypto: api - Fix boot-up crash when crypto manager is disabled"), which is now upstream. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds