From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 61FB221219AF7 for ; Tue, 23 Apr 2019 06:24:45 -0700 (PDT) Date: Tue, 23 Apr 2019 09:24:43 -0400 From: Sasha Levin Subject: Re: [4.19, 5.0 stable PATCH 1/4] nfit/ars: Remove ars_start_flags Message-ID: <20190423132443.GJ17719@sasha-vm> References: <155597449036.2675082.7035380482732870260.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <155597449036.2675082.7035380482732870260.stgit@dwillia2-desk3.amr.corp.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Dan Williams Cc: stable@vger.kernel.org, linux-nvdimm@lists.01.org List-ID: On Mon, Apr 22, 2019 at 04:08:10PM -0700, Dan Williams wrote: >commit 317a992ab9266b86b774b9f6b0f87eb4f59879a1 upstream. > >The ars_start_flags property of 'struct acpi_nfit_desc' is no longer >used since ARS_REQ_SHORT and ARS_REQ_LONG were added. > >Reviewed-by: Toshi Kani >Signed-off-by: Dan Williams I've queued this series for both 4.19 and 5.0, thanks! -- Thanks, Sasha _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm 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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,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 765CCC10F14 for ; Tue, 23 Apr 2019 13:24:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 45D0420693 for ; Tue, 23 Apr 2019 13:24:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556025886; bh=dZR/O4N9MEWXy0T8k0baKP3SAyjVgYIDCjcHwEMnqnk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=S9X8Hv9RfrBVnsourFiAuOxSiaqZ6pbvHYNkoz6UJH7mKgLB7Ko6GDBBkWTzRNwjA tJ/3VAgTA7YgKnClIOR9hvolSN4m0zPjq8xU7bctAlmN46RBN+qpsJgiV2itzqLNPh EsNF/9ZtdbLMg7yhkdZBJRgm79xtZzyGpO8ogi10= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727458AbfDWNYp (ORCPT ); Tue, 23 Apr 2019 09:24:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:46818 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726421AbfDWNYp (ORCPT ); Tue, 23 Apr 2019 09:24:45 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 D159920645; Tue, 23 Apr 2019 13:24:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556025885; bh=dZR/O4N9MEWXy0T8k0baKP3SAyjVgYIDCjcHwEMnqnk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q5pDn/4+FJ9U6X7nOnZRIoORFCkd0eh5TOohLTSn9L86sk+wmqEDwHKx37IMbUR4z aT+42Le95pJ9B4CL+vetXw6KE21pa7qfpPJ8LTldqWce2ptXT53ulaK46eFZUMOlXA 3P9nvZzK6nLTBxZ/fSQI+efSYLKt9rh4EJbsBoFU= Date: Tue, 23 Apr 2019 09:24:43 -0400 From: Sasha Levin To: Dan Williams Cc: stable@vger.kernel.org, Toshi Kani , vishal.l.verma@intel.com, linux-nvdimm@lists.01.org Subject: Re: [4.19, 5.0 stable PATCH 1/4] nfit/ars: Remove ars_start_flags Message-ID: <20190423132443.GJ17719@sasha-vm> References: <155597449036.2675082.7035380482732870260.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <155597449036.2675082.7035380482732870260.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Apr 22, 2019 at 04:08:10PM -0700, Dan Williams wrote: >commit 317a992ab9266b86b774b9f6b0f87eb4f59879a1 upstream. > >The ars_start_flags property of 'struct acpi_nfit_desc' is no longer >used since ARS_REQ_SHORT and ARS_REQ_LONG were added. > >Reviewed-by: Toshi Kani >Signed-off-by: Dan Williams I've queued this series for both 4.19 and 5.0, thanks! -- Thanks, Sasha