Re: CFS: Scheduler: How does each change in 'nice' value result in 10% change in CPU time?

2016-01-22 Thread alexander198961
From m2 Original message Sender: John Locke Time: Thu 1/21 17:53 To: kernelnewbies@kernelnewbies.org Subject: CFS: Scheduler: How does each change in 'nice' value result in 10% change in CPU time? >Can anyone explain how the weights that the 'nice' values are mapped >to ac

'bin/sh: can't access tty' when boot from kernel-4.3.3

2016-01-22 Thread Hao Lee
Hi, I encounter a problem when I boot from kernel-4.3.3. I use 'make allnoconfig' to generate an initial config file and use 'make menuconfig' to configure my kernel then compile it. But when I try to boot from my new kernel, I see a message: ' bin/sh: can't access tty; job control turned off '. I

Re: How to statically build kernel module?

2016-01-22 Thread Rami Rosen
Hi, Assuming that you are talking about a kernel module which is part of the Kernel tree, you simply need to run make menuconfig, navigate to that module, and instead "M" you should choose "Y". The build and install the kernel image. Regards, Rami Rosen http://ramirose.wix.com/ramirosen בתאריך 22

How to statically build kernel module?

2016-01-22 Thread Kenneth Adam Miller
Is there a guidance anywhere? I know my question is simple and straightforward, but I've looked around a bit and I can't find a direct way to statically build a kernel module into the kernel. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Re: Reading network connections for processes in a separate net namespaces from /proc/[pid]/net/tcp|tcp6

2016-01-22 Thread Rami Rosen
Hi,Darek, >I've found >functions for global files, maybe they are the same). I'd like to >check when these files where introduced (from what kernel version they >are available) Support for kernel network namesapces was added with kernel 2.6.29. It is basically based on adding an object called "ne

Reading network connections for processes in a separate net namespaces from /proc/[pid]/net/tcp|tcp6

2016-01-22 Thread dariusz ostolski
Hello, My name is Darek Ostolski, I'm computer enthusiast and hobbyst (also a developer). If this is incorrect mailing list excuse me and please point to the appropriate place to ask this kind of question. I couldn't find any other more appropriate place. I have a process that is in the separate