lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <b60ce1b70607310536y17e29fbcp8b827a17eaf98511@mail.gmail.com> Date: Mon, 31 Jul 2006 18:06:49 +0530 From: "G SR" <gsr.lkml@...il.com> To: linux-kernel@...r.kernel.org Subject: [help] Bottom half scheduling Regarding Bottom half scheduling in a typical scenario. Suppose a tasklet(bottom half) process is running and an Interrupt occured and pre-empted the tasklet. The interrupt scheduled another tasklet of different type. The question is: Which tasklet will come into execution when the interrupt task completes?. In other words whether the pre-empted tasklet will resume its exec- ution or the newly scheduled tasklet will execute? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/