From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: Drives missing at boot Date: Tue, 06 Jul 2010 08:33:52 +0200 Message-ID: <4C32CE50.6010501@kernel.org> References: <4C2F5ECB.1040505@kernel.org> <4C2F61AB.9030806@kernel.org> <4C317C04.20500@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from hera.kernel.org ([140.211.167.34]:47474 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753682Ab0GFGd6 (ORCPT ); Tue, 6 Jul 2010 02:33:58 -0400 In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Mark Knecht Cc: Linux Kernel List , "linux-ide@vger.kernel.org" Hello, On 07/05/2010 06:56 PM, Mark Knecht wrote: >>>> dmesg output preferably with printk timestamp enabled. >> >> Can you please apply the attached patch, reproduce the problem and >> post the kernel log? > > I'm sorry. What am I patching? I'm not a kernel developer - not even a > programmer - so I'll need some help with this. What's the command I > should use? > > c2stable src # ls -la /usr/src/ > total 32 > drwxr-xr-x 8 root root 4096 Jul 2 09:56 . > drwxr-xr-x 14 root root 4096 Apr 15 07:46 .. > -rw-r--r-- 1 root root 0 Mar 24 18:37 .keep > lrwxrwxrwx 1 root root 22 Jul 2 09:56 linux -> > linux-2.6.34-gentoo-r1 > drwxr-xr-x 23 root root 4096 Jun 16 07:23 linux-2.6.32-gentoo-r7 > drwxr-xr-x 24 root root 4096 Jun 16 08:42 linux-2.6.34-gentoo > drwxr-xr-x 24 root root 4096 Jul 3 15:30 linux-2.6.34-gentoo-r1 > drwxr-xr-x 21 root root 4096 Jun 27 13:12 linux-2.6.34-rc3 > drwxr-xr-x 20 root root 4096 Jun 15 08:05 linux-2.6.34-rc5 > drwxr-xr-x 20 root root 4096 Jun 27 13:13 linux-2.6.35-rc3 Hmm... $ cd /usr/src/linux && patch -p1 < PATCH_FILE should do it. You know how to build and install the compiled kernel, right? Thanks. -- tejun