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 3316FEB64DA for ; Tue, 18 Jul 2023 11:47:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231550AbjGRLrD (ORCPT ); Tue, 18 Jul 2023 07:47:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231534AbjGRLrC (ORCPT ); Tue, 18 Jul 2023 07:47:02 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A702EC; Tue, 18 Jul 2023 04:46:59 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id E15E11FD9E; Tue, 18 Jul 2023 11:46:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1689680817; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=nvlklvtONHr0p2dIcB/wc1pp8l9Qv079OQx/Y7nRns8=; b=sDQEONRmEIYGEOnQrdtcB+IrlzkNibChApO/LPwlRhGRUhgWCCbM3RfWjEzfcqDRfWoDHD lDPmaZrQ7AJp7qWhI4Q8Y4xx0YvQq1PrOMKgtSEsmabOgSGCUfxljMgo3pWxoriBqCmnaO CXYDTrsUvsqyFQ7/cc8DQH0aWDgE5aQ= Received: from suse.cz (unknown [10.100.208.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 6959F2C142; Tue, 18 Jul 2023 11:46:57 +0000 (UTC) Date: Tue, 18 Jul 2023 13:46:56 +0200 From: Petr Mladek To: Andy Shevchenko Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Steven Rostedt , Sergey Senozhatsky , Rasmus Villemoes , Jonathan Corbet Subject: Re: [PATCH v1 2/2] docs: printk-formats: Treat char as always unsigned Message-ID: References: <20230703145839.14248-1-andriy.shevchenko@linux.intel.com> <20230703145839.14248-2-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri 2023-07-14 19:04:43, Andy Shevchenko wrote: > On Fri, Jul 14, 2023 at 05:34:35PM +0200, Petr Mladek wrote: > > On Mon 2023-07-03 17:58:39, Andy Shevchenko wrote: > > > PS: I am going to queue both patches for 6.6. They are not > > urgent to be added in the -rc phase. > > Sure, works for me. JFYI, both patches have been pushed into printk/linux.git, branch for-6.6-vsprintf-doc. Best Regards, Petr