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 X-Spam-Level: X-Spam-Status: No, score=-20.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABBDCC4708A for ; Thu, 27 May 2021 14:10:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 937AE613CA for ; Thu, 27 May 2021 14:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236363AbhE0OMF (ORCPT ); Thu, 27 May 2021 10:12:05 -0400 Received: from mx2.suse.de ([195.135.220.15]:40682 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234913AbhE0OMA (ORCPT ); Thu, 27 May 2021 10:12:00 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1622124626; 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=MQ+arKPNxzST7ab2H3QoxDvfWeE34QJ5lFr2r3wbfcs=; b=nWzTxUB5rSV4EUp8QkGcMcmKLCujFX935Zur6Osu6oyTnMThJ/aPu+MH48yb8unoD341zv nVCeubF0QAZAMwHUaraDqNyPVQNikXyS9bMi8DO7fW51RqAvl8jfnAmfx80S80CPu39VdE FMt9vrfhc5ybpee+TcZuthndh2hgrlQ= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 02B7CAAFD; Thu, 27 May 2021 14:10:26 +0000 (UTC) Date: Thu, 27 May 2021 16:10:23 +0200 From: Petr Mladek To: Richard Fitzgerald Cc: rostedt@goodmis.org, sergey.senozhatsky@gmail.com, andriy.shevchenko@linux.intel.com, linux@rasmusvillemoes.dk, w@1wt.eu, lkml@sdf.org, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com Subject: Re: [PATCH 0/2] Fix truncation warnings from building test_scanf.c Message-ID: References: <20210524155941.16376-1-rf@opensource.cirrus.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-kernel@vger.kernel.org On Tue 2021-05-25 11:20:45, Petr Mladek wrote: > On Mon 2021-05-24 16:59:39, Richard Fitzgerald wrote: > > The kernel test robot is reporting truncation warnings when building > > lib/test_scanf.c: > > > > Richard Fitzgerald (2): > > lib: test_scanf: Fix incorrect use of type_min() with unsigned types > > random32: Fix implicit truncation warning in prandom_seed_state() > > > > include/linux/prandom.h | 2 +- > > lib/test_scanf.c | 13 ++++++------- > > 2 files changed, 7 insertions(+), 8 deletions(-) > > For both patches: > > Reviewed-by: Petr Mladek > > I am going to commit them within next two days or so unless anyone > complains in the meantime. JFYI, both patches have been committed into printk/linux.git, branch for-5.14-vsprintf-scanf. Best Regards, Petr