Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp415111ybl; Fri, 23 Aug 2019 02:50:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqxxfhn6Veh05nefvKpgJnGujSRgAQ92D+78HDUnw4FAImBMyfJ/MVsfy60f/9GrVHQRmskA X-Received: by 2002:aa7:8c57:: with SMTP id e23mr4354513pfd.48.1566553846111; Fri, 23 Aug 2019 02:50:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566553846; cv=none; d=google.com; s=arc-20160816; b=YxjGUZyeQJt9kcZ3dmB0VjfPJGG4Pz9GPHQFwyzi2UkkjPCgChS/lImr1g5dEBGoMJ BL8H94vy7esM6SlQ+/vNJW5DeiDagVpi2BJ/8goZjIZzYGexeE4I4XWTHQB0dt4DmTII BPl7zm2m5LSFJecZ+qwZKytXzYQFxDMShprIB1QzHNQCtECmY7vMzpMrzs05FZhaecUT i3uqtgMrYueXLMYlOePk2ay4LeOntkF4rNrvPnVJzjMTe9OdxVKA76dXvtOWRiVoQ9S9 F7WIFt5U1YvUI6ILPSfrVrWIE+Btvex1fk7VQqzLQQbm/uJRoVxwKL558hIi1JuoNBPG QY4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=mIBhmRVkT4erVMz86/CKazes75qhQ53igYXDCXu6/Ng=; b=tj0j/tdsNrDn00pYI7P0iGJzE6CieF3fVlJHEhTs6sQ9qM1yC4UC968teh9BFmTZxh 9v4k3KP2fu4PYktZf8UF+BKfyGBlsRmAz1oUL90XQZPSIfpy1MRYwn7oDdS/U6928cPS 0G9pV4meTEj30/I47WhgJcP0zr2qkjW8ari1R9ce5ou2hQNXhpCuAAy9RZDP81S+okBa vBDYx+klSNkDb3+EGKqOJMLP/8tPJTGhGpksY21ZFRsYsoTF+jFhuE394BcQB1fbj06G G/ui7Xh9/h1fQV47+jtGJHCATrtvacE79BBQ1CFfgi4Nqu7QXNERXEVLIU1U9FqYS4aj wLuw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p1si2042914pld.28.2019.08.23.02.50.31; Fri, 23 Aug 2019 02:50:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390099AbfHWC10 (ORCPT + 99 others); Thu, 22 Aug 2019 22:27:26 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:51980 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729716AbfHWC1Z (ORCPT ); Thu, 22 Aug 2019 22:27:25 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::d71]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id EEF17153ABADF; Thu, 22 Aug 2019 19:27:24 -0700 (PDT) Date: Thu, 22 Aug 2019 19:27:24 -0700 (PDT) Message-Id: <20190822.192724.1052619848261339045.davem@davemloft.net> To: Justin.Lee1@Dell.com Cc: netdev@vger.kernel.org, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, sam@mendozajonas.com Subject: Re: [PATCH] net/ncsi: Fix the payload copying for the request coming from Netlink From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 22 Aug 2019 19:27:25 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Date: Wed, 21 Aug 2019 21:24:52 +0000 > The request coming from Netlink should use the OEM generic handler. > > The standard command handler expects payload in bytes/words/dwords > but the actual payload is stored in data if the request is coming from Netlink. > > Signed-off-by: Justin Lee Applied, thank you.