Message ID | 20250211214842.1806521-1-shyamsaini@linux.microsoft.com (mailing list archive) |
---|---|
Headers | show
Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6CFBA2676D0; Tue, 11 Feb 2025 21:49:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739310588; cv=none; b=Hql4iqe5jXCk8UjNLLOp89DcJSOdiUeVoxipZA+R4xVx2qkNi9I8al1R362O669kbT1BJuVWxWyt/qrIMkqKXqrGJPlIzjcRMkn8yCbwcOfcyx6bJexqSne5fEAxbvGx3AxCZJEEqR0T1Rc8RzGgPOio3wCin6pTTQiFD1joObo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739310588; c=relaxed/simple; bh=8aOOSnimxn8p/5k5Jds4OPiuu+rWOAGzXi1vvMG8xOU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=qX/tjquPQzZiAmEkoRG4qsPYTEJJVHjRapn86F9xQzTCd/w7XMgu8+zIkI0ANEJG44UQC7ghqkyIz+tuzKH7ae7Zo2vu6WtYEdr65K8dGkl03xaMQGWY6TsVWmbfwxU0qA9wET4cy3nbGR7OMoHs1fSSVb88o/dbLZmmakwoGbE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=W6lfrsBq; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="W6lfrsBq" Received: from thinkpad-p16sg1.. (d66-183-104-158.bchsia.telus.net [66.183.104.158]) by linux.microsoft.com (Postfix) with ESMTPSA id 929E52107AB1; Tue, 11 Feb 2025 13:49:46 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 929E52107AB1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1739310586; bh=qcLGWzBNg70V0c6r3FQzFtO4ZnihoB96lAcR2RljZiY=; h=From:To:Cc:Subject:Date:From; b=W6lfrsBq8jhCBQQ50U9GBdFWvcTiFiLk3MFvnmCI04LT75VtNPvxolcnLrGZl9CeI g4ghqujOKo31tN/GErCy3wz08wveT6TzojxFp7w3YHw48kCIITz78GpBPV5XKM0Tsi Isy+RBxfPXvTNF50M4k+Fd9pydon+U8fIaGcG6GA= From: Shyam Saini <shyamsaini@linux.microsoft.com> To: linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org Cc: code@tyhicks.com, linux@rasmusvillemoes.dk, christophe.leroy@csgroup.eu, hch@infradead.org, mcgrof@kernel.org, frkaya@linux.microsoft.com, vijayb@linux.microsoft.com, petr.pavlu@suse.com, linux@weissschuh.net, samitolvanen@google.com, da.gomez@samsung.com, gregkh@linuxfoundation.org, rafael@kernel.org, dakr@kernel.org Subject: [PATCH v3 0/4] Properly handle module_kobject creation Date: Tue, 11 Feb 2025 13:48:38 -0800 Message-Id: <20250211214842.1806521-1-shyamsaini@linux.microsoft.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-modules@vger.kernel.org List-Id: <linux-modules.vger.kernel.org> List-Subscribe: <mailto:linux-modules+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-modules+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series | Properly handle module_kobject creation | expand |