From patchwork Wed Aug 15 22:34:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 10566873 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A99A0913 for ; Wed, 15 Aug 2018 22:36:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 511A12866D for ; Wed, 15 Aug 2018 22:36:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 456032AC5F; Wed, 15 Aug 2018 22:36:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9897B2866D for ; Wed, 15 Aug 2018 22:36:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728737AbeHPB3A (ORCPT ); Wed, 15 Aug 2018 21:29:00 -0400 Received: from namei.org ([65.99.196.166]:43372 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730367AbeHPB3A (ORCPT ); Wed, 15 Aug 2018 21:29:00 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w7FMYoBW020332; Wed, 15 Aug 2018 22:34:50 GMT Date: Thu, 16 Aug 2018 08:34:50 +1000 (AEST) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] security subsystem: Smack updates for v4.19 Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP Please pull these Smack updates for v4.19, all of which are minor fixes from Piotr Sawicki. The following changes since commit 87ea58433208d17295e200d56be5e2a4fe4ce7d6: security: check for kstrdup() failure in lsm_append() (2018-07-17 21:27:06 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-smack for you to fetch changes up to df6b4e6608eebc2ff18113706f4e3b9d9a972e68: Merge branch 'smack-for-4.19-a' of https://github.com/cschaufler/next-smack into next-smack (2018-07-30 10:31:54 -0700) ---------------------------------------------------------------- James Morris (1): Merge branch 'smack-for-4.19-a' of https://github.com/cschaufler/next-smack into next-smack Piotr Sawicki (3): Smack: Fix handling of IPv4 traffic received by PF_INET6 sockets Smack: Check UDP-Lite and DCCP protocols during IPv6 handling Smack: Inform peer that IPv6 traffic has been blocked security/smack/smack_lsm.c | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-)