Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1783159pxa; Sun, 2 Aug 2020 21:25:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzgcF6ZUT8JQId1ZCeLzIBGByzTYTq+Ezvv/h2jo/Yah+8LZMftaMjS/UN9qfgwx6LeH2pW X-Received: by 2002:a17:906:fc26:: with SMTP id ov38mr14117936ejb.99.1596428747706; Sun, 02 Aug 2020 21:25:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596428747; cv=none; d=google.com; s=arc-20160816; b=CjNLQeKRmlKWnCmXZsHdYG8GnxuXgUx4JTU1c8hxl7kr4AO3vByuGJ5jQNVHFATV41 VQXTOgjRWt5fp7807hEB/Vxlp+oLT3MjePLUQzAkZiFen/o124+xeRZsqSl8qA9cdjZD +kwUXjmndOqhcxJNocBhvdMC+7Hw1zAJ5JnpAkRPTieGkgG5WDGCjLKNM5crbPSItTcY 1y5VJyMnGJ/dvILf0LqPmUb92Dieyldw1rxxd2yDdc2dP+AgCTjwdM5V7HdiZ0KszzL0 26J+rZqZTHAKI/gxnQOP6IB7Q//QA2idiGYW92fzB93Cf5kVhMZ+LrgOzs+JHKvfDxGH W0OQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=ISRS44RbMlM2qAOPRuA6L3CMBDibsNs/5hwxUfsZ73Y=; b=r+ZMoV0P9734NIFN9I+40wvhaEHwShXvtK9KJ3tMReAi/x5pfTg5uGoif+MEh2mLNQ /K19TcXTETi0aIO1gioqgcz1+WkgBTlknooyGufCrPBCZUCvmcZmOLJ8FbJwOnMmOZXJ ZflmfjgeAbyrmCHyQk2FPhgQJH/sIPJ1DPVEZ9EqmKSrTRz+Op2QNtl0oABzgbaLbsOu 57D2p6Y1NO1EnTF+PkeZ1NAUDdU2L9yBU5im35r4ooXx0mbYFl6euvqQeRU+mkKGa4ds pXKIlyD/paVXM9LYmaqMAwQs6um/6Hx8XphZhMAah8xbhWpuKFNFagp62fKI8CUTVQyE cvSA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=l5Kf0eyv; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn23si9022960edb.206.2020.08.02.21.25.25; Sun, 02 Aug 2020 21:25:47 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=l5Kf0eyv; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726195AbgHCEYE (ORCPT + 99 others); Mon, 3 Aug 2020 00:24:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:50720 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725908AbgHCEYE (ORCPT ); Mon, 3 Aug 2020 00:24:04 -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 14161206E2; Mon, 3 Aug 2020 04:24:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596428643; bh=sBYO/lTSzl3i5++IDdsqLp1UlfUeeZEXFlj/PSk8zD0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l5Kf0eyvk+OkKEmUaxifrtlppIBsqNpKDMq99wWKcO9UFQUJf597JBjKj7CS5kt0R qhsvL+kevO+WX7GL6ewotGoemn5n2ermWWnEUXPWKJ72VrNE4Oab0QupDifz/T4+fV V7I1q6FiBBcrqnLMsn/HbDSAwv971epI4vCgpBeQ= Date: Mon, 3 Aug 2020 06:24:01 +0200 From: Greg Kroah-Hartman To: Ashutosh Dixit Cc: linux-kernel@vger.kernel.org, mst@redhat.com, sudeep.dutt@intel.com, arnd@arndb.de, vincent.whitchurch@axis.com, stable@vger.kernel.org Subject: Re: [PATCH] vop: Add missing __iomem annotation in vop_dc_to_vdev() Message-ID: <20200803042401.GA570882@kroah.com> References: <20200802232812.16794-1-ashutosh.dixit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200802232812.16794-1-ashutosh.dixit@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 02, 2020 at 04:28:12PM -0700, Ashutosh Dixit wrote: > Fix the following sparse warnings in drivers/misc/mic/vop//vop_main.c: > > 551:58: warning: incorrect type in argument 1 (different address spaces) > 551:58: expected void const volatile [noderef] __iomem *addr > 551:58: got restricted __le64 * > 560:49: warning: incorrect type in argument 1 (different address spaces) > 560:49: expected struct mic_device_ctrl *dc > 560:49: got struct mic_device_ctrl [noderef] __iomem *dc > 579:49: warning: incorrect type in argument 1 (different address spaces) > 579:49: expected struct mic_device_ctrl *dc > 579:49: got struct mic_device_ctrl [noderef] __iomem *dc > > Cc: Michael S. Tsirkin > Cc: Sudeep Dutt > Cc: Arnd Bergmann > Cc: Vincent Whitchurch > Cc: stable Why is this a stable thing? It doesn't fix a real bug, and sparse warnings are not needed for stable trees, unless this is the last sparse warning there. thanks, greg k-h