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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 01EAFC433DB for ; Thu, 14 Jan 2021 01:56:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF8A22343E for ; Thu, 14 Jan 2021 01:56:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726886AbhANBzx (ORCPT ); Wed, 13 Jan 2021 20:55:53 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:50345 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729613AbhAMXr3 (ORCPT ); Wed, 13 Jan 2021 18:47:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610581562; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0cAdisBRiIcSXEMkgyBiSQKz6V8ZOlfv4BU3tmPTvjo=; b=Oi0e3dYkH68aN/sl+dNMgXkbOT8ydwRl1uHjr26wUbjjC3jH0w/FQ8CzEDwkSdrsiJPwGU HxZVR7kdQ/15pVA8030D4xpNpJvy541UAuIF+S588KsYzeVHaAysY+I0xfbWIU2PGNsph/ vRGoccc4GRTNdNPAYvqxC+eFAU+wjDA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-516-oAVOM7EPN5W1pxZoZ_nf9w-1; Wed, 13 Jan 2021 18:05:21 -0500 X-MC-Unique: oAVOM7EPN5W1pxZoZ_nf9w-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BDCB7107ACF7 for ; Wed, 13 Jan 2021 23:05:20 +0000 (UTC) Received: from localhost (unknown [10.40.193.36]) by smtp.corp.redhat.com (Postfix) with ESMTP id 507041F429 for ; Wed, 13 Jan 2021 23:05:20 +0000 (UTC) From: Petr Lautrbach To: selinux@vger.kernel.org Subject: Re: Intent to release 3.2-rc1 In-Reply-To: <87ft3fhdju.fsf@redhat.com> References: <87ft3fhdju.fsf@redhat.com> Date: Thu, 14 Jan 2021 00:05:19 +0100 Message-ID: <87h7nka15c.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org Petr Lautrbach writes: > Hello, > > It's more than half a year since 3.1-rc1 and more than a year since > 3.0-rc1 so I'd like to start with 3.2 release process. If there's no > objection and no unexpected issues I'd announce 3.2-rc1 release on the > next Wednesday, January 13. > > According to patchwork there are several patches not accepted: > > https://patchwork.kernel.org/patch/11436955/ New [RFC] libsepol,secilc,policycoreutils: add unprivileged sandboxing capability > > without any reaction for a long time > > > https://patchwork.kernel.org/patch/11668455/ New selinux: make use of variables when defining libdir and includedir > > Nicolas raised some concerns and asked for a reproducer, without any > other response. > > > https://patchwork.kernel.org/patch/11993081/ New [1/6] libsepol: do not decode out-of-bound rolebounds > https://patchwork.kernel.org/patch/11993085/ New [2/6] libsepol: ensure that hashtab_search is not called with a NULL key > > I read it as there are some changes requested and therefore need to be updated. > > > https://patchwork.kernel.org/patch/11993087/ New [3/6] libsepol/cil: constify some strings > https://patchwork.kernel.org/patch/11993089/ New [4/6] libsepol/cil: fix NULL pointer dereference when parsing an improper integer > https://patchwork.kernel.org/patch/11993083/ New [5/6] libsepol/cil: fix out-of-bound read in cil_print_recursive_blockinherit > https://patchwork.kernel.org/patch/11993091/ New [6/6] libsepol/cil: destroy perm_datums when __cil_resolve_perms fails > > Ack-ed, probably could be merged. > > > https://patchwork.kernel.org/patch/11940309 > https://github.com/SELinuxProject/selinux/pull/273 > > The patch on the mailing list is not up to date with the PR and needs to > be resent. > > The current situation: https://patchwork.kernel.org/patch/11993081/ New [1/6] libsepol: do not decode out-of-bound rolebounds https://patchwork.kernel.org/patch/12001639/ New newrole: preserve environment variable XDG_RUNTIME_DIR https://patchwork.kernel.org/patch/12002081/ New [1/2] libsepol/cil: Update symtab nprim field when adding or removing datums https://patchwork.kernel.org/patch/12002083/ New [2/2] libsepol/cil: Fix heap-use-after-free in __class_reset_perm_values() https://patchwork.kernel.org/patch/12006921/ New [1/2] libselinux: accept const fromcon in get_context API https://patchwork.kernel.org/patch/12006923/ New [2/2] libselinux: update getseuser https://patchwork.kernel.org/patch/12011663/ New python/sepolgen: allow any policy statement in ifndef https://patchwork.kernel.org/patch/12017871/ New [v2,1/2] setfiles: Do not abort on labeling error I'd like to defer rc1 for few days due to the lack of time and number of unmerged patches. Sorry for the inconveniences.