From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 8F5D0372EDB; Sun, 21 Jun 2026 22:10:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782079819; cv=none; b=KsAqYAEO5deFLR0tnhvfbb2wleOUNg43Ehc46vg7P6eslUBLIUglrcAmbdKjdzhw7rpfsjYGo8xSU1B51ECrQ8UG9fgeNVmg97Jg4otXXt8ltqXOad2xi23wL48UBMcDb3dlDtW5XvhEssv0xVjvnKA+yaVhfqtooMKILcsrP9c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782079819; c=relaxed/simple; bh=mcnEGqyya3cf1eKFYCtRg3Kf/UWqKw7XDs9Ae4Q9PpA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=S6U3uBzQqM0j0Jb95I46oNiathrn1FaHMJfaU1A4xsKBbMR0V0HHCmi7b47yhDvKBMlSRUxTQU4Eha6u+EVgXQtUAFwjdG3HcW1tvJXeoWfew5zYVP0ztoLr0ri0dX4bIFQL8P16qy31kVUg9sEDqNY87LozfhQoc6PqayYbD6U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HKQRs65L; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HKQRs65L" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5305D1F000E9; Sun, 21 Jun 2026 22:10:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782079818; bh=F3KQOA8niY5syZgapOtOUTkEOsCPaRi3zs70UPiGApk=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=HKQRs65LJn10kL1nLS3hw79xVAGFySjdyl03RWpv0/miJJojP1ViCGWabzqCnxYkm 4hADcfLKifIlh9lmti+T5RGTJePwsHoJ3gYLY+RaP+AwOINH8RKFgiivH2NNTpy7vW UBGaoynFvZ+seDVw21AyY2tGzYLfpAAiT8ghrjj0XUwX4fUT21iLp8yjW/Ht/G3juh v2mCQO6j9XNzXA35l8qzbJo7nlfDolavuff4ZsYhhYMCl57pS4UEhva37Pf97Sj7m3 RjaDIQijGHWxw50K3VhqjMJIHrtkoO4PG+eqANINXLdI1lPyPFNUbx/V0ZKUUaGZD5 2oesgZYTwEDxQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0A8E3AAA6EA; Sun, 21 Jun 2026 22:10:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCHv2] net: emac: Fix NULL pointer dereference in emac_probe From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178207980944.519103.9674366344380035115.git-patchwork-notify@kernel.org> Date: Sun, 21 Jun 2026 22:10:09 +0000 References: <20260618023405.415644-1-rosenp@gmail.com> In-Reply-To: <20260618023405.415644-1-rosenp@gmail.com> To: Rosen Penev Cc: netdev@vger.kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 17 Jun 2026 19:34:05 -0700 you wrote: > Move devm_request_irq() after devm_platform_ioremap_resource() so that > dev->emacp is mapped before the interrupt handler can fire. An early > interrupt hitting emac_irq() would dereference the NULL dev->emacp and > crash. > > Also remove redundant error message. devm_platform_ioremap_resource() > already returns an error message with dev_err_probe(). > > [...] Here is the summary with links: - [PATCHv2] net: emac: Fix NULL pointer dereference in emac_probe https://git.kernel.org/netdev/net/c/f623d38fe6c4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html