Bug 729789

Summary: include/linux/tracehook.h:79:39: error: 'TIF_SYSCALL_EMU' undeclared (first use in this function)
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 16CC: aquini, gansalmon, itamar, jonathan, jwboyer, kernel-maint, madhu.chinakonda
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: powerpc   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-11 15:23:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Karsten Hopp 2011-08-10 20:05:43 UTC
Description of problem:
scripts/dtc/dtc.c: In function 'main':
scripts/dtc/dtc.c:102:17: warning: variable 'check' set but not used [-Wunused-but-set-variable]
scripts/dtc/flattree.c: In function 'flat_read_mem_reserve':
scripts/dtc/flattree.c:700:14: warning: variable 'p' set but not used [-Wunused-but-set-variable]
In file included from arch/powerpc/kernel/ptrace.c:25:0:
include/linux/tracehook.h: In function 'ptrace_report_syscall':
include/linux/tracehook.h:79:39: error: 'TIF_SYSCALL_EMU' undeclared (first use in this function)
include/linux/tracehook.h:79:39: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [arch/powerpc/kernel/ptrace.o] Error 1

Version-Release number of selected component (if applicable):
kernel-3.0.1-3.fc16

Steps to Reproduce:
1. ppc-koji build --scratch f16 kernel-3.0.1-3.fc16.src.rpm
2.
3.
  
Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=270420

Comment 1 Josh Boyer 2011-08-10 20:11:41 UTC
Fixed in git already.  I started a new build:

http://koji.fedoraproject.org/koji/taskinfo?taskID=3264683

Comment 2 Josh Boyer 2011-08-10 20:12:48 UTC
Oops, didn't mean to close it out yet.  Feel free to close when powerpc is built.

Comment 3 Karsten Hopp 2011-08-11 15:23:57 UTC
kernel-3.0.1-5.fc16 built just fine. Thanks !