Message ID | 20230819125707.25397dd9@coco.lan (mailing list archive) |
---|---|
State | Not Applicable |
Headers |
Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from <linux-media-owner@vger.kernel.org>) id 1qXJfs-003lfj-2D; Sat, 19 Aug 2023 10:59:20 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231776AbjHSK7Q (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Sat, 19 Aug 2023 06:59:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231696AbjHSK7Q (ORCPT <rfc822;linux-media@vger.kernel.org>); Sat, 19 Aug 2023 06:59:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F15A26081; Sat, 19 Aug 2023 03:57:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 391D561F8B; Sat, 19 Aug 2023 10:57:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63248C433C8; Sat, 19 Aug 2023 10:57:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692442633; bh=ixAqLwqxxQ/kYKmNM3dzPjwchZ1HQS2o1Lx8UILxBu0=; h=Date:From:To:Cc:Subject:From; b=uJSR9shfIS+3YjeVA8iIce7R7xbReFGJa+NrL9lSZZ98KkNQhyflBX6HXMkzsRpSo vOeI3bZKJ9IhG76ekKlLEoqVkDJWg7OCY4k2mTyCouaUtHAqdrOs2uQABP8zaDbmU3 gzws7UkDQsdhfVHP2HuWqBIMWqYrD+sloT1Dzg7Ay7jo3xpK2tGvXsbHJ7bxrJekN4 BK+DPz0PQnIustfFdpEZPooYl27ALsyQBihJrwiRjajzSWWB+SIm4kD4x7oax2hcWg pCRUuUe7d7Ay6iGB37xLtpGqKpL0s30LgQEojVh2Xs0uX6/9vv9o6cWm0WCEd87sxy aW7hGYfOSsIrg== Date: Sat, 19 Aug 2023 12:57:07 +0200 From: Mauro Carvalho Chehab <mchehab@kernel.org> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Andrew Morton <akpm@linux-foundation.org>, Linux Media Mailing List <linux-media@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org> Subject: [GIT PULL for v6.5-rc7] media fixes Message-ID: <20230819125707.25397dd9@coco.lan> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -3.1 (---) X-LSpam-Report: No, score=-3.1 required=5.0 tests=BAYES_00=-1.9,DKIMWL_WL_HIGH=0.001,DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,DKIM_VALID_EF=-0.1,MAILING_LIST_MULTI=-1 autolearn=ham autolearn_force=no |
Series |
[GIT,PULL,for,v6.5-rc7] media fixes
|
|
Pull-request
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.5-3Message
Mauro Carvalho Chehab
Aug. 19, 2023, 10:57 a.m. UTC
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.5-3 for 3 driver fixes: mtk-jpeg: Set platform driver data earlier imx: imx7-media-csi: Fix applying format constraints uvcvideo: Fix menu count handling for userspace XU mappings Thanks, Mauro --- The following changes since commit 0cb1d9c845110ce638a43a1417c7df5968d1daa3: media: verisilicon: change confusingly named relaxed register access (2023-07-14 09:14:10 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.5-3 for you to fetch changes up to 2908042a37b56d6a9a595eca946e187e9d2df39a: media: imx: imx7-media-csi: Fix applying format constraints (2023-08-09 13:31:37 +0200) ---------------------------------------------------------------- media fixes for v6.5-rc7 ---------------------------------------------------------------- Chen-Yu Tsai (1): media: mtk-jpeg: Set platform driver data earlier Fabio Estevam (1): media: imx: imx7-media-csi: Fix applying format constraints Laurent Pinchart (1): media: uvcvideo: Fix menu count handling for userspace XU mappings drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c | 4 ++-- drivers/media/platform/nxp/imx7-media-csi.c | 7 +++++-- drivers/media/usb/uvc/uvc_v4l2.c | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-)
Comments
The pull request you sent on Sat, 19 Aug 2023 12:57:07 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.5-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aa9ea98cca3a56869df1dc6347f3e3bfe0c01f44
Thank you!
From: builder@linuxtv.org
Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20230819125707.25397dd9@coco.lan/
Build log: https://builder.linuxtv.org/job/patchwork/332131/
Build time: 00:21:49
Link: https://lore.kernel.org/linux-media/20230819125707.25397dd9@coco.lan
gpg: Signature made Wed 16 Aug 2023 01:44:05 PM UTC
gpg: using RSA key F909AE68FC11DF09C1755C00085F3EBD8EE4E115
gpg: Good signature from "Mauro Carvalho Chehab <mchehab+huawei@kernel.org>" [ultimate]
gpg: aka "Mauro Carvalho Chehab <mchehab@kernel.org>" [ultimate]
gpg: aka "Mauro Carvalho Chehab <m.chehab@samsung.com>" [ultimate]
gpg: aka "Mauro Carvalho Chehab <mchehab@osg.samsung.com>" [ultimate]
gpg: aka "Mauro Carvalho Chehab <mchehab@s-opensource.com>" [ultimate]
gpg: aka "Mauro Carvalho Chehab <mchehab+samsung@kernel.org>" [ultimate]
gpg: aka "[jpeg image of size 3594]" [ultimate]
Summary: got 3/3 patches with issues, being 2 at build time
Error/warnings:
patches/0001-media-mtk-jpeg-Set-platform-driver-data-earlier.patch:
allyesconfig: return code #0:
../scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
../scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
../scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../drivers/staging/media/atomisp/i2c/atomisp-gc0310.c:447 gc0310_s_stream() warn: missing error code 'ret'
../drivers/staging/media/atomisp/pci/atomisp_fops.c: ../drivers/staging/media/atomisp/pci/atomisp_fops.c:517 atomisp_open() warn: missing unwind goto?
../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:2801 atomisp_cp_dvs_6axis_config() warn: missing unwind goto?
../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:2900 atomisp_cp_morph_table() warn: missing unwind goto?
allyesconfig: return code #0:
../drivers/media/i2c/adp1653.c: ../drivers/media/i2c/adp1653.c:444 adp1653_of_init() warn: missing unwind goto?
../drivers/media/usb/dvb-usb-v2/af9035.c: ../drivers/media/usb/dvb-usb-v2/af9035.c:467 af9035_i2c_master_xfer() warn: inconsistent returns '&d->i2c_mutex'.
Locked on : 326,387
Unlocked on: 465,467
SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: ../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c:2771 mxc_jpeg_probe() warn: missing unwind goto?
../drivers/media/usb/uvc/uvc_v4l2.c: note: in included file (through ../arch/x86/include/asm/uaccess.h, ../include/linux/uaccess.h, ../include/linux/sched/task.h, ../include/linux/sched/signal.h, ../include/linux/rcuwait.h, ...):
SPARSE:../drivers/media/usb/uvc/uvc_v4l2.c ../arch/x86/include/asm/uaccess_64.h:88:24: warning: cast removes address space '__user' of expression
../drivers/media/i2c/ov5645.c: ../drivers/media/i2c/ov5645.c:687 ov5645_set_power_on() warn: 'ov5645->xclk' from clk_prepare_enable() not released on lines: 687.
../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2558 dvb_register() parse error: OOM: 3000012Kb sm_state_count = 1971290
../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2558 dvb_register() warn: Function too hairy. No more merges.
../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2558 dvb_register() parse error: __split_smt: function too hairy. Giving up after 56 seconds
../drivers/media/pci/ivtv/ivtvfb.c: note: in included file (through ../arch/x86/include/asm/uaccess.h, ../include/linux/uaccess.h, ../include/linux/sched/task.h, ../include/linux/sched/signal.h, ../drivers/media/pci/ivtv/ivtv-driver.h):
SPARSE:../drivers/media/pci/ivtv/ivtvfb.c ../arch/x86/include/asm/uaccess_64.h:88:24: warning: cast removes address space '__user' of expression
patches/0002-media-uvcvideo-Fix-menu-count-handling-for-userspace.patch:
allyesconfig: return code #0:
../drivers/media/usb/uvc/uvc_v4l2.c: note: in included file (through ../arch/x86/include/asm/uaccess.h, ../include/linux/uaccess.h, ../include/linux/sched/task.h, ../include/linux/sched/signal.h, ../include/linux/rcuwait.h, ...):
SPARSE:../drivers/media/usb/uvc/uvc_v4l2.c ../arch/x86/include/asm/uaccess_64.h:88:24: warning: cast removes address space '__user' of expression
checkpatch.pl:
$ cat patches/0002-media-uvcvideo-Fix-menu-count-handling-for-userspace.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:15: WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report
patches/0003-media-imx-imx7-media-csi-Fix-applying-format-constra.patch:
checkpatch.pl:
$ cat patches/0003-media-imx-imx7-media-csi-Fix-applying-format-constra.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:14: WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report