Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1683721 > unrolled thread
| Started by | Luis de Bethencourt <luisbg@kernel.org> |
|---|---|
| First post | 2017-07-09 13:10 +0200 |
| Last post | 2017-07-14 10:10 +0200 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: move the befs tree to kernel.org Luis de Bethencourt <luisbg@kernel.org> - 2017-07-09 13:10 +0200
Re: [PATCH] MAINTAINERS: move the befs tree to kernel.org Luis de Bethencourt <luis@other.computer> - 2017-07-12 10:20 +0200
Re: [PATCH] MAINTAINERS: move the befs tree to kernel.org "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-07-12 23:50 +0200
Re: [PATCH] MAINTAINERS: move the befs tree to kernel.org Andrew Morton <akpm@linux-foundation.org> - 2017-07-13 00:10 +0200
Re: [PATCH] MAINTAINERS: move the befs tree to kernel.org Luis de Bethencourt <luis@other.computer> - 2017-07-14 10:10 +0200
| From | Luis de Bethencourt <luisbg@kernel.org> |
|---|---|
| Date | 2017-07-09 13:10 +0200 |
| Subject | [PATCH] MAINTAINERS: move the befs tree to kernel.org |
| Message-ID | <u1ig9-6XF-9@gated-at.bofh.it> |
Updating the location of the befs git tree and my email address. Signed-off-by: Luis de Bethencourt <luisbg@kernel.org> --- Hello, The currently listed email address isn't valid anymore due to a job change. It felt like a good moment to request a kernel.org account (thanks Konstantin for the prompt response and easy instructions), and move both the git tree and email address for kernel happy hacking. Thanks, Luis MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 75ac9dc..f9d6bda 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2504,10 +2504,10 @@ S: Supported F: drivers/media/platform/sti/delta BEFS FILE SYSTEM -M: Luis de Bethencourt <luisbg@osg.samsung.com> +M: Luis de Bethencourt <luisbg@kernel.org> M: Salah Triki <salah.triki@gmail.com> S: Maintained -T: git git://github.com/luisbg/linux-befs.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git F: Documentation/filesystems/befs.txt F: fs/befs/ -- 2.9.4
[toc] | [next] | [standalone]
| From | Luis de Bethencourt <luis@other.computer> |
|---|---|
| Date | 2017-07-12 10:20 +0200 |
| Message-ID | <u2l2i-5IN-17@gated-at.bofh.it> |
| In reply to | #1683721 |
On 07/09/2017 12:00 PM, Luis de Bethencourt wrote: > Updating the location of the befs git tree and my email address. > > Signed-off-by: Luis de Bethencourt <luisbg@kernel.org> > --- > Hello, > > The currently listed email address isn't valid anymore due to a job change. > > It felt like a good moment to request a kernel.org account (thanks Konstantin > for the prompt response and easy instructions), and move both the git tree and > email address for kernel happy hacking. > > Thanks, > Luis > > > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 75ac9dc..f9d6bda 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2504,10 +2504,10 @@ S: Supported > F: drivers/media/platform/sti/delta > > BEFS FILE SYSTEM > -M: Luis de Bethencourt <luisbg@osg.samsung.com> > +M: Luis de Bethencourt <luisbg@kernel.org> > M: Salah Triki <salah.triki@gmail.com> > S: Maintained > -T: git git://github.com/luisbg/linux-befs.git > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git > F: Documentation/filesystems/befs.txt > F: fs/befs/ > > Hi, A soft bump to see if this can make it before the merge window closes. Which is probably too late for already. Thanks, Luis
[toc] | [prev] | [next] | [standalone]
| From | "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|---|
| Date | 2017-07-12 23:50 +0200 |
| Message-ID | <u2xGa-59T-7@gated-at.bofh.it> |
| In reply to | #1685615 |
On Wed, Jul 12, 2017 at 09:10:28AM +0100, Luis de Bethencourt wrote: > On 07/09/2017 12:00 PM, Luis de Bethencourt wrote: > > Updating the location of the befs git tree and my email address. > > > > Signed-off-by: Luis de Bethencourt <luisbg@kernel.org> > > --- > > Hello, > > > > The currently listed email address isn't valid anymore due to a job change. > > > > It felt like a good moment to request a kernel.org account (thanks Konstantin > > for the prompt response and easy instructions), and move both the git tree and > > email address for kernel happy hacking. > > > > Thanks, > > Luis > > > > > > MAINTAINERS | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 75ac9dc..f9d6bda 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2504,10 +2504,10 @@ S: Supported > > F: drivers/media/platform/sti/delta > > BEFS FILE SYSTEM > > -M: Luis de Bethencourt <luisbg@osg.samsung.com> > > +M: Luis de Bethencourt <luisbg@kernel.org> > > M: Salah Triki <salah.triki@gmail.com> > > S: Maintained > > -T: git git://github.com/luisbg/linux-befs.git > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git > > F: Documentation/filesystems/befs.txt > > F: fs/befs/ > > > > Hi, > > A soft bump to see if this can make it before the merge window closes. > Which is probably too late for already. I've bounced a copy to Andrew. Andrew can this go through your tree this late? Luis
[toc] | [prev] | [next] | [standalone]
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Date | 2017-07-13 00:10 +0200 |
| Message-ID | <u2xZv-5w6-13@gated-at.bofh.it> |
| In reply to | #1686055 |
On Wed, 12 Jul 2017 23:40:53 +0200 "Luis R. Rodriguez" <mcgrof@kernel.org> wrote: > > A soft bump to see if this can make it before the merge window closes. > > Which is probably too late for already. > > I've bounced a copy to Andrew. Andrew can this go through your tree this late? Sure.
[toc] | [prev] | [next] | [standalone]
| From | Luis de Bethencourt <luis@other.computer> |
|---|---|
| Date | 2017-07-14 10:10 +0200 |
| Message-ID | <u33PH-El-19@gated-at.bofh.it> |
| In reply to | #1686070 |
On 07/12/2017 11:00 PM, Andrew Morton wrote: > On Wed, 12 Jul 2017 23:40:53 +0200 "Luis R. Rodriguez" <mcgrof@kernel.org> wrote: > >>> A soft bump to see if this can make it before the merge window closes. >>> Which is probably too late for already. >> >> I've bounced a copy to Andrew. Andrew can this go through your tree this late? > > Sure. > I should've tought of CC'ing Andrew from the beginning. My bad. Thanks Luis and Andrew :) Luis
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web