linux/drivers/media/test-drivers/vivid
Linus Torvalds 8a7fa81137 Random number generator updates for Linux 6.13-rc1.
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEq5lC5tSkz8NBJiCnSfxwEqXeA64FAmc6oE0ACgkQSfxwEqXe
 A65n5BAAtNmfBJhYRiC6Svsg7+ktHmhCAHoHwnP7sv+bjs81FRAEv21CsfI+02Nb
 zUvaPuyiLtYzlWxzE5Yg44v1cADHAq+QZE1Fg5yl7ge6zPZ3+S1pv/8suNSyyI2M
 PKvh1sb4OkUtqplveYSuP1J87u55zAtV9mP9qC3hSlY3XkeQUObt9Awss8peOMdv
 sH2AxwBlRkqFXpY2worxlfg3p5iLemb3AUZ3f0Jc6fRmOagSJCt7i4mDrWo3EXke
 90Ao8ypY0x3YVGRFACHnxCS53X20HGwLxm7jdicfriMCzAJ6JQR6asO+NYnXR+Ev
 9Za3UquVHP6HbQGWj6d1k5k2nF+IbkTHTgFBPRK/CY9ZpVbP04B2K7tE1gmT81wj
 AscRGi9RBVBPKAUguyi99MXYlprFG/ZTLOux3hvdarv5u0bP94eXmy1FrRM+IO0r
 u4BiQ39FlkDdtRxjzKfCiKkMrf3NmFEciZJhxCnflzmOBaj64r1hRt/ea8Bjxvp3
 a4k0MfULmcEn2JwPiT1/Swz45ypZQc4OgbP87SCU8P0a23r21r2oK+9v3No/rCzB
 TI0fP6ykDTFQoiKUOSg1mJmkipdjeDyQ9E+0XIDsKd+T8Yv9rFoaV6RWoMrkt4AJ
 Yea9+V+XEI8F3SjhdD4OL/s3/+bjTjnRHDaXnJf2XzGmXcuvnbs=
 =o4ww
 -----END PGP SIGNATURE-----

Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random

Pull random number generator updates from Jason Donenfeld:
 "This contains a single series from Uros to replace uses of
  <linux/random.h> with prandom.h or other more specific headers
  as needed, in order to avoid a circular header issue.

  Uros' goal is to be able to use percpu.h from prandom.h, which
  will then allow him to define __percpu in percpu.h rather than
  in compiler_types.h"

* tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random:
  prandom: Include <linux/percpu.h> in <linux/prandom.h>
  random: Do not include <linux/prandom.h> in <linux/random.h>
  netem: Include <linux/prandom.h> in sch_netem.c
  lib/test_scanf: Include <linux/prandom.h> instead of <linux/random.h>
  lib/test_parman: Include <linux/prandom.h> instead of <linux/random.h>
  bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>
  lib/rbtree-test: Include <linux/prandom.h> instead of <linux/random.h>
  random32: Include <linux/prandom.h> instead of <linux/random.h>
  kunit: string-stream-test: Include <linux/prandom.h>
  lib/interval_tree_test.c: Include <linux/prandom.h> instead of <linux/random.h>
  bpf: Include <linux/prandom.h> instead of <linux/random.h>
  scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
  fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
  mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
  media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
  drm/lib: Include <linux/prandom.h> instead of <linux/random.h>
  drm/i915/selftests: Include <linux/prandom.h> instead of <linux/random.h>
  crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
  x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
2024-11-19 10:43:44 -08:00
..
Kconfig media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_API 2023-11-23 13:03:45 +01:00
Makefile
vivid-cec.c media: vivid: add <Vendor Command With ID> support 2024-08-05 09:39:19 +02:00
vivid-cec.h
vivid-core.c media: vivid: fix buffer overwrite when using > 32 buffers 2024-10-28 09:14:12 +01:00
vivid-core.h media: vivid: fix buffer overwrite when using > 32 buffers 2024-10-28 09:14:12 +01:00
vivid-ctrls.c media: vivid: fix buffer overwrite when using > 32 buffers 2024-10-28 09:14:12 +01:00
vivid-ctrls.h
vivid-kthread-cap.c media: vivid: loopback based on 'Connected To' controls 2024-06-28 08:00:29 +02:00
vivid-kthread-cap.h
vivid-kthread-out.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
vivid-kthread-out.h
vivid-kthread-touch.c
vivid-kthread-touch.h
vivid-meta-cap.c media: test-drivers: Stop direct calls to queue num_buffers field 2023-11-23 12:31:54 +01:00
vivid-meta-cap.h
vivid-meta-out.c media: test-drivers: Set REQBUFS minimum number of buffers 2024-03-25 12:00:44 +01:00
vivid-meta-out.h
vivid-osd.c media/vivid: Use fbdev I/O helpers 2023-08-04 15:54:34 +02:00
vivid-osd.h
vivid-radio-common.c
vivid-radio-common.h
vivid-radio-rx.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
vivid-radio-rx.h
vivid-radio-tx.c
vivid-radio-tx.h
vivid-rds-gen.c media: vivid: avoid integer overflow 2023-09-27 10:47:22 +02:00
vivid-rds-gen.h
vivid-sdr-cap.c media: vivid: fix CREATE_BUFS support in queue_setup() 2024-06-26 17:28:31 +02:00
vivid-sdr-cap.h
vivid-touch-cap.c media: vivid: fix CREATE_BUFS support in queue_setup() 2024-06-26 17:28:31 +02:00
vivid-touch-cap.h
vivid-vbi-cap.c media: vivid: loopback based on 'Connected To' controls 2024-06-28 08:00:29 +02:00
vivid-vbi-cap.h
vivid-vbi-gen.c media: vivid: remove redundant assignment to variable checksum 2022-10-24 19:03:54 +02:00
vivid-vbi-gen.h
vivid-vbi-out.c media: vivid: fix CREATE_BUFS support in queue_setup() 2024-06-26 17:28:31 +02:00
vivid-vbi-out.h
vivid-vid-cap.c Random number generator updates for Linux 6.13-rc1. 2024-11-19 10:43:44 -08:00
vivid-vid-cap.h media: vivid: loopback based on 'Connected To' controls 2024-06-28 08:00:29 +02:00
vivid-vid-common.c media: vivid: loopback based on 'Connected To' controls 2024-06-28 08:00:29 +02:00
vivid-vid-common.h media: vivid: loopback based on 'Connected To' controls 2024-06-28 08:00:29 +02:00
vivid-vid-out.c media: vivid: loopback based on 'Connected To' controls 2024-06-28 08:00:29 +02:00
vivid-vid-out.h