From: Jorgen Lundman <lundman@lundman.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support
Date: Thu, 19 Jul 2012 12:20:05 +0900 [thread overview]
Message-ID: <50077CE5.5050300@lundman.net> (raw)
In-Reply-To: <201207182251.49045.vapier@gentoo.org>
Mike Frysinger wrote:
> i could care less about ZFS. i think you missed the entire point i
> highlighted: we cannot accept GPLv3 code. u-boot is currently GPLv2, so
> adding GPLv3 simply won't work.
> -mike
Very well, to attempt to go around this I would then have to use the
original file, and port it forward to u-boot;
Original Sun Version;
: solaris11/usr/src/grub/grub-0.97/stage2/zfs_fletcher.c
* the Free Software Foundation; either version 2 of the License, or
fletcher_2_native(const void *buf, uint64_t size, zio_cksum_t *zcp)
fletcher_2_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp)
Current u-boot patch version;
* the Free Software Foundation; either version 3 of the License, or
fletcher_2(const void *buf, uint64_t size, grub_zfs_endian_t
endian,zio_cksum_t *zcp)
fletcher_4(const void *buf, uint64_t size, grub_zfs_endian_t endian,
zio_cksum_t *zcp)
Which _effectively_ changes the "3" to "2", and renames two functions. The
file only contains 2 functions, and refers to the "checksumming algorithm
the user can chose to use on a filesystem".
Then, it is acceptable?
--
Jorgen Lundman | <lundman@lundman.net>
Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work)
Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell)
Japan | +81 (0)3 -3375-1767 (home)
next prev parent reply other threads:[~2012-07-19 3:20 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-23 2:26 [U-Boot] [PATCH 0/2] zfs: Add filesystem ZFS support Jorgen Lundman
2012-05-23 2:26 ` [U-Boot] [PATCH 1/2] ZFS header files Jorgen Lundman
2012-05-23 2:26 ` [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support Jorgen Lundman
2012-05-23 2:51 ` Graeme Russ
2012-05-23 3:11 ` Jorgen Lundman
2012-05-23 4:19 ` Graeme Russ
2012-05-23 7:53 ` Wolfgang Denk
2012-05-23 3:45 ` [U-Boot] [PATCH v2 0/2] zfs: Add filesystem ZFS support Jorgen Lundman
2012-05-23 7:55 ` Wolfgang Denk
2012-05-23 3:45 ` [U-Boot] [PATCH v2 1/2] ZFS header files Jorgen Lundman
2012-05-23 8:00 ` Wolfgang Denk
2012-05-23 8:10 ` Jorgen Lundman
2012-05-23 3:45 ` [U-Boot] [PATCH v2 2/2] zfs: Add ZFS support Jorgen Lundman
2012-05-23 4:21 ` Graeme Russ
2012-05-24 1:11 ` [U-Boot] [PATCH v3 0/1] zfs: Add ZFS filesystem support Jorgen Lundman
2012-05-24 1:12 ` [U-Boot] [PATCH v3 1/1] " Jorgen Lundman
2012-05-24 7:18 ` Prabhakar Lad
2012-05-24 7:57 ` Jorgen Lundman
2012-05-25 2:11 ` [U-Boot] [PATCH v4 0/1] zfs: " Jorgen Lundman
2012-05-25 2:11 ` [U-Boot] [PATCH v4 1/1] " Jorgen Lundman
2012-07-05 3:34 ` Jorgen Lundman
2012-07-05 3:45 ` Graeme Russ
2012-07-18 22:48 ` Mike Frysinger
2012-07-19 0:14 ` Jorgen Lundman
2012-07-19 1:30 ` Graeme Russ
2012-07-19 2:51 ` Mike Frysinger
2012-07-19 3:20 ` Jorgen Lundman [this message]
2012-07-19 4:12 ` Mike Frysinger
2012-07-19 4:51 ` Jorgen Lundman
2012-07-19 14:14 ` Mike Frysinger
2012-07-20 6:48 ` [U-Boot] [PATCH v5 0/1] " Jorgen Lundman
2012-07-20 6:48 ` [U-Boot] [PATCH v5 1/1] " Jorgen Lundman
2012-08-09 21:42 ` Wolfgang Denk
2012-08-10 12:07 ` Jorgen Lundman
2012-08-10 18:10 ` Wolfgang Denk
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=50077CE5.5050300@lundman.net \
--to=lundman@lundman.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox