Mauro Carvalho Chehab
f7a35df15b
[media] stv090x: Don't use dynamic static allocation
...
Dynamic static allocation is evil, as Kernel stack is too low, and
compilation complains about it on some archs:
drivers/media/dvb-frontends/stv090x.c:750:1: warning: 'stv090x_write_regs.constprop.6' uses dynamic stack allocation [enabled by default]
Instead, let's enforce a limit for the buffer. Considering that I2C
transfers are generally limited, and that devices used on USB has a
max data length of 64 bytes for the control URBs.
So, it seem safe to use 64 bytes as the hard limit for all those devices.
On most cases, the limit is a way lower than that, but this limit
is small enough to not affect the Kernel stack, and it is a no brain
limit, as using smaller ones would require to either carefully each
driver or to take a look on each datasheet.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2013-11-08 09:45:40 -02:00
..
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2012-09-23 20:10:27 -03:00
2013-11-08 09:45:39 -02:00
2013-03-23 09:03:59 -03:00
2013-03-21 19:04:25 -03:00
2013-11-08 09:45:39 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-06-17 08:48:39 -03:00
2012-08-13 23:13:41 -03:00
2013-03-25 15:09:59 -03:00
2013-03-26 08:37:48 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:38 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-28 07:38:44 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2013-10-17 05:51:57 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-12-27 19:03:15 -02:00
2013-03-23 09:03:59 -03:00
2013-10-14 06:38:56 -03:00
2013-10-03 07:40:12 -03:00
2013-10-17 05:51:57 -03:00
2013-03-23 09:03:59 -03:00
2012-09-27 14:33:58 -03:00
2013-11-08 09:45:39 -02:00
2012-09-27 14:33:58 -03:00
2013-04-15 08:32:41 -03:00
2012-09-27 14:33:58 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2013-04-25 16:06:55 -03:00
2013-02-06 09:24:09 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2013-04-22 17:13:43 -03:00
2013-04-22 17:13:43 -03:00
2013-06-08 19:56:48 -03:00
2013-04-22 16:58:16 -03:00
2013-10-02 06:48:14 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-04-22 16:58:16 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-10-17 05:54:31 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2013-10-17 05:54:46 -03:00
2013-06-08 22:09:41 -03:00
2013-03-21 10:26:50 -03:00
2013-06-08 22:04:23 -03:00
2013-01-06 10:49:38 -02:00
2013-03-23 09:03:59 -03:00
2012-10-06 11:07:34 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-09-23 20:11:26 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:11:55 -03:00
2012-09-23 20:11:55 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-02-06 09:24:09 -02:00
2013-04-08 06:56:47 -03:00
2013-04-08 06:56:47 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-15 18:47:10 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:38 -02:00
2013-02-06 09:24:09 -02:00
2012-12-21 14:27:02 -02:00
2013-03-23 09:03:59 -03:00
2013-10-03 07:38:26 -03:00
2012-10-28 07:38:44 -02:00
2013-02-06 09:24:09 -02:00
2012-10-06 11:11:42 -03:00
2013-04-22 10:04:20 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2013-01-06 10:49:38 -02:00
2013-03-23 09:03:59 -03:00
2013-10-03 07:38:26 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2013-08-22 12:06:29 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:38 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2013-11-08 09:45:38 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-12-21 14:30:19 -02:00
2013-02-06 09:24:09 -02:00
2012-09-23 20:12:11 -03:00
2013-11-08 09:45:39 -02:00
2013-03-23 09:03:59 -03:00
2013-04-16 21:25:52 -03:00
2013-11-08 09:45:39 -02:00
2013-10-31 06:09:23 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:38 -02:00
2013-02-06 09:24:09 -02:00
2012-10-06 11:13:07 -03:00
2013-03-23 09:03:59 -03:00
2012-10-06 11:13:35 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-03-23 09:03:59 -03:00
2012-10-07 09:15:18 -03:00
2013-02-06 09:24:09 -02:00
2012-10-06 08:22:22 -03:00
2013-02-06 09:24:09 -02:00
2013-06-08 20:15:09 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:39 -02:00
2013-06-08 20:13:29 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:38 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:40 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-12-27 19:03:15 -02:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:40 -02:00
2013-03-23 09:03:59 -03:00
2013-02-08 18:05:48 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-01-06 11:08:44 -02:00
2013-02-08 18:05:48 -02:00
2013-03-23 09:03:59 -03:00
2013-11-08 09:45:38 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:38 -02:00
2013-02-06 09:24:09 -02:00
2012-10-06 11:14:04 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2013-02-06 09:24:09 -02:00
2012-10-01 07:17:01 -03:00
2013-02-06 09:24:09 -02:00
2013-10-17 05:51:57 -03:00
2013-02-06 09:24:09 -02:00
2012-12-21 18:25:11 -02:00
2012-09-18 12:46:27 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2012-09-23 20:07:45 -03:00
2013-11-08 09:45:39 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-11-08 09:45:38 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2013-10-02 06:48:15 -03:00
2013-10-02 06:48:14 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-03-23 09:03:59 -03:00
2013-11-08 09:45:38 -02:00
2013-03-23 09:03:59 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2013-02-06 09:24:09 -02:00