[#5742] outdated TIF (thread_info.h) bits in 2.6.32
Submitted By: Mike Frysinger
Open Date
2009-12-03 22:44:36 Close Date
2009-12-15 15:23:37
Priority:
Medium Assignee:
Barry Song
Status:
Closed Fixed In Release:
N/A
Found In Release:
2010R1 Release:
Category:
N/A Board:
N/A
Processor:
ALL Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
N/A
App binary format:
N/A
Summary: outdated TIF (thread_info.h) bits in 2.6.32
Details:
looks like our thread_info.h is missing a bunch of TIF bits and the related handling in arch/blackfin/kernel/signal.c and such
this ends with a build failure with CONFIG_KEYS on:
- make BF537-STAMP_defconfig
- enable Security options -> Enable access key retention support
security/keys/keyctl.c: In function ‘keyctl_session_to_parent’:
security/keys/keyctl.c:1312: error: ‘TIF_NOTIFY_RESUME’ undeclared (first use in this function)
security/keys/keyctl.c:1312: error: (Each undeclared identifier is reported only once
security/keys/keyctl.c:1312: error: for each function it appears in.)
make[2]: *** [security/keys/keyctl.o] Error 1
Follow-ups
--- Barry Song 2009-12-08 00:04:43
Yes. We haven't fulfilled _TIF_NOTIFY_RESUME and do_notify_resume related work
in our blackfin arch.
--- Mike Frysinger 2009-12-15 15:23:37
patched pushed to mainline. i thought there were more TIF stuff we were
missing, but looking at some other arches, not really.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found