All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] fs-test: Add FAT16 support
Date: Sun, 24 Sep 2017 17:36:11 -0400	[thread overview]
Message-ID: <20170924213611.GA29028@bill-the-cat> (raw)
In-Reply-To: <20170924210736.13335-1-tuomas.tynkkynen@iki.fi>

On Mon, Sep 25, 2017 at 12:07:34AM +0300, Tuomas Tynkkynen wrote:
> Currently we can only test FAT32 which is the default FAT version that
> mkfs.vfat creates by default. Instead make it explicitly create either a
> FAT16 or a FAT32 volume. This allows us to exercise more code, for
> instance the root directory handling is done differently in FAT32 than
> the older FATs.
> 
> Adding FAT12 support is a much bigger job since the test creates a 2.5GB
> file and the FAT12 maximum partition size is way smaller than that.

Ah, cool.  Please update the top of the script to note the expected
PASS/FAIL numbers now that we're testing even more.  Everything else
looks good tho.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170924/7a6feb06/attachment.sig>

  parent reply	other threads:[~2017-09-24 21:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-24 21:07 [U-Boot] [PATCH 1/3] fs-test: Add FAT16 support Tuomas Tynkkynen
2017-09-24 21:07 ` [U-Boot] [PATCH 2/3] fs/fat: Fix pathnames using '..' that lead to the root directory Tuomas Tynkkynen
2017-09-24 21:36   ` Tom Rini
2017-09-24 21:07 ` [U-Boot] [PATCH 3/3] fs-test: Add test for a filename using '..' to go back to the root Tuomas Tynkkynen
2017-09-24 21:38   ` Tom Rini
2017-09-24 21:53     ` Rob Clark
2017-09-24 22:35       ` Tuomas Tynkkynen
2017-09-24 21:36 ` Tom Rini [this message]
2017-09-24 21:48 ` [U-Boot] [PATCH 1/3] fs-test: Add FAT16 support Rob Clark

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=20170924213611.GA29028@bill-the-cat \
    --to=trini@konsulko.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.