Re: [PATCH] staging/android: Update ION TODO per LPC discussion

2015-08-21 Thread Tiago Vignatti
oogle.com Cc: robdcl...@gmail.com Cc: david.br...@arm.com Cc: rom...@google.com Cc: Tiago Vignatti Signed-off-by: Daniel Vetter --- drivers/staging/android/TODO | 20 1 file changed, 20 insertions(+) diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TOD

mlock() is working?

2007-08-09 Thread Tiago Vignatti
[SIZE]'. Am I missing something? Is it possible to lock the automatic variables? My Linux is 2.6.22.2. my regards [0] http://lkml.org/lkml/2007/7/27/11 http://lkml.org/lkml/2007/7/27/8 -- Tiago Vignatti C3SL - Centro de Computação Científica e Software Livre www.c3sl.ufpr.br - To uns

Re: [PATCH] exporting address to the page fault notifier

2007-07-26 Thread Tiago Vignatti
Felipe Balbi escreveu: On 7/26/07, Tiago Vignatti <[EMAIL PROTECTED]> wrote: I made a module using the notifier scheme which already exists inside the kernel. The problem is that the page fault notifier doesn't show the address which happened the fault. This little patch incr

[PATCH] Exports address to the page fault notifier.

2007-07-26 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti <[EMAIL PROTECTED]> --- arch/i386/mm/fault.c |9 + include/linux/kdebug.h |1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/i386/mm/fault.c b/arch/i386/mm/fault.c index 01ffdd4..c405802 100644 --- a/arch/i386/mm/f

[PATCH] Exports address to the page fault notifier

2007-07-26 Thread Tiago Vignatti
reformatting the patche. See http://lkml.org/lkml/2007/7/26/513. -- Tiago Vignatti C3SL - Centro de Computacao Cientifica e Software Livre www.c3sl.ufpr.br - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majo

[PATCH] exporting address to the page fault notifier

2007-07-26 Thread Tiago Vignatti
s' instead build a new struct only for it. The patch and the module notifier comes attached. my regards -- Tiago Vignatti C3SL - Centro de Computação Científica e Software Livre www.c3sl.ufpr.br diff --git a/arch/i386/mm/fault.c b/arch/i386/mm/fault.c index 01ffdd4..c405802 100644 ---