Re: [PATCH] erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logic
Julian Braha <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kbuild.devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/28/26 20:20, Nicolas Schier wrote: > Cc: Julian Thanks for looping me in. So it's not great usage of the Kconfig language to have the 'range 1 1' and the 'default 16' here contradicting each other. But, it's currently legal. I would prefer to disallow this, but a proper check would actually require SAT solving (or similar) in the general case, so it's unlikely to become an error in the near future. Anyway, as long as we're continuing to allow it, savedefconfig should be considered bugged for not handling it accordingly. Let me see if I can send something out this weekend. - Julian Braha