lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 25 Oct 2022 11:48:38 +0800
From:   kernel test robot <lkp@...el.com>
To:     tumic@...see.org, Mauro Carvalho Chehab <mchehab@...nel.org>,
        Michal Simek <monstr@...str.eu>
Cc:     kbuild-all@...ts.01.org, linux-media@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux-i2c@...r.kernel.org,
        Lizhi Hou <lizhi.hou@....com>,
        Martin Tůma <martin.tuma@...iteqautomotive.com>
Subject: Re: [PATCH v3 2/2] Added Digiteq Automotive MGB4 driver

Hi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on media-tree/master]
[cannot apply to xilinx-xlnx/master sailus-media-tree/streams linus/master v6.1-rc2 next-20221024]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/tumic-gpxsee-org/Digiteq-Automotive-MGB4-driver/20221018-200629
base:   git://linuxtv.org/media_tree.git master
patch link:    https://lore.kernel.org/r/20221018140338.7080-3-tumic%40gpxsee.org
patch subject: [PATCH v3 2/2] Added Digiteq Automotive MGB4 driver
config: i386-allyesconfig
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0
reproduce (this is a W=1 build):
        # https://github.com/intel-lab-lkp/linux/commit/0b4690e83a07b3f4430788977fbd819b33493394
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review tumic-gpxsee-org/Digiteq-Automotive-MGB4-driver/20221018-200629
        git checkout 0b4690e83a07b3f4430788977fbd819b33493394
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@...el.com>

All errors (new ones prefixed by >>):

>> drivers/media/pci/mgb4/mgb4_vout.c:11:10: fatal error: linux/dma/amd_xdma.h: No such file or directory
      11 | #include <linux/dma/amd_xdma.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
--
>> drivers/media/pci/mgb4/mgb4_core.c:19:10: fatal error: linux/dma/amd_xdma.h: No such file or directory
      19 | #include <linux/dma/amd_xdma.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
--
>> drivers/media/pci/mgb4/mgb4_vin.c:12:10: fatal error: linux/dma/amd_xdma.h: No such file or directory
      12 | #include <linux/dma/amd_xdma.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
--
>> drivers/media/pci/mgb4/mgb4_trigger.c:14:10: fatal error: linux/dma/amd_xdma.h: No such file or directory
      14 | #include <linux/dma/amd_xdma.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +11 drivers/media/pci/mgb4/mgb4_vout.c

  > 11	#include <linux/dma/amd_xdma.h>
    12	#include "mgb4_core.h"
    13	#include "mgb4_dma.h"
    14	#include "mgb4_sysfs.h"
    15	#include "mgb4_io.h"
    16	#include "mgb4_vout.h"
    17	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

View attachment "config" of type "text/plain" (285707 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ