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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5501ad49-06a0-41b9-98aa-65bb0a44e84c@ideasonboard.com>
Date: Wed, 17 Dec 2025 07:34:48 +0000
From: Dan Scally <dan.scally@...asonboard.com>
To: Jacopo Mondi <jacopo.mondi@...asonboard.com>,
 Hans Verkuil <hverkuil+cisco@...nel.org>,
 Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] uapi: media: mali-c55-config: Remove version
 identifier



On 15/12/2025 13:20, Jacopo Mondi wrote:
> The Mali C55 driver uses the v4l2-isp framework, which defines its own
> versioning number which does not need to be defined again in each
> platform-specific header.
> 
> Remove the definition of mali_c55_param_buffer_version enumeration from
> the Mali C55 uAPI header.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi@...asonboard.com>
> ---

Reviewed-by: Daniel Scally <dan.scally@...asonboard.com>

>   include/uapi/linux/media/arm/mali-c55-config.h | 9 ---------
>   1 file changed, 9 deletions(-)
> 
> diff --git a/include/uapi/linux/media/arm/mali-c55-config.h b/include/uapi/linux/media/arm/mali-c55-config.h
> index 109082c5694f6b927dc5511043e3bfbc27a0b675..3d335f950eeb1e58ed3cbb556752996f16441e55 100644
> --- a/include/uapi/linux/media/arm/mali-c55-config.h
> +++ b/include/uapi/linux/media/arm/mali-c55-config.h
> @@ -194,15 +194,6 @@ struct mali_c55_stats_buffer {
>   	__u32 reserved3[15];
>   } __attribute__((packed));
>   
> -/**
> - * enum mali_c55_param_buffer_version - Mali-C55 parameters block versioning
> - *
> - * @MALI_C55_PARAM_BUFFER_V1: First version of Mali-C55 parameters block
> - */
> -enum mali_c55_param_buffer_version {
> -	MALI_C55_PARAM_BUFFER_V1,
> -};
> -
>   /**
>    * enum mali_c55_param_block_type - Enumeration of Mali-C55 parameter blocks
>    *
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ