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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_MUTT 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 B44C1C31E46 for ; Wed, 12 Jun 2019 16:50:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 876BD215EA for ; Wed, 12 Jun 2019 16:50:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560358201; bh=vXqHm3miG6bLnjC2d//FSteemea+KyBCuWvSK1kCTN4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ebgwLIwVDUsqDbwAUs2zyWi8EqO3Ow7Kf1IyuTYUz0AS+H0m+Cxur/uhF+XsTpA+H 1aA7DKqMcTVTDm7dv7/5X3jQDrrTa4FJmG6nqlmXU+Fj2FkC/Ql9hH+9VOZn6r1eVh wtfqqTe4bP64A3mCx0hozFZKrMFZpJja/adimwh4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408901AbfFLQuB (ORCPT ); Wed, 12 Jun 2019 12:50:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:45970 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2408886AbfFLQuB (ORCPT ); Wed, 12 Jun 2019 12:50:01 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 DB223208CA; Wed, 12 Jun 2019 16:49:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560358200; bh=vXqHm3miG6bLnjC2d//FSteemea+KyBCuWvSK1kCTN4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=16GnuF+VytrVbVUjhWJVR+JTBXmFuXyBXh3Sq8dvyGJW0bns6bY96lzckU5ODNdoH ZKcY9qKbOKkxucITA9nkE0ZcYg4dT2VKM8+Mx/dmHoLgmiW3tu+qLGtDGzt73jBfMI XwZNNVVXvw6U9fvQDjKmGR6As7mnsqIVUEDL162o= Date: Wed, 12 Jun 2019 18:49:58 +0200 From: Greg KH To: "Guilherme G. Piccoli" Cc: stable@vger.kernel.org, Song Liu , linux-raid@vger.kernel.org, axboe@kernel.dk, Ming Lei , Song Liu , Tetsuo Handa , sashal@kernel.org Subject: Re: [PATCH 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios Message-ID: <20190612164958.GB31124@kroah.com> References: <20190523172345.1861077-1-songliubraving@fb.com> <20190523172345.1861077-2-songliubraving@fb.com> <3d77dc37-e4be-2395-7067-5a9b6a71bf3a@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3d77dc37-e4be-2395-7067-5a9b6a71bf3a@canonical.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jun 12, 2019 at 01:37:24PM -0300, Guilherme G. Piccoli wrote: > +Greg, Sasha Please resend them in a format that they can be applied in. Also, I need a TON of descriptions about why this differs from what is in Linus's tree, as it is, what you have below does not show that at all, they seem to be valud for 5.2-rc1. And I need acks from the maintainers of the subsystems. thanks, greg k-h