Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



> Date: Mon, 2 Sep 2019 16:53:34 +0900
> From: Masanobu SAITOH <msaitoh%execsw.org@localhost>
> 
>         d) Any other options.

1. Revert the commit for now, ASAP, to unblock people.

2. Deterministically transform the uppercase filenames into versions
   that do not collide under case folding with lowercase filenames.
   For example, FOO_bar.bin -> u_foo_bar.bin.

3. Change the Linux module firmware loading files to apply the
   transformation at run-time so we don't have to patch upstream code
   to cope with it.

4. Maybe ask upstream to change names so we can eliminate this hack in
   the future.


Home | Main Index | Thread Index | Old Index