Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2026 21:43:00 +0000
From:      Jean-=?utf-8?Q?S=C3=A9bast?==?utf-8?Q?ien P=C3=A9?=dron <dumbbell@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7f3770a0224d - stable/15 - linuxkpi: <asm/unaligned.h> is moved to <linux/unaligned.h> in Linux 6.12
Message-ID:  <69f27b64.1914a.784d2913@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by dumbbell:

URL: https://cgit.FreeBSD.org/src/commit/?id=7f3770a0224df3c652d5f29223b11d599ef485ee

commit 7f3770a0224df3c652d5f29223b11d599ef485ee
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2026-04-14 12:29:53 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2026-04-29 21:03:51 +0000

    linuxkpi: <asm/unaligned.h> is moved to <linux/unaligned.h> in Linux 6.12
    
    Reviewed by:    bz
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 849e5b0b6167d7c819f6998fa3e67122af81d794)
---
 sys/compat/linuxkpi/common/include/linux/unaligned.h | 12 ++++++++++++
 sys/compat/linuxkpi/dummy/include/linux/unaligned.h  |  0
 2 files changed, 12 insertions(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/unaligned.h b/sys/compat/linuxkpi/common/include/linux/unaligned.h
new file mode 100644
index 000000000000..5a59a4b36b4f
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/unaligned.h
@@ -0,0 +1,12 @@
+/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2026 The FreeBSD Foundation
+ */
+
+#ifndef	_LINUXKPI_LINUX_UNALIGNED_H
+#define	_LINUXKPI_LINUX_UNALIGNED_H
+
+#include <asm/unaligned.h>
+
+#endif	/* _LINUXKPI_LINUX_UNALIGNED_H */
diff --git a/sys/compat/linuxkpi/dummy/include/linux/unaligned.h b/sys/compat/linuxkpi/dummy/include/linux/unaligned.h
deleted file mode 100644
index e69de29bb2d1..000000000000


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f27b64.1914a.784d2913>