From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756558AbdJJSu2 (ORCPT ); Tue, 10 Oct 2017 14:50:28 -0400 Received: from mail-pf0-f178.google.com ([209.85.192.178]:52432 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756528AbdJJSu0 (ORCPT ); Tue, 10 Oct 2017 14:50:26 -0400 X-Google-Smtp-Source: AOwi7QB56BkSX+RLCJWjfa1GZAyk2Ggte7bFN/uCY7hrCUOYvD3gDDbuoKhRFhY/vU3itJL1Vz/qQQ== Date: Tue, 10 Oct 2017 11:50:24 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Colin Ian King Subject: [GIT PULL] seccomp fix for v4.14-rc5 Message-ID: <20171010185024.GA144580@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Please pull this minor seccomp fix for v4.14-rc5. I debated sending this at all for v4.14, but since it fixes a minor issue in the prior fix, which also went to -stable, it seemed better to just get all of it cleaned up right now. Thanks! -Kees The following changes since commit 66a733ea6b611aecf0119514d2dddab5f9d6c01e: seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() (2017-09-27 22:51:12 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v4.14-rc5 for you to fetch changes up to 084f5601c357e4ee59cf0712200d3f5c4710ba40: seccomp: make function __get_seccomp_filter static (2017-10-10 11:45:29 -0700) ---------------------------------------------------------------- - fix missed "static" to avoid Sparse warning (Colin King). ---------------------------------------------------------------- Colin Ian King (1): seccomp: make function __get_seccomp_filter static kernel/seccomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Kees Cook Pixel Security