On Thu, 17 Apr 2008 19:55:46 -0400 Paul Moore <paul.moore@hp.com> wrote:I dropped git-selinux and that crash seems to have gone away. It took about five minutes before, but would presumably have happened earlier if I'd reduced the cache size. btw, wouldn't this --- a/security/selinux/netnode.c~a +++ a/security/selinux/netnode.c @@ -190,7 +190,7 @@ static int sel_netnode_insert(struct sel if (sel_netnode_hash[idx].size == SEL_NETNODE_HASH_BKT_LIMIT) { struct sel_netnode *tail; tail = list_entry(node->list.prev, struct sel_netnode, list); - list_del_rcu(node->list.prev); + list_del_rcu(&tail->list); call_rcu(&tail->rcu, sel_netnode_free); } else sel_netnode_hash[idx].size++; _ be a bit clearer? If it's correct - I didn't try too hard :) --
| Jeff Garzik | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Christoph Hellwig | Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interface for on access scan... |
| Heiko Carstens | Re: -mm merge plans for 2.6.23 -- sys_fallocate |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Arjan van de Ven | Re: [GIT]: Networking |
| Jens Axboe | Re: [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Emmanuel Dreyfus | fixing send(2) semantics (kern/29750) |
| Christos Zoulas | Re: Melting down your network [Subject changed] |
| Juan RP | Changing the I/O scheduler on-the-fly |
| Emmanuel Dreyfus | Re: fixing send(2) semantics (kern/29750) |
