From: Sjur Brændeland Date: Mon, 18 Mar 2013 08:49:14 +0000 (+1030) Subject: Revert "virtio_console: Initialize guest_connected=true for rproc_serial" X-Git-Tag: v3.9-rc6~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aabd6a8fa5a933bdf968cd86e34122745c1960e8;p=pandora-kernel.git Revert "virtio_console: Initialize guest_connected=true for rproc_serial" This reverts commit 8078db789a92b10ff6e2d713231b5367e014c53b, and adds a lengthy comment explaining the problem area. The reverted patch caused opening of ports to fail for rproc_serial. In probe guest_connected was set to true, but port_fops_open() fails with -EMFILE if guest_connected already is true. Signed-off-by: Sjur Brændeland Acked-by: Amit Shah Signed-off-by: Rusty Russell --- Reading git-diff-tree failed