From xiao_yanbin在163.com Mon Mar 22 21:08:42 2010 From: xiao_yanbin在163.com (xiao_yanbin) Date: Mon, 22 Mar 2010 21:08:42 +0800 (CST) Subject: PCI : Failed to allocate mem resource #6 : 20000@e0000000 for 0000 : 01 : 00 Message-ID: <159366.11031.12785fd4daf.Coremail.xiao_yanbin@163.com> 将linux-2.6.18内核的页面分配算法修改之后(主要是添加了Page coloring),在i386双核机上重新启动时出现“PCI : Failed to allocate mem resource #6 : 20000在e0000000 for 0000 : 01 : 00”,怎么回事? From xiao_yanbin在163.com Mon Mar 22 21:23:43 2010 From: xiao_yanbin在163.com (xiao_yanbin) Date: Mon, 22 Mar 2010 21:23:43 +0800 (CST) Subject: PCI:Failed to allocate mem resource #6:20000@e0000000 for 0000:01:00.0 Message-ID: <19e9eed.10c00.127860b0c8b.Coremail.xiao_yanbin@163.com> 将linux-2.6.18内核的页面分配算法修改之后,重启发现“PCI:Failed to allocate mem resource #6:20000在e0000000 for 0000:01:00.0”,怎么回事?(i386,双核,PC机) From pku.leo在gmail.com Tue Mar 23 00:13:39 2010 From: pku.leo在gmail.com (Leo Li) Date: Tue, 23 Mar 2010 00:13:39 +0800 Subject: =?UTF-8?B?5rWL6K+V6YKu5Lu2?= Message-ID: <2a27d3731003220913t48d5a1d5j145a18a14a6e0846@mail.gmail.com> 测试 From r58472在freescale.com Mon Mar 22 11:06:33 2010 From: r58472在freescale.com (Li Yang-R58472) Date: Mon, 22 Mar 2010 11:06:33 +0800 Subject: test Message-ID: <3A45394FD742FA419B760BB8D398F9ED01723EB7@zch01exm26.fsl.freescale.net> Hi there From r58472在freescale.com Thu Mar 25 19:14:37 2010 From: r58472在freescale.com (Li Yang-R58472) Date: Thu, 25 Mar 2010 19:14:37 +0800 Subject: test Message-ID: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> rt From hechaos在gmail.com Sat Mar 27 11:49:48 2010 From: hechaos在gmail.com (=?GB2312?B?utizrA==?=) Date: Sat, 27 Mar 2010 11:49:48 +0800 Subject: test Message-ID: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> A test to decide if the ml is ok -- 贺超 From citypw在gmail.com Mon Mar 29 20:16:30 2010 From: citypw在gmail.com (Shawn) Date: Mon, 29 Mar 2010 20:16:30 +0800 Subject: =?UTF-8?B?aXhwNHh45Lqk5Y+J57yW6K+R6ZSZ6K+vKG5ldGZpbHRlcik=?= Message-ID: <7812f0231003290516q68faeefua93530833878a53b@mail.gmail.com> 最近拿到了一个被裁减过的kernel-2.6.28,目标是移植到ixp420的开发板上,当加了networking support->network option->network packet filtering framework(netfilter)的编译选项后交叉编译(交叉编译器是arm-linux-gcc 4.2.4)的就会报以下的错误,不知道有就没有朋友遇到过这个错误? 很抱歉已经google过了但没有找到解决方法,请大家帮忙分析一下,谢谢. CHK include/linux/compile.h CC net/ipv4/netfilter/ip_tables.o In file included from net/ipv4/netfilter/ip_tables.c:29: include/linux/netfilter_ipv4/ip_tables.h:112:6: warning: "__BYTE_ORDER" is not defined include/linux/netfilter_ipv4/ip_tables.h:124:6: warning: "__BYTE_ORDER" is not defined In file included from net/ipv4/netfilter/ip_tables.c:31: include/net/netfilter/nf_conntrack.h:149: error: field 'ct_general' has incomplete type include/net/netfilter/nf_conntrack.h: In function 'nf_ct_get': include/net/netfilter/nf_conntrack.h:265: error: 'const struct sk_buff' has no member named 'nfct' include/net/netfilter/nf_conntrack.h: In function 'nf_ct_put': include/net/netfilter/nf_conntrack.h:272: error: implicit declaration of function 'nf_conntrack_put' include/net/netfilter/nf_conntrack.h: In function 'nf_ct_is_untracked': include/net/netfilter/nf_conntrack.h:371: error: 'const struct sk_buff' has no member named 'nfct' In file included from net/ipv4/netfilter/ip_tables.c:38: include/net/netfilter/nf_conntrack_acct.h: In function 'nf_ct_acct_ext_add': include/net/netfilter/nf_conntrack_acct.h:42: error: 'struct net' has no member named 'ct' net/ipv4/netfilter/ip_tables.c: In function 'nf_klog_filter': net/ipv4/netfilter/ip_tables.c:196: error: 'struct sk_buff' has no member named 'nfct' net/ipv4/netfilter/ip_tables.c:262: error: 'struct nf_conn' has no member named 'layer7' net/ipv4/netfilter/ip_tables.c: In function 'nat_rules_filter': net/ipv4/netfilter/ip_tables.c:1190: error: 'struct sk_buff' has no member named 'nfct' net/ipv4/netfilter/ip_tables.c: In function 'ipt_do_table': net/ipv4/netfilter/ip_tables.c:1745: error: 'struct sk_buff' has no member named 'nfct' net/ipv4/netfilter/ip_tables.c: In function 'mtrie_init': net/ipv4/netfilter/ip_tables.c:4640: warning: assignment from incompatible pointer type make[3]: *** [net/ipv4/netfilter/ip_tables.o] Error 1 make[2]: *** [net/ipv4/netfilter] Error 2 make[1]: *** [net/ipv4] Error 2 make: *** [net] Error 2 -- GNU powered it... GPL protect it... God blessing it... regards HFG--Shawn the R0ck From luzhan在cisco.com Tue Mar 30 11:21:25 2010 From: luzhan在cisco.com (Luke Zhang (luzhan)) Date: Tue, 30 Mar 2010 11:21:25 +0800 Subject: =?gb2312?B?UkU6INbQzsTTyrz+wdCx7bG7utPQt8Cyo78=?= In-Reply-To: References: <4B4FCAB8.3090308@gmail.com> Message-ID: <619049E87C9243449FEA17D003C77E8E0754ED52@xmb-hkg-418.apac.cisco.com> 和谐了吗? -----Original Message----- From: linux-kernel-bounces在zh-kernel.org [mailto:linux-kernel-bounces在zh-kernel.org] On Behalf Of . dyron Sent: Friday, January 15, 2010 12:03 PM To: Liuwenyi Cc: linux-kernel在zh-kernel.org Subject: Re: 中文邮件列表被河蟹啦? 回复,可以用,灌水贴 2010/1/15 Liuwenyi > > RT,测试下中文邮件列表现在是否可用 > > > > -- > Best Regards, > Liuwenyi > > > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org From nylzhaowei在gmail.com Wed Mar 31 17:13:40 2010 From: nylzhaowei在gmail.com (Godbach) Date: Wed, 31 Mar 2010 17:13:40 +0800 Subject: test In-Reply-To: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> Message-ID: 在 2010年3月25日 下午7:14,Li Yang-R58472 写道: > rt > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org 最近一直收不到邮件。。 From ender.dai在gmail.com Wed Mar 31 17:14:50 2010 From: ender.dai在gmail.com (Ender.Dai) Date: Wed, 31 Mar 2010 17:14:50 +0800 Subject: test In-Reply-To: References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> Message-ID: 好像准备活过来了 2010/3/31 Godbach : > 在 2010年3月25日 下午7:14,Li Yang-R58472 写道: >> rt >> _______________________________________________ >> Linux 内核开发中文邮件列表 >> Linux-kernel在zh-kernel.org >> http://zh-kernel.org/mailman/listinfo/linux-kernel >> Linux 内核开发中文社区: http://zh-kernel.org > > 最近一直收不到邮件。。 > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org -- Invent and fit; have fits and reinvent! We toast the Lisp programmer who pens his thoughts within nests of parentheses. From kernel.zeng在gmail.com Wed Mar 31 17:16:35 2010 From: kernel.zeng在gmail.com (Wheelz) Date: Wed, 31 Mar 2010 17:16:35 +0800 Subject: test In-Reply-To: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> References: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> Message-ID: <20100331091635.GA4240@localhost.localdomain> Yet another test to see if the ml is OK. On Sat, Mar 27, 2010 at 11:49:48AM +0800, 贺超 wrote: > Date: Sat, 27 Mar 2010 11:49:48 +0800 > From: 贺超 > To: zh-kernel > Subject: test > > A test to decide if the ml is ok > > -- > 贺超 > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org From crquan在gmail.com Wed Mar 31 17:17:19 2010 From: crquan在gmail.com (Cheng Renquan) Date: Wed, 31 Mar 2010 17:17:19 +0800 Subject: test In-Reply-To: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> References: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> Message-ID: 2010/3/27 贺超 : > A test to decide if the ml is ok 恢复了? > > -- > 贺超 > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org -- Cheng Renquan (程任全), from Singapore From wen_kernel在163.com Wed Mar 31 17:18:32 2010 From: wen_kernel在163.com (=?utf-8?B?V2VueHk=?=) Date: Wed, 31 Mar 2010 17:18:32 +0800 Subject: =?utf-8?B?UmU6IFJlOiB0ZXN0?= References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net>, Message-ID: <201003311718317818600@163.com> >在 2010年3月25日 下午7:14,Li Yang-R58472 写道: >> rt >> _______________________________________________ >> Linux 内核开发中文邮件列表 >> Linux-kernel在zh-kernel.org >> http://zh-kernel.org/mailman/listinfo/linux-kernel >> Linux 内核开发中文社区: http://zh-kernel.org > >最近一直收不到邮件。。 >_______________________________________________ >Linux 内核开发中文邮件列表 >Linux-kernel在zh-kernel.org >http://zh-kernel.org/mailman/listinfo/linux-kernel >Linux 内核开发中文社区: http://zh-kernel.org Hi, Godbach Happy, mail list working. Best regards. Wenxy. 2010-03-31,17:17:33 Email: wen_kernel在163.com Blog: http://blog.csdn.net/wenxy1 From hechaos在gmail.com Wed Mar 31 17:31:35 2010 From: hechaos在gmail.com (Chao) Date: Wed, 31 Mar 2010 17:31:35 +0800 Subject: test In-Reply-To: References: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> Message-ID: 看来又活过来了 在 2010年3月31日 下午5:17,Cheng Renquan 写道: > 2010/3/27 贺超 : > > A test to decide if the ml is ok > > 恢复了? > > > > > -- > > 贺超 > > _______________________________________________ > > Linux 内核开发中文邮件列表 > > Linux-kernel在zh-kernel.org > > http://zh-kernel.org/mailman/listinfo/linux-kernel > > Linux 内核开发中文社区: http://zh-kernel.org > > -- > Cheng Renquan (程任全), from Singapore > From csduan2009在gmail.com Wed Mar 31 17:32:11 2010 From: csduan2009在gmail.com (chensheng duan) Date: Wed, 31 Mar 2010 17:32:11 +0800 Subject: test In-Reply-To: References: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> Message-ID: 对头 在 2010年3月31日 下午5:31,Chao 写道: > 看来又活过来了 > 在 2010年3月31日 下午5:17,Cheng Renquan 写道: > > > 2010/3/27 贺超 : > > > A test to decide if the ml is ok > > > > 恢复了? > > > > > > > > -- > > > 贺超 > > > _______________________________________________ > > > Linux 内核开发中文邮件列表 > > > Linux-kernel在zh-kernel.org > > > http://zh-kernel.org/mailman/listinfo/linux-kernel > > > Linux 内核开发中文社区: http://zh-kernel.org > > > > -- > > Cheng Renquan (程任全), from Singapore > > > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org > From wjp在oppo.com Wed Mar 31 17:30:12 2010 From: wjp在oppo.com (wjp) Date: Wed, 31 Mar 2010 17:30:12 +0800 Subject: test References: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> Message-ID: <005801cad0b4$c386c300$8c7210ac@LocalHost> gxgx! ----- Original Message ----- From: "Chao" To: "Cheng Renquan" Cc: Sent: Wednesday, March 31, 2010 5:31 PM Subject: Re: test > 看来又活过来了 > 在 2010年3月31日 下午5:17,Cheng Renquan 写道: > >> 2010/3/27 贺超 : >> > A test to decide if the ml is ok >> >> 恢复了? >> >> > >> > -- >> > 贺超 >> > _______________________________________________ >> > Linux 内核开发中文邮件列表 >> > Linux-kernel在zh-kernel.org >> > http://zh-kernel.org/mailman/listinfo/linux-kernel >> > Linux 内核开发中文社区: http://zh-kernel.org >> >> -- >> Cheng Renquan (程任全), from Singapore >> > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org From mojiaxian在ceiec-electric.com Wed Mar 31 17:44:11 2010 From: mojiaxian在ceiec-electric.com (mjxian) Date: Wed, 31 Mar 2010 17:44:11 +0800 Subject: test In-Reply-To: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> Message-ID: <4BB3196B.8090301@ceiec-electric.com> 于 2010-3-25 19:14, Li Yang-R58472 在来信中写道: > rt > roger... 两个月了啊 From coly.li在suse.de Wed Mar 31 17:59:32 2010 From: coly.li在suse.de (Coly Li) Date: Wed, 31 Mar 2010 17:59:32 +0800 Subject: test In-Reply-To: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> Message-ID: <4BB31D04.5090502@suse.de> pong On 03/25/2010 07:14 PM, Li Yang-R58472 Wrote: > rt -- Coly Li SuSE Labs From wangyonge在gadmei.com Wed Mar 31 17:48:13 2010 From: wangyonge在gadmei.com (WangYongE) Date: Wed, 31 Mar 2010 17:48:13 +0800 Subject: test In-Reply-To: <005801cad0b4$c386c300$8c7210ac@LocalHost> Message-ID: 恭喜!! 恭喜!!! > -----Original Message----- > From: linux-kernel-bounces在zh-kernel.org > [mailto:linux-kernel-bounces在zh-kernel.org] On Behalf Of wjp > Sent: Wednesday, March 31, 2010 5:30 PM > To: Chao; Cheng Renquan > Cc: linux-kernel在zh-kernel.org > Subject: Re: test > > gxgx! > ----- Original Message ----- > From: "Chao" > To: "Cheng Renquan" > Cc: > Sent: Wednesday, March 31, 2010 5:31 PM > Subject: Re: test > > > > 看来又活过来了 > > 在 2010年3月31日 下午5:17,Cheng Renquan 写道: > > > >> 2010/3/27 贺超 : > >> > A test to decide if the ml is ok > >> > >> 恢复了? > >> > >> > > >> > -- > >> > 贺超 > >> > _______________________________________________ > >> > Linux 内核开发中文邮件列表 > >> > Linux-kernel在zh-kernel.org > >> > http://zh-kernel.org/mailman/listinfo/linux-kernel > >> > Linux 内核开发中文社区: http://zh-kernel.org > >> > >> -- > >> Cheng Renquan (程任全), from Singapore > >> > > _______________________________________________ > > Linux 内核开发中文邮件列表 > > Linux-kernel在zh-kernel.org > > http://zh-kernel.org/mailman/listinfo/linux-kernel > > Linux 内核开发中文社区: http://zh-kernel.org > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org From 914059751在qq.com Wed Mar 31 17:50:02 2010 From: 914059751在qq.com (rocky) Date: Wed, 31 Mar 2010 17:50:02 +0800 Subject: =?gb2312?B?tPC4tDogdGVzdA==?= In-Reply-To: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> Message-ID: <8D615719CD7341FFB66CFED9DBBADC15@dufan> Rocky is here! -----邮件原件----- 发件人: linux-kernel-bounces在zh-kernel.org [mailto:linux-kernel-bounces在zh-kernel.org] 代表 Li Yang-R58472 发送时间: 2010年3月25日 19:15 收件人: linux-kernel在zh-kernel.org 主题: test rt _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org From jack_wang在usish.com Wed Mar 31 17:51:26 2010 From: jack_wang在usish.com (jack wang) Date: Wed, 31 Mar 2010 17:51:26 +0800 Subject: =?gb2312?B?tPC4tDogdGVzdA==?= In-Reply-To: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> Message-ID: <876B8EFE0E134CBD9C644C0B574D1177@usish.com.cn> 果然又复活了 _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org From yanan_111在163.com Wed Mar 31 17:53:04 2010 From: yanan_111在163.com (=?utf-8?B?eWFuYW5fMTEx?=) Date: Wed, 31 Mar 2010 09:53:04 -0000 Subject: =?utf-8?B?UmU6IOetlOWkjTogdGVzdA==?= References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net>, <8D615719CD7341FFB66CFED9DBBADC15@dufan> Message-ID: <200903311752335789382@163.com> 恭喜恭喜呀 2009-03-31 yanan_111 发件人: rocky 发送时间: 2010-03-31 17:50:01 收件人: 'Li Yang-R58472'; linux-kernel在zh-kernel.org 抄送: 主题: 答复: test Rocky is here! -----邮件原件----- 发件人: linux-kernel-bounces在zh-kernel.org [mailto:linux-kernel-bounces在zh-kernel.org] 代表 Li Yang-R58472 发送时间: 2010年3月25日 19:15 收件人: linux-kernel在zh-kernel.org 主题: test rt _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org From wxc200在gmail.com Wed Mar 31 17:53:28 2010 From: wxc200在gmail.com (XingChao Wang) Date: Wed, 31 Mar 2010 17:53:28 +0800 Subject: =?GB2312?B?UmU6ILTwuLQ6IHRlc3Q=?= In-Reply-To: <876B8EFE0E134CBD9C644C0B574D1177@usish.com.cn> References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> <876B8EFE0E134CBD9C644C0B574D1177@usish.com.cn> Message-ID: re~ thanks --wang xingchao 在 2010年3月31日 下午5:51,jack wang 写道: > 果然又复活了 > > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org > From htan在a10networks.com.cn Wed Mar 31 17:54:05 2010 From: htan在a10networks.com.cn (=?utf-8?B?aHRhbg==?=) Date: Wed, 31 Mar 2010 17:54:05 +0800 Subject: =?utf-8?B?UmU6IHRlc3Q=?= References: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> Message-ID: <201003311754045517512@a10networks.com.cn> 恭喜恭喜~~~ 2010-03-31 htan 发件人: 贺超 发送时间: 2010-03-31 17:09:19 收件人: zh-kernel" 抄送: 主题: test A test to decide if the ml is ok -- 贺超 _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org From xiaosuo在gmail.com Wed Mar 31 17:54:28 2010 From: xiaosuo在gmail.com (Changli Gao) Date: Wed, 31 Mar 2010 17:54:28 +0800 Subject: =?GB2312?B?UmU6ILTwuLQ6IHRlc3Q=?= In-Reply-To: <200903311752335789382@163.com> References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> <8D615719CD7341FFB66CFED9DBBADC15@dufan> <200903311752335789382@163.com> Message-ID: 2009/3/31 yanan_111 : > 恭喜恭喜呀 都要把这个给忘记了。 -- Regards, Changli Gao(xiaosuo在gmail.com) From marshuttle在gmail.com Wed Mar 31 18:05:42 2010 From: marshuttle在gmail.com (Mars Shuttle) Date: Wed, 31 Mar 2010 18:05:42 +0800 Subject: test In-Reply-To: <201003311754045517512@a10networks.com.cn> References: <9721ded41003262049i1fc582c6reb970d514f90ef8@mail.gmail.com> <201003311754045517512@a10networks.com.cn> Message-ID: <2987b5cc1003310305g31f93c2ejef17d9ad32801e2b@mail.gmail.com> 终于活过来了,好消息 在 2010年3月31日 下午5:54,htan 写道: > 恭喜恭喜~~~ > > > 2010-03-31 > > > > htan > > > > 发件人: 贺超 > 发送时间: 2010-03-31 17:09:19 > 收件人: zh-kernel" > 抄送: > 主题: test > > A test to decide if the ml is ok > -- > 贺超 > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org > From qilang07在msn.com Wed Mar 31 19:48:05 2010 From: qilang07在msn.com (=?gbk?B?o9GjzA==?=) Date: Wed, 31 Mar 2010 19:48:05 +0800 Subject: =?gbk?B?u9i4tKO6IHRlc3Q=?= Message-ID: 呵呵 做人难啊 ------------------ 原始邮件 ------------------ 发件人: "Mars Shuttle"; 发送时间: 2010年3月31日(星期三) 晚上6:05 收件人: "htan"; 主题: Re: test 终于活过来了,好消息 在 2010年3月31日 下午5:54,htan 写道: > 恭喜恭喜~~~ > > > 2010-03-31 > > > > htan > > > > 发件人: 贺超 > 发送时间: 2010-03-31 17:09:19 > 收件人: zh-kernel" > 抄送: > 主题: test > > A test to decide if the ml is ok > -- > 贺超 > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org > _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org From fish.fired在gmail.com Wed Mar 31 20:45:54 2010 From: fish.fired在gmail.com (=?utf-8?B?ZmlyZWQgZmlzaA==?=) Date: Wed, 31 Mar 2010 20:45:54 +0800 Subject: =?utf-8?B?UmU6IOetlOWkjTogdGVzdA==?= References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net>, <8D615719CD7341FFB66CFED9DBBADC15@dufan> Message-ID: <201003312045432652732@gmail.com> 恭喜恭喜 假死有大半年了吧 2010-03-31 fired fish 发件人: rocky 发送时间: 2010-03-31 17:50:19 收件人: 'Li Yang-R58472'; linux-kernel在zh-kernel.org 抄送: 主题: 答复: test Rocky is here! -----邮件原件----- 发件人: linux-kernel-bounces在zh-kernel.org [mailto:linux-kernel-bounces在zh-kernel.org] 代表 Li Yang-R58472 发送时间: 2010年3月25日 19:15 收件人: linux-kernel在zh-kernel.org 主题: test rt _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org _______________________________________________ Linux 内核开发中文邮件列表 Linux-kernel在zh-kernel.org http://zh-kernel.org/mailman/listinfo/linux-kernel Linux 内核开发中文社区: http://zh-kernel.org From wenlinjing在gmail.com Wed Mar 31 21:00:29 2010 From: wenlinjing在gmail.com (=?UTF-8?B?5pmv5paH5p6X?=) Date: Wed, 31 Mar 2010 21:00:29 +0800 Subject: test In-Reply-To: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> Message-ID: 终于好了啊 在 2010年3月25日 下午7:14,Li Yang-R58472 写道: > rt > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org From lyzsuper0083在163.com Wed Mar 31 21:24:22 2010 From: lyzsuper0083在163.com (Lv yuanzhou) Date: Wed, 31 Mar 2010 21:24:22 +0800 (CST) Subject: =?gbk?Q?Re:=BB=D8=B8=B4=A3=BA_test?= In-Reply-To: References: Message-ID: <10575b.6317.127b464e2a8.Coremail.lyzsuper0083@163.com> 确认可以收到了~ 大家以后继续交流吧~ = 3= 在2010-03-31 19:48:05,"QL" 写道: >呵呵 > >做人难啊 > > >------------------ 原始邮件 ------------------ >发件人: "Mars Shuttle"; >发送时间: 2010年3月31日(星期三) 晚上6:05 >收件人: "htan"; >主题: Re: test > > > 终于活过来了,好消息 > >在 2010年3月31日 下午5:54,htan 写道: > >> 恭喜恭喜~~~ >> >> >> 2010-03-31 >> >> >> >> htan >> >> >> >> 发件人: 贺超 >> 发送时间: 2010-03-31 17:09:19 >> 收件人: zh-kernel" >> 抄送: >> 主题: test >> >> A test to decide if the ml is ok >> -- >> 贺超 >> _______________________________________________ >> Linux 内核开发中文邮件列表 >> Linux-kernel在zh-kernel.org >> http://zh-kernel.org/mailman/listinfo/linux-kernel >> Linux 内核开发中文社区: http://zh-kernel.org >> _______________________________________________ >> Linux 内核开发中文邮件列表 >> Linux-kernel在zh-kernel.org >> http://zh-kernel.org/mailman/listinfo/linux-kernel >> Linux 内核开发中文社区: http://zh-kernel.org >> >_______________________________________________ >Linux 内核开发中文邮件列表 >Linux-kernel在zh-kernel.org >http://zh-kernel.org/mailman/listinfo/linux-kernel >Linux 内核开发中文社区: http://zh-kernel.org >_______________________________________________ >Linux 内核开发中文邮件列表 >Linux-kernel在zh-kernel.org >http://zh-kernel.org/mailman/listinfo/linux-kernel >Linux 内核开发中文社区: http://zh-kernel.org From huanggao在gmail.com Wed Mar 31 21:51:36 2010 From: huanggao在gmail.com (Huang Gao (Gmail)) Date: Wed, 31 Mar 2010 21:51:36 +0800 Subject: =?gb2312?B?yc+6o87evuC/xry8s8/GuExpbnV4yO28/rmks8zKpg==?= In-Reply-To: References: Message-ID: <04f301cad0d9$5a03a770$179e14ac@HuangGaoDesk> 庆祝复活,发一个招聘贴:) 各位Linux Fans: 现在我们正在做Android和Maemo两个Linux手机和MID的开发,我们的团队之前来自一家 很大的手机设计公司,已经在这个业界做了五年多了,大家如果有兴趣请踊跃投简历, 感谢! 公司简介: 上海无距科技有限公司是一家专注于移动互联网设备(Mobile Internet Device)和 Linux高端智能手机的研发,设计和销售的高科技创新型企业。公司的核心团队由在互 联网及消费电子领域从业多年,具有丰富的专业技能和公司管理运作经验的人士组成。 公司目前处于初创时期,但产品研发已经初步完成且取得了较好的市场机会。目前公司 业务规模扩大,诚聘Linux软件工程师,测试工程师。 无线互联网领域已经成为IT行业一个高速成长的领域,我们将会牢牢的把握这一历史性 机遇,充分利用公司在技术和市场上的领先优势,在1-2年内在中国占据细分市场的足 够份额,在3-5年内成为在无线互联网领域具有影响力的创新型企业 。 我们是一个年轻的,富有朝气的团队,专注于MID的研发。这是一个刚刚起步也很有研 发深度的领域,我们拥有开发软件平台的源代码,很多开发基于Open Source的理念和 经验,团队成员工作气氛积极向上。如果你对嵌入式Linux和Open source软件开发很感 兴趣,请加入我们;如果你对手机软件研发,特别是MID领域很感兴趣,请加入我们; 如果你希望和一个团队在和谐平等的气氛中共同进步,请加入我们! 诚聘嵌入式Linux软件工程师: 一、软件工程师(驱动) 主要工作职责: - 嵌入式Linux驱动程序开发 人员技能要求: - 计算机软件或相关专业本科以上 - 熟练掌握C语言 - 具有较强的分析和理解源代码的能力 - 能够熟练阅读并理解英文技术资料 - 具有独立工作的能力,善于和他人合作 - 具有 Linux 驱动开发经验者优先 如有意向,请发信至: huanggao在gmail.com 二、软件工程师(中间件/应用) 主要工作职责: - 嵌入式Linux应用软件和中间件开发 人员技能要求: - 计算机软件或相关专业本科以上 - 熟练掌握C语言 - 具有较强的分析和理解源代码的能力 - 能够熟练阅读并理解英文技术资料 - 具有独立工作的能力,善于和他人合作 - 有丰富的C++等面向对象及软件工程开发经验者优先 - 有Android开发经验者优先 如有意向,请发信至: huanggao在gmail.com 三、软件工程师(多媒体) 因为多媒体在消费类电子设备中太重要了,所以,单独强调一下 主要工作职责: - 嵌入式Linux多媒体功能的开发 人员技能要求: - 计算机软件或相关专业本科以上 - 熟练掌握C语言 - 有多媒体研发经验,熟悉各种Codec的应用和集成; - 具有较强的分析和理解源代码的能力 - 能够熟练阅读并理解英文技术资料 - 具有独立工作的能力,善于和他人合作 - 熟悉Linux上多媒体架构的优先,包括:OpenCore/OpenMax, GStreamer, Mplayer, ALSA, ESD等; - 有丰富的C++等面向对象及软件工程开发经验者优先 如有意向,请发信至: huanggao在gmail.com Best Regards Huang Gao(黄杲) Shanghai WooJoy Technology Co.,Ltd. Tel: (86)21-51701500-8012 Fax: (86)21-51701508 Email: huanggao在gmail.com Address: Shanghai Scientific and Technical Incubator Center; Room 601, Building 2, Lane 100, Qinzhou Road, Xuhui District, Shanghai, P.R. China Zip: 200235 Website: http://www.woojoy.com From ashi08104在gmail.com Wed Mar 31 23:17:26 2010 From: ashi08104在gmail.com (=?GB2312?B?y8Swog==?=) Date: Wed, 31 Mar 2010 23:17:26 +0800 Subject: test In-Reply-To: References: <3A45394FD742FA419B760BB8D398F9ED0176773D@zch01exm26.fsl.freescale.net> Message-ID: 问题出在哪儿了?有人查一下原因吗? 在 2010年3月31日 下午9:00,景文林 写道: > 终于好了啊 > > 在 2010年3月25日 下午7:14,Li Yang-R58472 写道: > > rt > > _______________________________________________ > > Linux 内核开发中文邮件列表 > > Linux-kernel在zh-kernel.org > > http://zh-kernel.org/mailman/listinfo/linux-kernel > > Linux 内核开发中文社区: http://zh-kernel.org > _______________________________________________ > Linux 内核开发中文邮件列表 > Linux-kernel在zh-kernel.org > http://zh-kernel.org/mailman/listinfo/linux-kernel > Linux 内核开发中文社区: http://zh-kernel.org >