Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2025 15:02:59 +0000
From:      Ed Maste <emaste@FreeBSD.org>
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 <dumbbell@FreeBSD.org>
Subject:   git: 7596061c3a39 - stable/15 - linuxkpi: Add dummy <linux/percpu{,-defs}.h>
Message-ID:  <69402323.3a60a.3d508ae6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=7596061c3a39bbacb51b772e64bb8880bf10402f

commit 7596061c3a39bbacb51b772e64bb8880bf10402f
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2025-05-26 18:10:51 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-12-15 15:02:09 +0000

    linuxkpi: Add dummy <linux/percpu{,-defs}.h>
    
    There are no consumers right now except the upcoming <linux/eventfd.h>.
    This is meant to reproduce the same includes as Linux, in case consumers
    of <linux/eventfd.h> implicitly rely on namespace pollution.
    
    Reviewed by:    bz, emaste
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D50851
    
    (cherry picked from commit 112a6912e1c99439a7e2a75f3961e18f3b800c6e)
---
 sys/compat/linuxkpi/dummy/include/linux/percpu-defs.h | 0
 sys/compat/linuxkpi/dummy/include/linux/percpu.h      | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys/compat/linuxkpi/dummy/include/linux/percpu-defs.h b/sys/compat/linuxkpi/dummy/include/linux/percpu-defs.h
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/sys/compat/linuxkpi/dummy/include/linux/percpu.h b/sys/compat/linuxkpi/dummy/include/linux/percpu.h
new file mode 100644
index 000000000000..e69de29bb2d1


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69402323.3a60a.3d508ae6>