hwmon updates vs. v2.6.26-rc6
On Thu, 19 Jun 2008, Mark M. Hoffman wrote: Please pull from: git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release I'm just getting: fatal: Unable to look up lm-sensors.org (port 9418) (Temporary failure in name resolution) do you have DNS problems? Linus -- To unsubscribe from thi... 21 Jun 2008 15:50
[RFC] hugetlb reservations -- MAP_PRIVATE fixes for split vmas
As reported by Adam Litke and Jon Tollefson one of the libhugetlbfs regression tests triggers a negative overall reservation count. When this occurs where there is no dynamic pool enabled tests will fail. Following this email are two patches to fix this issue: hugetlb reservations: move region tracking earlier... 20 Jun 2008 16:22
[PATCH 1/2] hugetlb reservations: move region tracking earlier
Move the region tracking code much earlier so we can use it for page presence tracking later on. No code is changed, just its location. Signed-off-by: Andy Whitcroft <apw(a)shadowen.org> --- mm/hugetlb.c | 246 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 125 insertions(+), 121 del... 20 Jun 2008 16:22
[PATCH 2/2] hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splits
When a hugetlb mapping with a reservation is split, a new VMA is cloned from the original. This new VMA is a direct copy of the original including the reservation count. When this pair of VMAs are unmapped we will incorrect double account the unused reservation and the overall reservation count will be incorrect,... 20 Jun 2008 16:22
lmbench regression due to cond_resched nullification change 26-rc5 vs. 25
On Fri, 20 Jun 2008, Christian Borntraeger wrote: On a 6-way s390 I have seen some interesting regression in 2.6.26-rc5 vs. 2.6.25 for the lmbench benchmark. For example select file 500: 23 microseconds 32 microseconds Several lmbench tests show a regression but I only bisected the se... 20 Jun 2008 15:20
ACPI: fix mutex names
looks good. CONFIG_ACPI_DEBUG=y thanks you. -Len On Fri, 20 Jun 2008, Vegard Nossum wrote: Hi, I came across this as I was looking at Ingo's report. This looks correct, yeah? (The alternative is to switch the #defines around, but that has more serious implications than changing just what is... 20 Jun 2008 15:20
Problems with rt2x00 USB interface on powerpc (fwd)
Hi, Did you receive my earlier message (attached here for reference)? I'm willing to experiment with the driver a little bit and I hope that the information that I have provided so far is helpful to chase the reason why the driver doesn't work on PowerPC. Sorry I have been quite busy with other things.... 4 Aug 2008 09:29
[PATCH 2/2] ide: pass hw_regs_t-s to ide_device_add[_all]()
* Add 'hw_regs_t **hws' argument to ide_device_add[_all]() and convert host drivers + drivers/ide/setup-pci.c to use it instead of calling ide_init_port_hw() directly (however if host has more than 1 port we must still set hwif->chipset to hint consecutive ide_find_port() call that the ide_hwifs[] slot is o... 20 Jun 2008 15:20
IDE fixes
+ PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS1GCF45", 0x709b1bf1, 0xf68b632), That one seems to be a digit short - is it 0x0f68b632 or a typo ? Alan -- 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 http:... 20 Jun 2008 15:20
[PATCH 1/2] ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device()
* Move ide_pci_setup_ports() call out from do_ide_setup_pci_device() to ide_setup_pci_device[s](). * Drop no longer needed idx argument from do_ide_setup_pci_device(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- against IDE ... 20 Jun 2008 15:20