From patchwork Thu Nov 23 23:47:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Le Moal X-Patchwork-Id: 1867991 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=G/4VBGmq; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:40f1:3f00::1; helo=sy.mirrors.kernel.org; envelope-from=linux-ide+bounces-40-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sy.mirrors.kernel.org (sy.mirrors.kernel.org [IPv6:2604:1380:40f1:3f00::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Sbvt149gbz1yR8 for ; Fri, 24 Nov 2023 10:47:21 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sy.mirrors.kernel.org (Postfix) with ESMTPS id B2B06B20BFA for ; Thu, 23 Nov 2023 23:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 77B5AF9FC; Thu, 23 Nov 2023 23:47:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="G/4VBGmq" X-Original-To: linux-ide@vger.kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 46267405FD for ; Thu, 23 Nov 2023 23:47:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43340C433C7; Thu, 23 Nov 2023 23:47:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700783236; bh=uehVteHjhX5v7aiIdl3BDpoGRy6w1Uf0NE7KBkTNb5k=; h=From:To:Subject:Date:From; b=G/4VBGmq3iNXFotdBiS1IbYrSb2ZDsdqvSDenuX0cR7iAqcpT/kZVih65aNgp+dYs RXD4sFZhBIbjR5pHVgCVb30WkJpeEvJNlBl5WyBmnm2wgbD9/2rooFkhN8/PvvYR9m s/dxDq1FRSbkkslnBtox5OKyu6NezgWnH8Pl3NIBBQfoEeqk1Ln1keCXqjltqbmYfI UkMXuln2XCPnn+3oUzijD1hFmKfgfrp6t20d2sH3BRjiBZgb1reLGNl/sjG233XAB7 PpCFcZLfDsCCsh3iqvzHQ4cYyliwRXD+AUOEF2kVp8mgs49tC8jtYPSamMfUFIgrnP oQU68MQYMnTXg== From: Damien Le Moal To: Linus Torvalds , linux-ide@vger.kernel.org Subject: [GIT PULL] ata fixes for 6.7-rc3 Date: Fri, 24 Nov 2023 08:47:14 +0900 Message-ID: <20231123234715.35765-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.42.0 Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Linus, The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263: Linux 6.7-rc2 (2023-11-19 15:02:14 -0800) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.7-rc3 for you to fetch changes up to a6925165ea82b7765269ddd8dcad57c731aa00de: ata: pata_isapnp: Add missing error check for devm_ioport_map() (2023-11-20 09:22:26 +0900) ---------------------------------------------------------------- ata fixes for 6.7-rc3 - Add a missing error check in the adapter initialization of the pata_isapnp driver (Chen). ---------------------------------------------------------------- Chen Ni (1): ata: pata_isapnp: Add missing error check for devm_ioport_map() drivers/ata/pata_isapnp.c | 3 +++ 1 file changed, 3 insertions(+)