Re: What's the priority of the idle task?

2018-04-04 Thread Till Smejkal
On Tue, 03 Apr 2018, Ferenc Wágner wrote: > As explained by several (if somewhat old) articles [2,3,4], the Linux > idle task (PID=0, one per CPU) is run when there are no other tasks to > run. To get the scheduler do this, the idle task must have the lowest > priority reserved for it. That old Doc

Re: [PATCH v6 08/11] intel_sgx: in-kernel launch enclave

2017-11-27 Thread Till Smejkal
On Sat, 25 Nov 2017, Jarkko Sakkinen wrote: > This commits implements the in-kernel launch enclave. It is wrapped into > a user space program that reads SIGSTRUCT instances from stdin and > outputs launch tokens to stdout. > > The commit also adds enclave signing tool that is used by kbuild to > m

Re: [RFC PATCH 10/13] mm: Introduce first class virtual address spaces

2017-03-13 Thread Till Smejkal
Hi Vineet, On Mon, 13 Mar 2017, Vineet Gupta wrote: > I've not looked at the patches closely (or read the references paper fully > yet), > but at first glance it seems on ARC architecture, we can can potentially > use/leverage this mechanism to implement the shared TLB entries. Before anyone > sh

Re: [PATCH -v4] random: introduce getrandom(2) system call

2014-07-21 Thread Till Smejkal
dom(2) will block or return -1 with the > errno set to EGAIN if the GRND_NONBLOCK bit is set in flags. ^ Small typo: this should be EAGAIN. [...] Regards Till Smejkal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t