kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: "Valdis Klētnieks" <valdis.kletnieks@vt.edu>
To: "Thomas Schmitt" <scdbackup@gmx.net>
Cc: ebashinskii@mail.ru, kernelnewbies@kernelnewbies.org
Subject: Re: Kernel bug tracker
Date: Fri, 03 Sep 2021 11:55:07 -0400	[thread overview]
Message-ID: <42432.1630684507@turing-police> (raw)
In-Reply-To: <888836222857155971@scdbackup.webframe.org>


[-- Attachment #1.1: Type: text/plain, Size: 797 bytes --]

On Fri, 03 Sep 2021 13:00:55 +0200, "Thomas Schmitt" said:

> I could offer bugs of isofs with explanations and patch proposals:
>
> - isofs: prevent file time rollover after year 2038
>   Change the return type of function iso_date() from int to time64_t.

The tricky part is, of course, that for this to work correctly, you need
to have 64-bit timestamps in the on-disk format.

> - isofs: truncate oversized Rock Ridge names to 255 bytes
>   Do not discard all bytes of the NM field where the overflow occurs, but
>   rather append them to the accumulated name before truncating it to exactly
>   255 bytes.
>   Map trailing incomplete UTF-8 bytes to '_'.

A better answer would probably be to truncate it at the last complete UTF-8
that leaves the string at 255 or less.



[-- Attachment #1.2: Type: application/pgp-signature, Size: 494 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

  reply	other threads:[~2021-09-03 15:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1630659351.685242253@f502.i.mail.ru>
2021-09-03 11:00 ` Kernel bug tracker Thomas Schmitt
2021-09-03 15:55   ` Valdis Klētnieks [this message]
2021-09-03 16:58     ` Thomas Schmitt
2021-09-05 10:10       ` Re[2]: " Adverg Ebashinskii
2021-09-05 11:48         ` Thomas Schmitt
2021-09-05 12:08           ` Thomas Schmitt
2021-09-06  8:11           ` Re[2]: " Adverg Ebashinskii
2021-09-06  9:04             ` Thomas Schmitt
2021-09-05 11:57         ` Thomas Schmitt
     [not found] <1630220663.155756289@f748.i.mail.ru>
2021-08-29  8:50 ` Anatoly Pugachev

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=42432.1630684507@turing-police \
    --to=valdis.kletnieks@vt.edu \
    --cc=ebashinskii@mail.ru \
    --cc=kernelnewbies@kernelnewbies.org \
    --cc=scdbackup@gmx.net \
    /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).