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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B376ECAAD8 for ; Fri, 23 Sep 2022 14:42:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229953AbiIWOmi (ORCPT ); Fri, 23 Sep 2022 10:42:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbiIWOmi (ORCPT ); Fri, 23 Sep 2022 10:42:38 -0400 Received: from mail-il1-x132.google.com (mail-il1-x132.google.com [IPv6:2607:f8b0:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24AE0128739 for ; Fri, 23 Sep 2022 07:42:37 -0700 (PDT) Received: by mail-il1-x132.google.com with SMTP id m16so249976ili.9 for ; Fri, 23 Sep 2022 07:42:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=KPF2lqF/WtNz1hYLUge3B8Vp3BuerYZNr3G0LKFM+pI=; b=gGnxOJrzA69G0jn1C8f+RQVhfmTHqoKHFI3+99865brwbstNc1J2/z9iqIIu10QDLB 4NLuEqFsYK96WzVR7C2e6Em/Q7fFvn9PQvfUdFE0Kgc7zk5U97BgfP0YtQkqSMDzKaqG fe3C0co8WGjRk1ntXTXbg/lLRF0PXK8bDayXk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=KPF2lqF/WtNz1hYLUge3B8Vp3BuerYZNr3G0LKFM+pI=; b=1H7aJTKHWvzndeQ3rWAAFYoDEdQyBblFmynJozqJim6W8IPnEP5xesk18p2RBf0LVR QqPwmLmEmf3C6wHEdQNbExxcEbo27WP5dPrChNOuTNEqfbEYFHsbSCvuuPm0vbZleuXe mQ+0iBKSDoAzkiOiGAAqrkk6v6rXUf2P2hTE49w8trqD2vGUYd73sS2nrIZ67gcmJvtY QgRVArLQ3rJgeiccApniMg9ASOxjQRy6T+WQt21I1/AZbqAuBdPgTjwUOuXoS3EIkOzj nAF9HE9dZZXSQiTQuRMzOnzoqHRewiIBvSgoiiu2CpykkQrEak75iX43fTYqoZVJ980e 0ClA== X-Gm-Message-State: ACrzQf18G2cpeWF7bKUUUQAZXVIxAt/kRbH4bQUp4V6nhQQNMRDUJ90k Ja6GIkEn7zriJbVgvNkHfRMHqg== X-Google-Smtp-Source: AMsMyM5B06KoxoN0qBRyK2rGavS6PZzCApYyN7HCsCIYb2derNbv+I2Yo72cxf2knFUZ1oV3smdxZQ== X-Received: by 2002:a05:6e02:194c:b0:2eb:6cfa:1615 with SMTP id x12-20020a056e02194c00b002eb6cfa1615mr4251985ilu.10.1663944156485; Fri, 23 Sep 2022 07:42:36 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id q39-20020a027b27000000b0034b362d5a12sm3365431jac.97.2022.09.23.07.42.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 23 Sep 2022 07:42:36 -0700 (PDT) Message-ID: <19cecfa3-7333-d97f-374a-12150acda79c@linuxfoundation.org> Date: Fri, 23 Sep 2022 08:42:35 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [GIT PULL] Landlock fix for v6.0 #2 Content-Language: en-US To: =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= , Linus Torvalds Cc: Anders Roxell , Guillaume Tucker , Mark Brown , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-security-module@vger.kernel.org, Shuah Khan References: <20220923104322.3182116-1-mic@digikod.net> From: Shuah Khan In-Reply-To: <20220923104322.3182116-1-mic@digikod.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: On 9/23/22 04:43, Mickaël Salaün wrote: > Hi Linus, > > This change fixes out-of-tree builds for Landlock tests, which was > initially identified here: > https://lore.kernel.org/r/CADYN=9JM1nnjC9LypHqrz7JJjbZLpm8rArDUy4zgYYrajErBnA@mail.gmail.com > > Please pull this Landlock fix for v6.0-rc7 . This change merged > cleanly with your tree, and have been successfully tested in the latest > linux-next releases for a week. > > Regards, > Mickaël > Thank you for taking care of this Mickaël. thanks, -- Shuah