Tracker item #2523263, was opened at 2009-01-20 02:31
Message generated for change (Comment added) made by dtor
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2523263&group_id=204462

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: kernel modules
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dominique Leuenberger (dimstar)
Assigned to: Nobody/Anonymous (nobody)
Summary: vmhgfs stops hibernation

Initial Comment:
Bug has been copied from openSUSE bug tracker:
https://bugzilla.novell.com/show_bug.cgi?id=461340

if vmhgfs kernel module is loaded, the system cannot be suspended anymore.
(s2disk /dev/sda1 fails, leaving the call trace below).



----------------------------------------------------------------------

Comment By: Dmitry Torokhov (dtor)
Date: 2009-01-20 09:20

Message:
I suppose it happens with newer kernels only, right? How about this
patch.... if only I could figure out how to attach a new file to this
thing... Well, will have to just post it inline.

--- bora-vmsoft.orig/hgfs/linux/bdhandler.c
+++ bora-vmsoft/hgfs/linux/bdhandler.c
@@ -256,7 +256,12 @@ int
 HgfsBdHandler(void *data) // Ignored
 {
    LOG(6, (KERN_DEBUG "VMware hgfs: HgfsBdHandler: Thread starting\n"));
+
+#ifdef PF_FREEZER_NOSIG
+   set_freezable_with_signal();
+#else
    compat_set_freezable();
+#endif

    for (;;) {



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2523263&group_id=204462

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to