From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] power: fix frequency list buffer validation Date: Fri, 29 Mar 2019 15:00:28 +0100 Message-ID: <1664932.jd42B5FcvL@xps> References: <20190206121906.4231-1-ktraynor@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, david.hunt@intel.com, dev@dpdk.org To: Kevin Traynor Return-path: In-Reply-To: <20190206121906.4231-1-ktraynor@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/02/2019 13:19, Kevin Traynor: > The frequency list buffer was already validated in > power_acpi_cpufreq_freqs(), so the newly added check was redundant. > To keep consistency with power_pstate_cpufreq_freqs(), remove the > original check and update the log message. > > Fixes: 2e6ccdb4e088 ("power: fix frequency list to handle null buffer") > Cc: stable@dpdk.org > > Signed-off-by: Kevin Traynor In absence of review, applied, thanks.