mbox series

[GIT,PULL] UML updates for 5.1-rc1

Message ID 31705653.NnsrL61LRB@blindfold
State Not Applicable
Headers show
Series [GIT,PULL] UML updates for 5.1-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-5.1-rc1

Message

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

The following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783:

  Linux 5.0 (2019-03-03 15:21:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-5.1-rc1

for you to fetch changes up to aea05eb56e47046de1e5b508d40931dca969f1e5:

  um: Fix for a possible OOPS in ubd initialization (2019-03-06 22:39:18 +0100)

----------------------------------------------------------------
This pull request contains updates for UML:

- Bugfix for the UML block device driver

----------------------------------------------------------------
Anton Ivanov (1):
      um: Fix for a possible OOPS in ubd initialization

YueHaibing (1):
      um: Remove duplicated include from vector_user.c

 arch/um/drivers/ubd_kern.c    | 6 +++---
 arch/um/drivers/vector_user.c | 3 ---
 2 files changed, 3 insertions(+), 6 deletions(-)

Comments

Richard Weinberger March 15, 2019, 10:01 p.m. UTC | #1
On Tue, Mar 12, 2019 at 4:14 PM Richard Weinberger <richard@nod.at> wrote:
>
> Linus,
>
> The following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783:
>
>   Linux 5.0 (2019-03-03 15:21:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-5.1-rc1
>
> for you to fetch changes up to aea05eb56e47046de1e5b508d40931dca969f1e5:
>
>   um: Fix for a possible OOPS in ubd initialization (2019-03-06 22:39:18 +0100)
>
> ----------------------------------------------------------------
> This pull request contains updates for UML:
>
> - Bugfix for the UML block device driver
>
> ----------------------------------------------------------------
> Anton Ivanov (1):
>       um: Fix for a possible OOPS in ubd initialization
>
> YueHaibing (1):
>       um: Remove duplicated include from vector_user.c
>
>  arch/um/drivers/ubd_kern.c    | 6 +++---
>  arch/um/drivers/vector_user.c | 3 ---
>  2 files changed, 3 insertions(+), 6 deletions(-)

*kind ping* to make sure this PR is not lost. :-)
I guess you skipped this one too after the git.infradead.org outage.
Linus Torvalds March 15, 2019, 10:05 p.m. UTC | #2
On Fri, Mar 15, 2019 at 3:01 PM Richard Weinberger
<richard.weinberger@gmail.com> wrote:
>
> *kind ping* to make sure this PR is not lost. :-)
> I guess you skipped this one too after the git.infradead.org outage.

Right you are. Thanks for the ping,

                Linus
pr-tracker-bot@kernel.org March 15, 2019, 10:10 p.m. UTC | #3
The pull request you sent on Tue, 12 Mar 2019 16:14:04 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-5.1-rc1

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

Thank you!