All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.12] Fixes for compiler/smatch/sparse/syzbot warnings
@ 2021-01-21  9:25 Hans Verkuil
  2021-01-21  9:47 ` [GIT PULL FOR v5.12] Fixes for compiler/smatch/sparse/syzbot warnings (#71008) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2021-01-21  9:25 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 321af22a3d2f6ed1fb1737c8588c01f6fec8a7b8:

  media: atomisp: convert comma to semicolon (2021-01-14 13:59:46 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.12c

for you to fetch changes up to eebc975255b33f5bfc99c2b480bb423d08c1521c:

  i2c/ov02a10.c: add cast to fix type mismatch (2021-01-20 10:40:33 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Hans Verkuil (14):
      atomisp/pci/hmm: fix wrong printk format
      v4l2-ctrls.c: fix shift-out-of-bounds in std_validate
      meson/ge2d: set ret to -ENOMEM
      davinci/vpbe.c: ret contains the return code, not err
      tuners/it913x.c: fix missing error code
      i2c/ov8865.c: fix error checks using wrong variable
      sti/c8sectpfe: set correct return code
      sti/hva: add missing clk_disable_unprepare()
      pci/ivtv: release memory regions on error
      usb/dvb-usb-v2/rtl28xxu.c: clean up code to fix smatch warning
      dvb-frontends/rtl2832.c: fix missing error code
      dvb-frontends/af9033.c: fix missing error codes
      atomisp/pci: add missing include
      i2c/ov02a10.c: add cast to fix type mismatch

 drivers/media/dvb-frontends/af9033.c                  |  2 ++
 drivers/media/dvb-frontends/rtl2832.c                 |  1 +
 drivers/media/i2c/ov02a10.c                           |  2 +-
 drivers/media/i2c/ov8865.c                            |  6 +++---
 drivers/media/pci/ivtv/ivtv-driver.c                  |  5 +++++
 drivers/media/platform/davinci/vpbe.c                 |  2 +-
 drivers/media/platform/meson/ge2d/ge2d.c              |  1 +
 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c |  1 +
 drivers/media/platform/sti/hva/hva-hw.c               |  1 +
 drivers/media/tuners/it913x.c                         |  1 +
 drivers/media/usb/dvb-usb-v2/rtl28xxu.c               | 35 +++++++++++++----------------------
 drivers/media/v4l2-core/v4l2-ctrls.c                  |  3 ++-
 drivers/staging/media/atomisp/pci/hmm/hmm.c           |  2 +-
 drivers/staging/media/atomisp/pci/ia_css_firmware.h   |  1 +
 14 files changed, 34 insertions(+), 29 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL FOR v5.12] Fixes for compiler/smatch/sparse/syzbot warnings (#71008)
  2021-01-21  9:25 [GIT PULL FOR v5.12] Fixes for compiler/smatch/sparse/syzbot warnings Hans Verkuil
@ 2021-01-21  9:47 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2021-01-21  9:47 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/87bafb44-360b-204e-068b-f63fd3bd1055@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/86735/
Build time: 00:06:17
Link: https://lore.kernel.org/linux-media/87bafb44-360b-204e-068b-f63fd3bd1055@xs4all.nl

gpg: Signature made Thu 21 Jan 2021 09:23:29 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

Summary: got 3/14 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-atomisp-pci-hmm-fix-wrong-printk-format.patch:

   checkpatch.pl:
	$ cat patches/0001-atomisp-pci-hmm-fix-wrong-printk-format.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:13: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0010-usb-dvb-usb-v2-rtl28xxu.c-clean-up-code-to-fix-smatc.patch:

   checkpatch.pl:
	$ cat patches/0010-usb-dvb-usb-v2-rtl28xxu.c-clean-up-code-to-fix-smatc.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:4: WARNING: A patch subject line should describe the change not the tool that found it

patches/0013-atomisp-pci-add-missing-include.patch:

   checkpatch.pl:
	$ cat patches/0013-atomisp-pci-add-missing-include.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:8: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)


Error #512 when building PDF docs


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-21  9:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  9:25 [GIT PULL FOR v5.12] Fixes for compiler/smatch/sparse/syzbot warnings Hans Verkuil
2021-01-21  9:47 ` [GIT PULL FOR v5.12] Fixes for compiler/smatch/sparse/syzbot warnings (#71008) Jenkins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.