From patchwork Tue Apr 19 16:04:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Coly Li X-Patchwork-Id: 12818752 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 A5C84C4167D for ; Tue, 19 Apr 2022 16:05:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354339AbiDSQHo (ORCPT ); Tue, 19 Apr 2022 12:07:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354352AbiDSQHa (ORCPT ); Tue, 19 Apr 2022 12:07:30 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 432E03819A; Tue, 19 Apr 2022 09:04:44 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id ECDE71F746; Tue, 19 Apr 2022 16:04:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1650384282; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mrLHfPXRQYvoe9Rv994gYxuFArtGyH8tzxqwCxwBQE4=; b=FkK+Kw5pqCXMdd5i5zzC1/oM2QBmV4A3aIcLRPzuZ2tMeBT480Gc1T4aZZV5ezZglYDxVw UJEujA/OmpqkV6qubedfq28M76k76t2u7o7nZRMfSfl1fddh+bLAvduemp34DcuzyUC/Lm gmEJBP8LjgRQUqDWHIKvL92IlS9Mjd8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1650384282; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mrLHfPXRQYvoe9Rv994gYxuFArtGyH8tzxqwCxwBQE4=; b=vLf9EjdEN8hCOOQtdNXZrm94abLN3G21WasbO1VnbEft6d4EJ2vSb9b2H36TTv9Bqhjjsm 4BGRsyRVQtKWYdAw== Received: from localhost.localdomain (unknown [10.163.16.22]) by relay2.suse.de (Postfix) with ESMTP id 45C762C14B; Tue, 19 Apr 2022 16:04:36 +0000 (UTC) From: Coly Li To: axboe@kernel.dk Cc: hch@lst.de, kch@nvidia.com, snitzer@redhat.com, linux-bcache@vger.kernel.org, linux-block@vger.kernel.org, Coly Li Subject: [PATCH 0/2] bcache fixes for Linux v5.18-rc3 Date: Wed, 20 Apr 2022 00:04:23 +0800 Message-Id: <20220419160425.4148-1-colyli@suse.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Hi Jens, There are two regressions introduced in the generic block layer changes from Linux v5.18-rc1. Both of them may panic the kernel, please take them for -rc4. Thanks in advance. Coly Li Reviewed-by: Christoph Hellwig --- Coly Li (2): bcache: put bch_bio_map() back to correct location in journal_write_unlocked() bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook() drivers/md/bcache/journal.c | 2 +- drivers/md/bcache/request.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)