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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 55BC8C433DF for ; Fri, 15 May 2020 10:39:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3056F2065C for ; Fri, 15 May 2020 10:39:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589539180; bh=PrM+xPGfJLUiyDISNpS4vjvmsRnmHt+gojfva9KvB1U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oKHpoC+RF6fRkye0lLQJM4SehtQGMbk53PVcc6tjXtmy5lfm1YTIvOkrYTq7vWdQV sIyMO907pT2KAW1fhRFOwBrOERYIH13WzQpdutjAm++12pvuLNlmqo9Cc93Nu7K65U DYWD1ge8IDo4oSdczOFRqTFuzev1doX46FB2Kqr8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728060AbgEOKjj (ORCPT ); Fri, 15 May 2020 06:39:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:52242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728013AbgEOKji (ORCPT ); Fri, 15 May 2020 06:39:38 -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 AE6FF207CB; Fri, 15 May 2020 10:39:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589539178; bh=PrM+xPGfJLUiyDISNpS4vjvmsRnmHt+gojfva9KvB1U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xKedetK3gPz0GVdrzVQ0d2O10La+Y6bjL3cWBrZWWII43x/E4CYjMQXu8/BW6fZUM rh3QHk9e8A0x0zyw3F8au4UiM9tovwygfrHoJpIIAwzwWPGPmslwTrjQg5pd9oAXCN MBdfy7hljbo4joxXXgyVWcCioRg2NLkQcvSja5rc= Date: Fri, 15 May 2020 12:39:36 +0200 From: Greg Kroah-Hartman To: Emil Velikov Cc: "Rafael J. Wysocki" , dri-devel , Jiri Slaby , Linux Kernel Mailing List , "Rafael J. Wysocki" , Len Brown , Linux PM Subject: Re: [PATCH 10/11] kernel/power: constify sysrq_key_op Message-ID: <20200515103936.GA1712181@kroah.com> References: <20200513214351.2138580-1-emil.l.velikov@gmail.com> <20200513214351.2138580-10-emil.l.velikov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Fri, May 15, 2020 at 11:11:57AM +0100, Emil Velikov wrote: > On Thu, 14 May 2020 at 12:21, Rafael J. Wysocki wrote: > > > > On Wed, May 13, 2020 at 11:46 PM Emil Velikov wrote: > > > > > > With earlier commits, the API no longer discards the const-ness of the > > > sysrq_key_op. As such we can add the notation. > > > > > > Cc: Greg Kroah-Hartman > > > Cc: Jiri Slaby > > > Cc: linux-kernel@vger.kernel.org > > > Cc: "Rafael J. Wysocki" > > > Cc: Len Brown > > > Cc: linux-pm@vger.kernel.org > > > Signed-off-by: Emil Velikov > > > > Acked-by: Rafael J. Wysocki > > > Thanks > > > and I'm assuming that this is going to be applied along with the rest > > of the series. > > > I believe so, although I have not heard anything from the TTY maintainers yet. I will take them all, thanks. greg k-h