From: "Isaac J. Manjarres" <isaacmanjarres@google.com>
To: christian.koenig@amd.com, sumit.semwal@linaro.org
Cc: linux-kernel@vger.kernel.org, tjmercier@google.com,
linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org,
"Isaac J. Manjarres" <isaacmanjarres@google.com>,
kernel-team@android.com
Subject: [PATCH v1] dma-buf: Include ioctl.h in UAPI header
Date: Mon, 2 Mar 2026 16:23:09 -0800 [thread overview]
Message-ID: <20260303002309.1401849-1-isaacmanjarres@google.com> (raw)
include/uapi/linux/dma-buf.h uses several macros from ioctl.h to define
its ioctl commands. However, it does not include ioctl.h itself. So,
if userspace source code tries to include the dma-buf.h file without
including ioctl.h, it can result in build failures.
Therefore, include ioctl.h in the dma-buf UAPI header.
Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
---
include/uapi/linux/dma-buf.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/dma-buf.h b/include/uapi/linux/dma-buf.h
index 5a6fda66d9ad..e827c9d20c5d 100644
--- a/include/uapi/linux/dma-buf.h
+++ b/include/uapi/linux/dma-buf.h
@@ -20,6 +20,7 @@
#ifndef _DMA_BUF_UAPI_H_
#define _DMA_BUF_UAPI_H_
+#include <linux/ioctl.h>
#include <linux/types.h>
/**
--
2.53.0.473.g4a7958ca14-goog
next reply other threads:[~2026-03-03 0:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-03 0:23 Isaac J. Manjarres [this message]
2026-03-03 1:45 ` [PATCH v1] dma-buf: Include ioctl.h in UAPI header T.J. Mercier
2026-03-03 2:44 ` Claude review: " Claude Code Review Bot
2026-03-03 2:44 ` Claude Code Review Bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260303002309.1401849-1-isaacmanjarres@google.com \
--to=isaacmanjarres@google.com \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel-team@android.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=sumit.semwal@linaro.org \
--cc=tjmercier@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox