Tetsuo Handa wrote:
> Since other bugs which are likely too late to go upstream releases were found,
> we need to create patches and ask users to apply if they are not yet applied.
> I placed such patches in below directories.
>
> http://tomoyo.sourceforge.jp/2.2/patches/
> http://tomoyo.sourceforge.jp/2.3/patches/
>
> Is it feasible approach to insert a block like below into tutorial pages?
>
>  There may be bugfixes that are too late to get merged in the upstream kernel
>  releases. Download all patches that match your kernel version from ... and
>  run
>
>    for i in *.patch
>    do
>      patch -Nt -p1 --dry-run < $i && patch -p1 < $i
>    done
>
>  from the kernel's top directory.

Sounds fine to me.

_______________________________________________
tomoyo-dev-en mailing list
tomoyo-dev-en@lists.sourceforge.jp
http://lists.sourceforge.jp/mailman/listinfo/tomoyo-dev-en

Reply via email to