From nobody Wed Apr 22 21:08:18 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g1Bdv3rnDz6bKrX for ; Wed, 22 Apr 2026 21:08:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1Bdv0NBDz3kmc for ; Wed, 22 Apr 2026 21:08:19 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776892099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=8+YKBcw1/+1VlYiTvZ7EUVV56ym6NmhURX6uO3koU6M=; b=aSgqjSv4eg/bPjqWieFbTi/W7ZNgFTs3Udh5Pce1NLCN1Lw6hvkMGzGBKokeVTp+9oydPi OQQ4p9wOKNpKWkC/AeYEQQozJ6LPLOAEYCDJMmGY/Q409lfea2HWrCU8y+edMhJQBXnRXR bPakHzR4t+9YKS854dAOLEc4dbiUoNSEIam44dWP6YVp/9+vPGo4R5xzrzsu1lJdqZUiPO yVAennpmzVCmyh/0oUUPya6zSyQVnIydnuA5eYkoqEFv2DPiQwFvIaAcmZWiR5MKxU8EZA TRIPgoM88/BweAlT0y21vwx7pyRhpDgU2eGfJ/5XCPDBUEQUJcO59CzP39Hasw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776892099; a=rsa-sha256; cv=none; b=OjU6hWh+bk0aSpyY9W7bfCw2g3T/xrAGBIyFIb9Q3YRAywiBNnx+FZvyb3+f/CcrLm/CDr Ys+dMBN7Wp7V7nsua/lRJjOWJfhQMOHv76U4VF2vNBQ1vv6Clb2axntION5ISQTaC+1OmF M/kOuHpWXEPxWECU1rAHuZUqDRgwFlbHRbUGx71ftBgmMiYfaFbpt/NdViBfaWb0o+sTn6 ulllf7+C/D3deU48oM4PwAhq6bMky65LtwmXHFfTkO9rrQ/lvWGWhVWEmvWW49lpFx5Ojg rER6KTh7pjQvWzk1PyP1so7APgvpCkEQi2MubYbPE+Jh30080piQU1g+w9Ix2Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776892099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=8+YKBcw1/+1VlYiTvZ7EUVV56ym6NmhURX6uO3koU6M=; b=oulCZCXSQl70/7KDCMsIGYCgxkYjS/BINmMRS1VzvWdsxKrqQyFoiP8Y9niZJMakoUFLC9 MfPY5vT+kbVSn2NVWvez8AhAkuUXdQYTPDzLl8JOJyRkwKbMfH+hA6wnh0FuP7nw9ceZ3M 3upu+IWrhOdEUz7z1u1s+ewXILihcLIixUt+Bn+MBSgtVOgqb3wVRyee/rDS730WaE790q vFYCkDPFmgIsAWk+CcmcW6UTUajObGudl53bmVziPhbjzvSlqU/8rz9w70V3GP5rWLP3FL wNfoc6wcspbmti6NG84Jj+iNCdVKreEV9bdkUQR58TRyktXfYdu7S+O+C3riKQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g1Bdt74hFzmyQ for ; Wed, 22 Apr 2026 21:08:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 2766e by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 22 Apr 2026 21:08:18 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Jean-=?utf-8?Q?S=C3=A9bast?==?utf-8?Q?ien P=C3=A9?=dron From: Bjoern A. Zeeb Subject: git: bdf2e34e1541 - stable/15 - linuxkpi: Replicate the chain of #include in the `cec*.h` headers List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bz X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: bdf2e34e1541492476a830ae95ce8bad7ab61307 Auto-Submitted: auto-generated Date: Wed, 22 Apr 2026 21:08:18 +0000 Message-Id: <69e938c2.2766e.445c2e52@gitrepo.freebsd.org> The branch stable/15 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=bdf2e34e1541492476a830ae95ce8bad7ab61307 commit bdf2e34e1541492476a830ae95ce8bad7ab61307 Author: Jean-Sébastien Pédron AuthorDate: 2025-08-13 19:13:10 +0000 Commit: Bjoern A. Zeeb CommitDate: 2026-04-22 20:56:57 +0000 linuxkpi: Replicate the chain of #include in the `cec*.h` headers The i915 DRM driver depends on this namespace pollution to access `debugfs_*` functions, after several explicit #include of were removed in Linux 6.10. Reviewed by: bz, christos Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54494 (cherry picked from commit 10c6f1f627cd4267f9b95f60a9a30e4609566f8a) --- .../linuxkpi/common/include/linux/cec-funcs.h | 16 +++++++++++++++ sys/compat/linuxkpi/common/include/linux/cec.h | 3 +++ .../linuxkpi/common/include/media/cec-notifier.h | 17 ++++++++++++++++ sys/compat/linuxkpi/common/include/media/cec.h | 23 ++++++++++++++++++++++ .../linuxkpi/dummy/include/media/cec-notifier.h | 0 5 files changed, 59 insertions(+) diff --git a/sys/compat/linuxkpi/common/include/linux/cec-funcs.h b/sys/compat/linuxkpi/common/include/linux/cec-funcs.h new file mode 100644 index 000000000000..1107b04e4e08 --- /dev/null +++ b/sys/compat/linuxkpi/common/include/linux/cec-funcs.h @@ -0,0 +1,16 @@ +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2025-2026 The FreeBSD Foundation + * Copyright (c) 2025-2026 Jean-Sébastien Pédron + * + * This software was developed by Jean-Sébastien Pédron under sponsorship + * from the FreeBSD Foundation. + */ + +#ifndef _LINUXKPI_LINUX_CEC_FUNCS_H_ +#define _LINUXKPI_LINUX_CEC_FUNCS_H_ + +#include + +#endif diff --git a/sys/compat/linuxkpi/common/include/linux/cec.h b/sys/compat/linuxkpi/common/include/linux/cec.h index e0854d87d85c..b08d891537a9 100644 --- a/sys/compat/linuxkpi/common/include/linux/cec.h +++ b/sys/compat/linuxkpi/common/include/linux/cec.h @@ -3,6 +3,9 @@ #ifndef _LINUXKPI_LINUX_CEC_H_ #define _LINUXKPI_LINUX_CEC_H_ +#include +#include + #define CEC_PHYS_ADDR_INVALID 0xffff #endif /* _LINUXKPI_LINUX_CEC_H_ */ diff --git a/sys/compat/linuxkpi/common/include/media/cec-notifier.h b/sys/compat/linuxkpi/common/include/media/cec-notifier.h new file mode 100644 index 000000000000..8d6fc452b907 --- /dev/null +++ b/sys/compat/linuxkpi/common/include/media/cec-notifier.h @@ -0,0 +1,17 @@ +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2025-2026 The FreeBSD Foundation + * Copyright (c) 2025-2026 Jean-Sébastien Pédron + * + * This software was developed by Jean-Sébastien Pédron under sponsorship + * from the FreeBSD Foundation. + */ + +#ifndef _LINUXKPI_MEDIA_CEC_NOTIFIER_H_ +#define _LINUXKPI_MEDIA_CEC_NOTIFIER_H_ + +#include +#include + +#endif diff --git a/sys/compat/linuxkpi/common/include/media/cec.h b/sys/compat/linuxkpi/common/include/media/cec.h new file mode 100644 index 000000000000..c96b57868e23 --- /dev/null +++ b/sys/compat/linuxkpi/common/include/media/cec.h @@ -0,0 +1,23 @@ +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2025-2026 The FreeBSD Foundation + * Copyright (c) 2025-2026 Jean-Sébastien Pédron + * + * This software was developed by Jean-Sébastien Pédron under sponsorship + * from the FreeBSD Foundation. + */ + +#ifndef _LINUXKPI_MEDIA_CEC_H_ +#define _LINUXKPI_MEDIA_CEC_H_ + +#include +#include +#include +#include +#include +#include +#include +#include + +#endif diff --git a/sys/compat/linuxkpi/dummy/include/media/cec-notifier.h b/sys/compat/linuxkpi/dummy/include/media/cec-notifier.h deleted file mode 100644 index e69de29bb2d1..000000000000