From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D335C7EE29 for ; Sat, 10 Jun 2023 07:52:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230356AbjFJHwU (ORCPT ); Sat, 10 Jun 2023 03:52:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230102AbjFJHwT (ORCPT ); Sat, 10 Jun 2023 03:52:19 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C02661FEB; Sat, 10 Jun 2023 00:52:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=I3eudtYeV5TV5WQHRhUyvWFxU9I3ISH8S89bAYnG6NU=; b=f67UfxH47kEQBnD5o9jf/FX+4g 1qi78PW8Y96Pzah96O/dbY4opnpR8I+Haj9rAOZWZ6xeIQUbm8IHzX8wsmaJ0tUC5/A5JqklIiBIf AJjvSHlQh3+fkxkgPNvviLO41VtvJ0cKmNUh8Amkmh5s2WkMulPrcGAu3n6hTXfozxgmYPoPdH2gV zmPLDFHPBNz5vdpn9HUNwx+2765btptWc0jjeE7tcm3rFtX5IrYU0PHhUbldM3t6eEtNnJnRbxaYe tetgvBNjIxfZ4e9OP6Fs6kqqIX2pgra32nosEzCcgu86DrtXyMlmfGkAmb5ocqKaNuP6rSqhHaoa4 s7bjZeag==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q7tOE-00FUuk-0b; Sat, 10 Jun 2023 07:52:02 +0000 Date: Sat, 10 Jun 2023 00:52:02 -0700 From: Christoph Hellwig To: Demi Marie Obenour Cc: Dwaipayan Ray , Lukas Bulwahn , Joe Perches , Jonathan Corbet , Federico Vaga , Juergen Gross , Stefano Stabellini , Oleksandr Tyshchenko , Lee Jones , Andy Lutomirski , Thomas Gleixner , Vincenzo Frascino , Petr Mladek , Steven Rostedt , Sergey Senozhatsky , Andy Shevchenko , Rasmus Villemoes , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org Subject: Re: [PATCH 3/4] Add strict version of vsscanf() Message-ID: References: <20230610025759.1813-1-demi@invisiblethingslab.com> <20230610025759.1813-3-demi@invisiblethingslab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230610025759.1813-3-demi@invisiblethingslab.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org This needs a real commit message explaining what the strict version does and why, and why we can't just make the normal version more strict.