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 2FD79C433E1 for ; Fri, 15 May 2020 10:39:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 090672065C for ; Fri, 15 May 2020 10:39:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589539181; bh=PrM+xPGfJLUiyDISNpS4vjvmsRnmHt+gojfva9KvB1U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YTh5Fm5giZ3dh507u0pLpshWpMGe+T77MCv5bOqYzpWJ6DQw34jTr+MhKcFYp3eWZ K9TuiUNNgcNE4eIBGP1i8bcLxdpQyB7uyPoTgBKBjHcUeEibCjCQm3LCR/yg+II3UG fQG51Fvk4RjiMhMEGeSZYC8s1yIlhDd/TQen91tU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728267AbgEOKjk (ORCPT ); Fri, 15 May 2020 06:39:40 -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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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 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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 ECFDDC433E0 for ; Fri, 15 May 2020 10:39:39 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 BF7912065C for ; Fri, 15 May 2020 10:39:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="xKedetK3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF7912065C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2BFF66EC6A; Fri, 15 May 2020 10:39:39 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6D4946EC6A for ; Fri, 15 May 2020 10:39:38 +0000 (UTC) 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 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-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Len Brown , "Rafael J. Wysocki" , Linux PM , "Rafael J. Wysocki" , Linux Kernel Mailing List , dri-devel , Jiri Slaby Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel