dma-buf: improve dma_buf_show_fdinfo output
…
This patch also fixes incorrect …
See also: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Docu...
Closes: https://lore.kernel.org/oe-kbuild-all/202510220802.svbgdYsJ-lkp@intel.com/
Not yet.
Please use a more appropriate patch subject for the proposed adjustment of the function “dma_buf_show_fdinfo”. https://elixir.bootlin.com/linux/v6.18-rc2/source/drivers/dma-buf/dma-buf.c#... https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Docu...
drivers/dma-buf/dma-buf.c | 26 ++++++++++++--------------
…
Some contributors would appreciate patch version descriptions. https://lore.kernel.org/all/?q=%22This+looks+like+a+new+version+of+a+previou... https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Docu...
…
+++ b/drivers/dma-buf/dma-buf.c @@ -571,24 +571,22 @@ static long dma_buf_ioctl(struct file *file, } } -static void dma_buf_show_fdinfo(struct seq_file *s, struct file *f) +static void dma_buf_show_fdinfo(struct seq_file *s, struct file *file) {
… …
- seq_printf(s, "flags:\t%lu\n", f->f_flags);
- seq_printf(s, "size:\t%llu\n", dmabuf->size);
* Why does such a diff representation contain space characters instead of tab characters?
* Did you refer to a source code variant before the commit bcc071110aeacd28a87525a2442dd96eab145a3c ("dma-buf: add show_fdinfo handler") from 2019-06-14?
…
-- ::DISCLAIMER::
…
The contents of this e-mail and any attachment(s) are confidential and
…
Please avoid such unwanted information for communication by the means of public mailing lists. https://subspace.kernel.org/etiquette.html#do-not-include-confidentiality-di...
Regards, Markus