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 C8FE1CDB483 for ; Wed, 18 Oct 2023 19:09:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231230AbjJRTJu (ORCPT ); Wed, 18 Oct 2023 15:09:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230132AbjJRTJs (ORCPT ); Wed, 18 Oct 2023 15:09:48 -0400 Received: from mail-io1-xd2e.google.com (mail-io1-xd2e.google.com [IPv6:2607:f8b0:4864:20::d2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C957114 for ; Wed, 18 Oct 2023 12:09:47 -0700 (PDT) Received: by mail-io1-xd2e.google.com with SMTP id ca18e2360f4ac-7a29359c80bso59298439f.0 for ; Wed, 18 Oct 2023 12:09:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1697656186; x=1698260986; darn=vger.kernel.org; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=c0ky1wnd5GsHa1/Gq5XBn5olLOi5clFpai88Fqne3Ic=; b=MBM6mbGGwY0OOVlChj4bZmAPFnZJfBHGpxKbxSZrMZ6u1f2ULNWs65d0BFSPvmnmPP Kkjy9xK8eNwMcP1LD4W17ZJmXx3sJ/zx2xv2BgZC5Xtqhj6ws5jWG2X18u1b7SXpX3OE fRJu/bAoeelGdOOAwAb8itLRY+tZFwwFidf6o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697656186; x=1698260986; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=c0ky1wnd5GsHa1/Gq5XBn5olLOi5clFpai88Fqne3Ic=; b=ppyQlR/XAtT0SKIbjRxaK5LZ3QKZPES6pe6H5o6oeZLfFZbkiLlmZPxEv+XW0cqPNG ZtsmeCefGpZBbDJ9mfZN9wOrAEeZNWVjkxrl9ZvtqdE9+s9eYe3zYam0lM9TYVB49PxC RaIH4CpEcKanB2JKFHQIS1ELoFoUA2puN/bJAC47zm/1FMZInjgDU9xzRoiiJUgsmlvv EvyPxK/wzQ3OuhnggbZse7QhNOlB4+acU6pZnXpKkehN7gv4YirxI9DVqp/4wEW2LqtX eIac0gScvWrQiTwo47AVDUy4dyNn9taIpKTagvL/paFiavRb9vqWQUttPI6vNLIUeujN K+3Q== X-Gm-Message-State: AOJu0YxW2YKfyNU+xq9qf5jUnAfESwWW/L3HZXan8Qjm4EQW+Alm84WP VpB+b9RzPNI7pMwqg0q8diF/9w== X-Google-Smtp-Source: AGHT+IGoIPCy85/s3YvO+smp2suqtSbF1zjsbHan9WxAd0UULvUIkJocwTzaMM/ukwNQlfidwpLKoQ== X-Received: by 2002:a92:da12:0:b0:357:4682:d128 with SMTP id z18-20020a92da12000000b003574682d128mr328511ilm.1.1697656186753; Wed, 18 Oct 2023 12:09:46 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id y4-20020a927d04000000b0035134215863sm1283159ilc.55.2023.10.18.12.09.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 18 Oct 2023 12:09:46 -0700 (PDT) Message-ID: Date: Wed, 18 Oct 2023 13:09:45 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] selftests:modify the incorrect print format Content-Language: en-US To: zhujun2 , shuah@kernel.org Cc: nathan@kernel.org, ndesaulniers@google.com, trix@redhat.com, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, Shuah Khan References: <20231017020856.7003-1-zhujun2@cmss.chinamobile.com> From: Shuah Khan In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/17/23 09:54, Shuah Khan wrote: > On 10/16/23 20:08, zhujun2 wrote: >> when the argument type is 'unsigned int',printf '%u' >> in format string >> > > Please add how you found the problem to the commit log. > >> Signed-off-by: zhujun2 > > thanks, > -- Shuah > Applied to linux-kselftest next for Linux 6.7-rc1. Updated the commit log with details on how the problem was found. thanks, -- Shuah