[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1547930539.249342.1590004176796.JavaMail.zimbra@nod.at>
Date: Wed, 20 May 2020 21:49:36 +0200 (CEST)
From: Richard Weinberger <richard@....at>
To: torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
linux-um <linux-um@...ts.infradead.org>
Subject: [GIT PULL] UML fixes for 5.7 final
Linus,
The following changes since commit 1d2cc5ac6f6668cc15216d51051103c61467d7e8:
Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2020-04-29 09:25:32 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git tags/for-linus-5.7-rc6
for you to fetch changes up to 2e27d33d22afa3d12746f854d6a4fad7ad7b86de:
um: Fix typo in vector driver transport option definition (2020-04-29 21:22:15 +0200)
----------------------------------------------------------------
This pull request contains the following bug fixes for UML:
- Two missing includes which cause build issues on recent systems
- Correctly set TRANS_GRE_LEN in our vector network driver
----------------------------------------------------------------
Ignat Korchagin (1):
um: Fix typo in vector driver transport option definition
Johannes Berg (2):
um: Fix xor.h include
um: syscall.c: include <asm/unistd.h>
arch/um/drivers/vector_user.h | 2 +-
arch/um/include/asm/xor.h | 2 +-
arch/um/kernel/skas/syscall.c | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists