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>] [day] [month] [year] [list]
Date:   Wed, 29 Dec 2021 05:17:17 +0800
From:   kernel test robot <lkp@...el.com>
To:     Bjorn Andersson <bjorn.andersson@...aro.org>
Cc:     llvm@...ts.linux.dev, kbuild-all@...ts.01.org,
        linux-kernel@...r.kernel.org
Subject: [andersson:wip/sm8350-next-20211215 37/44]
 drivers/gpu/drm/i915/display/intel_dp.c:4796:85: error: expected ')'

tree:   https://github.com/andersson/kernel wip/sm8350-next-20211215
head:   12c44709c1bb0b1aba90680327bcdcf9b93a8d2f
commit: 1da0d241cb3c3d9deab1fe98a96d3dfab53fb268 [37/44] drm: Add hpd state to drm_connector_oob_hotplug_event()
config: i386-randconfig-a016-20211228 (https://download.01.org/0day-ci/archive/20211229/202112290511.XYGimJZZ-lkp@intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 7171af744543433ac75b232eb7dfdaef7efd4d7a)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/andersson/kernel/commit/1da0d241cb3c3d9deab1fe98a96d3dfab53fb268
        git remote add andersson https://github.com/andersson/kernel
        git fetch --no-tags andersson wip/sm8350-next-20211215
        git checkout 1da0d241cb3c3d9deab1fe98a96d3dfab53fb268
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/gpu/drm/i915/

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

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/i915/display/intel_dp.c:4796:85: error: expected ')'
   static void intel_dp_oob_hotplug_event(struct drm_connector *connector, unsigned in num_lanes)
                                                                                       ^
   drivers/gpu/drm/i915/display/intel_dp.c:4796:39: note: to match this '('
   static void intel_dp_oob_hotplug_event(struct drm_connector *connector, unsigned in num_lanes)
                                         ^
   1 error generated.


vim +4796 drivers/gpu/drm/i915/display/intel_dp.c

  4795	
> 4796	static void intel_dp_oob_hotplug_event(struct drm_connector *connector, unsigned in num_lanes)
  4797	{
  4798		struct intel_encoder *encoder = intel_attached_encoder(to_intel_connector(connector));
  4799		struct drm_i915_private *i915 = to_i915(connector->dev);
  4800	
  4801		spin_lock_irq(&i915->irq_lock);
  4802		i915->hotplug.event_bits |= BIT(encoder->hpd_pin);
  4803		spin_unlock_irq(&i915->irq_lock);
  4804		queue_delayed_work(system_wq, &i915->hotplug.hotplug_work, 0);
  4805	}
  4806	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ