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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 4030ACA9EA0 for ; Fri, 18 Oct 2019 16:48:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F34CF20869 for ; Fri, 18 Oct 2019 16:48:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="W7FbrO9S" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F34CF20869 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DxlZqI2E90xuVrsz4euWFNXY9YSDh/HyHAP30/vL1oo=; b=W7FbrO9SShczpz z7mX5iFcWeCAjq87wK0UVLv+IDaeAHMpFb0GpJKHIXCwEPNzFyyVRnO2UB4MQeITfJuD8Xg3LV2qs HcmgSMnkIIQe4m/rhvWkm2Dh8DgIMeCxOtGJrjvkH9y9I8aBk5RuSeTxT2MrhNtSCof6oyhWBF9C7 X3za+Q1HV7pwMMPtVtCLNADwv0uNjBm89N1FvFyLrtt3CaqqOoIEDQIL3kjjTJXWURX4css6aqwzu XT3wChT4fgBgzHO0ac+yk/3rgWs44eNOb28hxETPz2ctmYyIGJd7PywOffGyM+7UL7KZYLQyO2rOq 17perOAfm3bYpp/BYJ/w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iLVQ4-0000x0-Sa; Fri, 18 Oct 2019 16:48:04 +0000 Received: from [217.140.110.172] (helo=foss.arm.com) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iLVQ1-0000v7-G8 for linux-arm-kernel@lists.infradead.org; Fri, 18 Oct 2019 16:48:02 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B2DAE101E; Fri, 18 Oct 2019 09:47:45 -0700 (PDT) Received: from e121166-lin.cambridge.arm.com (unknown [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E4EC83F718; Fri, 18 Oct 2019 09:47:43 -0700 (PDT) Date: Fri, 18 Oct 2019 17:47:39 +0100 From: Lorenzo Pieralisi To: Ulf Hansson Subject: Re: [PATCH 01/13] cpuidle: psci: Fix potential access to unmapped memory Message-ID: <20191018164739.GA19850@e121166-lin.cambridge.arm.com> References: <20191010113937.15962-1-ulf.hansson@linaro.org> <20191010113937.15962-2-ulf.hansson@linaro.org> <20191018093839.GB25918@e121166-lin.cambridge.arm.com> <20191018100304.GA28830@e121166-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191018_094801_582487_FDA3634B X-CRM114-Status: GOOD ( 10.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Linux PM , Stephen Boyd , linux-arm-msm , Daniel Lezcano , "Rafael J . Wysocki" , Lina Iyer , Bjorn Andersson , Kevin Hilman , Rob Herring , Sudeep Holla , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Oct 18, 2019 at 12:29:54PM +0200, Ulf Hansson wrote: [...] > > Technically we are not fixing anything; it is not such a big > > change, we need to allocate one entry more and update the array > > indexing. > > Okay, let me do the change - and it seems like it doesn't even have to > be sent as a fix then. Right? No it does not (even though I agree that's misleading and "fixing" it for v5.4 would not hurt either). Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel