Thread (9 messages) 9 messages, 6 authors, 2021-06-18

Re: [PATCH v4 1/2] mm/vmalloc: add vmalloc_no_huge

From: Christoph Hellwig <hch@infradead.org>
Date: 2021-06-14 15:22:18
Also in: kvm, linux-s390, lkml

On Mon, Jun 14, 2021 at 03:23:56PM +0200, Claudio Imbrenda wrote:
+void *vmalloc_no_huge(unsigned long size)
+{
+	return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, GFP_KERNEL, PAGE_KERNEL,
+				    VM_NO_HUGE_VMAP, NUMA_NO_NODE, __builtin_return_address(0));
Please avoid the overly long lines in favor of something actually
human-readable like:

	return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END,
			GFP_KERNEL, PAGE_KERNEL, VM_NO_HUGE_VMAP,
			NUMA_NO_NODE, __builtin_return_address(0));
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help