From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/3] devlink param type string fixes Date: Wed, 10 Oct 2018 10:20:10 -0700 (PDT) Message-ID: <20181010.102010.49529887594056948.davem@davemloft.net> References: <1539176967-22172-1-git-send-email-moshe@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jiri@mellanox.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: moshe@mellanox.com Return-path: In-Reply-To: <1539176967-22172-1-git-send-email-moshe@mellanox.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Moshe Shemesh Date: Wed, 10 Oct 2018 16:09:24 +0300 > This patchset fixes devlink param infrastructure for string param type. > > The devlink param infrastructure doesn't handle copying the string data > correctly. The first two patches fix it and the third patch adds helper > function to safely copy string value without exceeding > DEVLINK_PARAM_MAX_STRING_VALUE. Series applied, thank you.