Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 20:27:41 GMT
From:      Vladimir Kondratyev <wulf@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6efabdeede7f - main - LinuxKPI: Import linux/poison.h header
Message-ID:  <202109292027.18TKRfNC038699@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wulf:

URL: https://cgit.FreeBSD.org/src/commit/?id=6efabdeede7f3aac4b133116a421f5a7a721e24c

commit 6efabdeede7f3aac4b133116a421f5a7a721e24c
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2021-09-29 20:14:34 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2021-09-29 20:14:34 +0000

    LinuxKPI: Import linux/poison.h header
    
    Required by drm-kmod 5.6
    
    Reviewed by:    hselasky, imp, manu
    MFC after:      2 weeks
    Obtained from:  OpenBSD
    Differential revision:  https://reviews.freebsd.org/D32092
---
 sys/compat/linuxkpi/common/include/linux/poison.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/poison.h b/sys/compat/linuxkpi/common/include/linux/poison.h
new file mode 100644
index 000000000000..35ccb5b5499a
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/poison.h
@@ -0,0 +1,9 @@
+/* Public domain. */
+
+#ifndef _LINUX_POISON_H
+#define _LINUX_POISON_H
+
+#define POISON_INUSE	0xdb
+#define POISON_FREE	0xdf
+
+#endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109292027.18TKRfNC038699>