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 9A8373E6DFF; Thu, 28 May 2026 12:10:06 +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=1779970208; cv=none; b=rZ/DHy4m0Vf51DOpJaPsPh5J6Ri6tnxFqgIVZUF9FBXx4ybUoby1f2b07eh1S8E/KPZAY4fpF7f8HHU2mrIZNjH76kaoksZzT/faUmXdJ//oMbALJ18XeW69+TDNmlNJdoVEAerAvZ8CSVtoTZ1Ivw77KN8iyGqAk+NVaiWQiJo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779970208; c=relaxed/simple; bh=TVND3weqO/ezorBMv+MStKOLuAtql5QehanWRuvaN0o=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=FWDKzfSJyNxM4Q7JNZ4P+67uIfW5Xj1tgy39k/NzSnTOoyV78fU8NJqZG2GCNqEcgbm24ati9JIj833ghtfcgoo27OO2NJ563/odz/Xrxe+01xnwxWSr3KYOm7G1cJqEM8IJlTEHsiU8C4BQk2KPPkwRiacG2/aULKdxy/jFTEs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VzHSRI5L; 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="VzHSRI5L" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C51691F000E9; Thu, 28 May 2026 12:10:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779970205; bh=XLefspTyUq2ENk2eCHPO4osggyiWCnNLmQ3O8qctyqg=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=VzHSRI5LQUycSzVqSk7LeMLSWbdlx5SxjPNqSFJkbPVoaDGT8CAglRCXbScTNVMB6 BBQ0IQYGdRQNhn6Uz718dt/HbFRp9/JUNCdF87SNR08tkyVkF6AV6jYK/nf5ovvXbc CiiciJpA2/ECTUqP1OTRGPkzQLueEx/jOW2aD/ENje7VVG47pcsaA+yJw+VT79JwLR LbKs3O8rUcgUyR/XOE6UrrvT5hNKi2958k2VdPGEKAle1rvlr4UjRgq5Pud4//w7Si P4kdovuFcmifvNegcQwy7RDLuCoKPVtkUU/EdOWyljBTxlZ1GYdISSW+NDrrJpB9IF 2wmC6oAy1bgUw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93E3C3811959; Thu, 28 May 2026 12:10:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/3] dpll: zl3073x: various fixes From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177997021014.896679.13961850181494298795.git-patchwork-notify@kernel.org> Date: Thu, 28 May 2026 12:10:10 +0000 References: <20260526074525.1451008-1-ivecera@redhat.com> In-Reply-To: <20260526074525.1451008-1-ivecera@redhat.com> To: Ivan Vecera Cc: netdev@vger.kernel.org, vadim.fedorenko@linux.dev, arkadiusz.kubalewski@intel.com, jiri@resnulli.us, Prathosh.Satish@microchip.com, kuba@kernel.org, poros@redhat.com, linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Tue, 26 May 2026 09:45:22 +0200 you wrote: > Three fixes for the zl3073x DPLL driver. > > Patch 1 exports __dpll_device_change_ntf() for use by drivers that > need to send device change notifications from within callbacks > already running under dpll_lock. > > Patch 2 replaces the change_work workqueue mechanism with direct > calls to __dpll_device_change_ntf(), eliminating a race condition > where the work handler could dereference a freed dpll_dev pointer > during device teardown. > > [...] Here is the summary with links: - [net,1/3] dpll: export __dpll_device_change_ntf() for use under dpll_lock https://git.kernel.org/netdev/net/c/20040b2a3cb9 - [net,2/3] dpll: zl3073x: use __dpll_device_change_ntf() and remove change_work https://git.kernel.org/netdev/net/c/d733f519f644 - [net,3/3] dpll: zl3073x: make frequency monitor a per-device attribute https://git.kernel.org/netdev/net/c/c1224569cef0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html