On Wed, Jun 07, 2023 at 08:47:38PM +0300, Dmitry Perchanov wrote: > Hi Laurent, > I saw that Jenkins failed to apply this patch.. > > > FAILED: patch patch patches/0002-media-uapi-v4l-Intel-metadata-format-update.patch doesn't apply: > > Applying patch patches/0002-media-uapi-v4l-Intel-metadata-format-update.patch > > can't find file to patch at input line 21 > > ¯\_(O_o)_/¯ I suspect Jenkins may be trying to apply the patch to the wrong branch. It's hard to tell, as the build log link in the failure report (https://builder.linuxtv.org/job/patchwork/312203/) doesn't work. I expect Mauro will look at this. > On Wed, 2023-06-07 at 20:27 +0300, Laurent Pinchart wrote: > > On Wed, Jun 07, 2023 at 08:21:18PM +0300, Dmitry Perchanov wrote: > > > Hi Laurent, > > > > > > There is path mistake for patch: > > > media: uapi: v4l: Intel metadata format update > > > > > > Probably pull request was misformated. > > > > > > It is submitted with correct path and I fetched your tag and file is > > > in place. > > > > > > Thanks for your patience. > > > > > > Dmitry P. > > > > > > On Mon, 2023-06-05 at 21:30 +0300, Laurent Pinchart wrote: > > > > Hi Mauro, > > > > > > > > The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7: > > > > > > > > Linux 6.4-rc5 (2023-06-04 14:04:27 -0400) > > > > > > > > are available in the Git repository at: > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-uvc-next-20230606 > > > > > > > > for you to fetch changes up to 9bfc8e4d0972d3732bd8c6038c2bf1636780d727: > > > > > > > > media: uvcvideo: Constify descriptor buffers (2023-06-05 18:39:47 +0300) > > > > > > > > Please note that this pull request is based on v6.4-rc5 as it depends on > > > > a fix that was merged in that version. > > > > > > > > ---------------------------------------------------------------- > > > > Miscellaneous uvcvideo changes: > > > > > > > > - Support for more Intel RealSense devices > > > > - Small cleanups and constifications > > > > - Drop duplicate device > > > > > > > > ---------------------------------------------------------------- > > > > Dmitry Perchanov (2): > > > > media: uapi: v4l: Intel metadata format update > > > > media: uvcvideo: Enable Intel RealSense metadata for devices > > > > > > > > Laurent Pinchart (7): > > > > media: uvcvideo: Rename uvc_streaming 'format' field to 'formats' > > > > media: uvcvideo: Rename uvc_format 'frame' field to 'frames' > > > > media: uvcvideo: Use clamp() to replace manual implementation > > > > media: uvcvideo: Reorganize format descriptor parsing > > > > media: uvcvideo: Increment intervals pointer at end of parsing > > > > media: uvcvideo: Constify formats, frames and intervals > > > > media: uvcvideo: Constify descriptor buffers > > > > > > > > Sakari Ailus (1): > > > > Revert "media: uvcvideo: Limit power line control for Acer EasyCamera" > > > > > > > > .../userspace-api/media/v4l/pixfmt-meta-d4xx.rst | 55 +++++++-- > > > > > > This path above is incorrect. > > > > git shortens long lines by removing the left-most parts of the path and > > replacing it with '...'. The file is in > > Documentation/userspace-api/media/v4l/pixfmt-meta-d4xx.rst, it's only > > the shortlog that shows the shortened path. > > > > > > drivers/media/usb/uvc/uvc_driver.c | 137 ++++++++++++++++----- > > > > drivers/media/usb/uvc/uvc_v4l2.c | 79 ++++++------ > > > > drivers/media/usb/uvc/uvc_video.c | 20 +-- > > > > drivers/media/usb/uvc/uvcvideo.h | 12 +- > > > > 5 files changed, 208 insertions(+), 95 deletions(-) -- Regards, Laurent Pinchart