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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 85D47C63697 for ; Mon, 23 Nov 2020 19:11:03 +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 14100221E9 for ; Mon, 23 Nov 2020 19:11:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="UTyHkPw9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 14100221E9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5FFBF6E06E; Mon, 23 Nov 2020 19:11:01 +0000 (UTC) Received: from m42-4.mailgun.net (m42-4.mailgun.net [69.72.42.4]) by gabe.freedesktop.org (Postfix) with ESMTPS id DE4F16E06D for ; Mon, 23 Nov 2020 18:06:17 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1606154779; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=+GWPIHuQwAD1Es+0RdG56GcW72pfXIcFQM3ufPZO2KA=; b=UTyHkPw9c1QIatXgtyV/wQfXApysarjS6Af54aVB2Wrj7ji0aZYKDeBB+Vj8JAE4dauUqIMJ DiNhorWYgqTPVBZnTfxfG1rOA2sU+8KeNtiHAUYV4TlKRt8OagQu/31Atn++lZTT3CeL6qbw X+ipL0SLne7L1GJ7pK7ZWtejaxQ= X-Mailgun-Sending-Ip: 69.72.42.4 X-Mailgun-Sid: WyI5MzZmYyIsICJpbnRlbC1nZnhAbGlzdHMuZnJlZWRlc2t0b3Aub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n10.prod.us-west-2.postgun.com with SMTP id 5fbbfa0f7ef0a8d8438217ce (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Mon, 23 Nov 2020 18:06:07 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 89A2CC43465; Mon, 23 Nov 2020 18:06:06 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id C9F60C433ED; Mon, 23 Nov 2020 18:06:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org C9F60C433ED Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Jani Nikula References: Date: Mon, 23 Nov 2020 20:06:00 +0200 In-Reply-To: (Jani Nikula's message of "Mon, 23 Nov 2020 19:59:20 +0200") Message-ID: <87mtz8q77b.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 23 Nov 2020 19:11:00 +0000 Subject: Re: [Intel-gfx] [PATCH 0/9] relay: cleanup and const callbacks, take 2 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jens Axboe , Christoph Hellwig , intel-gfx@lists.freedesktop.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, ath10k@lists.infradead.org, QCA ath9k Development , linux-block@vger.kernel.org, Andrew Morton , ath11k@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Jani Nikula writes: > This is v2 of [1], with a number of cleanups added first based on > Christoph's feedback, making the actual constness patch much smaller and > cleaner. > > I don't know who actually maintains relay, it's not in MAINTAINERS - > Cc'd Andrew just in case. > > I'd think it would be simplest to queue patches 5-9 via whichever tree > the relay patches get merged. They're all one-liners so neglible > conflict potential. > > BR, > Jani. > > > [1] http://lore.kernel.org/r/20201118165320.26829-1-jani.nikula@intel.com > > > Cc: linux-block@vger.kernel.org > Cc: Jens Axboe > Cc: ath11k@lists.infradead.org > Cc: ath10k@lists.infradead.org > Cc: Kalle Valo > Cc: linux-wireless@vger.kernel.org > Cc: QCA ath9k Development > Cc: intel-gfx@lists.freedesktop.org > Cc: Christoph Hellwig > Cc: Andrew Morton > > > Jani Nikula (9): > relay: remove unused buf_mapped and buf_unmapped callbacks > relay: require non-NULL callbacks in relay_open() > relay: make create_buf_file and remove_buf_file callbacks mandatory > relay: allow the use of const callback structs > drm/i915: make relay callbacks const > ath10k: make relay callbacks const > ath11k: make relay callbacks const > ath9k: make relay callbacks const > blktrace: make relay callbacks const For ath9k, ath10k & ath11k: Acked-by: Kalle Valo -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx