Re: cross compiling

2017-05-30 Thread juan pedro meriƱo
Toolchin for compiler linux? ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Update a newly-created '.config' file with some predefined values

2017-05-30 Thread Roman Storozhenko
Hello everybody, I have a host machine and I have a VM machine running CentOS 7 with 3.x. There is a kernel source tree on the host. I have made 'make menuconfig', populated all options that I want to have in my custom kernel and as a result got a '.config' file. Then I copied a centos-default

Is vnode number also limit system-wide number of open file?

2017-05-30 Thread Yubin Ruan
I notice that there is a unsigned long i_ino; in definition of `struct inode' [1], which is the virtual filesystem inode. Does that mean "inode number" and is it used for indexing in the system-wide inode table? If that is the case, would that limit the number of open

Re: Update a newly-created '.config' file with some predefined values

2017-05-30 Thread valdis . kletnieks
On Tue, 30 May 2017 12:28:34 +0300, Roman Storozhenko said: > Hello everybody, > > I have a host machine and I have a VM machine running CentOS 7 with 3.x. Ther e is > a kernel source tree on the host. I have made 'make menuconfig', > populated all options that I want to have in my custom kernel