From patchwork Thu Feb 22 17:58:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: You-Sheng Yang X-Patchwork-Id: 1902909 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TggrB6rk0z23hY for ; Fri, 23 Feb 2024 04:59:06 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1rdDLU-0004JY-Px; Thu, 22 Feb 2024 17:58:56 +0000 Received: from mail-oo1-f48.google.com ([209.85.161.48]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1rdDLP-0004IZ-R6 for kernel-team@lists.ubuntu.com; Thu, 22 Feb 2024 17:58:52 +0000 Received: by mail-oo1-f48.google.com with SMTP id 006d021491bc7-59fd6684316so42144eaf.0 for ; Thu, 22 Feb 2024 09:58:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708624729; x=1709229529; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iJHHqz+nxtGaK0grC2Le/RA5XdBW/nlDErJYsfQuWvI=; b=thzrzmhNAGXyr2x8b1JDqRswhn+09uzsBkOhxVfW34w0RuUcBavVXEk0hhIzz603J0 TZ+dYgMJblOQKOuG+XI73uwuIKMZWKz+aQPyzxHtRmuz4GTDmdHha+EDjY78GG8RYIci OCXMUWKVBY4wjHfjTvDXRkkbBU+gzlOQcOyY4/FqAWtidelS70Kr6uzaigTCJ5rm1Sf6 kyHdnNKPG7HsAMK8CeHjed0bVcsTisInYZfqmZ5Y0w6kegnzAA/LDNfJGq+a/OBTmYSe cAXFegH/uGaZke12eC5E0Ps+6ikk8enkUQpUv3jAQy0CWJgEPZ5BoZboLblZ2XD7Y4oQ kRhw== X-Gm-Message-State: AOJu0Yz/sA/Ve30OFMmlCfIXzxdIY4GPr5IDebGzJiM1Eq5FSyEJUgnB xFbwAtVef+Tu5xcQzptNIImG0kID+IAHhc6UFSInjblg2/Yh2F+4KZVywAvN X-Google-Smtp-Source: AGHT+IF2zSOdYnG8VDn6cyoGXliv6mfdZFofuG2Q2kQwMiAwI7FrLMJlFCBXQA/oCLtNhbpU/lZ40w== X-Received: by 2002:a05:6358:989e:b0:17b:5a16:a712 with SMTP id q30-20020a056358989e00b0017b5a16a712mr6413970rwa.29.1708624729015; Thu, 22 Feb 2024 09:58:49 -0800 (PST) Received: from localhost.localdomain (125-229-129-140.hinet-ip.hinet.net. [125.229.129.140]) by smtp.gmail.com with ESMTPSA id r135-20020a632b8d000000b005dc4f9cecdcsm10904339pgr.86.2024.02.22.09.58.48 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Feb 2024 09:58:48 -0800 (PST) From: You-Sheng Yang To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/1][SRU][Noble/Mantic/Jammy] UBUNTU: [Packaging] Move dmi-sysfs.ko into linux-modules Date: Fri, 23 Feb 2024 01:58:26 +0800 Message-ID: <20240222175826.3860669-2-vicamo.yang@canonical.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240222175826.3860669-1-vicamo.yang@canonical.com> References: <20240222175826.3860669-1-vicamo.yang@canonical.com> MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.161.48; envelope-from=vicamo@gmail.com; helo=mail-oo1-f48.google.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/2045561 The dmi-sysfs.ko module (CONFIG_DMI_SYSFS) is currently shipped in linux-modules-extra. This makes it hard to pull in via the linux-virtual package, it can only come from the linux-generic one that also pulls in the firmware and everything else needed for baremetal, and that serves no purpose in a qemu VM. This stops VMs using these kernels from being configurable using qemu or cloud-hypervisor's SMBIOS type 11 strings. Signed-off-by: You-Sheng Yang --- debian.master/control.d/generic.inclusion-list | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list index b0a9d896fd7f..74aabdd496c1 100644 --- a/debian.master/control.d/generic.inclusion-list +++ b/debian.master/control.d/generic.inclusion-list @@ -41,6 +41,7 @@ drivers/cpufreq/tegra194-cpufreq.ko drivers/crypto/nx/* drivers/crypto/vmx/vmx-crypto.ko drivers/dma/tegra210-adma.ko +drivers/firmware/dmi-sysfs.ko drivers/firmware/efi/* drivers/firmware/iscsi_ibft.ko drivers/gpio/gpio-max77620.ko