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 EDAD0C433EF for ; Sun, 21 Nov 2021 18:05:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238547AbhKUSIE (ORCPT ); Sun, 21 Nov 2021 13:08:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230454AbhKUSID (ORCPT ); Sun, 21 Nov 2021 13:08:03 -0500 Received: from mail-io1-xd2e.google.com (mail-io1-xd2e.google.com [IPv6:2607:f8b0:4864:20::d2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3434DC061574 for ; Sun, 21 Nov 2021 10:04:58 -0800 (PST) Received: by mail-io1-xd2e.google.com with SMTP id w22so20355392ioa.1 for ; Sun, 21 Nov 2021 10:04:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=y6/CqKrcbfcpYhyghibRPnEwdPsXNyiegIBeS/KdCv4=; b=OrXWk896N8TiYOLq+4bjmNldUT8zk/sFaJzfCz7Q/MiWZQOY6V+VcnwTLdobGXwI4Y bWqFvch0Q4nYuXxl7px6Ijr5p/bGqtLCQshHJkIQKsX8P9rjp2OkiepT+mpWKNGI5S1Q OfKWKTgZdWuQ1D/z6N1+2SUGWHSbK1QZBlPq8X6In8E4Jv475v49inuZzamUUyb6p4I0 9MvtmDaivDyNRWbX4g61SRoB3cZrBIremSL9bvsnSFQf+1MbljDZifOm5MHdzgX0DsKP ENph9OINTR6bYfFxDvpt1WRy5HOKD+XgIhak4caN9kaRaY2lJnP5fx0DUiX9uREbPNNu MZEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=y6/CqKrcbfcpYhyghibRPnEwdPsXNyiegIBeS/KdCv4=; b=IyAJXHwNdYUge+R1VbvlKUqT0PGA3mcF0xZZ0gCAhkEX+mFL/XttGdpIHxBIbtBhTw ObWapNyIt3TflTQTcwECnD1U+GL8+AfDe2VwO9AKIwje1LDRhMI1CI24jZo4OPJGSyvJ jL3Rea7gm/Lvqb6NxzDHXLms5GsKHV4OkF3Tox16HY9kK7Ns66f7pGbfUyzMIEmxc6We LjtKqdiTP9f1mpWm24SO6be8RyJoX1YJjmnmsIdo6uO8wfo4eizJOmMZJ1eJa3mdsTqh 8k6dK8f/5pHkSd7YwwpBTwM8XIfTjqmsQaCzPPjmzDh5rKTXWgcW8u+FKsayE4xBWYEf F2VQ== X-Gm-Message-State: AOAM530S95ZIC9ZKFdHCWdsfnqnk6CPabKjQ4dfydGGpTp6S2VPhlVLW a9hGGg41ZTP3uvhyDEbomtIPjA== X-Google-Smtp-Source: ABdhPJytdZKppzmVlxTFP6O9GYS4M4nGOJRBegGvRMUh4SKhUmHQMdOM15hp8zIbeqcLq4H9t7w08w== X-Received: by 2002:a05:6638:4087:: with SMTP id m7mr43693455jam.112.1637517897126; Sun, 21 Nov 2021 10:04:57 -0800 (PST) Received: from [192.168.1.116] ([66.219.217.159]) by smtp.gmail.com with ESMTPSA id y15sm490114iow.44.2021.11.21.10.04.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 21 Nov 2021 10:04:56 -0800 (PST) Subject: Re: [PATCH] Revert "mark pstore-blk as broken" To: Linus Torvalds Cc: Geert Uytterhoeven , Kees Cook , Linux Kernel Mailing List , Colin Cross , Anton Vorontsov , Christoph Hellwig , Tony Luck , linux-hardening@vger.kernel.org References: <20211116181559.3975566-1-keescook@chromium.org> <163710862474.168539.12611066078131838062.b4-ty@kernel.dk> <202111181026.D7EF6BCED@keescook> From: Jens Axboe Message-ID: Date: Sun, 21 Nov 2021 11:04:54 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/21/21 10:46 AM, Linus Torvalds wrote: > On Sun, Nov 21, 2021 at 5:36 AM Jens Axboe wrote: >> >> Sorry, missed this reply. Kees, can you just send this one to Linus >> directly? > > I took it from that thread. Great, thank you! -- Jens Axboe