Bug 18063

Summary: UDMA patch is diff'd to wrong directory
Product: [Retired] Red Hat Linux Reporter: Arjan van de Ven <arjan>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: arjan, n.sedger
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-15 02:03:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch none

Description Arjan van de Ven 2000-10-02 09:36:47 UTC
The (commented-out) UDMA patch (nr 151) in the kernel 
source RPM is diffed against linux-new instead of 
linux. The result is that the patch does not apply.
Doing a search-n-replace for "linux-new" to "linux" 
solves this problem.

Comment 1 Arjan van de Ven 2000-10-02 09:38:03 UTC
Created attachment 3619 [details]
patch

Comment 2 Arjan van de Ven 2000-10-02 13:06:39 UTC
Ignore the patch... it worked because the .spec file was clobbered not to use
UDMA. The real problem is a non-applying patch-chunk to cmd646.c.
(patch detects an already applied patch and wants to Revert it again)