Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2022 17:57:38 GMT
From:      =?utf-8?Q?Jean-S=C3=A9bastien=20P=C3=A9dron?= <dumbbell@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bfe6bfd79e05 - main - linuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flag
Message-ID:  <202211111757.2ABHvcGD044636@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dumbbell (ports committer):

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

commit bfe6bfd79e05041f0b3ca2ca2f18405f5c4a6484
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2022-11-11 17:30:31 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2022-11-11 17:30:31 +0000

    linuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flag
    
    Reviewed by:    manu
    Approved by:    manu
    Differential Revision:  https://reviews.freebsd.org/D36954
---
 sys/compat/linuxkpi/common/include/linux/gfp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/gfp.h b/sys/compat/linuxkpi/common/include/linux/gfp.h
index 6273fa969db8..63b23b4b637e 100644
--- a/sys/compat/linuxkpi/common/include/linux/gfp.h
+++ b/sys/compat/linuxkpi/common/include/linux/gfp.h
@@ -47,6 +47,7 @@
 #define	__GFP_HIGHMEM	0
 #define	__GFP_ZERO	M_ZERO
 #define	__GFP_NORETRY	0
+#define	__GFP_NOMEMALLOC 0
 #define	__GFP_RECLAIM   0
 #define	__GFP_RECLAIMABLE   0
 #define	__GFP_RETRY_MAYFAIL 0



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