commit | 4ba54495e975d421125d4820be91c557ce24c100 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Sep 18 16:25:22 2024 +0000 |
committer | Christopher Ferris <cferris@google.com> | Mon Sep 23 17:00:25 2024 +0000 |
tree | 70a49fa264b355616b046405b37bfe9a39bdc892 | |
parent | c78e954a82ad933e52a1903f63a1edfb1e7e2d46 [diff] [blame] |
Update to v6.11 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-6.11 Test: Builds and bionic unit tests pass on raven. Test: Able to log in to an Android GO 32 bit device. Change-Id: Ie3dc109cb5730a5e3d0ba2fe58ed9b69ea8857c6
diff --git a/libc/kernel/uapi/linux/dma-heap.h b/libc/kernel/uapi/linux/dma-heap.h index 467e336..ac86b59 100644 --- a/libc/kernel/uapi/linux/dma-heap.h +++ b/libc/kernel/uapi/linux/dma-heap.h
@@ -9,7 +9,7 @@ #include <linux/ioctl.h> #include <linux/types.h> #define DMA_HEAP_VALID_FD_FLAGS (O_CLOEXEC | O_ACCMODE) -#define DMA_HEAP_VALID_HEAP_FLAGS (0) +#define DMA_HEAP_VALID_HEAP_FLAGS (0ULL) struct dma_heap_allocation_data { __u64 len; __u32 fd;