Re: [PATCH 3/3] media: dvb_frontend: Add commands implementation for compat ioct

2017-12-04 Thread Menion
Hello Sorry if I say something completely wrong here, I was thinking to implement the same on my own As far as I understand from the patch, you have added two "compact" specific ioctl commands As far as I know, the compact_ioctl is called automatically when the userland is 32 bit and kernel is 64

Re: [bug report] media: dvb_frontend: cleanup ioctl handling logic

2017-11-30 Thread Menion
Hello Is anyone working on adding compact_ioctl? So far it is impossible to use linux-media from 32bit userland on 64bit kernels Bye 2017-11-30 10:58 GMT+01:00 Dan Carpenter : > Hello Mauro Carvalho Chehab, > > The patch d73dcf0cdb95: "media: dvb_frontend: cleanup ioctl

Re: 32bit userland cannot work with DVB drivers in 64bit kernel, design issue

2017-11-03 Thread Menion
= noop_llseek, }; There is no support for compact_ioctl, so it must be added 2017-11-02 19:52 GMT+01:00 Alan Cox <gno...@lxorguk.ukuu.org.uk>: > On Thu, 2 Nov 2017 12:16:39 +0100 > Menion <men...@gmail.com> wrote: > >> Hi all >> I am investigating for Armbian,

32bit userland cannot work with DVB drivers in 64bit kernel, design issue

2017-11-02 Thread Menion
Hi all I am investigating for Armbian, the feasability of running 32bit userland on single board computers based on arm64 SoC, where only 64 bit kernel is available, for reducing the memory footprint. I have discovered that there is a flaw in the DVB frontend ioctl (at least) that prevents to do