From: Tom Rini Date: Tue, 21 Jul 2026 19:52:00 +0000 (-0600) Subject: Merge patch series "some string cleanup, and a tweak of the "config" command" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72d780b5ccc0644f935eb48fdffb92b1177c4fb3;p=thirdparty%2Fu-boot.git Merge patch series "some string cleanup, and a tweak of the "config" command" Rasmus Villemoes says: This started by me wanting something like what patch 8 does. That wasn't too hard, except we had no strcasestr(), and also our regex engine (which I didn't really want to pull into the mix anyway) doesn't have a flag that requests case-insensitive matching. So I wanted to add strcasestr(), but then I stumbled on a bunch of stuff that should be cleaned up in str-land. Link: https://lore.kernel.org/r/20260708203711.849489-1-rv@rasmusvillemoes.dk --- 72d780b5ccc0644f935eb48fdffb92b1177c4fb3