所有文章
Still ULE+PREEMPTION
I have done several experiments/asserts to ensure that the panic is related to ULE+PREEMPTION case only.
ULE: no panic
4BSD: no panic
4BSD+PREEMPTION: no panic
My latest progress is that I found that sched_switch in ULE for the threaded case, can decide whether subsequent call would panic. Investigating.
参与评论Working on ULE
My company has offered me some test equipment (namely, a HP 360 with ILO, which is *great* for debugging at home!), and I has started to trip over the ULE code and find for bugs.
参与评论keys of (j),(z), etc. in FreeBSD scheduler related stuff's comments
You can obtain latest list from sys/sys/proc.h:
| |
cvs skill to minimize lock period
Today Giorgos Keramidas (keramida@) has noted that the following skill that can minimize lock period:
- save the commit message to a file (say ~/commitlog)
- cvs ci -F ~/commitlog file[…]
比碟仙更可怕的拍鬼游戏zz
From: http://y.sina.com.cn 2005年06月17日 11:24 榕树下 文/流浪猫
这是我的一个同事给我讲的他上高中时一个真实的故事。
那一年他上高二,因为他家住在外地,所以他从上高中就在学校住校。他们高中大部分都是长春本市的学生,住校的同学相对较少,他们寝室也就只住了四个人。从生日排行,他排老四。他们寝的老大跟他是同乡,他们俩的关系比较好。
那是快要放暑假的时候,他们考完试,等着发表成绩。这时候已经没有什么课了,学习也比较轻松。那天是星期五,晚上吃完饭没有什么事,几个人就在寝室里侃大山。说着说着,就说到一些奇异的事情上面来了。
老三就说:「哎,你们听没听过一个游戏,说是比‘碟仙’更吓人。」
老二问:「啥游戏啊?」
「拍鬼。你们听过吗?」
我们同事就说:「没听过。咋玩呀?」
阅读全文…我对为什么不能workaround唬弄事的解释
有一天,我们发现了一个bug。
然是有人决定把它workaround掉,大家都很开心。
突然有一天,那个bug被修了。
然后workaround变成了bug……所以说坚决抵制workaround。。。
参与评论ULE: kseq_nice_rem is called too much!
It seems that I have hit a bug, where kseq_nice_rem is being called too much. Have read the code and added some KASSERT/MPASS’es.
参与评论PR sexiness factors
pav@ has put together this which looks quite interesting. Have a read of it :-)
(Got that from arved@’s blog)
参与评论其实老康说的都蛮有道理
细想了想,我有印象的他说的几句话都非常的实在和有道理。
我相信时间能够证明这一切。
参与评论学校终于还是启用了流量整形
从禁止ping,到最后的流量整形。不知道明天会是什么。
我不认为这是有助于安全的设施。
如果你相信——你生活在一个没有任何安全威胁的环境,那么,任何人都会变得缺少防备的意识。
阅读全文…