Message ID | 20250204052222.1611510-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 A882D25A624; Tue, 4 Feb 2025 05:23:10 +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=1738646592; cv=none; b=Hk8KXcyQyS67VSvYxf1IhzeWqTP/p0TRElJa1GW4MtG6O+SzI48AMwe9XO9wdG0ygoCy2MY29ZD4qS7mobdttXTb1+0ZuPoDHTkDZiFm7Z35LiHv87KXobdhCwsBNN+uoScRXUSWgG7L8N40nufCbb7rxPyjvrCc28Tu43NR+UA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738646592; c=relaxed/simple; bh=X/yzi+coHV5/cYGjlPHg/pxvlu5jrjizMTaLYXFk6B4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=I/JXNAUx1hUMw77ePwJvSpn2mSS96rEzJC0HITKxVhX8rCwsPwQH7bZDe/Qbm+U6Q9hnTKDO8RtP1v77rdflnbi5+EyDowXzj79GpnH5caw27JJlPO1Lt6h+0sFVsAPOEhcOu8L/FWIYX23OStYeVVhsdBa5vsvvBnL1jN46Exg= 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=rEuu0EIK; 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="rEuu0EIK" Received: from thinkpad-p16sg1.corp.microsoft.com (unknown [20.236.11.42]) by linux.microsoft.com (Postfix) with ESMTPSA id 0604C20BCAF2; Mon, 3 Feb 2025 21:23:09 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 0604C20BCAF2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1738646590; bh=eyFQv13S+2rnfEacnpOtHZaX3OWrYu4+GpTGgoO/GtI=; h=From:To:Cc:Subject:Date:From; b=rEuu0EIKr41pqalTWx1KhKi02pSP0XVVXbQ4zGtI/aumWZ7p+0nEDn1nGdVO2tmI2 jVIo1nVaHdQZV2zFKh9OceO+GrbUQwo9qEfomyd1IUubI/flLnlkmPT/4uhegRvrmd YqmTbV5o8ep94ebYzdPmPa75lD3oEbCViPBb1yII= 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, 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: [v1 0/3] Properly handle module_kboject creation Date: Mon, 3 Feb 2025 21:22:19 -0800 Message-Id: <20250204052222.1611510-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-Transfer-Encoding: 8bit |
Series |
Properly handle module_kboject creation
|
expand
|