Hi, On 4/9/23 16:10, Jenkins wrote: > From: builder@xxxxxxxxxxx > > Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/bf274a09-a823-c547-4284-603e8c6da794@xxxxxxxxxx/ > Build log: https://builder.linuxtv.org/job/patchwork/296238/ > Build time: 00:52:43 > Link: https://lore.kernel.org/linux-media/bf274a09-a823-c547-4284-603e8c6da794@xxxxxxxxxx > > gpg: Signature made Sun 09 Apr 2023 01:06:41 PM UTC > gpg: using RSA key BAF03B5D2718411A5E9E177E92EC4779440327DC > gpg: issuer "hdegoede@xxxxxxxxxx" > gpg: Good signature from "Hans de Goede <hdegoede@xxxxxxxxxx>" [expired] > gpg: Note: This key has expired! > Primary key fingerprint: A1EA 0673 EAD8 B74F 17D2 B9E1 7C31 E21A 98D2 1E0D > Subkey fingerprint: BAF0 3B5D 2718 411A 5E9E 177E 92EC 4779 4403 27DC > > Summary: got 27/39 patches with issues, being 26 at build time, plus one error when buinding PDF document > > Error/warnings: > > patches/0001-media-atomisp-Remove-depth-mode-support.patch: > > allyesconfig: return code #0: > ../scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr] > ../scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr] > ../scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples > ../drivers/staging/media/atomisp/i2c/atomisp-ov2680.c:415 ov2680_s_stream() warn: missing error code 'ret' ret is initialized to 0 and the intend is to return 0 here ... > ../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3335 atomisp_cp_dvs_6axis_config() warn: missing unwind goto? > ../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3434 atomisp_cp_morph_table() warn: missing unwind goto? These 2 functions are not changed by this patch, so any problem there is a pre-existing problem. And the same goes for all the warnings on all the other patches. Regards, Hans