From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DE45CA9EB9 for ; Sat, 26 Oct 2019 15:29:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 53FF620663 for ; Sat, 26 Oct 2019 15:29:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572103799; bh=7bDy0tt9zpS5NCLVgX24iEPWYoUYIoqUv866wtEpd/Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=UtM8lkUObQ/tbjT9qMpPxV8x+YM814lTyDA1vKsqYOWEyW5oqhEFaklVaomxafuly uds/rsQosSd7Xn5BPR/1qqp8WexgSg++ESg0XTohBcSQQE7nS/h9cjwgADfh/2raTJ XBgECL9OQl7E74NvvgxWJ7hWMT5knW2Wp9gFvlcw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726216AbfJZP34 (ORCPT ); Sat, 26 Oct 2019 11:29:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:40894 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726189AbfJZP34 (ORCPT ); Sat, 26 Oct 2019 11:29:56 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 775FA20663; Sat, 26 Oct 2019 15:29:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572103795; bh=7bDy0tt9zpS5NCLVgX24iEPWYoUYIoqUv866wtEpd/Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h1Mo0hA83F+IruKPal8A7Xt3eFcA0MqHKmxIQ5j2hA5QUG7QM9FDJyOcc8jzXeIhE vnsEE3AwlW3Q9GlEz/p0jpZc3xXDTgDWKE48aPhKIiAENNcVc2fl06cKuP0S9pTBgK icQMuLGggXG/AnD4PWMorLAK9+KPgbJyZIGj/zD4= Date: Sat, 26 Oct 2019 11:29:54 -0400 From: Sasha Levin To: Doug Anderson Cc: "stable@vger.kernel.org" , Guenter Roeck , Micah Morton , linux-security-module , Linux Kernel Mailing List Subject: Re: Please pick ("LSM: SafeSetID: Stop releasing uninitialized ruleset") to 5.3 stable Message-ID: <20191026152954.GI31224@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: On Fri, Oct 25, 2019 at 09:44:09AM -0700, Doug Anderson wrote: >If you're still taking things for 5.3 stable, I humbly request picking >up commit 21ab8580b383 ("LSM: SafeSetID: Stop releasing uninitialized >ruleset"). While bisecting other problems this crash tripped me up >and I would have been able to bisect faster had the fix been in >linux-stable. Only kernel 5.3 is affected. Queued up, thanks! -- Thanks, Sasha