This is a note to let you know that I've just added the patch titled rpmsg: fix kconfig dependencies for VIRTIO to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: rpmsg-fix-kconfig-dependencies-for-virtio.patch and it can be found in the queue-3.9 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 397944df3290ddc46dcc6a08cd71fb560700431b Mon Sep 17 00:00:00 2001 From: Suman Anna <s-anna@xxxxxx> Date: Sun, 21 Apr 2013 16:32:29 +0300 Subject: rpmsg: fix kconfig dependencies for VIRTIO From: Suman Anna <s-anna@xxxxxx> commit 397944df3290ddc46dcc6a08cd71fb560700431b upstream. Fix this: warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION) Signed-off-by: Suman Anna <s-anna@xxxxxx> [edit commit log] Signed-off-by: Ohad Ben-Cohen <ohad@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/rpmsg/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/drivers/rpmsg/Kconfig +++ b/drivers/rpmsg/Kconfig @@ -4,5 +4,6 @@ menu "Rpmsg drivers" config RPMSG tristate select VIRTIO + select VIRTUALIZATION endmenu Patches currently in stable-queue which might be from s-anna@xxxxxx are queue-3.9/rpmsg-fix-kconfig-dependencies-for-virtio.patch queue-3.9/remoteproc-fix-kconfig-dependencies-for-virtio.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html