Unable to boot after "ACPI: Don't let acpi_pad needlessly mark TSC unstable"
Hi Venkatesh, It looks like your commit 0dc698b93f3eecdda43b22232131324eb41e510c causes init to segfault on one of my computers. Reverting 0dc698b9 on top of 2.6.35-rc2 solves the problem. Let me know if you would like more details or if I can help with testing. Tom -- To unsubscribe from this list: send... 6 Jun 2010 21:40
mmc: fix mmc card disappearence on resume on ricoh mmc controllers
On Mon, 2010-06-07 at 00:23 +0100, Chris Ball wrote: Hi, On Mon, Jun 07, 2010 at 12:28:51AM +0300, Maxim Levitsky wrote: + /* Some controllers (especialy the ricoh mmc controller) delay + card detection on resume (probably since the controller + has to poke the card to determine if its MMC o... 6 Jun 2010 21:40
[BUG on 2.6.35-rc2] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:11.0/0000:02:03.0/slot'
Hi, I have just compiled 2.6.35-rc2 on my VMWare Player box, and got the warning info after boot up from dmesg. ------------[ cut here ]------------ WARNING: at /home/crossover/kernel-dev/src/linux-2.6.35-rc2/fs/sysfs/dir.c:451 sysfs_add_one+0xa1/0x110() Hardware name: VMware Virtual Platform sysfs: canno... 6 Jun 2010 20:34
mmc: fix mmc card disappearence on resume on ricoh mmc controllers
Hi, On Mon, Jun 07, 2010 at 12:28:51AM +0300, Maxim Levitsky wrote: + /* Some controllers (especialy the ricoh mmc controller) delay + card detection on resume (probably since the controller + has to poke the card to determine if its MMC or not */ + + if (host->mmc->bus_ops && (host->quirks & + ... 8 Jun 2010 05:50
mmc: fix mmc card disappearence on resume on ricoh mmc controllers
On Mon, 7 Jun 2010 00:28:51 +0300, Maxim Levitsky <maximlevitsky(a)gmail.com> wrote: The reason was that it takes time for controller to detect the card. So wait a bit for the card to appear. In worst case scenario, when you suspend the system with mmc card, and actually remove it, the resume will be dela... 6 Jun 2010 20:34
[PATCH 3/5]alsa:patch_realtek.c Add SSID table for MacBookAir1,1
Note: This patch does not work with Patch 2/5 (Add-support-for-the-MacBookAir1-1). This patch add's the MacBookAir1,1 SSID entry to patch_realtek.c which adds sound support. bug entry: https://bugs.launchpad.net/mactel-support/+bug/268301 Note:I do not have this machine on hand only codec#0 file for the mach... 6 Jun 2010 19:27
[PATCH 4/5]alsa:patch_realtek.c Add support for the iMac7,1
Note: The below patch does not work with patch 5/5 (Add-SSID-table-for-iMac7-1) I'm giving the option of either adding/creating a whole new section for the iMac7,1 and or just add the SSID for the iMac7,1 using ALC882_ASUS_A7M stated on bug entry: https://bugs.launchpad.net/mactel-support/+bug/360866 Note:I do... 6 Jun 2010 19:27
Add a new structure for skb buffer from external.
Still not sure this is a good idea for a couple of reasons: 1. We already have lots of special cases with skb's (frags and fraglist), and skb's travel through a lot of different parts of the kernel. So any new change like this creates lots of exposed points for new bugs. Look at cases like MD5 TCP and n... 20 Jun 2010 12:21
[PATCH 2/5]alsa:patch_realtek.c Add support for the MacBookAir1,1
Note: The below patch does not work with patch 3/5 (Add-SSID-table-for-MacBookAir1-1) I'm giving the option of either adding/creating a whole new section for the MacBookAir1,1 and or just add the SSID for the MacBookAir1,1 using ALC885_MBP3 (Add-SSID-table-for-MacBookAir1-1). Below is a patch that add's suppo... 6 Jun 2010 19:27
[PATCH 1/5]alsa:patch_realtek.c Add SSID table for MacBookAir2,1
This adds the SSID number to snd_pci_quirk for the MacBookAir2,1 taken from codec#0 at: http://launchpadlibrarian.net/49455483/Card0.Codecs.codec.0.txt keep in mind I do not have one of these machines on hand so please if you do have this machine please test for me.. Signed-off-by: Justin P. Mattock <justinmat... 6 Jun 2010 19:27