Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750985AbaBHTMN (ORCPT ); Sat, 8 Feb 2014 14:12:13 -0500 Received: from smtp.gentoo.org ([140.211.166.183]:39007 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbaBHTMM (ORCPT ); Sat, 8 Feb 2014 14:12:12 -0500 From: Richard Yao To: Linus Torvalds Cc: Eric Van Hensbergen , Ron Minnich , Latchesar Ionkov , "David S. Miller" , V9FS Develooper Mailing List , Linux Netdev Mailing List , Linux Kernel Mailing List , "Aneesh Kumar K.V" , Will Deacon , Christopher Covington , Matthew Thode Subject: [PATCH 0/2] Attention by Linus Torvalds needed to export symbol he wrote Date: Sat, 8 Feb 2014 14:12:08 -0500 Message-Id: <1391886730-19667-1-git-send-email-ryao@gentoo.org> X-Mailer: git-send-email 1.8.3.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Linus, Loading kernel modules off 9p-virtio in a Linux guest causes VM termination because of a page fault in unmapped memory, so I wrote a patch to fix it. Dave Miller initially accepted it, but then rejected it because it calls an unexported symbol from a kernel module, which breaks the build when CONFIG_NET_9P_VIRTIO=m is set in the kernel config: https://groups.google.com/forum/#!topic/linux.kernel/eRR7AyLE29Y >From what I can tell, I need the original author of a symbol to sign-off on any patch exporting it. git blame says that the original author is you, so I am sending this pull request to you for approval. Richard Yao (2): mm/vmalloc: export is_vmalloc_or_module_addr 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers mm/vmalloc.c | 1 + net/9p/trans_virtio.c | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/