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: <49B8CE2B.8070402@davidnewall.com>
Date: Thu, 12 Mar 2009 19:26:11 +1030
From: David Newall <davidn@...idnewall.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] (latest tip) make dequeue_task less confusing
The dequeue_patch function in kernel/sched.c is complicated by
including a sleep parameter. This parameter is always zero
except in one instance. This patch clarifies the task of
dequeue_patch by removing the sleep parameter and moving the
code that handles non-zero sleep to that one place where it is
needed.
View attachment "sched.patch" of type "text/x-patch" (1783 bytes)