Re: [PATCH 1/2] tty/serial: Sort drivers in makefile

From: Jiri Slaby
Date: Wed Sep 13 2023 - 01:30:02 EST


On 12. 09. 23, 12:35, Ilpo Järvinen wrote:
Sort drivers in alphabetic order in Makefile to make it easier to find
the correct line. In case the CONFIG and filenames disagree, sort using
the filename (but ignoring "serial" prefixes).

Overall looks good.

I just want to make sure you considered the below, as you don't say explicitly in the commit log.

The order in the makefile defines the link order. So built-in drivers are loaded in that order. So are you sure your patch doesn't change order of some drivers which need to be in a specific order?

thanks,
--
js
suse labs