Message ID | 20230411090122.419761-1-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [wpan-next,1/2] MAINTAINERS: Update wpan tree | expand |
Hi, On Tue, Apr 11, 2023 at 5:01 AM Miquel Raynal <miquel.raynal@bootlin.com> wrote: > > The wpan maintainers group is switching from Stefan's tree to a group > tree called 'wpan'. We will now maintain: > * wpan/wpan.git master: > Fixes targetting the 'net' tree > * wpan/wpan-next.git master: > Features targetting the 'net-next' tree > * wpan/wpan-next.git staging: > Same as the wpan-next master branch, but we will push there first, > expecting robots to parse the tree and report mistakes we would have > not catch. This branch can be rebased and force pushed, unlike the > others. > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Alexander Aring <aahringo@redhat.com> Thanks. - Alex
On Tue, 11 Apr 2023 11:01:21 +0200 Miquel Raynal wrote: > The wpan maintainers group is switching from Stefan's tree to a group > tree called 'wpan'. We will now maintain: > * wpan/wpan.git master: > Fixes targetting the 'net' tree > * wpan/wpan-next.git master: > Features targetting the 'net-next' tree > * wpan/wpan-next.git staging: > Same as the wpan-next master branch, but we will push there first, > expecting robots to parse the tree and report mistakes we would have > not catch. This branch can be rebased and force pushed, unlike the > others. Very nice, feel free to ship these two with fixes. We often fast track MAINTAINERS updates.
Hello. On 11.04.23 14:11, Alexander Aring wrote: > Hi, > > On Tue, Apr 11, 2023 at 5:01 AM Miquel Raynal <miquel.raynal@bootlin.com> wrote: >> >> The wpan maintainers group is switching from Stefan's tree to a group >> tree called 'wpan'. We will now maintain: >> * wpan/wpan.git master: >> Fixes targetting the 'net' tree >> * wpan/wpan-next.git master: >> Features targetting the 'net-next' tree >> * wpan/wpan-next.git staging: >> Same as the wpan-next master branch, but we will push there first, >> expecting robots to parse the tree and report mistakes we would have >> not catch. This branch can be rebased and force pushed, unlike the >> others. >> >> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > > Acked-by: Alexander Aring <aahringo@redhat.com> This patch has been applied to the wpan tree and will be part of the next pull request to net. Thanks! regards Stefan Schmidt
Hello. On 11.04.23 22:02, Jakub Kicinski wrote: > On Tue, 11 Apr 2023 11:01:21 +0200 Miquel Raynal wrote: >> The wpan maintainers group is switching from Stefan's tree to a group >> tree called 'wpan'. We will now maintain: >> * wpan/wpan.git master: >> Fixes targetting the 'net' tree >> * wpan/wpan-next.git master: >> Features targetting the 'net-next' tree >> * wpan/wpan-next.git staging: >> Same as the wpan-next master branch, but we will push there first, >> expecting robots to parse the tree and report mistakes we would have >> not catch. This branch can be rebased and force pushed, unlike the >> others. > > Very nice, feel free to ship these two with fixes. > We often fast track MAINTAINERS updates. That's what I did. Coming with the next ieee802154 pull request to net. regards Stefan Schmidt
diff --git a/MAINTAINERS b/MAINTAINERS index 54a2a8122a97..26d0edc024a7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9889,8 +9889,8 @@ M: Miquel Raynal <miquel.raynal@bootlin.com> L: linux-wpan@vger.kernel.org S: Maintained W: https://linux-wpan.org/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git F: Documentation/networking/ieee802154.rst F: drivers/net/ieee802154/ F: include/linux/ieee802154.h
The wpan maintainers group is switching from Stefan's tree to a group tree called 'wpan'. We will now maintain: * wpan/wpan.git master: Fixes targetting the 'net' tree * wpan/wpan-next.git master: Features targetting the 'net-next' tree * wpan/wpan-next.git staging: Same as the wpan-next master branch, but we will push there first, expecting robots to parse the tree and report mistakes we would have not catch. This branch can be rebased and force pushed, unlike the others. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)