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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A4C6C433F5 for ; Thu, 30 Sep 2021 12:29:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B918613A0 for ; Thu, 30 Sep 2021 12:29:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350829AbhI3Mbe (ORCPT ); Thu, 30 Sep 2021 08:31:34 -0400 Received: from mga09.intel.com ([134.134.136.24]:60998 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350264AbhI3Mbd (ORCPT ); Thu, 30 Sep 2021 08:31:33 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10122"; a="225214996" X-IronPort-AV: E=Sophos;i="5.85,336,1624345200"; d="scan'208";a="225214996" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2021 05:29:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,336,1624345200"; d="scan'208";a="520360373" Received: from dingu.tm.intel.com (HELO dingu2.tm.intel.com) ([10.237.54.29]) by fmsmga008.fm.intel.com with ESMTP; 30 Sep 2021 05:29:48 -0700 From: Antti Kervinen To: gregkh@linuxfoundation.org Cc: Jonathan.Cameron@huawei.com, akpm@linux-foundation.org, andriy.shevchenko@linux.intel.com, antti.kervinen@intel.com, linux-kernel@vger.kernel.org, peterz@infradead.org, song.bao.hua@hisilicon.com, tiantao6@hisilicon.com, tklauser@distanz.ch, yury.norov@gmail.com Subject: Re: [PATCH] cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf Date: Thu, 30 Sep 2021 15:29:47 +0300 Message-Id: <20210930122947.2730542-1-antti.kervinen@intel.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Why not test the patch there (and in linux-next) and let us know if > it resolves the issue you see or not. Yes, I conform that the patch fixes this issue in my userspace. Too bad that I was obviously late with my code review notes. Thanks! Antti