Bug 452012

Summary: Kernel 2.6.18-92.1.1.el5PAE will not build
Product: Red Hat Enterprise Linux 5 Reporter: stephen jones <stephen.jones>
Component: kernelAssignee: Red Hat Kernel Manager <kernel-mgr>
Status: CLOSED WORKSFORME QA Contact: Martin Jenner <mjenner>
Severity: medium Docs Contact:
Priority: low    
Version: 5.2   
Target Milestone: rc   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-23 13:57:34 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:

Description stephen jones 2008-06-18 17:20:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008042803 Red Hat/3.0b5-0.beta5.6.el5 Firefox/3.0b5

Description of problem:
Kernel compile fails with
net/ipv4/xfrm4_input.c:98:39: error: macro "xfrm_audit_state_replay" requires 4 arguments, but only 3 given
net/ipv4/xfrm4_input.c: In function ‘xfrm4_rcv_encap’:
net/ipv4/xfrm4_input.c:98: error: ‘xfrm_audit_state_replay’ undeclared (first use in this function)
net/ipv4/xfrm4_input.c:98: error: (Each undeclared identifier is reported only once
net/ipv4/xfrm4_input.c:98: error: for each function it appears in.)
make[2]: *** [net/ipv4/xfrm4_input.o] Error 1


Version-Release number of selected component (if applicable):
kernel 2.6.18-92.1.1.el5.src.rpm

How reproducible:
Always


Steps to Reproduce:
1.do make inside /usr/src/redhat/BUILD/kernel-2.6.18/linux-2.6.18.i686
2.
3.

Actual Results:
net/ipv4/xfrm4_input.c:98:39: error: macro "xfrm_audit_state_replay" requires 4 arguments, but only 3 given
net/ipv4/xfrm4_input.c: In function ‘xfrm4_rcv_encap’:
net/ipv4/xfrm4_input.c:98: error: ‘xfrm_audit_state_replay’ undeclared (first use in this function)
net/ipv4/xfrm4_input.c:98: error: (Each undeclared identifier is reported only once
net/ipv4/xfrm4_input.c:98: error: for each function it appears in.)
make[2]: *** [net/ipv4/xfrm4_input.o] Error 1
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2


Expected Results:
Kernel should have built completely.

Additional info:

Comment 1 Prarit Bhargava 2008-06-23 13:57:34 UTC
WORKSFORME in 2.6.18-94 + PAE .config

P.