lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAG-pW8F7MPc2SMBto_XturSMz3MSULHjZn=_dH7EMHSzkQ_7HQ@mail.gmail.com>
Date: Sun, 15 Jun 2025 22:03:38 +0400
From: Pavel Nikulin <pavel@...-labs.com>
To: Jocelyn Falempe <jfalempe@...hat.com>, Geert Uytterhoeven <geert+renesas@...der.be>, 
	Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fonts: Adding all Terminus fronts from 12 to 32 in bold,
 and normal versions

On Tue, Jun 3, 2025 at 12:53 PM Geert Uytterhoeven <geert@...ux-m68k.org> wrote:
>
> converted

Fixed


> > --- a/lib/fonts/Makefile
> > +++ b/lib/fonts/Makefile
> > @@ -14,7 +14,23 @@ font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o
> >  font-objs-$(CONFIG_FONT_ACORN_8x8) += font_acorn_8x8.o
> >  font-objs-$(CONFIG_FONT_MINI_4x6)  += font_mini_4x6.o
> >  font-objs-$(CONFIG_FONT_6x10)      += font_6x10.o
> > -font-objs-$(CONFIG_FONT_TER16x32)  += font_ter16x32.o
> > +font-objs-$(CONFIG_FONT_TER6x12N)  += font_ter-112n.o
> > +font-objs-$(CONFIG_FONT_TER8x14B)  += font_ter-114b.o
> > +font-objs-$(CONFIG_FONT_TER8x14N)  += font_ter-114n.o
> > +font-objs-$(CONFIG_FONT_TER8x16B)  += font_ter-116b.o
> > +font-objs-$(CONFIG_FONT_TER8x16N)  += font_ter-116n.o
> > +font-objs-$(CONFIG_FONT_TER10x18B)  += font_ter-118b.o
> > +font-objs-$(CONFIG_FONT_TER10x18N)  += font_ter-118n.o
> > +font-objs-$(CONFIG_FONT_TER10x20B)  += font_ter-120b.o
> > +font-objs-$(CONFIG_FONT_TER10x20N)  += font_ter-120n.o
> > +font-objs-$(CONFIG_FONT_TER11x22B)  += font_ter-122b.o
> > +font-objs-$(CONFIG_FONT_TER11x22N)  += font_ter-122n.o
> > +font-objs-$(CONFIG_FONT_TER12x24B)  += font_ter-124b.o
> > +font-objs-$(CONFIG_FONT_TER12x24N)  += font_ter-124n.o
> > +font-objs-$(CONFIG_FONT_TER14x28B)  += font_ter-128b.o
> > +font-objs-$(CONFIG_FONT_TER14x28N)  += font_ter-128n.o
> > +font-objs-$(CONFIG_FONT_TER16x32B)  += font_ter-132b.o
> > +font-objs-$(CONFIG_FONT_TER16x32N)  += font_ter-132n.o
>
> Please use descriptive names for the font files, matching the
> font names.

Adjusted

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ