of: check for IS_ERR()
From: Dan Carpenter <error27(a)gmail.com> Date: Fri, 26 Feb 2010 12:49:41 +0300 get_phy_device() can return an ERR_PTR() Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- I don't have a cross compile environment set up so I can't even compile test this. :/ But err.h is included so it should be... 26 Feb 2010 11:54
drivers/net/chelsio: Use pr_<level>, netif_msg_<type>
From: Joe Perches <joe(a)perches.com> Date: Mon, 22 Feb 2010 18:56:57 -0800 Convert CH_<level> and CH_DBG uses to pr_<level> and netif equivalents Remove CH_<level> and CH_DBG macro definitions Signed-off-by: Joe Perches <joe(a)perches.com> Applied, thanks Joe. BTW: @@ -734,8 +734,9 @@ int t1_elm... 26 Feb 2010 05:15
drivers/net/myri10ge: Use pr_<level> and netdev_<level>
From: Joe Perches <joe(a)perches.com> Date: Mon, 22 Feb 2010 18:56:58 -0800 Add #define pr_fmt(fmt) Convert logging messages to pr_<level> and netdev_<level> Signed-off-by: Joe Perches <joe(a)perches.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o... 26 Feb 2010 05:15
[tip:tracing/core] tracing: Simplify memory recycle of trace_define_field
Commit-ID: 7b60997f73865b019e595720185c85285ca3df9a Gitweb: http://git.kernel.org/tip/7b60997f73865b019e595720185c85285ca3df9a Author: Wenji Huang <wenji.huang(a)oracle.com> AuthorDate: Wed, 24 Feb 2010 15:40:26 +0800 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Thu, 25 Feb 2010 10:42:55 -05... 26 Feb 2010 05:15
fix problems with NETIF_F_HIGHDMA in networking drivers
From: Robert Hancock <hancockrwd(a)gmail.com> Date: Mon, 22 Feb 2010 20:45:45 -0600 Many networking drivers have issues with the use of the NETIF_F_HIGHDMA flag. This flag actually indicates whether or not the device/driver can handle skbs located in high memory (as opposed to lowmem). However, many drivers ... 28 Feb 2010 03:28
gigaset: patches for 2.6.34
From: Tilman Schmidt <tilman(a)imap.cc> Date: Tue, 23 Feb 2010 00:08:21 +0100 (CET) following are four patches to the Gigaset driver I'd like you to forward for merging into kernel release 2.6.34. All applied to net-next-2.6, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"... 26 Feb 2010 05:15
[tip:tracing/core] tracing: Fix typo in prof_sysexit_enable()
Commit-ID: 6574658b3bc7c408581629de5efb809f125cce8c Gitweb: http://git.kernel.org/tip/6574658b3bc7c408581629de5efb809f125cce8c Author: Wenji Huang <wenji.huang(a)oracle.com> AuthorDate: Wed, 24 Feb 2010 15:40:22 +0800 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Thu, 25 Feb 2010 10:35:55 -05... 26 Feb 2010 05:15
cgroup: do not use dprintf in cgroup_event_listener
Kirill A. Shutemov wrote: glibc's dprintf(3) is buggy: http://sourceware.org/bugzilla/show_bug.cgi?id=11319 Let's not to use it in the example. Signed-off-by: Kirill A. Shutemov <kirill(a)shutemov.name> Reviewed-by: Li Zefan <lizf(a)cn.fujitsu.com> -- To unsubscribe from this list: send the line ... 26 Feb 2010 05:15
microblaze: Support FRAME_POINTER for better backtrace
Steven J. Magnani wrote: Add a FRAME_POINTER option and when it is enabled, use frame pointers to walk the stack during a backtrace dump. This eliminates printout of confusing "function calls" corresponding to stack values that look like they might be return addresses, but aren't. This patch is depen... 10 Mar 2010 19:48
vga_switcheroo: initial implementation (v11)
2010/2/26 Dave Airlie <airlied(a)gmail.com>: v11: fix bug in resuming Intel for 2nd time. NACK. You totally ignored my previous audio comments. -- RafaƂ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at h... 26 Feb 2010 03:04