diff mbox series

doc: add dma-buf IOCTL code to table

Message ID 20221128133853.355645-1-contact@emersion.fr
State Accepted
Commit 091b20ceb0fc5c98fe8b22c5b4685e316464fa9a
Headers show
Series doc: add dma-buf IOCTL code to table | expand

Commit Message

Simon Ser Nov. 28, 2022, 1:39 p.m. UTC
The code 'b' is used for dma-buf IOCTLs.

Signed-off-by: Simon Ser <contact@emersion.fr>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Christian König <christian.koenig@amd.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
---
 Documentation/userspace-api/ioctl/ioctl-number.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Christian König Nov. 29, 2022, 9:56 a.m. UTC | #1
Am 28.11.22 um 14:39 schrieb Simon Ser:
> The code 'b' is used for dma-buf IOCTLs.
>
> Signed-off-by: Simon Ser <contact@emersion.fr>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>

Reviewed-by: Christian König <christian.koenig@amd.com>

Should I also push this?

> ---
>   Documentation/userspace-api/ioctl/ioctl-number.rst | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst
> index 5f81e2a24a5c..184a7a222701 100644
> --- a/Documentation/userspace-api/ioctl/ioctl-number.rst
> +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
> @@ -221,6 +221,7 @@ Code  Seq#    Include File                                           Comments
>   'a'   00-0F  drivers/crypto/qat/qat_common/adf_cfg_common.h          conflict! qat driver
>   'b'   00-FF                                                          conflict! bit3 vme host bridge
>                                                                        <mailto:natalia@nikhefk.nikhef.nl>
> +'b'   00-0F  linux/dma-buf.h                                         conflict!
>   'c'   all    linux/cm4000_cs.h                                       conflict!
>   'c'   00-7F  linux/comstats.h                                        conflict!
>   'c'   00-7F  linux/coda.h                                            conflict!
Simon Ser Jan. 10, 2023, 11:49 a.m. UTC | #2
On Tuesday, November 29th, 2022 at 10:56, Christian König <christian.koenig@amd.com> wrote:

> Should I also push this?

I can push to drm-misc-next, but is that the suitable repo?
Simon Ser Jan. 10, 2023, 11:55 a.m. UTC | #3
On Tuesday, January 10th, 2023 at 12:53, Christian König <christian.koenig@amd.com> wrote:

> Am 10.01.23 um 12:49 schrieb Simon Ser:
> 
> > On Tuesday, November 29th, 2022 at 10:56, Christian König christian.koenig@amd.com wrote:
> > 
> > > Should I also push this?
> > > I can push to drm-misc-next, but is that the suitable repo?
> 
> I think so, unless you think that this is a necessary bug fix which
> should be backported.

Thanks! I pushed it there.
diff mbox series

Patch

diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst
index 5f81e2a24a5c..184a7a222701 100644
--- a/Documentation/userspace-api/ioctl/ioctl-number.rst
+++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
@@ -221,6 +221,7 @@  Code  Seq#    Include File                                           Comments
 'a'   00-0F  drivers/crypto/qat/qat_common/adf_cfg_common.h          conflict! qat driver
 'b'   00-FF                                                          conflict! bit3 vme host bridge
                                                                      <mailto:natalia@nikhefk.nikhef.nl>
+'b'   00-0F  linux/dma-buf.h                                         conflict!
 'c'   all    linux/cm4000_cs.h                                       conflict!
 'c'   00-7F  linux/comstats.h                                        conflict!
 'c'   00-7F  linux/coda.h                                            conflict!