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]
Message-ID: <202208311209.kCoWLT0o-lkp@intel.com>
Date:   Wed, 31 Aug 2022 12:17:35 +0800
From:   kernel test robot <lkp@...el.com>
To:     Like Xu <likexu@...cent.com>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        Paolo Bonzini <pbonzini@...hat.com>,
        Sean Christopherson <seanjc@...gle.com>
Subject: arch/x86/include/asm/kvm-x86-pmu-ops.h:15 kvm_pmu_ops_update() warn:
 inconsistent indenting

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   dcf8e5633e2e69ad60b730ab5905608b756a032f
commit: 1921f3aa9263977f6c31b1c3eb2814bff2e84a12 KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
date:   5 months ago
config: x86_64-randconfig-m001-20220829 (https://download.01.org/0day-ci/archive/20220831/202208311209.kCoWLT0o-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-5) 11.3.0

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

smatch warnings:
arch/x86/include/asm/kvm-x86-pmu-ops.h:15 kvm_pmu_ops_update() warn: inconsistent indenting

vim +15 arch/x86/include/asm/kvm-x86-pmu-ops.h

     5	
     6	/*
     7	 * KVM_X86_PMU_OP() and KVM_X86_PMU_OP_OPTIONAL() are used to help generate
     8	 * both DECLARE/DEFINE_STATIC_CALL() invocations and
     9	 * "static_call_update()" calls.
    10	 *
    11	 * KVM_X86_PMU_OP_OPTIONAL() can be used for those functions that can have
    12	 * a NULL definition, for example if "static_call_cond()" will be used
    13	 * at the call sites.
    14	 */
  > 15	KVM_X86_PMU_OP(pmc_perf_hw_id)
    16	KVM_X86_PMU_OP(pmc_is_enabled)
    17	KVM_X86_PMU_OP(pmc_idx_to_pmc)
    18	KVM_X86_PMU_OP(rdpmc_ecx_to_pmc)
    19	KVM_X86_PMU_OP(msr_idx_to_pmc)
    20	KVM_X86_PMU_OP(is_valid_rdpmc_ecx)
    21	KVM_X86_PMU_OP(is_valid_msr)
    22	KVM_X86_PMU_OP(get_msr)
    23	KVM_X86_PMU_OP(set_msr)
    24	KVM_X86_PMU_OP(refresh)
    25	KVM_X86_PMU_OP(init)
    26	KVM_X86_PMU_OP(reset)
    27	KVM_X86_PMU_OP_OPTIONAL(deliver_pmi)
    28	KVM_X86_PMU_OP_OPTIONAL(cleanup)
    29	

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ