Re: b4 review crash
Konstantin Ryabitsev <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260813-athletic-therapeutic-armadillo-cdd2bf@meerkat> |
On Thu, Aug 13, 2026 at 05:54:25PM +0100, Mark Brown wrote: > Hi Konstantin, > > When attempting to review: > > https://patch.msgid.link/[email protected] > > which does not have a branch created yet I get: It's a legit issue -- a suspicious unicode character in the patch: $ b4 am -o/tmp https://lore.kernel.org/all/[email protected]/ Looking up [email protected] Analyzing 1 messages in the thread Looking for additional code-review trailers on lore.kernel.org Analyzing 0 code-review messages Checking attestation on all messages, may take a moment... --- ✗ [PATCH v2] ASoC: tas2783-sdw: add firmware download status check --- WARNING: Message contains suspicious unicode control characters! Subject: [PATCH v2] ASoC: tas2783-sdw: add firmware download status check Line: 80-character limit. ----------------------------^ Char: ZERO WIDTH NON-JOINER (0x200c) If you are sure about this, rerun with the right flag to allow. It's benign in this case, but that check exists for a reason -- we just need to catch it better in the TUI. I'll add the fix. Thanks! -K