All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.12] allegro: fix + move to mainline
@ 2020-12-16  9:55 Hans Verkuil
  2020-12-16 10:05 ` [GIT PULL FOR v5.12] allegro: fix + move to mainline (#70080) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2020-12-16  9:55 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Michael Tretter

One use-after-free fix and then move the driver out of staging.

Regards,

	Hans

The following changes since commit fab0fca1da5cdc48be051715cd9787df04fdce3a:

  Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2020-12-14 11:47:37 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a805266026bd1bb69385fe0dd6a4e11e1dd669a0:

  media: allegro: rename stream_id to dst_handle (2020-12-16 10:46:27 +0100)

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

----------------------------------------------------------------
Dan Carpenter (1):
      media: allegro: Fix use after free on error

Michael Tretter (4):
      media: allegro: move driver out of staging
      dt-bindings: media: allegro,al5e: Convert to YAML
      media: allegro: remove custom drain state handling
      media: allegro: rename stream_id to dst_handle

 Documentation/devicetree/bindings/media/allegro,al5e.yaml            | 105 +++++++++++++++++++++++++++
 Documentation/devicetree/bindings/media/allegro.txt                  |  43 -----------
 MAINTAINERS                                                          |   3 +-
 drivers/media/platform/Kconfig                                       |  15 ++++
 drivers/media/platform/Makefile                                      |   1 +
 drivers/{staging/media => media/platform}/allegro-dvt/Makefile       |   0
 drivers/{staging/media => media/platform}/allegro-dvt/allegro-core.c | 183 +++++++++++++----------------------------------
 drivers/{staging/media => media/platform}/allegro-dvt/allegro-mail.c |   8 +--
 drivers/{staging/media => media/platform}/allegro-dvt/allegro-mail.h |   4 +-
 drivers/{staging/media => media/platform}/allegro-dvt/nal-h264.c     |   0
 drivers/{staging/media => media/platform}/allegro-dvt/nal-h264.h     |   0
 drivers/staging/media/Kconfig                                        |   2 -
 drivers/staging/media/Makefile                                       |   1 -
 drivers/staging/media/allegro-dvt/Kconfig                            |  16 -----
 drivers/staging/media/allegro-dvt/TODO                               |   4 --
 15 files changed, 178 insertions(+), 207 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/allegro,al5e.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/allegro.txt
 rename drivers/{staging/media => media/platform}/allegro-dvt/Makefile (100%)
 rename drivers/{staging/media => media/platform}/allegro-dvt/allegro-core.c (95%)
 rename drivers/{staging/media => media/platform}/allegro-dvt/allegro-mail.c (98%)
 rename drivers/{staging/media => media/platform}/allegro-dvt/allegro-mail.h (98%)
 rename drivers/{staging/media => media/platform}/allegro-dvt/nal-h264.c (100%)
 rename drivers/{staging/media => media/platform}/allegro-dvt/nal-h264.h (100%)
 delete mode 100644 drivers/staging/media/allegro-dvt/Kconfig
 delete mode 100644 drivers/staging/media/allegro-dvt/TODO

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

* Re: [GIT PULL FOR v5.12] allegro: fix + move to mainline (#70080)
  2020-12-16  9:55 [GIT PULL FOR v5.12] allegro: fix + move to mainline Hans Verkuil
@ 2020-12-16 10:05 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2020-12-16 10:05 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/dfb7d5c7-dd82-2cbb-48ef-9b9cc26f3f57@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/81565/
Build time: 00:04:10
Link: https://lore.kernel.org/linux-media/dfb7d5c7-dd82-2cbb-48ef-9b9cc26f3f57@xs4all.nl

gpg: Signature made Wed 16 Dec 2020 09:47:51 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 1/5 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0003-dt-bindings-media-allegro-al5e-Convert-to-YAML.patch:

   checkpatch.pl:
	$ cat patches/0003-dt-bindings-media-allegro-al5e-Convert-to-YAML.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:136: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst


Error #512 when building PDF docs


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

end of thread, other threads:[~2020-12-16 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16  9:55 [GIT PULL FOR v5.12] allegro: fix + move to mainline Hans Verkuil
2020-12-16 10:05 ` [GIT PULL FOR v5.12] allegro: fix + move to mainline (#70080) 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.