新技能get: 订阅Linux内核邮件列表
作者:wowo 发布于:2014-11-4 22:37 分类:Linux应用技巧
1. 前言
本文给小伙伴们分享一下怎么订阅Linux内核邮件列表(Linux kernel mailing list,LKML)。
2. LKML用来做什么的
先贴一段来自维基百科的定义:
The Linux kernel mailing list (LKML) is the main electronic mailing list for Linux kernel development,[1][2] where the majority of the announcements, discussions, debates, and flame wars over the kernel take place.[3]
大家知道,Linux kernel是由分布在世界各地的大牛们共同开发、维护的,这就需要一种交流工具,这种工具就是LKML。因而LKML主要有如下功能:
- patch的提交、审查
- patch、版本等发布公告
- 技术讨论、辩论
- 打口水仗
3. 订阅LKML的好处
订阅LKML的好处包括:
- 接近大牛(经常可以看到Linus同学的发言哦),享受大牛亲笔给自己发送邮件的快感
- 了解kernel发展的最新动态
- 关注功能模块的演进过程
- 我们在学习、分析Linux kernel时,总觉得很复杂,觉得能写出这些代码的人有多么了不起。其实,罗马也是一块一块砖盖起来的,kernel的发展也是渐进的、一点一点积累的。这可以从每天上百封的邮件交流中体会到。因此技术的积累和进步,要有耐心,要有一定的环境,而不是喊三五年口号就出来的。希望和路过的蜗牛们共勉!
- 熟悉参与kernel开发的基本流程,以便日后能够提交patch
- 学习国外软件开发的方法和态度
- 这一点可以从每一封信(讨论、patch的review意见、提议等等)中看到
4. 有没有什么坏处?
绝对有!如果你不想你的邮箱被撑爆的话,一定要忍住,不要订阅!因为邮件太多了!
如果你真的想清楚了,决定需要,那就继续吧。
5. 怎么订阅
下面网址为LKML的主要列表:
http://vger.kernel.org/vger-lists.html
它有很多分类,如alsa、PM、PWM、USB、GIT等等,大家可以选择感兴趣的订阅。点击指定分类的超链接(这里以linux-pm为例),会看到如下的表格:
List: linux-pm; ( subscribe / unsubscribe )
Info:
This is the mailing list for Linux Power Management development.
Archives:
http://marc.info/?l=linux-pm
http://dir.gmane.org/gmane.linux.power-management.generalFooter:
---
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
该表格有4个字段:
List为邮件列表分类的名字,这里为“linux-pm”;
Info描述了该邮件列表的内容,这里主要是Linux电源管理相关的;
Archives为该分类所有邮件列表的归档,记录了该主题有关的所有的交流过程;
注1:有了这个归档链接,其实可以不用订阅的,实时的去看一下就行了。另外,这些邮件列表的归档,对我们理解某个模块的设计理念是非常有帮助的,因为代码只是最终结论的展示,而为什么要这样设计,可以在邮件列表中的讨论中看到。
Footer是一个提示,告诉大家怎么退订(如果你后悔的话,想相信会的,哈哈!)。
订阅的方法很简单:
1)发送订阅邮件,格式如下
标题:可以为空。
邮件正文:subscribe linux-pm xxx@xxx.com
注2:subscribe为订阅关键字,linux-pm为分类名称,后面为需要订阅的邮箱地址。
2)发送后,订阅邮箱会收到一封邮件,要求你回复一个鉴权字符串。回复即可,格式如下(红色为鉴权字符串,要替换为自己收到的,另外注意自己的邮箱地址要正确):
auth 25415058 subscribe linux-pm xxx@xxx.com
3)回复后,会收到欢迎邮件,订阅成功
注2:订阅邮箱尽量使用正常邮箱,比如工作邮箱。有些邮箱,如qq邮箱,可能会订阅失败。另外,一旦订阅成功,一定要及时查看、清理,否则会把邮箱撑爆。
原创文章,转发请注明出处。蜗窝科技,www.wowotech.net。
标签: Linux Kernel mailing list LKML

评论:
2015-06-22 00:54
Sorry, we were unable to deliver your message to the following address.
<majordomo@vger.kernel.org>:
Remote host said:
553 5.7.1 Hello [98.138.229.47], for your MAIL FROM address <qianshiyilv@yahoo.com> policy analysis reported: Your address is not liked source for email
[MAIL_FROM]
--- Below this line is a copy of the message.
请问这是怎么回事
2015-01-15 12:25
kernel缺文档是老问题了.LKML+gmail大规模搜索是很好的补充
2014-11-05 09:37
1. Mailing list questions:
1.1. How do I subscribe or unsubscribe from the mailing lists. The mailing list software appends a footer to every message sent via the mailing lists:-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
If you point your web browser to the "list admin" address and scroll to the bottom, where you can enter your subscribed email address. Once this is done, you will be given instructions on how to unsubscribe or change your options.
2014-11-06 19:03
另外,更重要的是国内的环境,我们办这个网站不就是为了改变国内的环境吗?消极的做法是:大环境如此,我们随波逐流就好了,积极的想法是:改变总是有开始,从我做起就OK了。
我们已经选择了积极面对
功能
最新评论
文章分类
随机文章
文章存档
- 2024年2月(1)
- 2023年5月(1)
- 2022年10月(1)
- 2022年8月(1)
- 2022年6月(1)
- 2022年5月(1)
- 2022年4月(2)
- 2022年2月(2)
- 2021年12月(1)
- 2021年11月(5)
- 2021年7月(1)
- 2021年6月(1)
- 2021年5月(3)
- 2020年3月(3)
- 2020年2月(2)
- 2020年1月(3)
- 2019年12月(3)
- 2019年5月(4)
- 2019年3月(1)
- 2019年1月(3)
- 2018年12月(2)
- 2018年11月(1)
- 2018年10月(2)
- 2018年8月(1)
- 2018年6月(1)
- 2018年5月(1)
- 2018年4月(7)
- 2018年2月(4)
- 2018年1月(5)
- 2017年12月(2)
- 2017年11月(2)
- 2017年10月(1)
- 2017年9月(5)
- 2017年8月(4)
- 2017年7月(4)
- 2017年6月(3)
- 2017年5月(3)
- 2017年4月(1)
- 2017年3月(8)
- 2017年2月(6)
- 2017年1月(5)
- 2016年12月(6)
- 2016年11月(11)
- 2016年10月(9)
- 2016年9月(6)
- 2016年8月(9)
- 2016年7月(5)
- 2016年6月(8)
- 2016年5月(8)
- 2016年4月(7)
- 2016年3月(5)
- 2016年2月(5)
- 2016年1月(6)
- 2015年12月(6)
- 2015年11月(9)
- 2015年10月(9)
- 2015年9月(4)
- 2015年8月(3)
- 2015年7月(7)
- 2015年6月(3)
- 2015年5月(6)
- 2015年4月(9)
- 2015年3月(9)
- 2015年2月(6)
- 2015年1月(6)
- 2014年12月(17)
- 2014年11月(8)
- 2014年10月(9)
- 2014年9月(7)
- 2014年8月(12)
- 2014年7月(6)
- 2014年6月(6)
- 2014年5月(9)
- 2014年4月(9)
- 2014年3月(7)
- 2014年2月(3)
- 2014年1月(4)
2022-07-26 14:04