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: Tue, 25 Jun 2024 13:53:41 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: Hans Verkuil <hverkuil@...all.nl>,
 Laurent Pinchart <laurent.pinchart@...asonboard.com>,
 Shuah Khan <skhan@...uxfoundation.org>, linux-media@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: [GIT PULL] Linux Media vimc update for 6.11-rc1

Hi Mauro,

Please pull the following vimc next update for Linux 6.11-rc1.

This vimc update for Linux 6.11-rc1 consists of a nine patch series
that cleans up and improves the vimc driver, with the end goal of
converting it to the V4L2 subdev active state API. The goal of
this exercise is to make the API used by a virtual test driver, to
increase test coverage.

The series starts with 4 random cleanups, to avoid unnecessary
iterations (1/9), constify structures (2/9 and 3/9) and rename a
weirdly-named enum (4/9). Patch 5/9 then centralizes the subdev
internal_ops initialization to prepare for the switch to the active
state API. The remaining patches (6/9 to 9/9) convert the vimc entities
to the new API one by one.

The result has been tested using the libcamera unit tests, which make
extensive use of the vimc driver, as well as with v4l2-compliance. The
latter reports 4 errors, but they occur already with the latest stage
master branch.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-vimc-6.11-rc1

for you to fetch changes up to 9519ea9c9a492149b202e09e7fdc0ba7ac711e58:

   media: vimc: scaler: Use subdev active state (2024-06-20 09:55:58 -0600)

----------------------------------------------------------------
linux-vimc-6.11-rc1

This vimc update for Linux 6.11-rc1 consists of a nine patch series
that cleans up and improves the vimc driver, with the end goal of
converting it to the V4L2 subdev active state API. The goal of
this exercise is to make the API used by a virtual test driver, to
increase test coverage.

The series starts with 4 random cleanups, to avoid unnecessary
iterations (1/9), constify structures (2/9 and 3/9) and rename a
weirdly-named enum (4/9). Patch 5/9 then centralizes the subdev
internal_ops initialization to prepare for the switch to the active
state API. The remaining patches (6/9 to 9/9) convert the vimc entities
to the new API one by one.

The result has been tested using the libcamera unit tests, which make
extensive use of the vimc driver, as well as with v4l2-compliance. The
latter reports 4 errors, but they occur already with the latest stage
master branch.

----------------------------------------------------------------
Laurent Pinchart (9):
       media: vimc: Don't iterate over single pad
       media: vimc: Constify vimc_ent_type structures
       media: vimc: Constify the ent_config array
       media: vimc: scaler: Rename vic_sca_pad enum to vimc_scaler_pad
       media: vimc: Centralize subdev internal_ops initialization
       media: vimc: Initialize subdev active state
       media: vimc: sensor: Use subdev active state
       media: vimc: debayer: Use subdev active state
       media: vimc: scaler: Use subdev active state

  drivers/media/test-drivers/vimc/vimc-capture.c |   2 +-
  drivers/media/test-drivers/vimc/vimc-common.c  |  25 ++-
  drivers/media/test-drivers/vimc/vimc-common.h  |  14 +-
  drivers/media/test-drivers/vimc/vimc-core.c    |   2 +-
  drivers/media/test-drivers/vimc/vimc-debayer.c | 201 +++++++++++--------------
  drivers/media/test-drivers/vimc/vimc-lens.c    |   5 +-
  drivers/media/test-drivers/vimc/vimc-scaler.c  | 134 +++++++----------
  drivers/media/test-drivers/vimc/vimc-sensor.c  | 125 +++++++--------
  8 files changed, 238 insertions(+), 270 deletions(-)
----------------------------------------------------------------
View attachment "linux-vimc-6.11-rc1.diff" of type "text/x-patch" (36810 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ