mbox series

[GIT,PULL] UBI/UBIFS updates for 5.1-rc1

Message ID 6283638.XALati16HY@blindfold
State Not Applicable
Headers show
Series [GIT,PULL] UBI/UBIFS updates for 5.1-rc1 | expand

Pull-request

git://git.infradead.org/linux-ubifs.git tags/upstream-5.1-rc1

Message

Richard Weinberger March 12, 2019, 3:13 p.m. UTC
Linus,

The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438:

  Linux 5.0-rc7 (2019-02-17 18:46:40 -0800)

are available in the Git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-5.1-rc1

for you to fetch changes up to 5578e48e5c0bf4684e68ae08caa2293bfb3f5307:

  ubi: wl: Silence uninitialized variable warning (2019-03-05 21:21:07 +0100)

----------------------------------------------------------------
This pull request contains updates for both UBI and UBIFS:

- A new interface for UBI to deal better with read disturb
- Reject unsupported ioctl flags in UBIFS (xfstests found it)

----------------------------------------------------------------
Dan Carpenter (1):
      ubi: wl: Silence uninitialized variable warning

Hou Tao (1):
      ubifs: Reject unsupported ioctl flags explicitly

Richard Weinberger (2):
      ubi: Introduce in_pq()
      ubi: Expose the bitrot interface

 drivers/mtd/ubi/cdev.c      |  30 ++++++++
 drivers/mtd/ubi/ubi.h       |   1 +
 drivers/mtd/ubi/wl.c        | 174 ++++++++++++++++++++++++++++++++++++++++++--
 fs/ubifs/ioctl.c            |   8 ++
 include/uapi/mtd/ubi-user.h |   5 ++
 5 files changed, 211 insertions(+), 7 deletions(-)

Comments

Linus Torvalds March 12, 2019, 10:18 p.m. UTC | #1
On Tue, Mar 12, 2019 at 8:13 AM Richard Weinberger <richard@nod.at> wrote:
>
>   git://git.infradead.org/linux-ubifs.git tags/upstream-5.1-rc1

Pulling this thing is taking forever for me. I can _ping_ the site,
but the "git pull" has been hanging for a while.

I really tjhink people need to stop using infradead.org for git
hosting. It really is annoyingly slow.

If you don't have a kernel.org account, use github or gitlab or
something. But use something that isn't excruciatingly slow, ok?

I don't know _why_ infradead.org is so slow, and I don't much care.

It doesn't seem to be due to network issues, because quick look at
things, there's no real network traffic, it's just waiting for the
server to start sending git object information. And git tends to be
good about network bandwidth anyway. But git *does* require some
reasonable server-side resources, and they seem to be lacking in this
case.

                Linus
Linus Torvalds March 12, 2019, 11:40 p.m. UTC | #2
On Tue, Mar 12, 2019 at 3:18 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Tue, Mar 12, 2019 at 8:13 AM Richard Weinberger <richard@nod.at> wrote:
> >
> >   git://git.infradead.org/linux-ubifs.git tags/upstream-5.1-rc1
>
> Pulling this thing is taking forever for me. I can _ping_ the site,
> but the "git pull" has been hanging for a while.

Ok, after leaving it for an hour and a half I just gave up. It's not worth it.

Put your repos on some other host, and re-send the pull requests,

                   Linus
Richard Weinberger March 13, 2019, 8:29 a.m. UTC | #3
Am Mittwoch, 13. März 2019, 00:40:33 CET schrieb Linus Torvalds:
> On Tue, Mar 12, 2019 at 3:18 PM Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> >
> > On Tue, Mar 12, 2019 at 8:13 AM Richard Weinberger <richard@nod.at> wrote:
> > >
> > >   git://git.infradead.org/linux-ubifs.git tags/upstream-5.1-rc1
> >
> > Pulling this thing is taking forever for me. I can _ping_ the site,
> > but the "git pull" has been hanging for a while.
> 
> Ok, after leaving it for an hour and a half I just gave up. It's not worth it.
> 
> Put your repos on some other host, and re-send the pull requests,

Will do. UML is on kernel.org since ever.
UBIFS is on infradead.org because it was already there when I took over
maintainership. So I will move UBIFS to kernel.org too.

Thanks,
//richard
pr-tracker-bot@kernel.org March 13, 2019, 4:50 p.m. UTC | #4
The pull request you sent on Tue, 12 Mar 2019 16:13:53 +0100:

> git://git.infradead.org/linux-ubifs.git tags/upstream-5.1-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a840b56ba385059742c2b7f4fd665ec9afb8931e

Thank you!