From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751129AbdI1F5H (ORCPT ); Thu, 28 Sep 2017 01:57:07 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:57319 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750775AbdI1F5G (ORCPT ); Thu, 28 Sep 2017 01:57:06 -0400 X-Google-Smtp-Source: AOwi7QByUVKvqqKvZV1pUSwSgfJpX7CwDIB24ZMCv2uV8Hqr7NWx7yG0D6ZtnGaljOPY7xm0iuMaTQ== Date: Wed, 27 Sep 2017 22:57:02 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Chris Salls , Kees Cook , Oleg Nesterov , Tycho Andersen Subject: [GIT PULL] seccomp fix for v4.14-rc3 Message-ID: <20170928055702.GA16797@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 seccomp fix for v4.14-rc3. Bug was introduced in v4.4, and went unnoticed until now. Thanks! -Kees The following changes since commit e19b205be43d11bff638cad4487008c48d21c103: Linux 4.14-rc2 (2017-09-24 16:38:56 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v4.14-rc3 for you to fetch changes up to 66a733ea6b611aecf0119514d2dddab5f9d6c01e: seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() (2017-09-27 22:51:12 -0700) ---------------------------------------------------------------- Fix refcounting bug in CRIU interface, noticed by Chris Salls (Oleg & Tycho). ---------------------------------------------------------------- Oleg Nesterov (1): seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() kernel/seccomp.c | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) -- Kees Cook Pixel Security