Em Fri, 31 Aug 2018 12:31:02 -0300 Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> escreveu: > Em Thu, 30 Aug 2018 12:40:38 +0200 > Hans Verkuil <hverkuil@xxxxxxxxx> escreveu: > > > Hi Mauro, > > > > This is a pull request to add the Request API v18 as a topic branch. > > > > Note that this does not yet include the follow-up patches: > > > > https://www.mail-archive.com/linux-media@xxxxxxxxxxxxxxx/msg134630.html > > > > Those will come in a separate pull request on top of this one once this is > > agreed upon (hopefully soon!). > > > > Regards, > > > > Hans > > > > The following changes since commit 3799eca51c5be3cd76047a582ac52087373b54b3: > > > > media: camss: add missing includes (2018-08-29 14:02:06 -0400) > > > > are available in the Git repository at: > > > > git://linuxtv.org/hverkuil/media_tree.git reqv18 > > > > for you to fetch changes up to 1212ceb69544eee3864ec8461bc53ee6ddd87fb0: > > > > vivid: add request support (2018-08-30 12:01:28 +0200) > > This pull request breaks compilation with 386: > > drivers/media/platform/vivid/vivid-osd.c:./include/linux/slab.h:631:13: error: undefined identifier '__builtin_mul_overflow' > drivers/media/platform/vivid/vivid-osd.c:./include/linux/slab.h:631:13: warning: call with no type! False alarm. This seems to be just some random noise from a static code analizer. > > Thanks, > Mauro Thanks, Mauro