Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 629334 - use native cancel_work_sync() function
use native cancel_work_sync() function
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: kvm (Show other bugs)
5.6
All Linux
urgent Severity medium
: beta
: ---
Assigned To: Eduardo Habkost
Virtualization Bugs
:
Depends On: 629333
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-01 13:16 EDT by Eduardo Habkost
Modified: 2011-01-13 18:37 EST (History)
5 users (show)

See Also:
Fixed In Version: kvm-83-195.el5
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 629333
Environment:
Last Closed: 2011-01-13 18:37:26 EST
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2011:0028 normal SHIPPED_LIVE Low: kvm security and bug fix update 2011-01-13 06:03:39 EST

  None (edit)
Description Eduardo Habkost 2010-09-01 13:16:57 EDT
After solving the conflict below, kvm-userspace may start using the native version of the function, instead of a fake implementation that does nothing.


+++ This bug was initially created as a clone of Bug #629333 +++

Description of problem:

When trying to build latest kvm modules against kernel-devel-2.6.18-214.el5.x86_64:

/home/ehabkost/code/kvm/kvm-userspace/kernel/x86/../external-module-compat-comm.h:547: error: static declaration of ‘cancel_work_sync’ follows non-static declaration
include/linux/workqueue.h:117: error: previous declaration of ‘cancel_work_sync’ was here
make[3]: *** [/home/ehabkost/code/kvm/kvm-userspace/kernel/x86/svm.o] Error 1


The function was included on newer kernels, so we need to solve the naming conflict.
Comment 5 YangFeng 2010-11-03 02:53:14 EDT
Successfully make build against kernel-devel-2.6.18-227.el5.x86_64. So this bug
has been fixed.
Comment 8 errata-xmlrpc 2011-01-13 18:37:26 EST
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2011-0028.html

Note You need to log in before you can comment on or make changes to this bug.