linux-um archives
 help / color / mirror / Atom feed
* Re: [uml-devel] Re: Problem with 2.4.22-um4
@ 2003-09-17 16:30 Steve Schmidtke
  2003-09-17 22:20 ` Jeff Dike
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Schmidtke @ 2003-09-17 16:30 UTC (permalink / raw)
  To: User-mode-linux-devel

rocombs@cs.nmsu.edu wrote:
>I see a problem in the file though it probably isn't causing any
>problems right now.  Doesn't the variable got_sigio need to be
>marked volatile?

I vote yes.

Steve Schmidtke

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [uml-devel] Re: Problem with 2.4.22-um4
@ 2003-09-17 15:31 Ross Combs
  0 siblings, 0 replies; 3+ messages in thread
From: Ross Combs @ 2003-09-17 15:31 UTC (permalink / raw)
  To: User-mode-linux-devel


Patrick,

You are running into a different problem than the ubd_user stuff.

Somehow your host kernel is returning an error on tty read.  It looks
like the error might be "Permission denied".  You can try changing
the sigio_user.c::tty_output() function to look like this at the end:

        ...
        else if(n == -EAGAIN) printk("No, enabling workaround\n");
        else printk(KERN_ERR "check_sigio : slave read failed, err = %d\n", -n);

(Basically change the last like from a panic to a printk and negate
the variable n.)

I see a problem in the file though it probably isn't causing any
problems right now.  Doesn't the variable got_sigio need to be marked
volatile?

-Ross


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-17 22:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17 16:30 [uml-devel] Re: Problem with 2.4.22-um4 Steve Schmidtke
2003-09-17 22:20 ` Jeff Dike
  -- strict thread matches above, loose matches on Subject: below --
2003-09-17 15:31 Ross Combs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox