From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751286AbdJXAjT (ORCPT ); Mon, 23 Oct 2017 20:39:19 -0400 Received: from shells.gnugeneration.com ([66.240.222.126]:43262 "EHLO shells.gnugeneration.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbdJXAjR (ORCPT ); Mon, 23 Oct 2017 20:39:17 -0400 Date: Mon, 23 Oct 2017 17:45:05 -0700 From: Vito Caputo To: linux-kernel Cc: keescook@chromium.org Subject: [PATCH] init/Kconfig: fix typo: s/sacrifies/sacrifices/ Message-ID: <20171024004505.GA692@shells.gnugeneration.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Just something I noticed during my first 4.14 `make oldconfig`. --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 78cb2461012e..86dac3a573de 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1582,7 +1582,7 @@ config SLAB_FREELIST_HARDENED help Many kernel heap attacks try to target slab cache metadata and other infrastructure. This options makes minor performance - sacrifies to harden the kernel slab allocator against common + sacrifices to harden the kernel slab allocator against common freelist exploit methods. config SLUB_CPU_PARTIAL -- 2.11.0