All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ferry Toth <fntoth@gmail.com>
To: u-boot@lists.denx.de
Subject: CONFIG: btrfs requires sha256
Date: Fri, 13 Nov 2020 23:53:26 +0100	[thread overview]
Message-ID: <ron2p6$13a5$1@ciao.gmane.io> (raw)

In v2021.01-rc2 enabling CONFIG_FS_BTRFS=y produces:

x86_64-poky-linux-ld.bfd: fs/built-in.o: in function `hash_sha256':
     u-boot/1_2021.01-rc2-r0/git/fs/btrfs/crypto/hash.c:25: undefined 
reference to `sha256_starts'
x86_64-poky-linux-ld.bfd: 
u-boot/1_2021.01-rc2-r0/git/fs/btrfs/crypto/hash.c:26: undefined 
reference to `sha256_update'
x86_64-poky-linux-ld.bfd: 
u-boot/1_2021.01-rc2-r0/git/fs/btrfs/crypto/hash.c:27: undefined 
reference to `sha256_finish'

Enabling CONFIG_SHA256=y resolves this, however it is not a dependency.

                 reply	other threads:[~2020-11-13 22:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='ron2p6$13a5$1@ciao.gmane.io' \
    --to=fntoth@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.