Re: [fuse-devel] [PATCH 0/8] MUSE: Userspace backed MTD v3

2021-02-09 Thread Luca Risolia
On 09/02/21 17:50, Richard Weinberger wrote: Well, I think having a generic mmap() for CUSE is hard to achieve. Hard or not it did work for what I can tell you. I was not the original author but I certainly contributed with testing that patch. Just to be clear, by "not considered" I meant

Re: [fuse-devel] [PATCH 0/8] MUSE: Userspace backed MTD v3

2021-02-09 Thread Luca Risolia
On 09/02/21 17:29, Richard Weinberger wrote: The mmap() call itself. Of course you need to touch code. Maybe just cuse_lowlevel.c, maybe kernel too. A patch had been submitted some years ago, more than once, asking for inclusion in the kernel, but facts are that at that time nobody in the

Re: [fuse-devel] [PATCH 0/8] MUSE: Userspace backed MTD v3

2021-02-09 Thread Luca Risolia
A simple (but ugly!) approach would be redirecting mmap() requests on CUSE devices to /dev/mem. hmm? what requests are you talking about given that at the moment the CUSE client interface (cuse_lowlevel_ops) does not expose mmap?

Re: [fuse-devel] [PATCH 0/8] MUSE: Userspace backed MTD v3

2021-02-09 Thread Luca Risolia
On 09/02/21 16:41, Richard Weinberger wrote: I wonder about the use case. for example, many existing video applications use mmap() to map the device memory to userspace memory. Adding support for mmap() to CUSE would allow these apps to work without any modifications with CUSE-based

Re: [fuse-devel] [PATCH 0/8] MUSE: Userspace backed MTD v3

2021-02-09 Thread Luca Risolia
Hi guys, a bit OT probably: is there any chance for you to also implement mmap() for CUSE? That would be much appreciated. Thanks On 09/02/21 15:35, Richard Weinberger wrote: Miklos, - Ursprüngliche Mail - The core goal of MUSE is having the complexity on the userspace side and

Re: [PATCH] fuse: implement cuse mmap

2016-01-05 Thread Luca Risolia
Hi Andrew, I was wondering if there's a chance to have this patch merged anytime soon. Note that FUSE maintainer left off sometime ago and there's no one taking care of kernel patches at the moment. Please let Jader and me know if there are any problems. Thanks Jader H. Silva wrote:

Re: [PATCH] fuse: implement cuse mmap

2016-01-05 Thread Luca Risolia
Hi Andrew, I was wondering if there's a chance to have this patch merged anytime soon. Note that FUSE maintainer left off sometime ago and there's no one taking care of kernel patches at the moment. Please let Jader and me know if there are any problems. Thanks Jader H. Silva wrote:

Re: [PATCH] fuse: implement cuse mmap

2015-12-16 Thread Luca Risolia
I tested this patch and gave some hints to Jader when it first appeared on the libfuse mailing list some months ago. Signed-off-by: Luca Risolia Jader H. Silva wrote: Implement cuse mmap using shmem to provide the actual memory maps. Pages must be read/written using fuse's NOTIFY_RETRIEVE

Re: [PATCH] fuse: implement cuse mmap

2015-12-16 Thread Luca Risolia
I tested this patch and gave some hints to Jader when it first appeared on the libfuse mailing list some months ago. Signed-off-by: Luca Risolia <luca.riso...@studio.unibo.it> Jader H. Silva wrote: Implement cuse mmap using shmem to provide the actual memory maps. Pages must be read/w

What to do when maintainers are unavailable?

2015-10-17 Thread Luca Risolia
Hi people, we properly submitted some kernel patches (adding mmap support to CUSE) to the FUSE mailing list some months ago and have been asking for their inclusion in the FUSE tree since then, but got no feedbacks, no replies at all from the maintainers. We would like to have these patches

What to do when maintainers are unavailable?

2015-10-17 Thread Luca Risolia
Hi people, we properly submitted some kernel patches (adding mmap support to CUSE) to the FUSE mailing list some months ago and have been asking for their inclusion in the FUSE tree since then, but got no feedbacks, no replies at all from the maintainers. We would like to have these patches

Re: [PATCH 2/3] drivers/media/video/sn9c102/sn9c102_core.c Fix Unlikely(x) == y

2008-02-16 Thread Luca Risolia
It's okay, thanks. Reviewed-by: Luca Risolia <[EMAIL PROTECTED]> --- On Saturday 16 February 2008 17:12:26 Roel Kluin wrote: > The patch below was not yet tested. If it's incorrect, please comment. > --- > Fix Unlikely(x) == y > > Signed-off-by: Roel Kluin <[EMAIL PROTEC

Re: [PATCH 2/3] drivers/media/video/sn9c102/sn9c102_core.c Fix Unlikely(x) == y

2008-02-16 Thread Luca Risolia
It's okay, thanks. Reviewed-by: Luca Risolia [EMAIL PROTECTED] --- On Saturday 16 February 2008 17:12:26 Roel Kluin wrote: The patch below was not yet tested. If it's incorrect, please comment. --- Fix Unlikely(x) == y Signed-off-by: Roel Kluin [EMAIL PROTECTED] --- diff --git a/drivers

Re: [PATCH 2/3] V4L: zc0301, remove bad usage of ERESTARTSYS

2007-10-09 Thread Luca Risolia
acked-by: Luca Risolia <[EMAIL PROTECTED]> On Monday 08 October 2007 14:40:53 Jiri Slaby wrote: > zc0301, remove bad usage of ERESTARTSYS > > down_read_trylock can't be interrupted and so ERESTARTSYS would reach > userspace, which is not permitted. Change it to EAGAIN >

Re: [PATCH 1/3] V4L: w9968cf, remove bad usage of ERESTARTSYS

2007-10-09 Thread Luca Risolia
acked-by: Luca Risolia <[EMAIL PROTECTED]> On Monday 08 October 2007 14:40:13 Jiri Slaby wrote: > w9968cf, remove bad usage of ERESTARTSYS > > down_read_trylock can't be interrupted and so ERESTARTSYS would reach > userspace, which is not permitted. Change it to EAGAIN >

Re: [PATCH 1/3] V4L: w9968cf, remove bad usage of ERESTARTSYS

2007-10-09 Thread Luca Risolia
acked-by: Luca Risolia [EMAIL PROTECTED] On Monday 08 October 2007 14:40:13 Jiri Slaby wrote: w9968cf, remove bad usage of ERESTARTSYS down_read_trylock can't be interrupted and so ERESTARTSYS would reach userspace, which is not permitted. Change it to EAGAIN Signed-off-by: Jiri Slaby

Re: [PATCH 2/3] V4L: zc0301, remove bad usage of ERESTARTSYS

2007-10-09 Thread Luca Risolia
acked-by: Luca Risolia [EMAIL PROTECTED] On Monday 08 October 2007 14:40:53 Jiri Slaby wrote: zc0301, remove bad usage of ERESTARTSYS down_read_trylock can't be interrupted and so ERESTARTSYS would reach userspace, which is not permitted. Change it to EAGAIN Signed-off-by: Jiri Slaby

Re: [PATCH] v4l: fix build error for et61x251 driver

2007-09-14 Thread Luca Risolia
ssible, using V4L2 interface). This is not recommended, since V4L2 API > should be the proper way to control the devices. through ioctl()? It's not as immediate and safe as controlling the device registers through /sysfs (not /proc). However, the sysfs interface in those drivers appeared before V4L2 h

Re: [PATCH] v4l: fix build error for et61x251 driver

2007-09-14 Thread Luca Risolia
() supersedeing sysfs in this case? Cheers, Mauro Best regards Luca Risolia - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH] v4l: fix build error for et61x251 driver

2007-09-13 Thread Luca Risolia
On Friday 14 September 2007 02:09:01 Linus Torvalds wrote: > On Fri, 14 Sep 2007, Luca Risolia wrote: > > Hacked-by: Luca Risolia <[EMAIL PROTECTED]> > > > > On Friday 14 September 2007 00:27:17 Andreas Herrmann wrote: > > > This fixes a kernel build problem and

Re: [PATCH] v4l: fix build error for et61x251 driver

2007-09-13 Thread Luca Risolia
Hacked-by: Luca Risolia <[EMAIL PROTECTED]> On Friday 14 September 2007 00:27:17 Andreas Herrmann wrote: > This fixes a kernel build problem and > should make it into 2.6.23, I think. > > > Regards, > > Andreas > > -- > > Get rid of some v4l1

Re: [PATCH] v4l: Build error with et61x251, if V4L1_COMPAT is not selected

2007-09-13 Thread Luca Risolia
video_device, class_dev)); Best regards Luca Risolia > > Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> > --- > drivers/media/video/et61x251/Kconfig |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/media/video/et61x251/Kconfig >

Re: [PATCH] v4l: Build error with et61x251, if V4L1_COMPAT is not selected

2007-09-13 Thread Luca Risolia
regards Luca Risolia Signed-off-by: Andreas Herrmann [EMAIL PROTECTED] --- drivers/media/video/et61x251/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/et61x251/Kconfig b/drivers/media/video/et61x251/Kconfig index dcc1a03..9143424 100644

Re: [PATCH] v4l: fix build error for et61x251 driver

2007-09-13 Thread Luca Risolia
Hacked-by: Luca Risolia [EMAIL PROTECTED] On Friday 14 September 2007 00:27:17 Andreas Herrmann wrote: This fixes a kernel build problem and should make it into 2.6.23, I think. Regards, Andreas -- Get rid of some v4l1 remainders to avoid kernel build errors if V4L1_COMPAT

Re: [PATCH] v4l: fix build error for et61x251 driver

2007-09-13 Thread Luca Risolia
On Friday 14 September 2007 02:09:01 Linus Torvalds wrote: On Fri, 14 Sep 2007, Luca Risolia wrote: Hacked-by: Luca Risolia [EMAIL PROTECTED] On Friday 14 September 2007 00:27:17 Andreas Herrmann wrote: This fixes a kernel build problem and should make it into 2.6.23, I think

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Luca Risolia
On Monday 28 May 2007 17:14:51 Markus Rechberger wrote: > On 5/28/07, Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > > We don't do format conversions in kernel. Instead, you should return a > > proper Bayer Fourcc format (like V4L2_PIX_FMT_SBGGR8). > > It's ok in his case since most userspace

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Luca Risolia
On Monday 28 May 2007 17:14:51 Markus Rechberger wrote: On 5/28/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: We don't do format conversions in kernel. Instead, you should return a proper Bayer Fourcc format (like V4L2_PIX_FMT_SBGGR8). It's ok in his case since most userspace

Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-04 Thread Luca Risolia
Scrive Adrian Bunk <[EMAIL PROTECTED]>: > On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote: > > Scrive Adrian Bunk <[EMAIL PROTECTED]>: > > > > > I noticed the following regarding

Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-04 Thread Luca Risolia
Scrive Adrian Bunk [EMAIL PROTECTED]: On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote: Scrive Adrian Bunk [EMAIL PROTECTED]: I noticed the following regarding the drivers/usb/media/ov511.c driver

Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-01 Thread Luca Risolia
Scrive Adrian Bunk <[EMAIL PROTECTED]>: > I noticed the following regarding the drivers/usb/media/ov511.c driver: ^^^ > - it's not updated compared to upstream: Could you provide more details? > - there's no w9968cf-vpp

Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-01 Thread Luca Risolia
Scrive Adrian Bunk [EMAIL PROTECTED]: I noticed the following regarding the drivers/usb/media/ov511.c driver: ^^^ - it's not updated compared to upstream: Could you provide more details? - there's no w9968cf-vpp module in