ext2_find_near()

2012-11-13 Thread Anders Lind
Hi all, Sorry to bother. for ext2_find_near(), why we tro to find near block by tring priveous block? Why not forward? static ext2_fsblk_t ext2_find_near(struct inode *inode, Indirect *ind) {     struct ext2_inode_info *ei = EXT2_I(inode);     __le32 *start = ind->bh ? (__le32 *) ind->bh->b_dat

[junk] newbie test.

2012-11-13 Thread xu wang
test ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: GPIO Watchdog device driver

2012-11-13 Thread anish singh
On Tue, Nov 13, 2012 at 9:03 AM, Mulyadi Santosa wrote: > On Tue, Nov 13, 2012 at 10:37 PM, Andreas Schmidt > wrote: >> Hi all, >> I wrote a GPIO watchdog for a extern simple watchdog (LTC2917). It is a >> voltage supervisor with watchdog timer functionality. Do you think >> should I send this to

Re: Callback function from kernel module

2012-11-13 Thread Anand Moon
Hi all,   You cand find number of example on how to use send_sig_info api.   please follow this link : http://lxr.linux.no/linux+v3.6.6/kernel/pid_namespace.c#L179     Regarding this warning jeshwanth@jeshwanth:~/linu

Re: GPIO Watchdog device driver

2012-11-13 Thread Mulyadi Santosa
On Tue, Nov 13, 2012 at 10:37 PM, Andreas Schmidt wrote: > Hi all, > I wrote a GPIO watchdog for a extern simple watchdog (LTC2917). It is a > voltage supervisor with watchdog timer functionality. Do you think > should I send this to maintainer? Could it be usefull for somebody else? I am not fam

Manually accessing file contents from bprm->file

2012-11-13 Thread stl
Hello, I am trying to boot a custom linux-2.6.37 port, but I am stuck at the point where the kernel launches /init executable (since the initial filesystem was mounted with initramfs support). After investigations, it appears that a problem occurs during prepare_binprm() function. This function i

GPIO Watchdog device driver

2012-11-13 Thread Andreas Schmidt
Hi all, I wrote a GPIO watchdog for a extern simple watchdog (LTC2917). It is a voltage supervisor with watchdog timer functionality. Do you think should I send this to maintainer? Could it be usefull for somebody else? Thanks Andreas ___ Kernelnewbies

Re: Linux stable test kernels

2012-11-13 Thread Peter Senna Tschudin
On Tue, Nov 13, 2012 at 11:31 AM, Luis R. Rodriguez wrote: > On Tue, Nov 13, 2012 at 2:28 AM, WANG Chao wrote: >> On 11/13/2012 05:36 PM, Peter Senna Tschudin wrote: >>> Dear list, >>> >>> Where / how can I get latest Linux stable test kernels like >>> 3.0.51-rc1, 3.4.18-rc1, and 3.6.6-rc1? >>> >

Re: Linux stable test kernels

2012-11-13 Thread Luis R. Rodriguez
On Tue, Nov 13, 2012 at 2:28 AM, WANG Chao wrote: > On 11/13/2012 05:36 PM, Peter Senna Tschudin wrote: >> Dear list, >> >> Where / how can I get latest Linux stable test kernels like >> 3.0.51-rc1, 3.4.18-rc1, and 3.6.6-rc1? >> > > http://www.kernel.org/ To be more exact: http://www.kernel.org/

Re: Linux stable test kernels

2012-11-13 Thread WANG Chao
On 11/13/2012 05:36 PM, Peter Senna Tschudin wrote: > Dear list, > > Where / how can I get latest Linux stable test kernels like > 3.0.51-rc1, 3.4.18-rc1, and 3.6.6-rc1? > http://www.kernel.org/ > Thanks, > > Peter > > -- > Peter > > ___ > Kernelne

Linux stable test kernels

2012-11-13 Thread Peter Senna Tschudin
Dear list, Where / how can I get latest Linux stable test kernels like 3.0.51-rc1, 3.4.18-rc1, and 3.6.6-rc1? Thanks, Peter -- Peter ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernel