[PATCH 2.6.23..2.6.24] Backport r and q constraints fixes
On Fri, Mar 05, 2010 at 01:40:04PM -0500, Luis R. Rodriguez wrote: Upstream commit: 811a0fff5d6e80e18e06be88e0fb685f3924bf8f This patch included on 2.6.25 is required to be backported to compile both the 2.6.23 and 2.6.24 kernels on x86_64 systems with a modern toolchain. Otherwise you get this pesky as... 18 Mar 2010 21:13
[Stable-review] [patch 070/123] ath9k: re-enable ps by default for new single chip families
On Mon, Mar 15, 2010 at 06:04:15PM -0700, Luis R. Rodriguez wrote: On Fri, Mar 12, 2010 at 5:12 PM, Greg KH <gregkh(a)suse.de> wrote: 2.6.33-stable review patch. �If anyone has any objections, please let me know. This was intended for 2.6.32 as well. Thanks Great, but it didn't apply there, so I didn't ... 2 Apr 2010 13:44
Input: implement sysrq as an input handler
Any chance of the user being able to avoid the SysRQ events getting to the handle, e.g. by opening the input device in exclusive mode or something like that? -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the s... 16 Apr 2010 01:51
[PATCH 2/2] firewire: core: align driver match with modalias
The driver match strategy was: - Match vendor/model/specifier/version of the unit directory. - If that was a miss, match vendor from the root directory and model/specifier/version of the unit directory. This was inconsistent whith how the modalias string was constructed until recently: - Take vendor/m... 18 Mar 2010 20:06
[PATCH 1/2] firewire: core: fix Model_ID in modalias
The modalias string of devices that represent units on a FireWire node did not show Module_ID entries within unit directories. This was because firewire-core searched only the root directory of the configuration ROM for a Model_ID entry. We now search first the root directory, then the unit directory. IOW hono... 18 Mar 2010 20:06
2.6.33 GP fault only when built with tracing
I can build/boot 2.6.33 with CONFIG_TRACE/TRACING disabled successfully, but when I enable lots of tracing config options and then boot with ftrace=nop on the kernel command line, I see a GP fault when the parport & parport_pc modules are loading/initializing. It happens in drivers/parport/share.c::parport_regist... 24 Mar 2010 17:00
2.6.34-rc1: pci 0000:00:00.0: address space collision / spontaenous reboots [now 2.6.34-rc1]
On Thu, 18 Mar 2010, Bjorn Helgaas wrote: On Saturday 13 March 2010 02:01:32 am Justin Piszcz wrote: It stayed up for approximately 8-9 hours, then it crashed again. It is either a DOA motherboard OR the memory mapping is causing problems.. Hi Justin, Did you ever make any more progress... 19 Mar 2010 05:59
2.6.34-rc1: pci 0000:00:00.0: address space collision / spontaenous reboots [now 2.6.34-rc1]
On Saturday 13 March 2010 02:01:32 am Justin Piszcz wrote: It stayed up for approximately 8-9 hours, then it crashed again. It is either a DOA motherboard OR the memory mapping is causing problems.. Hi Justin, Did you ever make any more progress on this? I don't have any ideas; just wondering whether ... 18 Mar 2010 20:06
[PATCH] move tty_kref_put() outside of __cleanup_signal()
tty_kref_put() have two callsites in copy_process() pathes, 1. if copy_process() suceeds it is called before we copy signal->tty from parent 2. otherwise it is called from __cleanup_signal() under bad_fork_cleanup_signal: label In both cases tty_kref_put() is not right and unneeded because we don't... 18 Mar 2010 18:57
[PATCH 1/5] drivers/ata/ahci_platform.c Section mismatch
Signed-off-by: Rene Bolldorf <xsecute(a)googlemail.com> diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 42cdd73..16fa45b 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c @@ -164,7 +164,7 @@ static int __devexit ahci_remove(struct platform_device *pdev) ... 18 Mar 2010 18:57