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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 24 Jul 2007 15:33:46 -0700 From: PJ Waskiewicz <peter.p.waskiewicz.jr@...el.com> To: davem@...emloft.net Cc: netdev@...r.kernel.org, kaber@...sh.net Subject: [FIX] NET: Fix sch_api and sch_prio to properly set and detect the root qdisc This is a patch from Patrick McHardy to fix the sch_api code, which I went ahead and tested and made a slight fix to. This also includes the fix to sch_prio based on Patrick's patch. The sch->parent handle should contain the parent qdisc ID. When the qdisc is the root qdisc (TC_H_ROOT), the parent handle should be the value TC_H_ROOT. This fixes sch_api to set this correctly on qdisc_create() for both ingress and egress qdiscs. Change this check in prio_tune() so that only the root qdisc can be multiqueue-enabled; use sch->parent instead of sch->handle. -- PJ Waskiewicz <peter.p.waskiewicz.jr@...el.com> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists