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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 2741AC432C0 for ; Tue, 3 Dec 2019 13:23:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0A1AE2073C for ; Tue, 3 Dec 2019 13:23:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726799AbfLCNXK (ORCPT ); Tue, 3 Dec 2019 08:23:10 -0500 Received: from mx2.suse.de ([195.135.220.15]:45214 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726763AbfLCNXJ (ORCPT ); Tue, 3 Dec 2019 08:23:09 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 6919BB2D9; Tue, 3 Dec 2019 13:23:07 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id F06A7DA7D9; Tue, 3 Dec 2019 14:23:02 +0100 (CET) Date: Tue, 3 Dec 2019 14:23:02 +0100 From: David Sterba To: Goffredo Baroncelli Cc: linux-btrfs@vger.kernel.org Subject: Re: [RFC] GRUB: add support for RAID1C3 and RAID1C4 Message-ID: <20191203132302.GP2734@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Goffredo Baroncelli , linux-btrfs@vger.kernel.org References: <20191202181928.3098-1-kreijack@libero.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191202181928.3098-1-kreijack@libero.it> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Mon, Dec 02, 2019 at 07:19:27PM +0100, Goffredo Baroncelli wrote: > > The enclosed patch adds support for RAID1C3 and RAID1C4 to grub. > I know that David already told that he want to write one; however > recently I looked to the grub source and so I make a patch. I sent the support patches some time ago, the were held back until the kernel support lands. This happened in 5.5-rc1 and Daniel is about to add the patch to grub git. https://lists.gnu.org/archive/html/grub-devel/2019-11/msg00012.html