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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 C75A3C433F5 for ; Thu, 23 Sep 2021 11:45:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F7C26115A for ; Thu, 23 Sep 2021 11:45:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240617AbhIWLqe (ORCPT ); Thu, 23 Sep 2021 07:46:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:54442 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240539AbhIWLqe (ORCPT ); Thu, 23 Sep 2021 07:46:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2A7A360F44; Thu, 23 Sep 2021 11:45:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632397503; bh=bPcEkFOimo2EnpsPJN+XPWyGn8/HSiQU0S0FT2fN8Nc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RDtPer54vPO/xRRgZ9vyPmMpRocO6mI3tQgoPbiA3t/ExgEwbfD7y8I4mj8A8aWLX g4NDfzvuoe/cW8vF4EZxf4FTCtReVnT1G5zDT/wU9uxhFL8mrAIzKLlV9c91SuzEPw ReOAxMPuGIAEm5ps/GoJTK4yPLKRfiGTkDjvXm+cqoqtwyR/M8z44GfuktMhbH0sti UqHC5Au7W6dlSkkKkngxoy3nrFw9Npm+hmMknyIyKb/DM2GUrDnxs8bsMpKIER60F2 H9OXAiF1bVXUv2+6iEb09gENWIjt5u4KNvT5R7cjQlBfV+JXBAq0/FwcFr9WLNsX+P NXxvJXdbimyNg== Date: Thu, 23 Sep 2021 14:44:59 +0300 From: Leon Romanovsky To: "Marciniszyn, Mike" Cc: Bart Van Assche , Guo Zhi , "Dalessandro, Dennis" , "dledford@redhat.com" , "linux-rdma@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] infiniband hfi1: fix misuse of %x in ipoib_tx.c Message-ID: References: <20210922134857.619602-1-qtxuning1999@sjtu.edu.cn> <276b9343-c23d-ac15-bb73-d7b42e7e7f0f@acm.org> 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-rdma@vger.kernel.org On Thu, Sep 23, 2021 at 11:04:02AM +0000, Marciniszyn, Mike wrote: > > > > Isn't kptr_restrict sysctl is for that? > > > > It doesn't look like that works in irqs, softirqs. Are you certain about it? That sysctl is supposed to control the output of %p, nothing more. > > We have plenty of those. > > Mike