From: Kalle Valo <kvalo@codeaurora.org>
To: Jani Nikula <jani.nikula@intel.com>
Cc: Jens Axboe <axboe@kernel.dk>,
Christoph Hellwig <hch@infradead.org>,
intel-gfx@lists.freedesktop.org, linux-wireless@vger.kernel.org,
linux-kernel@vger.kernel.org, ath10k@lists.infradead.org,
QCA ath9k Development <ath9k-devel@qca.qualcomm.com>,
linux-block@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
ath11k@lists.infradead.org
Subject: Re: [PATCH 0/9] relay: cleanup and const callbacks, take 2
Date: Mon, 23 Nov 2020 20:06:00 +0200 [thread overview]
Message-ID: <87mtz8q77b.fsf@codeaurora.org> (raw)
In-Reply-To: <cover.1606153547.git.jani.nikula@intel.com> (Jani Nikula's message of "Mon, 23 Nov 2020 19:59:20 +0200")
Jani Nikula <jani.nikula@intel.com> 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 <axboe@kernel.dk>
> Cc: ath11k@lists.infradead.org
> Cc: ath10k@lists.infradead.org
> Cc: Kalle Valo <kvalo@codeaurora.org>
> Cc: linux-wireless@vger.kernel.org
> Cc: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
> Cc: intel-gfx@lists.freedesktop.org
> Cc: Christoph Hellwig <hch@infradead.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
>
>
> 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 <kvalo@codeaurora.org>
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Jani Nikula <jani.nikula@intel.com>
Cc: Jens Axboe <axboe@kernel.dk>,
Christoph Hellwig <hch@infradead.org>,
intel-gfx@lists.freedesktop.org, linux-wireless@vger.kernel.org,
linux-kernel@vger.kernel.org, ath10k@lists.infradead.org,
QCA ath9k Development <ath9k-devel@qca.qualcomm.com>,
linux-block@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
ath11k@lists.infradead.org
Subject: Re: [PATCH 0/9] relay: cleanup and const callbacks, take 2
Date: Mon, 23 Nov 2020 20:06:00 +0200 [thread overview]
Message-ID: <87mtz8q77b.fsf@codeaurora.org> (raw)
In-Reply-To: <cover.1606153547.git.jani.nikula@intel.com> (Jani Nikula's message of "Mon, 23 Nov 2020 19:59:20 +0200")
Jani Nikula <jani.nikula@intel.com> 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 <axboe@kernel.dk>
> Cc: ath11k@lists.infradead.org
> Cc: ath10k@lists.infradead.org
> Cc: Kalle Valo <kvalo@codeaurora.org>
> Cc: linux-wireless@vger.kernel.org
> Cc: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
> Cc: intel-gfx@lists.freedesktop.org
> Cc: Christoph Hellwig <hch@infradead.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
>
>
> 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 <kvalo@codeaurora.org>
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
--
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Jani Nikula <jani.nikula@intel.com>
Cc: Jens Axboe <axboe@kernel.dk>,
Christoph Hellwig <hch@infradead.org>,
intel-gfx@lists.freedesktop.org, linux-wireless@vger.kernel.org,
linux-kernel@vger.kernel.org, ath10k@lists.infradead.org,
QCA ath9k Development <ath9k-devel@qca.qualcomm.com>,
linux-block@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
ath11k@lists.infradead.org
Subject: Re: [Intel-gfx] [PATCH 0/9] relay: cleanup and const callbacks, take 2
Date: Mon, 23 Nov 2020 20:06:00 +0200 [thread overview]
Message-ID: <87mtz8q77b.fsf@codeaurora.org> (raw)
In-Reply-To: <cover.1606153547.git.jani.nikula@intel.com> (Jani Nikula's message of "Mon, 23 Nov 2020 19:59:20 +0200")
Jani Nikula <jani.nikula@intel.com> 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 <axboe@kernel.dk>
> Cc: ath11k@lists.infradead.org
> Cc: ath10k@lists.infradead.org
> Cc: Kalle Valo <kvalo@codeaurora.org>
> Cc: linux-wireless@vger.kernel.org
> Cc: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
> Cc: intel-gfx@lists.freedesktop.org
> Cc: Christoph Hellwig <hch@infradead.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
>
>
> 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 <kvalo@codeaurora.org>
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Jani Nikula <jani.nikula@intel.com>
Cc: linux-kernel@vger.kernel.org, Jens Axboe <axboe@kernel.dk>,
linux-block@vger.kernel.org, intel-gfx@lists.freedesktop.org,
linux-wireless@vger.kernel.org,
QCA ath9k Development <ath9k-devel@qca.qualcomm.com>,
ath10k@lists.infradead.org, Christoph Hellwig <hch@infradead.org>,
Andrew Morton <akpm@linux-foundation.org>,
ath11k@lists.infradead.org
Subject: Re: [PATCH 0/9] relay: cleanup and const callbacks, take 2
Date: Mon, 23 Nov 2020 20:06:00 +0200 [thread overview]
Message-ID: <87mtz8q77b.fsf@codeaurora.org> (raw)
In-Reply-To: <cover.1606153547.git.jani.nikula@intel.com> (Jani Nikula's message of "Mon, 23 Nov 2020 19:59:20 +0200")
Jani Nikula <jani.nikula@intel.com> 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 <axboe@kernel.dk>
> Cc: ath11k@lists.infradead.org
> Cc: ath10k@lists.infradead.org
> Cc: Kalle Valo <kvalo@codeaurora.org>
> Cc: linux-wireless@vger.kernel.org
> Cc: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
> Cc: intel-gfx@lists.freedesktop.org
> Cc: Christoph Hellwig <hch@infradead.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
>
>
> 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 <kvalo@codeaurora.org>
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2020-11-23 18:06 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-23 17:59 [PATCH 0/9] relay: cleanup and const callbacks, take 2 Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-23 17:59 ` [Intel-gfx] " Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-23 17:59 ` [Intel-gfx] [PATCH 1/9] relay: remove unused buf_mapped and buf_unmapped callbacks Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-24 9:37 ` [Intel-gfx] " Christoph Hellwig
2020-11-24 9:37 ` Christoph Hellwig
2020-11-23 17:59 ` [Intel-gfx] [PATCH 2/9] relay: require non-NULL callbacks in relay_open() Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-24 9:37 ` [Intel-gfx] " Christoph Hellwig
2020-11-24 9:37 ` Christoph Hellwig
2020-11-23 17:59 ` [Intel-gfx] [PATCH 3/9] relay: make create_buf_file and remove_buf_file callbacks mandatory Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-24 9:37 ` [Intel-gfx] " Christoph Hellwig
2020-11-24 9:37 ` Christoph Hellwig
2020-11-23 17:59 ` [PATCH 4/9] relay: allow the use of const callback structs Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-23 17:59 ` [Intel-gfx] " Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-24 9:42 ` Christoph Hellwig
2020-11-24 9:42 ` Christoph Hellwig
2020-11-24 9:42 ` [Intel-gfx] " Christoph Hellwig
2020-11-24 9:42 ` Christoph Hellwig
2020-11-24 11:54 ` [PATCH v3] " Jani Nikula
2020-11-24 11:54 ` Jani Nikula
2020-11-24 11:54 ` [Intel-gfx] " Jani Nikula
2020-11-24 11:54 ` Jani Nikula
2020-11-24 11:56 ` [PATCH 4/9] " Jani Nikula
2020-11-24 11:56 ` Jani Nikula
2020-11-24 11:56 ` [Intel-gfx] " Jani Nikula
2020-11-24 11:56 ` Jani Nikula
2020-11-24 16:15 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for " Patchwork
2020-11-23 17:59 ` [Intel-gfx] [PATCH 5/9] drm/i915: make relay callbacks const Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-24 9:42 ` [Intel-gfx] " Christoph Hellwig
2020-11-24 9:42 ` Christoph Hellwig
2020-11-23 17:59 ` [PATCH 6/9] ath10k: " Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-23 17:59 ` [Intel-gfx] " Jani Nikula
2020-11-24 9:42 ` Christoph Hellwig
2020-11-24 9:42 ` Christoph Hellwig
2020-11-24 9:42 ` [Intel-gfx] " Christoph Hellwig
2020-11-23 17:59 ` [PATCH 7/9] ath11k: " Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-23 17:59 ` [Intel-gfx] " Jani Nikula
2020-11-24 9:42 ` Christoph Hellwig
2020-11-24 9:42 ` Christoph Hellwig
2020-11-24 9:42 ` [Intel-gfx] " Christoph Hellwig
2020-11-23 17:59 ` [Intel-gfx] [PATCH 8/9] ath9k: " Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-24 9:42 ` [Intel-gfx] " Christoph Hellwig
2020-11-24 9:42 ` Christoph Hellwig
2020-11-23 17:59 ` [Intel-gfx] [PATCH 9/9] blktrace: " Jani Nikula
2020-11-23 17:59 ` Jani Nikula
2020-11-24 9:43 ` [Intel-gfx] " Christoph Hellwig
2020-11-24 9:43 ` Christoph Hellwig
2020-11-23 18:06 ` Kalle Valo [this message]
2020-11-23 18:06 ` [PATCH 0/9] relay: cleanup and const callbacks, take 2 Kalle Valo
2020-11-23 18:06 ` [Intel-gfx] " Kalle Valo
2020-11-23 18:06 ` Kalle Valo
2020-11-23 19:51 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2020-11-23 20:23 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mtz8q77b.fsf@codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=akpm@linux-foundation.org \
--cc=ath10k@lists.infradead.org \
--cc=ath11k@lists.infradead.org \
--cc=ath9k-devel@qca.qualcomm.com \
--cc=axboe@kernel.dk \
--cc=hch@infradead.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.