kprobetrace, doc: Add the explanation to remove probe points
* Masami Hiramatsu <mhiramat(a)redhat.com> wrote: Masami Hiramatsu wrote: From: Motohiro KOSAKI <kosaki.motohiro(a)jp.fujitsu.com> Latest kprobetrace can remove probe points selectively. thus documentation should be updated too. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujit... 20 Jan 2010 01:50
[cleanup][PATCH] Kill anon local variable from migrate_page_copy
commit 01b1ae63c2 (memcg: simple migration handling) removed mem_cgroup_uncharge_cache_page() call from migrate_page_copy. Then, now anon variable is unused. This patch remove it. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Cc: Daisu... 20 Jan 2010 01:50
Use full path to dnsdomainname and domainname in scripts/mkcompile_h
On Wed, Jan 20, 2010 at 2:29 AM, Glenn Sommer <glemsom(a)gmail.com> wrote: With reference to: http://bugzilla.kernel.org/show_bug.cgi?id=14920 I'll post my suggestion here. Currently scripts/mkcompile_h checks for "/bin/dnsdomainname" and "/bin/domainname" when trying to find the DNS name. Though, when ... 26 Jan 2010 22:18
sata_via: Correctly setup PIO/DMA for pata slave on vt6421.
On 01/17/2010 08:56 AM, Bart Hartgers wrote: Before only the timings for master were set. Datasheet can be found here: ftp://ftp.vtbridge.org/Docs/Storage/DS_VT6421A_100_CCPL.PDF Surprisingly, a slave drive works without this patch. According to the datasheet, the controller by default derives the DMA mode ... 20 Jan 2010 15:10
PM / Runtime: Add sysfs switch for disabling device run-time PM
On Mon, Jan 18, 2010 at 01:29:55AM +0100, Rafael J. Wysocki wrote: From: Rafael J. Wysocki <rjw(a)sisk.pl> Subject: PM / Runtime: Add sysfs switch for disabling device run-time PM Add new device sysfs attribute, power/runtime, allowing the user space to block the run-time power management of the device. ... 19 Jan 2010 22:33
loadable kernel module link failure - endianness incompatible with that of the selected emulation
myuboot(a)fastmail.fm wrote: I got a link error when compiling 2 loadable kernel modules - "endianness incompatible with that of the selected emulation". But both kernel and the kernel modules of error are in big endian. I don't know what I should check or fix. Any suggestions? I checked the endianess... 19 Jan 2010 20:20
[NETLINK]: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()
From: Roel Kluin <roel.kluin(a)gmail.com> Date: Tue, 19 Jan 2010 22:50:21 +0100 The s-port should be compared. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- I presume? Yep, looks good. Excellent catch, applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-ke... 19 Jan 2010 18:04
[PATCH] [NETLINK]: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()
The s-port should be compared. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- I presume? diff --git a/net/ipv4/inet_diag.c b/net/ipv4/inet_diag.c index bdb78dd..1aaa811 100644 --- a/net/ipv4/inet_diag.c +++ b/net/ipv4/inet_diag.c @@ -368,7 +368,7 @@ static int inet_diag_bc_run(const void *bc, int len,... 19 Jan 2010 16:56
linux-next: manual merge of the driver-core tree with Linus' tree
On Mon, Jan 18, 2010 at 06:49:56PM +1100, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the driver-core tree got a conflict in drivers/base/memory.c between commit 8ff410daa009c4b44be445ded5b0cec00abc0426 ("sysdev: fix prototype for memory_sysdev_class show/store functions") from Linus... 19 Jan 2010 19:12
Panic at tcp_xmit_retransmit_queue
seems that i found a bug. it was a problem with nvidia card(forcedeth): 00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a3) and dynamic netconsole compiled into the kernel: CONFIG_NETCONSOLE=y CONFIG_NETCONSOLE_DYNAMIC=y but need to check it though. On Tue, Jan 19, 2010 at 7:13 PM, sbs <gexlie(a)gmail... 2 Mar 2010 08:58