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]
Message-ID: <274838d7-08e5-4e09-b872-47644b96a219@ti.com>
Date: Fri, 7 Feb 2025 19:45:48 +0530
From: "Kumar, Udit" <u-kumar1@...com>
To: Siddharth Vadapalli <s-vadapalli@...com>, <peter.ujfalusi@...il.com>,
        <vkoul@...nel.org>
CC: <linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
        <vigneshr@...com>, <srk@...com>
Subject: Re: [PATCH] soc: ti: k3-ringacc: include platform_device header

Thanks for fix Siddharth

On 2/7/2025 12:21 PM, Siddharth Vadapalli wrote:
> Users of "k3-ringacc" APIs may not necessarily be platform devices. Such
> users therefore will not include "platform_device.h", resulting in
> compilation warnings for the APIs declared in "k3-ringacc.h" which assume
> inclusion of "platform_device.h" by its users.
>
> Fix the compilation warnings by including the "platform_device" header
> file, which should ideally have been included since commit under Fixes.
>
> Fixes: d782298c6f6b ("soc: ti: k3-ringacc: add AM64 DMA rings support.")
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@...com>
> ---
>
> Hello,
>
> This patch is based on commit
> bb066fe812d6 Merge tag 'pci-v6.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
> of Mainline Linux.
>
> Regards,
> Siddharth.
>
>   include/linux/soc/ti/k3-ringacc.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/soc/ti/k3-ringacc.h b/include/linux/soc/ti/k3-ringacc.h
> index 39b022b92598..6bbb58068048 100644
> --- a/include/linux/soc/ti/k3-ringacc.h
> +++ b/include/linux/soc/ti/k3-ringacc.h
> @@ -8,6 +8,7 @@
>   #ifndef __SOC_TI_K3_RINGACC_API_H_
>   #define __SOC_TI_K3_RINGACC_API_H_
>   
> +#include <linux/platform_device.h>
>   #include <linux/types.h>
>   

Reviewed-by: Udit Kumar <u-kumar1@...com>


>   struct device_node;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ