Linux Kernel 4.2 正式发布

Linux Kernel 4.2 发布,上周的 RC8 版本并未发现错误,但是还包括了一些修复,也因此延迟了一周发布 Linux 4.2。同时,现在已经开启了 4.3 版本合并窗口。

mainline: 4.2 2015-08-30 [tar.xz] [pgp] [patch] [view diff] [browse]

改进列表:

Bert Kenward (1):
     sfc: only use vadaptor stats if firmware is capable

David Ahern (1):
     net: Fix RCU splat in af_key

David Daney (1):
     phylib: Make PHYs children of their MDIO bus, not the bus‘ parent.

David Henningsson (1):
     ALSA: hda - Shutdown CX20722 on reboot/free to avoid spurious noises

Eugene Shatokhin (1):
     usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared

Florian Fainelli (1):
     net: bcmgenet: Avoid sleeping in bcmgenet_timeout

Guilherme G. Piccoli (2):
     PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code
     powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case

Guillermo A. Amaral (1):
     Add factory recertified Crucial M500s to blacklist

Iyappan Subramanian (1):
     drivers: net: xgene: fix: Oops in linkwatch_fire_event

J. Bruce Fields (1):
     nfsd: Add Jeff Layton as co-maintainer

Jaedon Shin (1):
     net: bcmgenet: fix uncleaned dma flags

Jan Beulich (1):
     LSM: restore certain default error codes

Javi Merino (1):
     thermal: power_allocator: allocate with kcalloc what you free with kfree

Jeff Moyer (1):
     mtip32x: fix regression introduced by blk-mq per-hctx flush

Jurgen Kramer (1):
     ALSA: usb: Add native DSD support for Gustard DAC-X20U

Kazuya Mizuguchi (1):
     net: compile renesas directory if NET_VENDOR_RENESAS is configured

Ken-ichirou MATSUZAWA (1):
     netlink: mmap: fix tx type check

Linus Torvalds (1):
     Linux 4.2

Madalin Bucur (1):
     net: phy: fixed: propagate fixed link values to struct

Marc Kleine-Budde (1):
     can: pcan_usb: don‘t provide CAN FD bittimings by non-FD adapters

Marc Zyngier (1):
     arm64: KVM: Fix host crash when injecting a fault into a 32bit guest

Marcelo Ricardo Leitner (1):
     vxlan: re-ignore EADDRINUSE from igmp_join

Markus Osterhoff (1):
     ALSA: hda: fix possible NULL dereference

Ross Zwisler (1):
     nfit, nd_blk: BLK status register is only 32 bits

Russell King (2):
     net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()
     net: fec: use reinit_completion() in mdio accessor functions

Takashi Iwai (2):
     ALSA: hda - Check all inputs for is_active_nid_for_any()
     ALSA: hda - Fix path power activation

Tejun Heo (1):
     writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes
and always call wait_sb_inodes()

Thomas Gleixner (1):
     x86/apic: Fix fallout from x2apic cleanup

Toshi Kani (1):
     nfit: Clarify memory device state flags strings

WANG Cong (1):
     cls_u32: complete the check for non-forced case in u32_destroy()

huaibin Wang (1):
     ip6_gre: release cached dst on tunnel removal

lucien (2):
     sctp: asconf‘s process should verify address parameter is in the beginning
     sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
如果想深入体验LINUX系统的新手,也可以先下载一个方德Linux软件中心试用一下。

免费下载地址:http://www.nfs-cloud.cn:81/appCenter/open/softcenter

时间: 2024-11-10 13:24:06

Linux Kernel 4.2 正式发布的相关文章

ARM32 Linux kernel virtual address space

http://thinkiii.blogspot.jp/2014/02/arm32-linux-kernel-virtual-address-space.html The 32-bit ARM CPU can address up to 2^32 = 4GB address*. It's not big enough in present days, since the size of available DRAM on computing devices is growing fast and

Linux Kernel - Debug Guide (Linux内核调试指南 )

http://blog.csdn.net/blizmax6/article/details/6747601 linux内核调试指南 一些前言 作者前言 知识从哪里来 为什么撰写本文档 为什么需要汇编级调试 ***第一部分:基础知识*** 总纲:内核世界的陷阱 源码阅读的陷阱 代码调试的陷阱 原理理解的陷阱 建立调试环境 发行版的选择和安装 安装交叉编译工具 bin工具集的使用 qemu的使用 initrd.img的原理与制作 x86虚拟调试环境的建立 arm虚拟调试环境的建立 arm开发板调试环

Linux Kernel 开发报告 25 周年版

Linux基金会发布 2016 年度 Linux 内核开发报告,这次恰逢 Linux 内核 25 周年(腾云科技ty300.com),所以相比往年又更多的回顾性内容,值得一读. Linux 内核开发报告 2016 版 一些有趣的信息: 自 3.18 内核以来,合并自Linux Kernel内核的新功能覆盖面更为广泛,且涉及安全性的新功能越来越多 4.0 系列的引入仅仅是由于 Linus (基础教程qkxue.net)觉得小版本号已经超越正常人手指和脚趾数量的总和了.每一个内核版本发布都是传统意义

linux kernel 字符设备详解

有关Linux kernel 字符设备分析: 参考:http://blog.jobbole.com/86531/ 一.linux kernel 将设备分为3大类,字符设备,块设备,网络设备. 字符设备是指只能一个字节一个字节读写的设备, 常见的外设基本上都是字符设备. 块设备:常见的存储设备,硬盘,SD卡都归为块设备,块设备是按一块一块读取的. 网络设备:linux 将对外通信的一个机制抽象成一个设备, 通过套接字对其进行相关的操作. 每一个字符设备或块设备都在/dev目录下对应一个设备文件.l

Linux Kernel 4.7 RC2已发布

Linux内核(英语:Linux kernel),是一种计算机操作系统内核,以C语言和汇编语言写成,符合POSIX标准,以GNU通用公共许可证发布.Linux内核最早是由芬兰黑客林纳斯·托瓦兹为尝试在自己的英特尔x86架构计算机上提供自由免费的类Unix系统而开发的. Linus Torvalds于6月5号(星期天)宣布了Linux Kernel 4.7的第二个候选发布版本(rc2),而rc1的发布则是在5月29号那天,预计Linux Kernel 4.7会在7月的第二或第三周迎来稳定版.Lin

使用 GIT 获得Linux Kernel的代码并查看,追踪历史记录

Linux kernel  的官方 GIT地址是: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git 可以从这个地址拿到 kernel 的 代码仓库. 1. 拿代码仓库 [plain] view plaincopyprint? git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git 2. 查看状态: [pla

Linux Kernel 4.2.2 编译安装教程

安装linux的最新内核其实不难,搞linux就不要怕尝试. 我配置是AMD Athlon X2 64 4600+的处理器和DDR2 2GB的内存条,系统为Xubuntu 15.04. 现在我与大家分享一下经验,由于我写这个帖子的时候,4.2.2是最新的正式版内核,所以就以4.2.2为例了. 首先去官网下载4.2.2的内核包,官网地址:https://www.kernel.org/ linux-4.2.2.tar.gz官网下载地址:https://www.kernel.org/pub/linux

linux kernel with param

Linux kernel support pass param to kernel, this params can be assigned at load time by insmod or modprobe.  or later read from /etc/modprobe.conf file. There are two macro : module_param and module_param_array, To declare an param or array param ,use

虚拟机安装中标麒麟3.2时报unkown filesystem,you need to load the linux kernel first

工作需要,在虚拟机上安装中标麒麟3.2的64位版本. 虚拟机用的VMware Workstation 9.0,按照常识目标DVD光盘文件的类型选择Other Linux 2.6.x Kernel 64-bit(因为目前大部分都是2.6.18的内核以上,尤其是Suse Linux等,所以惯性使然),Power On后,出现版本选择窗口, 点击后,没有出现令人激动的安装引导界面,但出现了"Unkown Filesystem"."you need to load the linux