linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: eric.y.miao@gmail.com (Eric Miao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: pxa: fix NFS build issue
Date: Tue, 14 Sep 2010 14:37:25 +0800	[thread overview]
Message-ID: <AANLkTinmrATdicROXh7C_c-eH1Pr-r0cGCUfC8WR8ri4@mail.gmail.com> (raw)
In-Reply-To: <1284445197-17403-1-git-send-email-haojian.zhuang@marvell.com>

On Tue, Sep 14, 2010 at 2:19 PM, Haojian Zhuang
<haojian.zhuang@marvell.com> wrote:
> fs/built-in.o: In function `nfs_callback_authenticate':
> compr_lzo.c:(.text+0x81380): undefined reference to `svc_gss_principal'
> make: *** [.tmp_vmlinux1] Error 1
>
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>

Cannot remember the exact link, but this should have been solved by
adding the correct constraint to the Kconfig.

Uwe, do you have the link and what's the status of that patch being upstreamed?

> Cc: Eric Miao <eric.y.miao@gmail.com>
> Cc: Vincent Sanders <vince@simtec.co.uk>
> ---
> ?arch/arm/configs/pxa3xx_defconfig | ? ?4 ++++
> ?1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/configs/pxa3xx_defconfig b/arch/arm/configs/pxa3xx_defconfig
> index 1677a06..6d30baf 100644
> --- a/arch/arm/configs/pxa3xx_defconfig
> +++ b/arch/arm/configs/pxa3xx_defconfig
> @@ -118,6 +118,10 @@ CONFIG_NFS_V3=y
> ?CONFIG_NFS_V3_ACL=y
> ?CONFIG_NFS_V4=y
> ?CONFIG_ROOT_NFS=y
> +CONFIG_SUNRPC=y
> +CONFIG_SUNRPC_GSS=y
> +CONFIG_RPCSEC_GSS_KRB5=y
> +CONFIG_RPCSEC_GSS_SPKM3=y
> ?CONFIG_NLS=y
> ?CONFIG_PRINTK_TIME=y
> ?CONFIG_MAGIC_SYSRQ=y
> --
> 1.5.6.5
>
>

  reply	other threads:[~2010-09-14  6:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-14  6:19 [PATCH 1/1] ARM: pxa: fix NFS build issue Haojian Zhuang
2010-09-14  6:37 ` Eric Miao [this message]
2010-09-14 12:19   ` Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTinmrATdicROXh7C_c-eH1Pr-r0cGCUfC8WR8ri4@mail.gmail.com \
    --to=eric.y.miao@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).