Branch Head:
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#21:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 86 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#38:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 100 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#69:
new file mode 100644
WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines
#94: FILE: drivers/media/platform/arm/mali-c55/Kconfig:2:
+config VIDEO_MALI_C55
+tristate "ARM Mali-C55 Image Signal Processor driver"
+depends on ARCH_VEXPRESS || ARCH_RENESAS || COMPILE_TEST
+depends on V4L_PLATFORM_DRIVERS
+depends on VIDEO_DEV && OF
+select GENERIC_PHY_MIPI_DPHY
+select MEDIA_CONTROLLER
+select V4L2_FWNODE
+select VIDEO_V4L2_SUBDEV_API
+select VIDEOBUF2_DMA_CONTIG
+select VIDEOBUF2_VMALLOC
+help
+ Enable this to support Arm's Mali-C55 Image Signal Processor.
+
+ To compile this driver as a module, choose M here: the module
+ will be called mali-c55.
CHECK: Alignment should match open parenthesis
#682: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:552:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_UV_WRITER_MODE,
CHECK: Alignment should match open parenthesis
#687: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:557:
+mali_c55_cap_dev_write(cap_dev, MALI_C55_REG_ACTIVE_OUT_UV_SIZE,
+MALI_C55_REG_ACTIVE_OUT_SIZE_W(pix_mp->width) |
CHECK: Alignment should match open parenthesis
#697: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:567:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#702: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:572:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#707: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:577:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#1589: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:232:
+ret = media_create_pad_link(&mali_c55->isp.sd.entity,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
CHECK: Alignment should match open parenthesis
#1611: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:254:
+ret = media_create_pad_link(&mali_c55->resizers[0].sd.entity,
+MALI_C55_RSZ_SOURCE_PAD,
CHECK: Alignment should match open parenthesis
#1623: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:266:
+ret = media_create_pad_link(&mali_c55->isp.sd.entity,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
CHECK: Alignment should match open parenthesis
#1634: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:277:
+ret = media_create_pad_link(&mali_c55->resizers[1].sd.entity,
+MALI_C55_RSZ_SOURCE_PAD,
CHECK: Alignment should match open parenthesis
#1676: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:319:
+mali_c55_update_bits(mali_c55, MALI_C55_REG_MCU_CONFIG,
+MALI_C55_REG_MCU_CONFIG_WRITE_MASK,
CHECK: Alignment should match open parenthesis
#2140: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:783:
+ret = devm_reset_control_bulk_get_optional_shared(dev,
+ARRAY_SIZE(mali_c55_reset_names), mali_c55->resets);
CHECK: Prefer using the BIT macro
#3012: FILE: drivers/media/platform/arm/mali-c55/mali-c55-registers.h:146:
+#define MALI_C55_ISP_RAW_BYPASS_RGB_FR_BYPASS(1 << 8)
CHECK: Prefer using the BIT macro
#3036: FILE: drivers/media/platform/arm/mali-c55/mali-c55-registers.h:170:
+#define MALI_C55_INPUT_WIDTH_10BIT(1 << 16)
CHECK: Prefer using the BIT macro
#3208: FILE: drivers/media/platform/arm/mali-c55/mali-c55-resizer.c:18:
+#define MALI_C55_RSZ_SCALER_FACTOR(1U << 20)
total: 0 errors, 2 warnings, 14 checks, 4670 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#25:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 366 lines checked
ERROR: trailing statements should be on next line
#28: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1472:
+case V4L2_META_FMT_MALI_C55_STATS:descr = "ARM Mali-C55 ISP 3A Statistics"; break;
WARNING: line length of 104 exceeds 100 columns
#41: FILE: include/uapi/linux/videodev2.h:888:
+#define V4L2_META_FMT_MALI_C55_STATSv4l2_fourcc('C', '5', '5', 'S') /* ARM Mali-C55 3A Statistics */
total: 1 errors, 1 warnings, 0 checks, 16 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#256:
new file mode 100644
CHECK: Alignment should match open parenthesis
#446: FILE: drivers/media/platform/arm/mali-c55/mali-c55-stats.c:186:
+v4l2_subdev_disable_streams(&isp->sd,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
total: 0 errors, 1 warnings, 1 checks, 515 lines checked
ERROR: trailing statements should be on next line
#27: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1472:
+case V4L2_META_FMT_MALI_C55_PARAMS:descr = "ARM Mali-C55 ISP Parameters"; break;
WARNING: line length of 101 exceeds 100 columns
#39: FILE: include/uapi/linux/videodev2.h:888:
+#define V4L2_META_FMT_MALI_C55_PARAMSv4l2_fourcc('C', '5', '5', 'P') /* ARM Mali-C55 Parameters */
total: 1 errors, 1 warnings, 0 checks, 14 lines checked
WARNING: line length of 101 exceeds 100 columns
#259: FILE: include/uapi/linux/media/arm/mali-c55-config.h:422:
+ * @scale_bottom:Scale pixels in bottom half of intensity range: 0=1x ,1=2x, 2=4x, 4=8x, 4=16x
total: 0 errors, 1 warnings, 0 checks, 608 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#280:
new file mode 100644
CHECK: Alignment should match open parenthesis
#365: FILE: drivers/media/platform/arm/mali-c55/mali-c55-params.c:81:
+mali_c55_ctx_update_bits(mali_c55, MALI_C55_REG_BYPASS_3,
+MALI_C55_REG_BYPASS_3_SENSOR_OFFSET_PRE_SH,
CHECK: Alignment should match open parenthesis
#873: FILE: drivers/media/platform/arm/mali-c55/mali-c55-params.c:589:
+ret = v4l2_isp_params_validate_buffer_size(mali_c55->dev, vb,
+v4l2_isp_params_buffer_size(MALI_C55_PARAMS_MAX_SIZE));
total: 0 errors, 1 warnings, 2 checks, 1179 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#20:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 103 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#58:
new file mode 100644
CHECK: Alignment should match open parenthesis
#160: FILE: drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c:63:
+ret = devm_reset_control_bulk_get_optional_shared(ivc->dev,
+ARRAY_SIZE(resource_names),
CHECK: Alignment should match open parenthesis
#599: FILE: drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-subdev.c:245:
+sink_fmt->quantization = V4L2_MAP_QUANTIZATION_DEFAULT(true,
+sink_fmt->colorspace,
total: 0 errors, 1 warnings, 2 checks, 1327 lines checked
CC [M] drivers/media/dvb-frontends/zd1301_demod.o
CC [M] drivers/media/i2c/sony-btf-mpx.o
CC [M] drivers/media/dvb-frontends/zl10036.o
CC [M] drivers/media/i2c/st-mipid02.o
CC [M] drivers/media/i2c/tc358743.o
CC [M] drivers/media/dvb-frontends/zl10039.o
CC [M] drivers/media/i2c/tc358746.o
CC [M] drivers/media/i2c/tda1997x.o
CC [M] drivers/media/dvb-frontends/zl10353.o
CC [M] drivers/media/i2c/tda7432.o
CC [M] drivers/media/i2c/tda9840.o
CC [M] drivers/media/i2c/tea6415c.o
CC [M] drivers/media/i2c/tea6420.o
CC [M] drivers/media/i2c/thp7312.o
CC [M] drivers/media/i2c/ths7303.o
CC [M] drivers/media/i2c/ths8200.o
CC [M] drivers/media/i2c/tlv320aic23b.o
CC [M] drivers/media/i2c/tvaudio.o
CC [M] drivers/media/i2c/tvp514x.o
CC [M] drivers/media/i2c/tvp5150.o
CC [M] drivers/media/i2c/tvp7002.o
CC [M] drivers/media/i2c/tw2804.o
CC [M] drivers/media/i2c/tw9900.o
CC [M] drivers/media/i2c/tw9903.o
CC [M] drivers/media/i2c/tw9906.o
CC [M] drivers/media/i2c/tw9910.o
CC [M] drivers/media/i2c/uda1342.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_common.o
CC [M] drivers/media/i2c/upd64031a.o
CC [M] drivers/media/i2c/upd64083.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_devio_spi.o
CC [M] drivers/media/i2c/vd55g1.o
CC [M] drivers/media/dvb-frontends/drx39xyj/drxj.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_integ.o
CC [M] drivers/media/i2c/vd56g3.o
LD [M] drivers/media/dvb-frontends/cxd2820r.o
LD [M] drivers/media/dvb-frontends/drxd.o
LD [M] drivers/media/dvb-frontends/drxk.o
CC [M] drivers/media/i2c/vgxy61.o
LD [M] drivers/media/dvb-frontends/stb0899.o
LD [M] drivers/media/dvb-frontends/stv0900.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_io.o
CC [M] drivers/media/i2c/vp27smpx.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_spi_device.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.o
CC [M] drivers/media/i2c/vpx3220.o
CC [M] drivers/media/i2c/wm8739.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt.o
CC [M] drivers/media/i2c/wm8775.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt_mon.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_mon.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_top.o
LD [M] drivers/media/platform/verisilicon/hantro-vpu.o
AR drivers/media/platform/built-in.a
LD [M] drivers/media/i2c/msp3400.o
CC [M] drivers/media/i2c/adv748x/adv748x-afe.o
CC [M] drivers/media/i2c/ccs/ccs-core.o
CC [M] drivers/media/i2c/cx25840/cx25840-core.o
CC [M] drivers/media/i2c/et8ek8/et8ek8_mode.o
CC [M] drivers/media/i2c/ccs/ccs-reg-access.o
CC [M] drivers/media/i2c/adv748x/adv748x-core.o
CC [M] drivers/media/i2c/adv748x/adv748x-csi2.o
CC [M] drivers/media/i2c/cx25840/cx25840-audio.o
CC [M] drivers/media/i2c/ccs/ccs-quirk.o
CC [M] drivers/media/i2c/et8ek8/et8ek8_driver.o
CC [M] drivers/media/i2c/s5c73m3/s5c73m3-core.o
CC [M] drivers/media/i2c/ccs/ccs-limits.o
CC [M] drivers/media/i2c/adv748x/adv748x-hdmi.o
CC [M] drivers/media/i2c/ccs/ccs-data.o
CC [M] drivers/media/i2c/cx25840/cx25840-firmware.o
CC [M] drivers/media/i2c/s5c73m3/s5c73m3-spi.o
CC [M] drivers/media/i2c/cx25840/cx25840-vbi.o
CC [M] drivers/media/i2c/s5c73m3/s5c73m3-ctrls.o
CC [M] drivers/media/i2c/cx25840/cx25840-ir.o
LD [M] drivers/media/i2c/adv748x/adv748x.o
LD [M] drivers/media/dvb-frontends/cxd2880/cxd2880.o
LD [M] drivers/media/i2c/et8ek8/et8ek8.o
LD [M] drivers/media/i2c/s5c73m3/s5c73m3.o
LD [M] drivers/media/dvb-frontends/drx39xyj/drx39xyj.o
LD [M] drivers/media/i2c/cx25840/cx25840.o
LD [M] drivers/media/i2c/ccs/ccs.o
AR drivers/media/built-in.a
"/media-ci/test-build.sh --arch x86_64 --cross_compile x86_64-linux-gnu- --kernel_config allmodconfig" Completed!
CC [M] drivers/media/dvb-frontends/tda826x.o
CC [M] drivers/media/dvb-frontends/ts2020.o
CC [M] drivers/media/i2c/tea6420.o
CC [M] drivers/media/dvb-frontends/tua6100.o
CC [M] drivers/media/i2c/thp7312.o
CC [M] drivers/media/dvb-frontends/cx24113.o
CC [M] drivers/media/dvb-frontends/dib0070.o
CC [M] drivers/media/i2c/ths7303.o
CC [M] drivers/media/i2c/ths8200.o
CC [M] drivers/media/dvb-frontends/dib0090.o
CC [M] drivers/media/dvb-frontends/itd1000.o
CC [M] drivers/media/dvb-frontends/ves1820.o
CC [M] drivers/media/i2c/tlv320aic23b.o
CC [M] drivers/media/dvb-frontends/ves1x93.o
CC [M] drivers/media/dvb-frontends/zd1301_demod.o
CC [M] drivers/media/i2c/tvaudio.o
CC [M] drivers/media/dvb-frontends/zl10036.o
CC [M] drivers/media/i2c/tvp514x.o
CC [M] drivers/media/i2c/tvp5150.o
CC [M] drivers/media/dvb-frontends/zl10039.o
CC [M] drivers/media/i2c/tvp7002.o
CC [M] drivers/media/i2c/tw2804.o
CC [M] drivers/media/dvb-frontends/zl10353.o
CC [M] drivers/media/i2c/tw9900.o
CC [M] drivers/media/i2c/tw9903.o
CC [M] drivers/media/i2c/tw9906.o
CC [M] drivers/media/i2c/tw9910.o
CC [M] drivers/media/i2c/uda1342.o
CC [M] drivers/media/i2c/upd64031a.o
CC [M] drivers/media/i2c/upd64083.o
CC [M] drivers/media/i2c/vd55g1.o
CC [M] drivers/media/i2c/vd56g3.o
CC [M] drivers/media/i2c/vgxy61.o
CC [M] drivers/media/i2c/vp27smpx.o
CC [M] drivers/media/i2c/vpx3220.o
CC [M] drivers/media/i2c/wm8739.o
CC [M] drivers/media/i2c/wm8775.o
LD [M] drivers/media/dvb-frontends/cxd2820r.o
LD [M] drivers/media/dvb-frontends/drxd.o
LD [M] drivers/media/dvb-frontends/drxk.o
LD [M] drivers/media/dvb-frontends/stb0899.o
LD [M] drivers/media/dvb-frontends/stv0900.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_common.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_devio_spi.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_integ.o
CC [M] drivers/media/dvb-frontends/drx39xyj/drxj.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_io.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_spi_device.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt_mon.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_mon.o
CC [M] drivers/media/dvb-frontends/cxd2880/cxd2880_top.o
LD [M] drivers/media/i2c/msp3400.o
CC [M] drivers/media/i2c/adv748x/adv748x-afe.o
CC [M] drivers/media/i2c/ccs/ccs-core.o
CC [M] drivers/media/i2c/adv748x/adv748x-core.o
CC [M] drivers/media/i2c/ccs/ccs-reg-access.o
CC [M] drivers/media/i2c/cx25840/cx25840-core.o
CC [M] drivers/media/i2c/et8ek8/et8ek8_mode.o
CC [M] drivers/media/i2c/s5c73m3/s5c73m3-core.o
CC [M] drivers/media/i2c/cx25840/cx25840-audio.o
CC [M] drivers/media/i2c/s5c73m3/s5c73m3-spi.o
CC [M] drivers/media/i2c/s5c73m3/s5c73m3-ctrls.o
CC [M] drivers/media/i2c/ccs/ccs-quirk.o
CC [M] drivers/media/i2c/et8ek8/et8ek8_driver.o
CC [M] drivers/media/i2c/cx25840/cx25840-firmware.o
CC [M] drivers/media/i2c/adv748x/adv748x-csi2.o
CC [M] drivers/media/i2c/ccs/ccs-limits.o
CC [M] drivers/media/i2c/adv748x/adv748x-hdmi.o
CC [M] drivers/media/i2c/cx25840/cx25840-vbi.o
CC [M] drivers/media/i2c/ccs/ccs-data.o
CC [M] drivers/media/i2c/cx25840/cx25840-ir.o
LD [M] drivers/media/dvb-frontends/cxd2880/cxd2880.o
LD [M] drivers/media/i2c/s5c73m3/s5c73m3.o
LD [M] drivers/media/i2c/et8ek8/et8ek8.o
LD [M] drivers/media/i2c/adv748x/adv748x.o
LD [M] drivers/media/i2c/ccs/ccs.o
LD [M] drivers/media/i2c/cx25840/cx25840.o
AR drivers/media/built-in.a
LD [M] drivers/media/dvb-frontends/drx39xyj/drx39xyj.o
"/media-ci/test-build.sh --arch x86 --cross_compile i686-linux-gnu- --kernel_config allmodconfig" Completed!
DTC [C] Documentation/devicetree/bindings/mmc/samsung,exynos-dw-mshc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/cdns,sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/amlogic,meson-gx-mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/arasan,sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/mmc-spi-slot.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/marvell,dove-sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/hisilicon,hi3798cv200-dw-mshc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/fujitsu,sdhci-fujitsu.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/marvell,orion-sdio.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/mmc-controller-common.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/sunplus,mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/renesas,sdhi.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/arm,pl18x.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/sdhci-am654.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/litex,mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdhc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/starfive,jh7110-mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/wm,wm8505-sdhc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/mtk-sd.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/samsung,s3c6410-sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhost.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdio.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/mmc-controller.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/fsl-imx-mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/loongson,ls2k0500-mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/fsl,esdhc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/nuvoton,ma35d1-sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/sdhci-msm.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/atmel,hsmci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/atmel,sama5d2-sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/aspeed,sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/renesas,mmcif.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/npcm,sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/owl-mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/mmc-card.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/brcm,kona-sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/sprd,sdhci-r11.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/spacemit,sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/ingenic,mmc.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/sdhci-pxa.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.example.dtb
DTC [C] Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.example.dtb
DTC [C] Documentation/devicetree/bindings/w1/w1-uart.example.dtb
DTC [C] Documentation/devicetree/bindings/w1/maxim,ds2482.example.dtb
DTC [C] Documentation/devicetree/bindings/w1/w1-gpio.example.dtb
DTC [C] Documentation/devicetree/bindings/w1/amd,axi-1wire-host.example.dtb
DTC [C] Documentation/devicetree/bindings/w1/fsl-imx-owire.example.dtb
"/media-ci/test-dts-binding.sh " Completed!
./Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml:596:24: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml:597:28: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml:598:28: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/touchscreen/azoteq,iqs7211.yaml:599:29: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/input.yaml:62:23: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/iqs626a.yaml:503:29: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/iqs626a.yaml:725:30: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/iqs626a.yaml:726:31: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/iqs626a.yaml:727:33: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/input/iqs626a.yaml:728:29: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml:88:49: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml:89:53: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/media/fsl,imx6q-vdoa.yaml:19:12: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml:283:35: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml:367:29: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/iio/frequency/adi,adrf6780.yaml:107:19: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/iio/frequency/adi,adrf6780.yaml:108:20: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/mmc/arm,pl18x.yaml:171:19: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/mmc/arm,pl18x.yaml:172:18: [error] string value is redundantly quoted with any quotes (quoted-strings)
./Documentation/devicetree/bindings/mmc/arm,pl18x.yaml:173:20: [error] string value is redundantly quoted with any quotes (quoted-strings)
/builds/linux-media/users/patchwork/Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@28080000 (qcom,slim-ngd-v1.5.0): 'audio-codec@1,0' does not match any of the regexes: '^pinctrl-[0-9]+$', '^slim@[0-9a-f]+$'
from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml
/builds/linux-media/users/patchwork/Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@28080000 (qcom,slim-ngd-v1.5.0): #address-cells: 1 was expected
from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml
/builds/linux-media/users/patchwork/Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@28080000 (qcom,slim-ngd-v1.5.0): 'dmas' is a required property
from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml
/builds/linux-media/users/patchwork/Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@28080000 (qcom,slim-ngd-v1.5.0): 'dma-names' is a required property
from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/videomate_s350.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/videomate_tv_pvr.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/vp702x.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/wetek_hub.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/wetek_play2.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/winfast.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/winfast_usbii_deluxe.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/wobo_i5.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/x96max.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/xbox_dvd.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/rc_keymaps/zx_irdec.toml to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rc_keymaps
Installing /media-ci/third_party/v4l-utils/utils/keytable/70-infrared.rules to /media-ci/third_party/v4l-utils/build/usr/lib/udev/rules.d
Installing /media-ci/third_party/v4l-utils/contrib/gconv/gconv-modules to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/gconv
Installing /media-ci/third_party/v4l-utils/build/cec-ctl.1 to /media-ci/third_party/v4l-utils/build/usr/share/man/man1
Installing /media-ci/third_party/v4l-utils/build/cec-follower.1 to /media-ci/third_party/v4l-utils/build/usr/share/man/man1
Installing /media-ci/third_party/v4l-utils/build/edid-decode.1 to /media-ci/third_party/v4l-utils/build/usr/share/man/man1
Installing /media-ci/third_party/v4l-utils/build/ir-ctl.1 to /media-ci/third_party/v4l-utils/build/usr/share/man/man1
Installing /media-ci/third_party/v4l-utils/build/ir-keytable.1 to /media-ci/third_party/v4l-utils/build/usr/share/man/man1
Installing /media-ci/third_party/v4l-utils/build/rc_keymap.5 to /media-ci/third_party/v4l-utils/build/usr/share/man/man5
Installing /media-ci/third_party/v4l-utils/build/v4l2-ctl.1 to /media-ci/third_party/v4l-utils/build/usr/share/man/man1
Installing /media-ci/third_party/v4l-utils/build/cec-compliance.1 to /media-ci/third_party/v4l-utils/build/usr/share/man/man1
Installing /media-ci/third_party/v4l-utils/build/v4l2-compliance.1 to /media-ci/third_party/v4l-utils/build/usr/share/man/man1
Installing symlink pointing to libv4lconvert.so.0.0.0 to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
Installing symlink pointing to libv4lconvert.so.0 to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/libv4lconvert.so
Installing symlink pointing to libv4l2.so.0.0.0 to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/libv4l2.so.0
Installing symlink pointing to libv4l2.so.0 to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/libv4l2.so
Installing symlink pointing to libv4l1.so.0.0.0 to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/libv4l1.so.0
Installing symlink pointing to libv4l1.so.0 to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/libv4l1.so
Installing symlink pointing to libv4l2rds.so.0.0.0 to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/libv4l2rds.so.0
Installing symlink pointing to libv4l2rds.so.0 to /media-ci/third_party/v4l-utils/build/usr/lib/x86_64-linux-gnu/libv4l2rds.so
NM .tmp_vmlinux2.syms
KSYMS .tmp_vmlinux2.kallsyms.S
AS .tmp_vmlinux2.kallsyms.o
LD vmlinux.unstripped
NM System.map
SORTTAB vmlinux.unstripped
OBJCOPY vmlinux
GEN modules.builtin.modinfo
GEN modules.builtin
CC arch/x86/boot/a20.o
AS arch/x86/boot/bioscall.o
CC arch/x86/boot/cmdline.o
AS arch/x86/boot/copy.o
HOSTCC arch/x86/boot/mkcpustr
CC arch/x86/boot/cpuflags.o
CC arch/x86/boot/cpucheck.o
CC arch/x86/boot/early_serial_console.o
CC arch/x86/boot/edd.o
CC arch/x86/boot/main.o
CC arch/x86/boot/memory.o
CC arch/x86/boot/pm.o
AS arch/x86/boot/pmjump.o
CC arch/x86/boot/printf.o
CC arch/x86/boot/regs.o
CC arch/x86/boot/string.o
CC arch/x86/boot/tty.o
CC arch/x86/boot/video.o
CC arch/x86/boot/video-mode.o
CC arch/x86/boot/version.o
CC arch/x86/boot/video-vga.o
CC arch/x86/boot/video-vesa.o
CC arch/x86/boot/video-bios.o
CPUSTR arch/x86/boot/cpustr.h
LDS arch/x86/boot/compressed/vmlinux.lds
CC arch/x86/boot/cpu.o
AS arch/x86/boot/compressed/kernel_info.o
AS arch/x86/boot/compressed/head_64.o
VOFFSET arch/x86/boot/compressed/../voffset.h
CC arch/x86/boot/compressed/string.o
CC arch/x86/boot/compressed/cmdline.o
CC arch/x86/boot/compressed/error.o
OBJCOPY arch/x86/boot/compressed/vmlinux.bin
RELOCS arch/x86/boot/compressed/vmlinux.relocs
HOSTCC arch/x86/boot/compressed/mkpiggy
CC arch/x86/boot/compressed/cpuflags.o
CC arch/x86/boot/compressed/early_serial_console.o
CC arch/x86/boot/compressed/kaslr.o
CC arch/x86/boot/compressed/ident_map_64.o
CC arch/x86/boot/compressed/idt_64.o
AS arch/x86/boot/compressed/idt_handlers_64.o
CC arch/x86/boot/compressed/pgtable_64.o
CC arch/x86/boot/compressed/acpi.o
CC arch/x86/boot/compressed/efi.o
CC arch/x86/boot/compressed/misc.o
GZIP arch/x86/boot/compressed/vmlinux.bin.gz
MKPIGGY arch/x86/boot/compressed/piggy.S
AS arch/x86/boot/compressed/piggy.o
LD arch/x86/boot/compressed/vmlinux
ZOFFSET arch/x86/boot/zoffset.h
OBJCOPY arch/x86/boot/vmlinux.bin
AS arch/x86/boot/header.o
LD arch/x86/boot/setup.elf
OBJCOPY arch/x86/boot/setup.bin
BUILD arch/x86/boot/bzImage
Kernel: arch/x86/boot/bzImage is ready (#1)
SYMLINK artifacts/lib/modules/6.18.0-rc5+/build
INSTALL artifacts/lib/modules/6.18.0-rc5+/modules.order
INSTALL artifacts/lib/modules/6.18.0-rc5+/modules.builtin
INSTALL artifacts/lib/modules/6.18.0-rc5+/modules.builtin.modinfo
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/fs/efivarfs/efivarfs.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/v4l2-core/v4l2-mem2mem.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/common/v4l2-tpg/v4l2-tpg.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/common/videobuf2/videobuf2-dma-contig.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/test-drivers/vidtv/dvb-vidtv-tuner.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/test-drivers/vidtv/dvb-vidtv-demod.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/test-drivers/vidtv/dvb-vidtv-bridge.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/test-drivers/vicodec/vicodec.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/test-drivers/vim2m.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/test-drivers/vimc/vimc.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/test-drivers/vivid/vivid.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/test-drivers/visl/visl.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/media/cec/core/cec.ko
INSTALL artifacts/lib/modules/6.18.0-rc5+/kernel/drivers/thermal/intel/x86_pkg_temp_thermal.ko
DEPMOD artifacts/lib/modules/6.18.0-rc5+
"/media-ci/test-virtme.sh " Completed!
Video input set to 3 (HDMI 002-0: Camera, ok)
Output set to 1
Thu Nov 13 11:36:18 UTC 2025
unbind vivid
[ 567.089200] unbind vivid
rmmod vivid
[ 577.662803] rmmod vivid
Thu Nov 13 11:36:43 UTC 2025
Summary:
Total for vivid device /dev/media0: 8, Succeeded: 8, Failed: 0, Warnings: 0
Total for vivid device /dev/video0: 173, Succeeded: 173, Failed: 0, Warnings: 0
Total for vivid device /dev/video1: 99, Succeeded: 99, Failed: 0, Warnings: 0
Total for vivid device /dev/vbi0: 173, Succeeded: 173, Failed: 0, Warnings: 0
Total for vivid device /dev/vbi1: 99, Succeeded: 99, Failed: 0, Warnings: 0
Total for vivid device /dev/swradio0: 62, Succeeded: 62, Failed: 0, Warnings: 0
Total for vivid device /dev/radio0: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vivid device /dev/radio1: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vivid device /dev/video2: 173, Succeeded: 173, Failed: 0, Warnings: 0
Total for vivid device /dev/video3: 99, Succeeded: 99, Failed: 0, Warnings: 0
Total for vivid device /dev/v4l-touch0: 62, Succeeded: 62, Failed: 0, Warnings: 0
Grand Total for vivid device /dev/media0: 1070, Succeeded: 1070, Failed: 0, Warnings: 0
Total for vivid device /dev/media1: 8, Succeeded: 8, Failed: 0, Warnings: 0
Total for vivid device /dev/video4: 173, Succeeded: 173, Failed: 0, Warnings: 0
Total for vivid device /dev/video5: 99, Succeeded: 99, Failed: 0, Warnings: 0
Total for vivid device /dev/vbi2: 173, Succeeded: 173, Failed: 0, Warnings: 0
Total for vivid device /dev/vbi3: 99, Succeeded: 99, Failed: 0, Warnings: 0
Total for vivid device /dev/swradio1: 62, Succeeded: 62, Failed: 0, Warnings: 0
Total for vivid device /dev/radio2: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vivid device /dev/radio3: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vivid device /dev/video6: 173, Succeeded: 173, Failed: 0, Warnings: 0
Total for vivid device /dev/video7: 99, Succeeded: 99, Failed: 0, Warnings: 0
Total for vivid device /dev/v4l-touch1: 62, Succeeded: 62, Failed: 0, Warnings: 0
Grand Total for vivid device /dev/media1: 1070, Succeeded: 1070, Failed: 0, Warnings: 0
Final Summary: 2140, Succeeded: 2140, Failed: 0, Warnings: 0
Thu Nov 13 11:36:45 UTC 2025
Thu Nov 13 11:36:45 UTC 2025
echo b >/proc/sysrq-trigger
[ 594.437267] sysrq: Resetting
/usr/bin/qemu-system-x86_64 -m 6G -fsdev local,id=virtfs3,path=/,security_model=none,readonly=on,multidevs=remap -device virtio-9p-pci,fsdev=virtfs3,mount_tag=/dev/root -machine accel=kvm:tcg -device i6300esb,id=watchdog0 -cpu host -parallel none -net none -smp 3 -vga none -display none -serial chardev:console -chardev file,id=console,path=/proc/self/fd/2 -chardev stdio,id=stdin,signal=on,mux=off -device virtio-serial-pci -device virtserialport,name=virtme.stdin,chardev=stdin -chardev file,id=stdout,path=/proc/self/fd/1 -device virtio-serial-pci -device virtserialport,name=virtme.stdout,chardev=stdout -chardev file,id=stderr,path=/proc/self/fd/2 -device virtio-serial-pci -device virtserialport,name=virtme.stderr,chardev=stderr -chardev file,id=dev_stdout,path=/proc/self/fd/1 -device virtio-serial-pci -device virtserialport,name=virtme.dev_stdout,chardev=dev_stdout -chardev file,id=dev_stderr,path=/proc/self/fd/2 -device virtio-serial-pci -device virtserialport,name=virtme.dev_stderr,chardev=dev_stderr -chardev file,id=ret,path=/tmp/virtme_retilee5tre -device virtio-serial-pci -device virtserialport,name=virtme.ret,chardev=ret -no-reboot -kernel bzImage -append 'nr_open=1048576 virtme_link_mods=/builds/linux-media/users/patchwork/artifacts/lib/modules/6.18.0-rc5+ virtme_rw_overlay0=/tmp console=ttyS0 earlyprintk=serial,ttyS0,115200 panic=-1 virtme.exec=`c2ggL21lZGlhLWNpL3Rlc3RkYXRhL3ZpcnRtZS90ZXN0LnNoIC9tZWRpYS1jaS90aGlyZF9wYXJ0eS92NGwtdXRpbHMgInZpdmlkIC1rbWVtbGVhayAtMzIi` virtme_root_user=1 rootfstype=9p rootflags=version=9p2000.L,trans=virtio,access=any raid=noautodetect ro debug init=/usr/lib/python3/dist-packages/virtme/guest/virtme-init'
Final Summary: 2140, Succeeded: 2140, Failed: 0, Warnings: 0
"/media-ci/test-virtme.sh " Completed!
Video input set to 3 (HDMI 002-0: Camera, ok)
Output set to 1
Thu Nov 13 11:36:04 UTC 2025
unbind vivid
[ 556.846770] unbind vivid
rmmod vivid
[ 567.481105] rmmod vivid
Thu Nov 13 11:36:31 UTC 2025
Summary:
Total for vivid device /dev/media0: 8, Succeeded: 8, Failed: 0, Warnings: 0
Total for vivid device /dev/video0: 169, Succeeded: 169, Failed: 0, Warnings: 0
Total for vivid device /dev/video1: 97, Succeeded: 97, Failed: 0, Warnings: 0
Total for vivid device /dev/vbi0: 169, Succeeded: 169, Failed: 0, Warnings: 0
Total for vivid device /dev/vbi1: 97, Succeeded: 97, Failed: 0, Warnings: 0
Total for vivid device /dev/swradio0: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vivid device /dev/radio0: 60, Succeeded: 60, Failed: 0, Warnings: 0
Total for vivid device /dev/radio1: 60, Succeeded: 60, Failed: 0, Warnings: 0
Total for vivid device /dev/video2: 169, Succeeded: 169, Failed: 0, Warnings: 0
Total for vivid device /dev/video3: 97, Succeeded: 97, Failed: 0, Warnings: 0
Total for vivid device /dev/v4l-touch0: 61, Succeeded: 61, Failed: 0, Warnings: 0
Grand Total for vivid device /dev/media0: 1048, Succeeded: 1048, Failed: 0, Warnings: 0
Total for vivid device /dev/media1: 8, Succeeded: 8, Failed: 0, Warnings: 0
Total for vivid device /dev/video4: 169, Succeeded: 169, Failed: 0, Warnings: 0
Total for vivid device /dev/video5: 97, Succeeded: 97, Failed: 0, Warnings: 0
Total for vivid device /dev/vbi2: 169, Succeeded: 169, Failed: 0, Warnings: 0
Total for vivid device /dev/vbi3: 97, Succeeded: 97, Failed: 0, Warnings: 0
Total for vivid device /dev/swradio1: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vivid device /dev/radio2: 60, Succeeded: 60, Failed: 0, Warnings: 0
Total for vivid device /dev/radio3: 60, Succeeded: 60, Failed: 0, Warnings: 0
Total for vivid device /dev/video6: 169, Succeeded: 169, Failed: 0, Warnings: 0
Total for vivid device /dev/video7: 97, Succeeded: 97, Failed: 0, Warnings: 0
Total for vivid device /dev/v4l-touch1: 61, Succeeded: 61, Failed: 0, Warnings: 0
Grand Total for vivid device /dev/media1: 1048, Succeeded: 1048, Failed: 0, Warnings: 0
Final Summary: 2096, Succeeded: 2096, Failed: 0, Warnings: 0
Thu Nov 13 11:36:32 UTC 2025
Thu Nov 13 11:36:33 UTC 2025
echo b >/proc/sysrq-trigger
[ 586.016395] sysrq: Resetting
/usr/bin/qemu-system-x86_64 -m 6G -fsdev local,id=virtfs3,path=/,security_model=none,readonly=on,multidevs=remap -device virtio-9p-pci,fsdev=virtfs3,mount_tag=/dev/root -machine accel=kvm:tcg -device i6300esb,id=watchdog0 -cpu host -parallel none -net none -smp 3 -vga none -display none -serial chardev:console -chardev file,id=console,path=/proc/self/fd/2 -chardev stdio,id=stdin,signal=on,mux=off -device virtio-serial-pci -device virtserialport,name=virtme.stdin,chardev=stdin -chardev file,id=stdout,path=/proc/self/fd/1 -device virtio-serial-pci -device virtserialport,name=virtme.stdout,chardev=stdout -chardev file,id=stderr,path=/proc/self/fd/2 -device virtio-serial-pci -device virtserialport,name=virtme.stderr,chardev=stderr -chardev file,id=dev_stdout,path=/proc/self/fd/1 -device virtio-serial-pci -device virtserialport,name=virtme.dev_stdout,chardev=dev_stdout -chardev file,id=dev_stderr,path=/proc/self/fd/2 -device virtio-serial-pci -device virtserialport,name=virtme.dev_stderr,chardev=dev_stderr -chardev file,id=ret,path=/tmp/virtme_retnsop0my1 -device virtio-serial-pci -device virtserialport,name=virtme.ret,chardev=ret -no-reboot -kernel bzImage -append 'nr_open=1048576 virtme_link_mods=/builds/linux-media/users/patchwork/artifacts/lib/modules/6.18.0-rc5+ virtme_rw_overlay0=/tmp console=ttyS0 earlyprintk=serial,ttyS0,115200 panic=-1 virtme.exec=`c2ggL21lZGlhLWNpL3Rlc3RkYXRhL3ZpcnRtZS90ZXN0LnNoIC9tZWRpYS1jaS90aGlyZF9wYXJ0eS92NGwtdXRpbHMgInZpdmlkIC1rbWVtbGVhayI=` virtme_root_user=1 rootfstype=9p rootflags=version=9p2000.L,trans=virtio,access=any raid=noautodetect ro debug init=/usr/lib/python3/dist-packages/virtme/guest/virtme-init'
Final Summary: 2096, Succeeded: 2096, Failed: 0, Warnings: 0
"/media-ci/test-virtme.sh " Completed!
Total for vimc device /dev/v4l-subdev1: 55, Succeeded: 55, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev2: 62, Succeeded: 62, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev3: 62, Succeeded: 62, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev4: 55, Succeeded: 55, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev5: 62, Succeeded: 62, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev6: 48, Succeeded: 48, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev7: 48, Succeeded: 48, Failed: 0, Warnings: 0
Grand Total for vimc device /dev/media3: 638, Succeeded: 638, Failed: 0, Warnings: 0
Total for vicodec device /dev/media3: 8, Succeeded: 8, Failed: 0, Warnings: 0
Total for vicodec device /dev/video12: 50, Succeeded: 50, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 50, Succeeded: 50, Failed: 0, Warnings: 0
Total for vicodec device /dev/video14: 50, Succeeded: 50, Failed: 0, Warnings: 0
Grand Total for vicodec device /dev/media3: 158, Succeeded: 158, Failed: 0, Warnings: 0
Total for vicodec device /dev/video12: 57, Succeeded: 57, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 57, Succeeded: 57, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 57, Succeeded: 57, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 57, Succeeded: 57, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 57, Succeeded: 57, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 57, Succeeded: 57, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 57, Succeeded: 57, Failed: 0, Warnings: 0
Total for vicodec cmp tests: 3, Succeeded: 3, Failed: 0, Warnings: 0
Total for visl device /dev/media3: 8, Succeeded: 8, Failed: 0, Warnings: 0
Total for visl device /dev/video12: 59, Succeeded: 59, Failed: 0, Warnings: 0
Grand Total for visl device /dev/media3: 67, Succeeded: 67, Failed: 0, Warnings: 0
Total for vidtv device /dev/media4: 8, Succeeded: 8, Failed: 0, Warnings: 0
Grand Total for vidtv device /dev/media4: 8, Succeeded: 8, Failed: 0, Warnings: 0
Final Summary: 1411, Succeeded: 1411, Failed: 0, Warnings: 0
Thu Nov 13 11:41:21 UTC 2025
Thu Nov 13 11:41:21 UTC 2025
[ 865.353622] sysrq: Res
echo b >/proc/sysrq-trigger
etting
/usr/bin/qemu-system-x86_64 -m 6G -fsdev local,id=virtfs3,path=/,security_model=none,readonly=on,multidevs=remap -device virtio-9p-pci,fsdev=virtfs3,mount_tag=/dev/root -machine accel=kvm:tcg -device i6300esb,id=watchdog0 -cpu host -parallel none -net none -smp 3 -vga none -display none -serial chardev:console -chardev file,id=console,path=/proc/self/fd/2 -chardev stdio,id=stdin,signal=on,mux=off -device virtio-serial-pci -device virtserialport,name=virtme.stdin,chardev=stdin -chardev file,id=stdout,path=/proc/self/fd/1 -device virtio-serial-pci -device virtserialport,name=virtme.stdout,chardev=stdout -chardev file,id=stderr,path=/proc/self/fd/2 -device virtio-serial-pci -device virtserialport,name=virtme.stderr,chardev=stderr -chardev file,id=dev_stdout,path=/proc/self/fd/1 -device virtio-serial-pci -device virtserialport,name=virtme.dev_stdout,chardev=dev_stdout -chardev file,id=dev_stderr,path=/proc/self/fd/2 -device virtio-serial-pci -device virtserialport,name=virtme.dev_stderr,chardev=dev_stderr -chardev file,id=ret,path=/tmp/virtme_rethusqkvwt -device virtio-serial-pci -device virtserialport,name=virtme.ret,chardev=ret -no-reboot -kernel bzImage -append 'nr_open=1048576 virtme_link_mods=/builds/linux-media/users/patchwork/artifacts/lib/modules/6.18.0-rc5+ virtme_rw_overlay0=/tmp console=ttyS0 earlyprintk=serial,ttyS0,115200 panic=-1 virtme.exec=`c2ggL21lZGlhLWNpL3Rlc3RkYXRhL3ZpcnRtZS90ZXN0LnNoIC9tZWRpYS1jaS90aGlyZF9wYXJ0eS92NGwtdXRpbHMgInZpbTJtIHZpbWMgdmljb2RlYyB2aWR0diB2aXNsIC1rbWVtbGVhayAtMzIi` virtme_root_user=1 rootfstype=9p rootflags=version=9p2000.L,trans=virtio,access=any raid=noautodetect ro debug init=/usr/lib/python3/dist-packages/virtme/guest/virtme-init'
Final Summary: 1411, Succeeded: 1411, Failed: 0, Warnings: 0
"/media-ci/test-virtme.sh " Completed!
Total for vimc device /dev/v4l-subdev1: 54, Succeeded: 54, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev2: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev3: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev4: 54, Succeeded: 54, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev5: 61, Succeeded: 61, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev6: 47, Succeeded: 47, Failed: 0, Warnings: 0
Total for vimc device /dev/v4l-subdev7: 47, Succeeded: 47, Failed: 0, Warnings: 0
Grand Total for vimc device /dev/media3: 627, Succeeded: 627, Failed: 0, Warnings: 0
Total for vicodec device /dev/media3: 8, Succeeded: 8, Failed: 0, Warnings: 0
Total for vicodec device /dev/video12: 49, Succeeded: 49, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 49, Succeeded: 49, Failed: 0, Warnings: 0
Total for vicodec device /dev/video14: 49, Succeeded: 49, Failed: 0, Warnings: 0
Grand Total for vicodec device /dev/media3: 155, Succeeded: 155, Failed: 0, Warnings: 0
Total for vicodec device /dev/video12: 56, Succeeded: 56, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 56, Succeeded: 56, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 56, Succeeded: 56, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 56, Succeeded: 56, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 56, Succeeded: 56, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 56, Succeeded: 56, Failed: 0, Warnings: 0
Total for vicodec device /dev/video13: 56, Succeeded: 56, Failed: 0, Warnings: 0
Total for vicodec cmp tests: 3, Succeeded: 3, Failed: 0, Warnings: 0
Total for visl device /dev/media3: 8, Succeeded: 8, Failed: 0, Warnings: 0
Total for visl device /dev/video12: 58, Succeeded: 58, Failed: 0, Warnings: 0
Grand Total for visl device /dev/media3: 66, Succeeded: 66, Failed: 0, Warnings: 0
Total for vidtv device /dev/media4: 8, Succeeded: 8, Failed: 0, Warnings: 0
Grand Total for vidtv device /dev/media4: 8, Succeeded: 8, Failed: 0, Warnings: 0
Final Summary: 1387, Succeeded: 1387, Failed: 0, Warnings: 0
Thu Nov 13 11:41:10 UTC 2025
Thu Nov 13 11:41:10 UTC 2025
echo b >/proc/sysrq-trigger
[ 860.571288] sysrq: Resetting
/usr/bin/qemu-system-x86_64 -m 6G -fsdev local,id=virtfs3,path=/,security_model=none,readonly=on,multidevs=remap -device virtio-9p-pci,fsdev=virtfs3,mount_tag=/dev/root -machine accel=kvm:tcg -device i6300esb,id=watchdog0 -cpu host -parallel none -net none -smp 3 -vga none -display none -serial chardev:console -chardev file,id=console,path=/proc/self/fd/2 -chardev stdio,id=stdin,signal=on,mux=off -device virtio-serial-pci -device virtserialport,name=virtme.stdin,chardev=stdin -chardev file,id=stdout,path=/proc/self/fd/1 -device virtio-serial-pci -device virtserialport,name=virtme.stdout,chardev=stdout -chardev file,id=stderr,path=/proc/self/fd/2 -device virtio-serial-pci -device virtserialport,name=virtme.stderr,chardev=stderr -chardev file,id=dev_stdout,path=/proc/self/fd/1 -device virtio-serial-pci -device virtserialport,name=virtme.dev_stdout,chardev=dev_stdout -chardev file,id=dev_stderr,path=/proc/self/fd/2 -device virtio-serial-pci -device virtserialport,name=virtme.dev_stderr,chardev=dev_stderr -chardev file,id=ret,path=/tmp/virtme_ret9k9_arm9 -device virtio-serial-pci -device virtserialport,name=virtme.ret,chardev=ret -no-reboot -kernel bzImage -append 'nr_open=1048576 virtme_link_mods=/builds/linux-media/users/patchwork/artifacts/lib/modules/6.18.0-rc5+ virtme_rw_overlay0=/tmp console=ttyS0 earlyprintk=serial,ttyS0,115200 panic=-1 virtme.exec=`c2ggL21lZGlhLWNpL3Rlc3RkYXRhL3ZpcnRtZS90ZXN0LnNoIC9tZWRpYS1jaS90aGlyZF9wYXJ0eS92NGwtdXRpbHMgInZpbTJtIHZpbWMgdmljb2RlYyB2aWR0diB2aXNsIC1rbWVtbGVhayI=` virtme_root_user=1 rootfstype=9p rootflags=version=9p2000.L,trans=virtio,access=any raid=noautodetect ro debug init=/usr/lib/python3/dist-packages/virtme/guest/virtme-init'
Final Summary: 1387, Succeeded: 1387, Failed: 0, Warnings: 0
"/media-ci/test-virtme.sh " Completed!
HEAD is up to date.
AR drivers/media/usb/pvrusb2/built-in.a
AR drivers/media/usb/built-in.a
CC drivers/media/platform/ti/omap3isp/isph3a_aewb.o
CC drivers/media/i2c/ov772x.o
CC drivers/media/platform/ti/omap3isp/isph3a_af.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_vp8_dec.o
CC drivers/media/dvb-frontends/tda8083.o
CC drivers/media/dvb-frontends/tda8261.o
CC drivers/media/platform/ti/omap3isp/isphist.o
CC drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.o
CC drivers/media/dvb-frontends/tda826x.o
CC drivers/media/i2c/ov7740.o
CC drivers/media/i2c/ov8856.o
CC drivers/media/platform/verisilicon/rockchip_av1_filmgrain.o
CC drivers/media/dvb-frontends/ts2020.o
CC drivers/media/dvb-frontends/tua6100.o
CC drivers/media/i2c/ov8858.o
CC drivers/media/platform/verisilicon/rockchip_av1_entropymode.o
CC drivers/media/dvb-frontends/cx24113.o
CC drivers/media/i2c/ov8865.o
CC drivers/media/dvb-frontends/dib0070.o
CC drivers/media/platform/verisilicon/rockchip_vpu_hw.o
CC drivers/media/dvb-frontends/dib0090.o
CC drivers/media/i2c/ov9282.o
CC drivers/media/platform/verisilicon/sunxi_vpu_hw.o
AR drivers/media/platform/ti/omap3isp/built-in.a
AR drivers/media/platform/ti/built-in.a
CC drivers/media/platform/verisilicon/stm32mp25_vpu_hw.o
CC drivers/media/i2c/ov9640.o
CC drivers/media/dvb-frontends/itd1000.o
CC drivers/media/i2c/ov9650.o
CC drivers/media/dvb-frontends/ves1820.o
CC drivers/media/i2c/ov9734.o
CC drivers/media/dvb-frontends/ves1x93.o
CC drivers/media/dvb-frontends/zd1301_demod.o
CC drivers/media/i2c/rdacm20.o
CC drivers/media/dvb-frontends/zl10036.o
CC drivers/media/i2c/rdacm21.o
CC drivers/media/dvb-frontends/zl10039.o
CC drivers/media/i2c/rj54n1cb0c.o
CC drivers/media/dvb-frontends/zl10353.o
CC drivers/media/i2c/s5c73m3/s5c73m3-core.o
CC drivers/media/i2c/s5k5baf.o
CC drivers/media/i2c/s5k6a3.o
CC drivers/media/i2c/s5c73m3/s5c73m3-spi.o
CC drivers/media/i2c/s5c73m3/s5c73m3-ctrls.o
CC drivers/media/i2c/saa6588.o
CC drivers/media/i2c/saa6752hs.o
CC drivers/media/i2c/saa7110.o
CC drivers/media/i2c/saa7115.o
CC drivers/media/i2c/saa7127.o
CC drivers/media/i2c/saa717x.o
CC drivers/media/i2c/saa7185.o
CC drivers/media/i2c/sony-btf-mpx.o
CC drivers/media/i2c/st-mipid02.o
AR drivers/media/dvb-frontends/built-in.a
CC drivers/media/i2c/tc358743.o
CC drivers/media/i2c/tc358746.o
CC drivers/media/i2c/tda1997x.o
CC drivers/media/i2c/tda7432.o
CC drivers/media/i2c/tda9840.o
CC drivers/media/i2c/tea6415c.o
CC drivers/media/i2c/tea6420.o
CC drivers/media/i2c/thp7312.o
AR drivers/media/i2c/s5c73m3/built-in.a
CC drivers/media/i2c/ths7303.o
CC drivers/media/i2c/ths8200.o
CC drivers/media/i2c/tlv320aic23b.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/i2c/tvp514x.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/i2c/tw2804.o
CC drivers/media/i2c/tw9900.o
CC drivers/media/i2c/tw9903.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/i2c/upd64083.o
AR drivers/media/platform/verisilicon/built-in.a
AR drivers/media/platform/built-in.a
CC drivers/media/i2c/vd55g1.o
CC drivers/media/i2c/vd56g3.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/i2c/wm8739.o
CC drivers/media/i2c/wm8775.o
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
HDRINST usr/include/linux/rkisp1-config.h
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/rockchip/rkisp1/rkisp1-capture.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-common.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-csi.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-dev.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-isp.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-resizer.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-stats.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-params.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-debug.o
AR drivers/media/platform/rockchip/rkisp1/built-in.a
AR drivers/media/platform/rockchip/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
HDRINST usr/include/linux/media/amlogic/c3-isp-config.h
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/amlogic/c3/isp/c3-isp-params.o
CC drivers/media/platform/amlogic/c3/isp/c3-isp-stats.o
CC drivers/media/platform/amlogic/c3/isp/c3-isp-core.o
AR drivers/media/platform/amlogic/c3/isp/built-in.a
AR drivers/media/platform/amlogic/c3/built-in.a
AR drivers/media/platform/amlogic/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/v4l2-core/v4l2-isp.o
CC drivers/media/platform/rockchip/rkisp1/rkisp1-params.o
AR drivers/media/v4l2-core/built-in.a
AR drivers/media/platform/rockchip/rkisp1/built-in.a
AR drivers/media/platform/rockchip/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/amlogic/c3/isp/c3-isp-params.o
AR drivers/media/platform/amlogic/c3/isp/built-in.a
AR drivers/media/platform/amlogic/c3/built-in.a
AR drivers/media/platform/amlogic/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
CC drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.o
CC drivers/media/i2c/ov08x40.o
AR drivers/media/platform/ti/omap3isp/built-in.a
AR drivers/media/platform/ti/built-in.a
CC drivers/staging/media/atomisp/pci/runtime/pipeline/src/pipeline.o
CC drivers/media/i2c/ov13858.o
CC drivers/media/i2c/ov13b10.o
CC drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr_vbuf.o
CC drivers/media/i2c/ov2640.o
CC drivers/staging/media/atomisp/pci/runtime/spctrl/src/spctrl.o
CC drivers/media/i2c/ov2659.o
CC drivers/media/i2c/ov2680.o
CC drivers/staging/media/atomisp/pci/runtime/timer/src/timer.o
CC drivers/media/i2c/ov2685.o
CC drivers/media/i2c/ov2735.o
CC drivers/media/i2c/ov2740.o
CC drivers/media/i2c/ov4689.o
CC drivers/media/i2c/ov5640.o
CC drivers/media/i2c/ov5645.o
CC drivers/media/i2c/ov5647.o
CC drivers/media/i2c/ov5648.o
CC drivers/media/i2c/ov5670.o
CC drivers/media/i2c/ov5675.o
CC drivers/media/i2c/ov5693.o
CC drivers/media/i2c/ov5695.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.o
CC drivers/media/i2c/ov6211.o
CC drivers/media/i2c/ov64a40.o
CC drivers/media/i2c/ov7251.o
CC drivers/media/i2c/ov7640.o
CC drivers/media/i2c/ov7670.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
CC drivers/media/i2c/ov772x.o
CC drivers/media/i2c/ov7740.o
CC drivers/media/i2c/ov8856.o
CC drivers/media/i2c/ov8858.o
CC drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
CC drivers/media/i2c/ov8865.o
CC drivers/media/i2c/ov9282.o
CC drivers/media/i2c/ov9640.o
CC drivers/media/i2c/ov9650.o
CC drivers/media/i2c/ov9734.o
CC drivers/media/i2c/rdacm20.o
CC drivers/media/i2c/rdacm21.o
CC drivers/media/i2c/rj54n1cb0c.o
AR drivers/media/platform/verisilicon/built-in.a
AR drivers/media/platform/built-in.a
CC drivers/media/i2c/s5c73m3/s5c73m3-core.o
CC drivers/media/i2c/s5k5baf.o
CC drivers/media/i2c/s5k6a3.o
CC drivers/media/i2c/s5c73m3/s5c73m3-spi.o
CC drivers/media/i2c/saa6588.o
CC drivers/media/i2c/saa6752hs.o
CC drivers/media/i2c/s5c73m3/s5c73m3-ctrls.o
CC drivers/media/i2c/saa7110.o
CC drivers/media/i2c/saa7115.o
AR drivers/staging/media/atomisp/built-in.a
CC drivers/media/i2c/saa7127.o
AR drivers/staging/media/built-in.a
CC drivers/media/i2c/saa717x.o
CC drivers/media/i2c/saa7185.o
CC drivers/media/i2c/sony-btf-mpx.o
CC drivers/media/i2c/st-mipid02.o
CC drivers/media/i2c/tc358743.o
CC drivers/media/i2c/tc358746.o
CC drivers/media/i2c/tda1997x.o
CC drivers/media/i2c/tda7432.o
CC drivers/media/i2c/tda9840.o
CC drivers/media/i2c/tea6415c.o
CC drivers/media/i2c/tea6420.o
CC drivers/media/i2c/thp7312.o
AR drivers/media/i2c/s5c73m3/built-in.a
CC drivers/media/i2c/ths7303.o
CC drivers/media/i2c/ths8200.o
CC drivers/media/i2c/tlv320aic23b.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/i2c/tvp514x.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/i2c/tw2804.o
CC drivers/media/i2c/tw9900.o
CC drivers/media/i2c/tw9903.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/i2c/upd64083.o
CC drivers/media/i2c/vd55g1.o
CC drivers/media/i2c/vd56g3.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/i2c/wm8739.o
CC drivers/media/i2c/wm8775.o
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
CC drivers/staging/media/atomisp/pci/runtime/isys/src/isys_dma_rmgr.o
CC drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.o
CC drivers/media/i2c/ov5675.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/isys_init.o
CC drivers/media/i2c/ov5693.o
CC drivers/media/platform/verisilicon/rockchip_av1_entropymode.o
CC drivers/media/i2c/ov5695.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/isys_stream2mmio_rmgr.o
CC drivers/media/i2c/ov6211.o
CC drivers/media/platform/verisilicon/rockchip_vpu_hw.o
CC drivers/media/platform/verisilicon/sunxi_vpu_hw.o
CC drivers/media/i2c/ov64a40.o
CC drivers/media/i2c/ov7251.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/rx.o
CC drivers/media/platform/verisilicon/stm32mp25_vpu_hw.o
CC drivers/media/i2c/ov7640.o
CC drivers/media/i2c/ov7670.o
CC drivers/media/i2c/ov772x.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.o
CC drivers/staging/media/atomisp/pci/runtime/pipeline/src/pipeline.o
CC drivers/media/i2c/ov7740.o
CC drivers/media/i2c/ov8856.o
CC drivers/media/i2c/ov8858.o
CC drivers/media/i2c/ov8865.o
CC drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr_vbuf.o
CC drivers/media/i2c/ov9282.o
CC drivers/staging/media/atomisp/pci/runtime/spctrl/src/spctrl.o
CC drivers/staging/media/atomisp/pci/runtime/timer/src/timer.o
CC drivers/media/i2c/ov9640.o
CC drivers/media/i2c/ov9650.o
CC drivers/media/i2c/ov9734.o
CC drivers/media/i2c/rdacm20.o
CC drivers/media/i2c/rdacm21.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.o
CC drivers/media/i2c/rj54n1cb0c.o
CC drivers/media/i2c/s5c73m3/s5c73m3-core.o
CC drivers/media/i2c/s5k5baf.o
CC drivers/media/i2c/s5k6a3.o
CC drivers/media/i2c/s5c73m3/s5c73m3-spi.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
CC drivers/media/i2c/saa6588.o
CC drivers/media/i2c/s5c73m3/s5c73m3-ctrls.o
CC drivers/media/i2c/saa6752hs.o
CC drivers/media/i2c/saa7110.o
CC drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
CC drivers/media/i2c/saa7115.o
CC drivers/media/i2c/saa7127.o
CC drivers/media/i2c/saa717x.o
CC drivers/media/i2c/saa7185.o
CC drivers/media/i2c/sony-btf-mpx.o
CC drivers/media/i2c/st-mipid02.o
CC drivers/media/i2c/tc358743.o
CC drivers/media/i2c/tc358746.o
CC drivers/media/i2c/tda1997x.o
CC drivers/media/i2c/tda7432.o
CC drivers/media/i2c/tda9840.o
AR drivers/media/i2c/s5c73m3/built-in.a
CC drivers/media/i2c/tea6415c.o
CC drivers/media/i2c/tea6420.o
CC drivers/media/i2c/thp7312.o
CC drivers/media/i2c/ths7303.o
CC drivers/media/i2c/ths8200.o
CC drivers/media/i2c/tlv320aic23b.o
AR drivers/staging/media/atomisp/built-in.a
AR drivers/staging/media/built-in.a
CC drivers/media/i2c/tvaudio.o
CC drivers/media/i2c/tvp514x.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/i2c/tw2804.o
AR drivers/media/platform/verisilicon/built-in.a
AR drivers/media/platform/built-in.a
CC drivers/media/i2c/tw9900.o
CC drivers/media/i2c/tw9903.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/i2c/upd64083.o
CC drivers/media/i2c/vd55g1.o
CC drivers/media/i2c/vd56g3.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/i2c/wm8739.o
CC drivers/media/i2c/wm8775.o
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
CC drivers/media/platform/verisilicon/sama5d4_vdec_hw.o
CC drivers/media/i2c/ov5670.o
CC drivers/media/usb/pvrusb2/pvrusb2-sysfs.o
CC drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_jpeg_enc.o
CC drivers/media/usb/pvrusb2/pvrusb2-debugifc.o
CC drivers/media/i2c/ov5675.o
CC drivers/media/i2c/ov5693.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_h264_dec.o
CC drivers/media/i2c/ov5695.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.o
AR drivers/media/platform/ti/omap3isp/built-in.a
AR drivers/media/platform/ti/built-in.a
CC drivers/media/i2c/ov6211.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_vp8_dec.o
CC drivers/media/i2c/ov64a40.o
CC drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
CC drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.o
CC drivers/media/i2c/ov7251.o
AR drivers/media/usb/pvrusb2/built-in.a
AR drivers/media/usb/built-in.a
CC drivers/media/i2c/ov7640.o
CC drivers/media/platform/verisilicon/rockchip_av1_entropymode.o
CC drivers/media/i2c/ov7670.o
CC drivers/media/i2c/ov772x.o
CC drivers/media/i2c/ov7740.o
CC drivers/media/platform/verisilicon/rockchip_vpu_hw.o
CC drivers/media/i2c/ov8856.o
CC drivers/media/platform/verisilicon/sunxi_vpu_hw.o
CC drivers/media/platform/verisilicon/stm32mp25_vpu_hw.o
CC drivers/media/i2c/ov8858.o
CC drivers/media/i2c/ov8865.o
CC drivers/media/i2c/ov9282.o
CC drivers/media/i2c/ov9640.o
CC drivers/media/i2c/ov9650.o
AR drivers/staging/media/atomisp/built-in.a
AR drivers/staging/media/built-in.a
CC drivers/media/i2c/ov9734.o
CC drivers/media/i2c/rdacm20.o
CC drivers/media/i2c/rdacm21.o
CC drivers/media/i2c/rj54n1cb0c.o
CC drivers/media/i2c/s5k5baf.o
CC drivers/media/i2c/s5k6a3.o
CC drivers/media/i2c/s5c73m3/s5c73m3-core.o
CC drivers/media/i2c/saa6588.o
CC drivers/media/i2c/saa6752hs.o
CC drivers/media/i2c/s5c73m3/s5c73m3-spi.o
CC drivers/media/i2c/saa7110.o
CC drivers/media/i2c/s5c73m3/s5c73m3-ctrls.o
CC drivers/media/i2c/saa7115.o
CC drivers/media/i2c/saa7127.o
CC drivers/media/i2c/saa717x.o
CC drivers/media/i2c/saa7185.o
CC drivers/media/i2c/sony-btf-mpx.o
CC drivers/media/i2c/st-mipid02.o
CC drivers/media/i2c/tc358743.o
CC drivers/media/i2c/tc358746.o
CC drivers/media/i2c/tda1997x.o
CC drivers/media/i2c/tda7432.o
CC drivers/media/i2c/tda9840.o
CC drivers/media/i2c/tea6415c.o
CC drivers/media/i2c/tea6420.o
AR drivers/media/i2c/s5c73m3/built-in.a
CC drivers/media/i2c/thp7312.o
CC drivers/media/i2c/ths7303.o
CC drivers/media/i2c/ths8200.o
CC drivers/media/i2c/tlv320aic23b.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/i2c/tvp514x.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/i2c/tw2804.o
CC drivers/media/i2c/tw9900.o
CC drivers/media/i2c/tw9903.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/i2c/upd64083.o
CC drivers/media/i2c/vd55g1.o
CC drivers/media/i2c/vd56g3.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/i2c/wm8739.o
CC drivers/media/i2c/wm8775.o
AR drivers/media/platform/verisilicon/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/arm/mali-c55/mali-c55-capture.o
CC drivers/media/platform/arm/mali-c55/mali-c55-core.o
CC drivers/media/platform/arm/mali-c55/mali-c55-isp.o
CC drivers/media/platform/arm/mali-c55/mali-c55-resizer.o
CC drivers/media/platform/arm/mali-c55/mali-c55-tpg.o
AR drivers/media/platform/arm/mali-c55/built-in.a
AR drivers/media/platform/arm/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
CC drivers/media/i2c/ov2685.o
CC drivers/media/platform/verisilicon/hantro_vp9.o
CC drivers/media/platform/ti/omap3isp/isphist.o
CC drivers/media/i2c/ov2735.o
CC drivers/media/platform/verisilicon/imx8m_vpu_hw.o
CC drivers/media/platform/verisilicon/sama5d4_vdec_hw.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_jpeg_enc.o
CC drivers/media/i2c/ov2740.o
CC drivers/media/i2c/ov4689.o
CC drivers/media/i2c/ov5640.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_h264_dec.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.o
CC drivers/media/i2c/ov5645.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_vp8_dec.o
CC drivers/media/i2c/ov5647.o
CC drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.o
CC drivers/media/i2c/ov5648.o
CC drivers/media/i2c/ov5670.o
CC drivers/media/platform/verisilicon/rockchip_av1_entropymode.o
CC drivers/media/i2c/ov5675.o
AR drivers/media/platform/ti/omap3isp/built-in.a
AR drivers/media/platform/ti/built-in.a
CC drivers/media/platform/verisilicon/rockchip_vpu_hw.o
CC drivers/media/i2c/ov5693.o
CC drivers/media/i2c/ov5695.o
CC drivers/media/i2c/ov6211.o
CC drivers/media/platform/verisilicon/sunxi_vpu_hw.o
CC drivers/media/i2c/ov64a40.o
CC drivers/media/platform/verisilicon/stm32mp25_vpu_hw.o
CC drivers/media/i2c/ov7251.o
CC drivers/media/i2c/ov7640.o
CC drivers/media/i2c/ov7670.o
CC drivers/media/i2c/ov772x.o
CC drivers/media/i2c/ov7740.o
CC drivers/media/i2c/ov8856.o
CC drivers/media/i2c/ov8858.o
CC drivers/media/i2c/ov8865.o
CC drivers/media/i2c/ov9282.o
CC drivers/media/i2c/ov9640.o
CC drivers/media/i2c/ov9650.o
CC drivers/media/i2c/ov9734.o
CC drivers/media/i2c/rdacm20.o
CC drivers/media/i2c/rdacm21.o
CC drivers/media/i2c/rj54n1cb0c.o
CC drivers/media/i2c/s5c73m3/s5c73m3-core.o
CC drivers/media/i2c/s5k5baf.o
CC drivers/media/i2c/s5k6a3.o
CC drivers/media/i2c/s5c73m3/s5c73m3-spi.o
CC drivers/media/i2c/s5c73m3/s5c73m3-ctrls.o
CC drivers/media/i2c/saa6588.o
CC drivers/media/i2c/saa6752hs.o
CC drivers/media/i2c/saa7110.o
CC drivers/media/i2c/saa7115.o
CC drivers/media/i2c/saa7127.o
CC drivers/media/i2c/saa717x.o
CC drivers/media/i2c/saa7185.o
CC drivers/media/i2c/sony-btf-mpx.o
CC drivers/media/i2c/st-mipid02.o
CC drivers/media/i2c/tc358743.o
CC drivers/media/i2c/tc358746.o
CC drivers/media/i2c/tda1997x.o
CC drivers/media/i2c/tda7432.o
CC drivers/media/i2c/tda9840.o
CC drivers/media/i2c/tea6415c.o
CC drivers/media/i2c/tea6420.o
CC drivers/media/i2c/thp7312.o
CC drivers/media/i2c/ths7303.o
AR drivers/media/i2c/s5c73m3/built-in.a
CC drivers/media/i2c/ths8200.o
CC drivers/media/i2c/tlv320aic23b.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/i2c/tvp514x.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/i2c/tw2804.o
CC drivers/media/i2c/tw9900.o
CC drivers/media/i2c/tw9903.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/i2c/upd64083.o
AR drivers/media/platform/verisilicon/built-in.a
AR drivers/media/platform/built-in.a
CC drivers/media/i2c/vd55g1.o
CC drivers/media/i2c/vd56g3.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/i2c/wm8739.o
CC drivers/media/i2c/wm8775.o
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
HDRINST usr/include/linux/media/arm/mali-c55-config.h
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/arm/mali-c55/mali-c55-isp.o
AR drivers/media/platform/arm/mali-c55/built-in.a
AR drivers/media/platform/arm/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/arm/mali-c55/mali-c55-capture.o
CC drivers/media/platform/arm/mali-c55/mali-c55-core.o
CC drivers/media/platform/arm/mali-c55/mali-c55-isp.o
CC drivers/media/platform/arm/mali-c55/mali-c55-resizer.o
CC drivers/media/platform/arm/mali-c55/mali-c55-stats.o
CC drivers/media/platform/arm/mali-c55/mali-c55-tpg.o
AR drivers/media/platform/arm/mali-c55/built-in.a
AR drivers/media/platform/arm/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
CC drivers/media/i2c/ov13b10.o
AR drivers/media/pci/ivtv/built-in.a
CC drivers/media/pci/zoran/zr36060.o
CC drivers/media/i2c/ov2640.o
CC drivers/media/i2c/ov2659.o
CC drivers/media/i2c/ov2680.o
CC drivers/staging/media/atomisp/pci/css_2401_system/host/isys_irq.o
CC drivers/media/usb/pvrusb2/pvrusb2-devattr.o
CC drivers/media/i2c/ov2685.o
CC drivers/media/usb/pvrusb2/pvrusb2-context.o
CC drivers/media/i2c/ov2735.o
CC drivers/media/i2c/ov2740.o
CC drivers/staging/media/atomisp/pci/atomisp_gmin_platform.o
CC drivers/media/i2c/ov4689.o
CC drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.o
CC drivers/media/i2c/ov5640.o
CC drivers/media/i2c/ov5645.o
CC drivers/media/usb/pvrusb2/pvrusb2-wm8775.o
CC drivers/media/i2c/ov5647.o
AR drivers/media/pci/zoran/built-in.a
CC drivers/media/usb/pvrusb2/pvrusb2-cs53l32a.o
AR drivers/media/pci/built-in.a
CC drivers/media/i2c/ov5648.o
CC drivers/media/i2c/ov5670.o
CC drivers/media/i2c/ov5675.o
CC drivers/media/usb/pvrusb2/pvrusb2-dvb.o
CC drivers/media/i2c/ov5693.o
CC drivers/media/i2c/ov5695.o
CC drivers/media/usb/pvrusb2/pvrusb2-sysfs.o
CC drivers/media/i2c/ov6211.o
CC drivers/media/usb/pvrusb2/pvrusb2-debugifc.o
CC drivers/media/i2c/ov64a40.o
CC drivers/media/i2c/ov7251.o
AR drivers/staging/media/atomisp/built-in.a
AR drivers/staging/media/built-in.a
CC drivers/media/i2c/ov7640.o
CC drivers/media/i2c/ov7670.o
CC drivers/media/i2c/ov772x.o
CC drivers/media/i2c/ov7740.o
CC drivers/media/i2c/ov8856.o
CC drivers/media/i2c/ov8858.o
CC drivers/media/i2c/ov8865.o
CC drivers/media/i2c/ov9282.o
CC drivers/media/i2c/ov9640.o
CC drivers/media/i2c/ov9650.o
CC drivers/media/i2c/ov9734.o
CC drivers/media/i2c/rdacm20.o
CC drivers/media/i2c/rdacm21.o
CC drivers/media/i2c/rj54n1cb0c.o
AR drivers/media/usb/pvrusb2/built-in.a
AR drivers/media/usb/built-in.a
CC drivers/media/i2c/s5c73m3/s5c73m3-core.o
CC drivers/media/i2c/s5k5baf.o
CC drivers/media/i2c/s5k6a3.o
CC drivers/media/i2c/s5c73m3/s5c73m3-spi.o
CC drivers/media/i2c/saa6588.o
CC drivers/media/i2c/saa6752hs.o
CC drivers/media/i2c/s5c73m3/s5c73m3-ctrls.o
CC drivers/media/i2c/saa7110.o
CC drivers/media/i2c/saa7115.o
CC drivers/media/i2c/saa7127.o
CC drivers/media/i2c/saa717x.o
CC drivers/media/i2c/saa7185.o
CC drivers/media/i2c/sony-btf-mpx.o
CC drivers/media/i2c/st-mipid02.o
CC drivers/media/i2c/tc358743.o
CC drivers/media/i2c/tc358746.o
CC drivers/media/i2c/tda1997x.o
CC drivers/media/i2c/tda7432.o
CC drivers/media/i2c/tda9840.o
CC drivers/media/i2c/tea6415c.o
CC drivers/media/i2c/tea6420.o
CC drivers/media/i2c/thp7312.o
AR drivers/media/i2c/s5c73m3/built-in.a
CC drivers/media/i2c/ths7303.o
CC drivers/media/i2c/ths8200.o
CC drivers/media/i2c/tlv320aic23b.o
CC drivers/media/i2c/tvaudio.o
CC drivers/media/i2c/tvp514x.o
CC drivers/media/i2c/tvp5150.o
CC drivers/media/i2c/tvp7002.o
CC drivers/media/i2c/tw2804.o
CC drivers/media/i2c/tw9900.o
CC drivers/media/i2c/tw9903.o
CC drivers/media/i2c/tw9906.o
CC drivers/media/i2c/tw9910.o
CC drivers/media/i2c/uda1342.o
CC drivers/media/i2c/upd64031a.o
CC drivers/media/i2c/upd64083.o
CC drivers/media/i2c/vd55g1.o
CC drivers/media/i2c/vd56g3.o
CC drivers/media/i2c/vgxy61.o
CC drivers/media/i2c/vp27smpx.o
CC drivers/media/i2c/vpx3220.o
CC drivers/media/i2c/wm8739.o
CC drivers/media/i2c/wm8775.o
AR drivers/media/i2c/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
HDRINST usr/include/linux/media/arm/mali-c55-config.h
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/arm/mali-c55/mali-c55-isp.o
CC drivers/media/platform/arm/mali-c55/mali-c55-stats.o
AR drivers/media/platform/arm/mali-c55/built-in.a
AR drivers/media/platform/arm/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/arm/mali-c55/mali-c55-capture.o
CC drivers/media/platform/arm/mali-c55/mali-c55-core.o
CC drivers/media/platform/arm/mali-c55/mali-c55-isp.o
CC drivers/media/platform/arm/mali-c55/mali-c55-params.o
CC drivers/media/platform/arm/mali-c55/mali-c55-resizer.o
CC drivers/media/platform/arm/mali-c55/mali-c55-stats.o
CC drivers/media/platform/arm/mali-c55/mali-c55-tpg.o
AR drivers/media/platform/arm/mali-c55/built-in.a
AR drivers/media/platform/arm/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
#
# configuration written to .config
#
#
# configuration written to .config
#
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0"
SYNC include/config/auto.conf
DESCEND objtool
INSTALL libsubcmd_headers
CALL scripts/checksyscalls.sh
CC drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.o
CC drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-subdev.o
CC drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.o
AR drivers/media/platform/renesas/rzv2h-ivc/built-in.a
AR drivers/media/platform/renesas/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-build.sh --ignore_warnings 1" Completed!
"/media-ci/test-misc.sh " Completed!
"/media-ci/test-kernel-doc.sh " Completed!
Using alabaster theme
Python version: 3.13.5
Docutils version: 0.21.2
source directory: media
Using Python kernel-doc
"/media-ci/test-spec.sh " Completed!
Using alabaster theme
LaTeX Warning: Hyper reference `userspace-api/v4l/metafmt-rkisp1:v4l2-meta-fmt-
rk-isp1-ext-params' on page 1817 undefined on input line 243412.
[1817]
[1818]
Underfull \hbox (badness 10000) in paragraph at lines 243465--243469
[]\TU/DejaVuSerif(0)/m/n/10.95 The resizer’s sink pad \TU/DejaVuSerif(0)/m/it/1
0.95 rkisp1_resizer_selfpath \TU/DejaVuSerif(0)/m/n/10.95 should be configured
to format
Underfull \hbox (badness 10000) in paragraph at lines 243470--243475
[]\TU/DejaVuSerif(0)/m/n/10.95 The source pad of the resizer, \TU/DejaVuSerif(0
)/m/it/10.95 rkisp1_resizer_selfpath:1 \TU/DejaVuSerif(0)/m/n/10.95 is configur
ed to format
Underfull \hbox (badness 10000) in paragraph at lines 243524--243530
\TU/DejaVuSerif(0)/m/n/10.95 The Raspberry Pi PiSP Camera Front End (rp1-cfe) d
river is located under
[1819]
[1820]
[1821]
[1822]
[1823]
[1824]
[1825]
[1826]
[1827]
Underfull \hbox (badness 10000) in paragraph at lines 244232--244235
[]\TU/DejaVuSerif(0)/m/n/10.95 The \TU/DejaVuSansMono(0)/m/n/10.95 struct si471
3_rnl \TU/DejaVuSerif(0)/m/n/10.95 and SI4713_IOC_MEASURE_RNL are defined under
in-
Underfull \hbox (badness 10000) in paragraph at lines 244448--244448
[]|\TU/DejaVuSerif(0)/m/n/10.95 soft-
Package tabulary Warning: tymin too large (218.99994pt), resetting to 153.42097
pt on input line 244448.
Underfull \hbox (badness 10000) in paragraph at lines 244448--244448
[]|\TU/DejaVuSerif(0)/m/n/10.95 soft-
[1828]
Underfull \hbox (badness 10000) in paragraph at lines 244507--244507
[]|\TU/DejaVuSerif(0)/m/n/10.95 uncor-
Package tabulary Warning: tymin too large (218.99994pt), resetting to 153.42097
pt on input line 244507.
Underfull \hbox (badness 10000) in paragraph at lines 244507--244507
[]|\TU/DejaVuSerif(0)/m/n/10.95 uncor-
Package tabulary Warning: tymin too large (218.99994pt), resetting to 153.42097
pt on input line 244623.
Package tabulary Warning: tymin too large (218.99994pt), resetting to 153.42097
pt on input line 244946.
Package tabulary Warning: No suitable columns! on input line 244946.
[1829]
[1830]
[1831]
[1832]
[1833]
[1834]
Underfull \hbox (badness 10000) in paragraph at lines 245284--245288
[]\TU/DejaVuSerif(0)/m/n/10.95 bitstream_trace_frame_start, bitstream_trace_nfr
ames: Similar to
[1835]
[1836]
Underfull \hbox (badness 10000) in paragraph at lines 245410--245415
\TU/DejaVuSerif(0)/m/n/10.95 If the \TU/DejaVuSerif(0)/b/n/10.95 VISL_DEBUGFS \
TU/DejaVuSerif(0)/m/n/10.95 Kconfig is enabled, visl will populate
[1837]
[1838]
[1839]
[1840]
[1841]
[1842]
[1843]
[1844]
[1845]
[1846]
[1847]
[1848]
[1849]
Underfull \hbox (badness 10000) in paragraph at lines 246731--246734
[]\TU/DejaVuSerif(0)/m/n/10.95 Changing the transfer function will result in th
e
Underfull \hbox (badness 10000) in paragraph at lines 246746--246749
[]\TU/DejaVuSerif(0)/m/n/10.95 Changing the Y’CbCr encoding will result in the
[1850]
[1851]
[1852]
LaTeX Warning: Hyper reference `driver-api/v4l2-videobuf2:c.vb2_queue_error' on
page 1853 undefined on input line 247061.
[1853]
[1854]
[1855]
[1856]
[1857]
[1858]
[1859]
[1860]
[1861]
Package tabulary Warning: No suitable columns! on input line 247996.
[1862]
[1863]
[1864]
[1865]
Underfull \hbox (badness 10000) in paragraph at lines 248419--248421
[]\TU/DejaVuSansMono(0)/m/n/10.95 Multimedia support \TU/DejaVuSerif(0)/m/n/10.
95 => \TU/DejaVuSansMono(0)/m/n/10.95 Customise analog and hybrid tuner modules
to
[1866]
[1867]
[1868]
Chapter 4.
No file media.ind.
Package longtable Warning: Table widths have changed. Rerun LaTeX.
[1869] (./media.aux)
LaTeX Warning: There were undefined references.
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
Package rerunfilecheck Warning: File `media.out' has changed.
(rerunfilecheck) Rerun to get outlines right
(rerunfilecheck) or use package `bookmark'.
)
(see the transcript file for additional information)
Output written on media.pdf (1873 pages).
Transcript written on media.log.
"/media-ci/test-spec.sh --doc_target pdfdocs --ignore_warnings 1" Completed!
Using alabaster theme
WARNING: Error #1 when calling: /usr/bin/convert /builds/linux-media/users/patchwork/Documentation/media/userspace-api/v4l/selection.svg /builds/linux-media/users/patchwork/Documentation/output/media/latex/selection.pdf
WARNING: Warning msg from convert(1): convert: unrecognized color `dt' @ warning/color.c/GetColorCompliance/1064.
convert: non-conforming drawing primitive definition `fill' @ error/draw.c/RenderMVGContent/4548.
convert: unrecognized color `w' @ warning/color.c/GetColorCompliance/1064.
convert: unrecognized color `dt' @ warning/color.c/GetColorCompliance/1064.
convert: unrecognized color `w' @ warning/color.c/GetColorCompliance/1064.
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/confdata.o
HOSTCC scripts/kconfig/expr.o
LEX scripts/kconfig/lexer.lex.c
YACC scripts/kconfig/parser.tab.[ch]
HOSTCC scripts/kconfig/lexer.lex.o
HOSTCC scripts/kconfig/menu.o
HOSTCC scripts/kconfig/parser.tab.o
HOSTCC scripts/kconfig/preprocess.o
HOSTCC scripts/kconfig/symbol.o
HOSTCC scripts/kconfig/util.o
HOSTLD scripts/kconfig/conf
#
# configuration written to .config
#
"/media-ci/test-compile-all.sh " Completed!
CHECK drivers/media/platform/verisilicon/hantro_g2_hevc_dec.c
CHECK drivers/media/platform/ti/omap3isp/ispvideo.c
CHECK drivers/media/platform/ti/omap/omap_vout_vrfb.c
CHECK drivers/media/platform/verisilicon/hantro_g2_vp9_dec.c
CC drivers/media/platform/verisilicon/hantro_h264.o
CHECK drivers/media/platform/verisilicon/hantro_jpeg.c
CC drivers/media/platform/ti/omap3isp/ispcsiphy.o
AR drivers/media/platform/ti/davinci/built-in.a
CC drivers/media/platform/verisilicon/hantro_hevc.o
AR drivers/media/platform/ti/omap/built-in.a
CC drivers/media/platform/ti/omap3isp/ispccp2.o
CC drivers/media/platform/verisilicon/hantro_mpeg2.o
CHECK drivers/media/platform/verisilicon/hantro_h264.c
CHECK drivers/media/platform/ti/omap3isp/ispcsiphy.c
CHECK drivers/media/platform/verisilicon/hantro_hevc.c
CHECK drivers/media/platform/verisilicon/hantro_mpeg2.c
CHECK drivers/media/platform/ti/omap3isp/ispccp2.c
CC drivers/media/platform/ti/omap3isp/ispcsi2.o
CC drivers/media/platform/verisilicon/hantro_vp8.o
CC drivers/media/platform/ti/omap3isp/ispccdc.o
CC drivers/media/platform/verisilicon/hantro_vp9.o
CHECK drivers/media/platform/verisilicon/hantro_vp8.c
CHECK drivers/media/platform/verisilicon/hantro_vp9.c
CHECK drivers/media/platform/ti/omap3isp/ispcsi2.c
CC drivers/media/platform/ti/omap3isp/isppreview.o
CC drivers/media/platform/ti/omap3isp/ispresizer.o
CC drivers/media/platform/verisilicon/imx8m_vpu_hw.o
CC drivers/media/platform/ti/omap3isp/ispstat.o
CHECK drivers/media/platform/ti/omap3isp/ispccdc.c
CC drivers/media/platform/ti/omap3isp/isph3a_aewb.o
CHECK drivers/media/platform/verisilicon/imx8m_vpu_hw.c
CHECK drivers/media/platform/ti/omap3isp/ispstat.c
CHECK drivers/media/platform/ti/omap3isp/isph3a_aewb.c
CHECK drivers/media/platform/ti/omap3isp/ispresizer.c
CC drivers/media/platform/verisilicon/sama5d4_vdec_hw.o
CHECK drivers/media/platform/ti/omap3isp/isppreview.c
CHECK drivers/media/platform/verisilicon/sama5d4_vdec_hw.c
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_jpeg_enc.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_h264_dec.o
CC drivers/media/platform/ti/omap3isp/isph3a_af.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.o
CC drivers/media/platform/ti/omap3isp/isphist.o
CHECK drivers/media/platform/verisilicon/rockchip_vpu2_hw_jpeg_enc.c
CHECK drivers/media/platform/ti/omap3isp/isph3a_af.c
CHECK drivers/media/platform/verisilicon/rockchip_vpu2_hw_h264_dec.c
CHECK drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.c
CHECK drivers/media/platform/ti/omap3isp/isphist.c
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_vp8_dec.o
CC drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.o
CC drivers/media/platform/verisilicon/rockchip_av1_filmgrain.o
CC drivers/media/platform/verisilicon/rockchip_av1_entropymode.o
CHECK drivers/media/platform/verisilicon/rockchip_av1_filmgrain.c
CHECK drivers/media/platform/verisilicon/rockchip_vpu2_hw_vp8_dec.c
CC drivers/media/platform/verisilicon/rockchip_vpu_hw.o
CC drivers/media/platform/verisilicon/sunxi_vpu_hw.o
CHECK drivers/media/platform/verisilicon/rockchip_av1_entropymode.c
CC drivers/media/platform/verisilicon/stm32mp25_vpu_hw.o
CHECK drivers/media/platform/verisilicon/sunxi_vpu_hw.c
CHECK drivers/media/platform/verisilicon/rockchip_vpu_hw.c
CHECK drivers/media/platform/verisilicon/stm32mp25_vpu_hw.c
CHECK drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
AR drivers/media/platform/ti/omap3isp/built-in.a
AR drivers/media/platform/ti/built-in.a
AR drivers/media/platform/verisilicon/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-smatch.sh " Completed!
CHECK drivers/media/pci/zoran/zoran_driver.c
CHECK drivers/media/pci/zoran/zoran_card.c
CC drivers/media/pci/solo6x10/solo6x10-g723.o
AR drivers/media/pci/saa7164/built-in.a
CC drivers/media/platform/ti/omap3isp/ispstat.o
CC drivers/media/pci/zoran/zr36050.o
CHECK drivers/media/pci/zoran/videocodec.c
CHECK drivers/media/platform/ti/omap3isp/ispresizer.c
CHECK drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c
CC drivers/media/platform/verisilicon/hantro_jpeg.o
CC drivers/media/platform/ti/omap3isp/isph3a_aewb.o
CC drivers/media/platform/verisilicon/hantro_h264.o
CC drivers/media/pci/solo6x10/solo6x10-eeprom.o
CHECK drivers/media/platform/verisilicon/hantro_g2_vp9_dec.c
CHECK drivers/media/pci/solo6x10/solo6x10-g723.c
CHECK drivers/media/pci/zoran/zr36050.c
CHECK drivers/media/platform/ti/omap3isp/ispstat.c
CHECK drivers/media/platform/verisilicon/hantro_jpeg.c
CC drivers/media/pci/zoran/zr36016.o
CC drivers/media/platform/verisilicon/hantro_hevc.o
CHECK drivers/media/platform/ti/omap3isp/isph3a_aewb.c
CC drivers/media/platform/ti/omap3isp/isph3a_af.o
CHECK drivers/media/pci/solo6x10/solo6x10-eeprom.c
CHECK drivers/media/platform/verisilicon/hantro_h264.c
CC drivers/media/platform/ti/omap3isp/isphist.o
CC drivers/media/pci/zoran/zr36060.o
CC drivers/media/platform/verisilicon/hantro_mpeg2.o
AR drivers/media/pci/solo6x10/built-in.a
CC drivers/media/platform/verisilicon/hantro_vp8.o
CC drivers/media/platform/verisilicon/hantro_vp9.o
CHECK drivers/media/platform/verisilicon/hantro_hevc.c
CHECK drivers/media/pci/zoran/zr36016.c
CHECK drivers/media/platform/ti/omap3isp/isph3a_af.c
CHECK drivers/media/platform/ti/omap3isp/isphist.c
CHECK drivers/media/platform/verisilicon/hantro_mpeg2.c
CC drivers/media/platform/verisilicon/imx8m_vpu_hw.o
CC drivers/media/platform/verisilicon/sama5d4_vdec_hw.o
CHECK drivers/media/pci/zoran/zr36060.c
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_jpeg_enc.o
CHECK drivers/media/platform/verisilicon/hantro_vp9.c
CHECK drivers/media/platform/verisilicon/hantro_vp8.c
AR drivers/media/platform/ti/omap3isp/built-in.a
AR drivers/media/platform/ti/built-in.a
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_h264_dec.o
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.o
AR drivers/media/pci/zoran/built-in.a
AR drivers/media/pci/built-in.a
CC drivers/media/platform/verisilicon/rockchip_vpu2_hw_vp8_dec.o
CHECK drivers/media/platform/verisilicon/sama5d4_vdec_hw.c
CHECK drivers/media/platform/verisilicon/imx8m_vpu_hw.c
CC drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.o
CC drivers/media/platform/verisilicon/rockchip_av1_filmgrain.o
CHECK drivers/media/platform/verisilicon/rockchip_av1_filmgrain.c
CC drivers/media/platform/verisilicon/rockchip_av1_entropymode.o
CHECK drivers/media/platform/verisilicon/rockchip_vpu2_hw_jpeg_enc.c
CC drivers/media/platform/verisilicon/rockchip_vpu_hw.o
CC drivers/media/platform/verisilicon/sunxi_vpu_hw.o
CHECK drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.c
CHECK drivers/media/platform/verisilicon/rockchip_vpu2_hw_h264_dec.c
CC drivers/media/platform/verisilicon/stm32mp25_vpu_hw.o
CHECK drivers/media/platform/verisilicon/rockchip_vpu2_hw_vp8_dec.c
CHECK drivers/media/platform/verisilicon/sunxi_vpu_hw.c
CHECK drivers/media/platform/verisilicon/rockchip_vpu_hw.c
CHECK drivers/media/platform/verisilicon/rockchip_av1_entropymode.c
CHECK drivers/media/platform/verisilicon/stm32mp25_vpu_hw.c
CHECK drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c
AR drivers/media/platform/verisilicon/built-in.a
AR drivers/media/platform/built-in.a
AR drivers/media/built-in.a
"/media-ci/test-sparse.sh " Completed!
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file /builds/linux-media/users/patchwork/scripts/coccinelle/tests/doublebitand.cocci --no-includes --include-headers --patch /builds/linux-media/users/patchwork --dir . -I /builds/linux-media/users/patchwork/arch/x86/include -I /builds/linux-media/users/patchwork/arch/x86/include/generated -I /builds/linux-media/users/patchwork/include -I /builds/linux-media/users/patchwork/include -I /builds/linux-media/users/patchwork/arch/x86/include/uapi -I /builds/linux-media/users/patchwork/arch/x86/include/generated/uapi -I /builds/linux-media/users/patchwork/include/uapi -I /builds/linux-media/users/patchwork/include/generated/uapi --include /builds/linux-media/users/patchwork/include/linux/compiler-version.h --include /builds/linux-media/users/patchwork/include/linux/kconfig.h --jobs 4 --chunksize 1
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file /builds/linux-media/users/patchwork/scripts/coccinelle/tests/doubletest.cocci --no-includes --include-headers --patch /builds/linux-media/users/patchwork --dir . -I /builds/linux-media/users/patchwork/arch/x86/include -I /builds/linux-media/users/patchwork/arch/x86/include/generated -I /builds/linux-media/users/patchwork/include -I /builds/linux-media/users/patchwork/include -I /builds/linux-media/users/patchwork/arch/x86/include/uapi -I /builds/linux-media/users/patchwork/arch/x86/include/generated/uapi -I /builds/linux-media/users/patchwork/include/uapi -I /builds/linux-media/users/patchwork/include/generated/uapi --include /builds/linux-media/users/patchwork/include/linux/compiler-version.h --include /builds/linux-media/users/patchwork/include/linux/kconfig.h --jobs 4 --chunksize 1
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file /builds/linux-media/users/patchwork/scripts/coccinelle/tests/odd_ptr_err.cocci --no-includes --include-headers --patch /builds/linux-media/users/patchwork --dir . -I /builds/linux-media/users/patchwork/arch/x86/include -I /builds/linux-media/users/patchwork/arch/x86/include/generated -I /builds/linux-media/users/patchwork/include -I /builds/linux-media/users/patchwork/include -I /builds/linux-media/users/patchwork/arch/x86/include/uapi -I /builds/linux-media/users/patchwork/arch/x86/include/generated/uapi -I /builds/linux-media/users/patchwork/include/uapi -I /builds/linux-media/users/patchwork/include/generated/uapi --include /builds/linux-media/users/patchwork/include/linux/compiler-version.h --include /builds/linux-media/users/patchwork/include/linux/kconfig.h --jobs 4 --chunksize 1
/usr/bin/spatch -D report --no-show-diff --very-quiet --cocci-file /builds/linux-media/users/patchwork/scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci --all-includes --patch /builds/linux-media/users/patchwork --dir . -I /builds/linux-media/users/patchwork/arch/x86/include -I /builds/linux-media/users/patchwork/arch/x86/include/generated -I /builds/linux-media/users/patchwork/include -I /builds/linux-media/users/patchwork/include -I /builds/linux-media/users/patchwork/arch/x86/include/uapi -I /builds/linux-media/users/patchwork/arch/x86/include/generated/uapi -I /builds/linux-media/users/patchwork/include/uapi -I /builds/linux-media/users/patchwork/include/generated/uapi --include /builds/linux-media/users/patchwork/include/linux/compiler-version.h --include /builds/linux-media/users/patchwork/include/linux/kconfig.h --jobs 4 --chunksize 1
make[1]: Leaving directory '/builds/linux-media/users/patchwork/drivers/input/touchscreen'
"/media-ci/test-coccinelle.sh " Completed!
"/media-ci/test-pahole.sh --cross_compile x86_64-linux-gnu- --cross_compile32 i686-linux-gnu-" Completed!
"/media-ci/test-pahole.sh --cross_compile aarch64-linux-gnu- --cross_compile32 arm-linux-gnueabi-" Completed!
"/media-ci/test-pahole.sh --cross_compile powerpc64-linux-gnu- --cross_compile32 powerpc64-linux-gnu-" Completed!
Reading debug-info
WARNING: module version is not specified (-lver NUM)
Creating ABI dump
The object ABI has been dumped to:
./ABI.dump
Preparing, please wait ...
Comparing ABIs ...
Comparing APIs ...
Creating compatibility report ...
Binary compatibility: 100%
Source compatibility: 100%
Total binary compatibility problems: 0, warnings: 0
Total source compatibility problems: 0, warnings: 0
Report: compat_reports/abi-test.o/X_to_Y/compat_report.html
"/media-ci/test-abi-dumper.sh --arch x86_64 --cross_compile x86_64-linux-gnu-" Completed!
WARNING: module version is not specified (-lver NUM)
Reading debug-info
WARNING: module version is not specified (-lver NUM)
Creating ABI dump
The object ABI has been dumped to:
./ABI.dump
Preparing, please wait ...
Comparing ABIs ...
Comparing APIs ...
Creating compatibility report ...
Binary compatibility: 100%
Source compatibility: 100%
Total binary compatibility problems: 0, warnings: 0
Total source compatibility problems: 0, warnings: 0
Report: compat_reports/abi-test.o/X_to_Y/compat_report.html
"/media-ci/test-abi-dumper.sh --arch x86 --cross_compile i686-linux-gnu-" Completed!
WARNING: module version is not specified (-lver NUM)
Reading debug-info
WARNING: module version is not specified (-lver NUM)
Creating ABI dump
The object ABI has been dumped to:
./ABI.dump
Preparing, please wait ...
Comparing ABIs ...
Comparing APIs ...
Creating compatibility report ...
Binary compatibility: 100%
Source compatibility: 100%
Total binary compatibility problems: 0, warnings: 1
Total source compatibility problems: 0, warnings: 0
Report: compat_reports/abi-test.o/X_to_Y/compat_report.html
"/media-ci/test-abi-dumper.sh --arch arm --cross_compile arm-linux-gnueabi-" Completed!
WARNING: module version is not specified (-lver NUM)
Reading debug-info
WARNING: module version is not specified (-lver NUM)
Creating ABI dump
The object ABI has been dumped to:
./ABI.dump
Preparing, please wait ...
Comparing ABIs ...
Comparing APIs ...
Creating compatibility report ...
Binary compatibility: 100%
Source compatibility: 100%
Total binary compatibility problems: 0, warnings: 1
Total source compatibility problems: 0, warnings: 0
Report: compat_reports/abi-test.o/X_to_Y/compat_report.html
"/media-ci/test-abi-dumper.sh --arch powerpc --cross_compile powerpc64-linux-gnu-" Completed!
WARNING: module version is not specified (-lver NUM)
NOTE: Code based on https://gitlab.freedesktop.org/linux-media/media-committers.git next
"/media-ci/test-valid-ancestor.sh " Completed!
HEAD is up to date.
"/media-ci/test-media-patchstyle.sh --patch ./0001-media-uapi-Introduce-V4L2-generic-ISP-types.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0002-media-uapi-Convert-RkISP1-to-V4L2-extensible-params.patch" Completed!
INFO: ./0002-media-uapi-Convert-RkISP1-to-V4L2-extensible-params.patch: This is not a media patch. Ignoring
INFO: ./0002-media-uapi-Convert-RkISP1-to-V4L2-extensible-params.patch: This is not a media patch. Ignoring
"/media-ci/test-media-patchstyle.sh --patch ./0003-media-uapi-Convert-Amlogic-C3-to-V4L2-extensible-par.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0004-media-Documentation-uapi-Add-V4L2-ISP-documentation.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0005-media-v4l2-core-Introduce-v4l2-isp.c.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0006-media-rkisp1-Use-v4l2-isp-for-validation.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0007-media-amlogic-c3-Use-v4l2-isp-for-validation.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0008-media-Documentation-kapi-Add-v4l2-generic-ISP-suppor.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0009-media-uapi-Add-MEDIA_BUS_FMT_RGB202020_1X60-format-c.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0010-media-uapi-Add-20-bit-bayer-formats.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0011-dt-bindings-media-Add-bindings-for-ARM-mali-c55.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0012-media-uapi-Add-controls-for-Mali-C55-ISP.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0013-media-mali-c55-Add-Mali-C55-ISP-driver.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0014-media-Documentation-Add-Mali-C55-ISP-Documentation.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0015-MAINTAINERS-Add-entry-for-mali-c55-driver.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0016-media-Add-MALI_C55_3A_STATS-meta-format.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0017-media-uapi-Add-3a-stats-buffer-for-mali-c55.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0018-media-platform-Add-mali-c55-3a-stats-devnode.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0019-Documentation-mali-c55-Add-Statistics-documentation.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0020-media-mali-c55-Add-image-formats-for-Mali-C55-parame.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0021-media-uapi-Add-parameters-structs-to-mali-c55-config.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0022-media-platform-Add-mali-c55-parameters-video-node.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0023-Documentation-mali-c55-Document-the-mali-c55-paramet.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0024-dt-bindings-media-Add-bindings-for-the-RZ-V2H-P-IVC-.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0025-media-platform-Add-Renesas-Input-Video-Control-block.patch" Completed!
"/media-ci/test-media-patchstyle.sh --patch ./0026-MAINTAINERS-Add-entry-for-rzv2h-ivc-driver.patch" Completed!
HEAD is up to date.
"/media-ci/test-checkpatch.sh --patch ./0001-media-uapi-Introduce-V4L2-generic-ISP-types.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0002-media-uapi-Convert-RkISP1-to-V4L2-extensible-params.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0003-media-uapi-Convert-Amlogic-C3-to-V4L2-extensible-par.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0004-media-Documentation-uapi-Add-V4L2-ISP-documentation.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0005-media-v4l2-core-Introduce-v4l2-isp.c.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0006-media-rkisp1-Use-v4l2-isp-for-validation.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0007-media-amlogic-c3-Use-v4l2-isp-for-validation.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0008-media-Documentation-kapi-Add-v4l2-generic-ISP-suppor.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0009-media-uapi-Add-MEDIA_BUS_FMT_RGB202020_1X60-format-c.patch" Completed!
"/media-ci/test-checkpatch.sh --patch ./0010-media-uapi-Add-20-bit-bayer-formats.patch" Completed!
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#21:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 86 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#21:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 86 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#38:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 100 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#38:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 100 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#69:
new file mode 100644
WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines
#94: FILE: drivers/media/platform/arm/mali-c55/Kconfig:2:
+config VIDEO_MALI_C55
+tristate "ARM Mali-C55 Image Signal Processor driver"
+depends on ARCH_VEXPRESS || ARCH_RENESAS || COMPILE_TEST
+depends on V4L_PLATFORM_DRIVERS
+depends on VIDEO_DEV && OF
+select GENERIC_PHY_MIPI_DPHY
+select MEDIA_CONTROLLER
+select V4L2_FWNODE
+select VIDEO_V4L2_SUBDEV_API
+select VIDEOBUF2_DMA_CONTIG
+select VIDEOBUF2_VMALLOC
+help
+ Enable this to support Arm's Mali-C55 Image Signal Processor.
+
+ To compile this driver as a module, choose M here: the module
+ will be called mali-c55.
CHECK: Alignment should match open parenthesis
#682: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:552:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_UV_WRITER_MODE,
CHECK: Alignment should match open parenthesis
#687: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:557:
+mali_c55_cap_dev_write(cap_dev, MALI_C55_REG_ACTIVE_OUT_UV_SIZE,
+MALI_C55_REG_ACTIVE_OUT_SIZE_W(pix_mp->width) |
CHECK: Alignment should match open parenthesis
#697: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:567:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#702: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:572:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#707: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:577:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#1589: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:232:
+ret = media_create_pad_link(&mali_c55->isp.sd.entity,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
CHECK: Alignment should match open parenthesis
#1611: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:254:
+ret = media_create_pad_link(&mali_c55->resizers[0].sd.entity,
+MALI_C55_RSZ_SOURCE_PAD,
CHECK: Alignment should match open parenthesis
#1623: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:266:
+ret = media_create_pad_link(&mali_c55->isp.sd.entity,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
CHECK: Alignment should match open parenthesis
#1634: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:277:
+ret = media_create_pad_link(&mali_c55->resizers[1].sd.entity,
+MALI_C55_RSZ_SOURCE_PAD,
CHECK: Alignment should match open parenthesis
#1676: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:319:
+mali_c55_update_bits(mali_c55, MALI_C55_REG_MCU_CONFIG,
+MALI_C55_REG_MCU_CONFIG_WRITE_MASK,
CHECK: Alignment should match open parenthesis
#2140: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:783:
+ret = devm_reset_control_bulk_get_optional_shared(dev,
+ARRAY_SIZE(mali_c55_reset_names), mali_c55->resets);
CHECK: Prefer using the BIT macro
#3012: FILE: drivers/media/platform/arm/mali-c55/mali-c55-registers.h:146:
+#define MALI_C55_ISP_RAW_BYPASS_RGB_FR_BYPASS(1 << 8)
CHECK: Prefer using the BIT macro
#3036: FILE: drivers/media/platform/arm/mali-c55/mali-c55-registers.h:170:
+#define MALI_C55_INPUT_WIDTH_10BIT(1 << 16)
CHECK: Prefer using the BIT macro
#3208: FILE: drivers/media/platform/arm/mali-c55/mali-c55-resizer.c:18:
+#define MALI_C55_RSZ_SCALER_FACTOR(1U << 20)
total: 0 errors, 2 warnings, 14 checks, 4670 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#69:
new file mode 100644
WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines
#94: FILE: drivers/media/platform/arm/mali-c55/Kconfig:2:
+config VIDEO_MALI_C55
+tristate "ARM Mali-C55 Image Signal Processor driver"
+depends on ARCH_VEXPRESS || ARCH_RENESAS || COMPILE_TEST
+depends on V4L_PLATFORM_DRIVERS
+depends on VIDEO_DEV && OF
+select GENERIC_PHY_MIPI_DPHY
+select MEDIA_CONTROLLER
+select V4L2_FWNODE
+select VIDEO_V4L2_SUBDEV_API
+select VIDEOBUF2_DMA_CONTIG
+select VIDEOBUF2_VMALLOC
+help
+ Enable this to support Arm's Mali-C55 Image Signal Processor.
+
+ To compile this driver as a module, choose M here: the module
+ will be called mali-c55.
CHECK: Alignment should match open parenthesis
#682: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:552:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_UV_WRITER_MODE,
CHECK: Alignment should match open parenthesis
#687: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:557:
+mali_c55_cap_dev_write(cap_dev, MALI_C55_REG_ACTIVE_OUT_UV_SIZE,
+MALI_C55_REG_ACTIVE_OUT_SIZE_W(pix_mp->width) |
CHECK: Alignment should match open parenthesis
#697: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:567:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#702: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:572:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#707: FILE: drivers/media/platform/arm/mali-c55/mali-c55-capture.c:577:
+mali_c55_cap_dev_update_bits(cap_dev,
+MALI_C55_REG_CS_CONV_CONFIG,
CHECK: Alignment should match open parenthesis
#1589: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:232:
+ret = media_create_pad_link(&mali_c55->isp.sd.entity,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
CHECK: Alignment should match open parenthesis
#1611: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:254:
+ret = media_create_pad_link(&mali_c55->resizers[0].sd.entity,
+MALI_C55_RSZ_SOURCE_PAD,
CHECK: Alignment should match open parenthesis
#1623: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:266:
+ret = media_create_pad_link(&mali_c55->isp.sd.entity,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
CHECK: Alignment should match open parenthesis
#1634: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:277:
+ret = media_create_pad_link(&mali_c55->resizers[1].sd.entity,
+MALI_C55_RSZ_SOURCE_PAD,
CHECK: Alignment should match open parenthesis
#1676: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:319:
+mali_c55_update_bits(mali_c55, MALI_C55_REG_MCU_CONFIG,
+MALI_C55_REG_MCU_CONFIG_WRITE_MASK,
CHECK: Alignment should match open parenthesis
#2140: FILE: drivers/media/platform/arm/mali-c55/mali-c55-core.c:783:
+ret = devm_reset_control_bulk_get_optional_shared(dev,
+ARRAY_SIZE(mali_c55_reset_names), mali_c55->resets);
CHECK: Prefer using the BIT macro
#3012: FILE: drivers/media/platform/arm/mali-c55/mali-c55-registers.h:146:
+#define MALI_C55_ISP_RAW_BYPASS_RGB_FR_BYPASS(1 << 8)
CHECK: Prefer using the BIT macro
#3036: FILE: drivers/media/platform/arm/mali-c55/mali-c55-registers.h:170:
+#define MALI_C55_INPUT_WIDTH_10BIT(1 << 16)
CHECK: Prefer using the BIT macro
#3208: FILE: drivers/media/platform/arm/mali-c55/mali-c55-resizer.c:18:
+#define MALI_C55_RSZ_SCALER_FACTOR(1U << 20)
total: 0 errors, 2 warnings, 14 checks, 4670 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#25:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 366 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#25:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 366 lines checked
"/media-ci/test-checkpatch.sh --patch ./0015-MAINTAINERS-Add-entry-for-mali-c55-driver.patch" Completed!
ERROR: trailing statements should be on next line
#28: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1472:
+case V4L2_META_FMT_MALI_C55_STATS:descr = "ARM Mali-C55 ISP 3A Statistics"; break;
WARNING: line length of 104 exceeds 100 columns
#41: FILE: include/uapi/linux/videodev2.h:888:
+#define V4L2_META_FMT_MALI_C55_STATSv4l2_fourcc('C', '5', '5', 'S') /* ARM Mali-C55 3A Statistics */
total: 1 errors, 1 warnings, 0 checks, 16 lines checked
ERROR: trailing statements should be on next line
#28: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1472:
+case V4L2_META_FMT_MALI_C55_STATS:descr = "ARM Mali-C55 ISP 3A Statistics"; break;
WARNING: line length of 104 exceeds 100 columns
#41: FILE: include/uapi/linux/videodev2.h:888:
+#define V4L2_META_FMT_MALI_C55_STATSv4l2_fourcc('C', '5', '5', 'S') /* ARM Mali-C55 3A Statistics */
total: 1 errors, 1 warnings, 0 checks, 16 lines checked
"/media-ci/test-checkpatch.sh --patch ./0017-media-uapi-Add-3a-stats-buffer-for-mali-c55.patch" Completed!
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#256:
new file mode 100644
CHECK: Alignment should match open parenthesis
#446: FILE: drivers/media/platform/arm/mali-c55/mali-c55-stats.c:186:
+v4l2_subdev_disable_streams(&isp->sd,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
total: 0 errors, 1 warnings, 1 checks, 515 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#256:
new file mode 100644
CHECK: Alignment should match open parenthesis
#446: FILE: drivers/media/platform/arm/mali-c55/mali-c55-stats.c:186:
+v4l2_subdev_disable_streams(&isp->sd,
+MALI_C55_ISP_PAD_SOURCE_VIDEO,
total: 0 errors, 1 warnings, 1 checks, 515 lines checked
"/media-ci/test-checkpatch.sh --patch ./0019-Documentation-mali-c55-Add-Statistics-documentation.patch" Completed!
ERROR: trailing statements should be on next line
#27: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1472:
+case V4L2_META_FMT_MALI_C55_PARAMS:descr = "ARM Mali-C55 ISP Parameters"; break;
WARNING: line length of 101 exceeds 100 columns
#39: FILE: include/uapi/linux/videodev2.h:888:
+#define V4L2_META_FMT_MALI_C55_PARAMSv4l2_fourcc('C', '5', '5', 'P') /* ARM Mali-C55 Parameters */
total: 1 errors, 1 warnings, 0 checks, 14 lines checked
ERROR: trailing statements should be on next line
#27: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1472:
+case V4L2_META_FMT_MALI_C55_PARAMS:descr = "ARM Mali-C55 ISP Parameters"; break;
WARNING: line length of 101 exceeds 100 columns
#39: FILE: include/uapi/linux/videodev2.h:888:
+#define V4L2_META_FMT_MALI_C55_PARAMSv4l2_fourcc('C', '5', '5', 'P') /* ARM Mali-C55 Parameters */
total: 1 errors, 1 warnings, 0 checks, 14 lines checked
WARNING: line length of 101 exceeds 100 columns
#259: FILE: include/uapi/linux/media/arm/mali-c55-config.h:422:
+ * @scale_bottom:Scale pixels in bottom half of intensity range: 0=1x ,1=2x, 2=4x, 4=8x, 4=16x
total: 0 errors, 1 warnings, 0 checks, 608 lines checked
WARNING: line length of 101 exceeds 100 columns
#259: FILE: include/uapi/linux/media/arm/mali-c55-config.h:422:
+ * @scale_bottom:Scale pixels in bottom half of intensity range: 0=1x ,1=2x, 2=4x, 4=8x, 4=16x
total: 0 errors, 1 warnings, 0 checks, 608 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#280:
new file mode 100644
CHECK: Alignment should match open parenthesis
#365: FILE: drivers/media/platform/arm/mali-c55/mali-c55-params.c:81:
+mali_c55_ctx_update_bits(mali_c55, MALI_C55_REG_BYPASS_3,
+MALI_C55_REG_BYPASS_3_SENSOR_OFFSET_PRE_SH,
CHECK: Alignment should match open parenthesis
#873: FILE: drivers/media/platform/arm/mali-c55/mali-c55-params.c:589:
+ret = v4l2_isp_params_validate_buffer_size(mali_c55->dev, vb,
+v4l2_isp_params_buffer_size(MALI_C55_PARAMS_MAX_SIZE));
total: 0 errors, 1 warnings, 2 checks, 1179 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#280:
new file mode 100644
CHECK: Alignment should match open parenthesis
#365: FILE: drivers/media/platform/arm/mali-c55/mali-c55-params.c:81:
+mali_c55_ctx_update_bits(mali_c55, MALI_C55_REG_BYPASS_3,
+MALI_C55_REG_BYPASS_3_SENSOR_OFFSET_PRE_SH,
CHECK: Alignment should match open parenthesis
#873: FILE: drivers/media/platform/arm/mali-c55/mali-c55-params.c:589:
+ret = v4l2_isp_params_validate_buffer_size(mali_c55->dev, vb,
+v4l2_isp_params_buffer_size(MALI_C55_PARAMS_MAX_SIZE));
total: 0 errors, 1 warnings, 2 checks, 1179 lines checked
"/media-ci/test-checkpatch.sh --patch ./0023-Documentation-mali-c55-Document-the-mali-c55-paramet.patch" Completed!
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#20:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 103 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#20:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 103 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#58:
new file mode 100644
CHECK: Alignment should match open parenthesis
#160: FILE: drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c:63:
+ret = devm_reset_control_bulk_get_optional_shared(ivc->dev,
+ARRAY_SIZE(resource_names),
CHECK: Alignment should match open parenthesis
#599: FILE: drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-subdev.c:245:
+sink_fmt->quantization = V4L2_MAP_QUANTIZATION_DEFAULT(true,
+sink_fmt->colorspace,
total: 0 errors, 1 warnings, 2 checks, 1327 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#58:
new file mode 100644
CHECK: Alignment should match open parenthesis
#160: FILE: drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-dev.c:63:
+ret = devm_reset_control_bulk_get_optional_shared(ivc->dev,
+ARRAY_SIZE(resource_names),
CHECK: Alignment should match open parenthesis
#599: FILE: drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-subdev.c:245:
+sink_fmt->quantization = V4L2_MAP_QUANTIZATION_DEFAULT(true,
+sink_fmt->colorspace,
total: 0 errors, 1 warnings, 2 checks, 1327 lines checked
"/media-ci/test-checkpatch.sh --patch ./0026-MAINTAINERS-Add-entry-for-rzv2h-ivc-driver.patch" Completed!