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] [day] [month] [year] [list]
Date:   Fri, 08 Oct 2021 16:30:09 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Prabhakar Kushwaha <pkushwaha@...vell.com>
Cc:     netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
        linux-rdma@...r.kernel.org, linux-scsi@...r.kernel.org,
        martin.petersen@...cle.com, aelior@...vell.com, smalin@...vell.com,
        jhasan@...vell.com, mrangankar@...vell.com,
        prabhakar.pkin@...il.com, malin1024@...il.com,
        naresh.kamboju@...aro.org, okulkarni@...vell.com
Subject: Re: [PATCH][v2] qed: Fix compilation for CONFIG_QED_SRIOV undefined
 scenario

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:

On Thu, 7 Oct 2021 18:52:38 +0300 you wrote:
> This patch fixes below compliation error in case CONFIG_QED_SRIOV not
> defined.
> drivers/net/ethernet/qlogic/qed/qed_dev.c: In function
> ‘qed_fw_err_handler’:
> drivers/net/ethernet/qlogic/qed/qed_dev.c:2390:3: error: implicit
> declaration of function ‘qed_sriov_vfpf_malicious’; did you mean
> ‘qed_iov_vf_task’? [-Werror=implicit-function-declaration]
>    qed_sriov_vfpf_malicious(p_hwfn, &data->err_data);
>    ^~~~~~~~~~~~~~~~~~~~~~~~
>    qed_iov_vf_task
> drivers/net/ethernet/qlogic/qed/qed_dev.c: In function
> ‘qed_common_eqe_event’:
> drivers/net/ethernet/qlogic/qed/qed_dev.c:2410:10: error: implicit
> declaration of function ‘qed_sriov_eqe_event’; did you mean
> ‘qed_common_eqe_event’? [-Werror=implicit-function-declaration]
>    return qed_sriov_eqe_event(p_hwfn, opcode, echo, data,
>           ^~~~~~~~~~~~~~~~~~~
>           qed_common_eqe_event
> 
> [...]

Here is the summary with links:
  - [v2] qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario
    https://git.kernel.org/netdev/net-next/c/e761523d0b40

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ