From: Richard Weinberger <richard@nod.at>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: uml-devel <user-mode-linux-devel@lists.sourceforge.net>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
toralf.foerster@gmx.de
Subject: [GIT PULL] UML fixes for 3.6-rc1
Date: Thu, 02 Aug 2012 01:18:22 +0200 [thread overview]
Message-ID: <5019B93E.4080006@nod.at> (raw)
Linus,
The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92:
Linux 3.5 (2012-07-21 13:58:29 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-3.6-rc1
---
This patch set contains mostly fixes and cleanups.
The UML tty driver uses now tty_port and is no longer broken
like hell. :-)
---
Al Viro (3):
um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs
um: split syscall_trace(), pass pt_regs to it
um: pull interrupt_end() into userspace()
Jiri Slaby (2):
TTY: um/line, add tty_port
TTY: um/line, use tty from tty_port
Martin Pärtel (2):
um: fix ubd_file_size for read-only files
um: pass siginfo to guest process
Richard Weinberger (6):
um: remove line_ioctl()
um: Remove dead code
um: fully use tty_port
um: remove count_lock
um: set BLK_CGROUP=y in defconfig
um: Add arch/x86/um to MAINTAINERS
MAINTAINERS | 1 +
arch/um/defconfig | 2 +-
arch/um/drivers/chan_kern.c | 4 +-
arch/um/drivers/line.c | 218 ++++++++++------------------------
arch/um/drivers/line.h | 12 +-
arch/um/drivers/ssl.c | 42 +------
arch/um/drivers/stdio_console.c | 21 ++--
arch/um/drivers/ubd_kern.c | 2 +-
arch/um/include/asm/ptrace-generic.h | 2 +
arch/um/include/shared/as-layout.h | 3 +-
arch/um/include/shared/irq_user.h | 3 +-
arch/um/include/shared/kern_util.h | 13 +-
arch/um/kernel/irq.c | 2 +-
arch/um/kernel/process.c | 13 +--
arch/um/kernel/ptrace.c | 71 +++++-------
arch/um/kernel/skas/syscall.c | 6 +-
arch/um/kernel/time.c | 2 +-
arch/um/kernel/trap.c | 39 +++++-
arch/um/os-Linux/internal.h | 2 +-
arch/um/os-Linux/signal.c | 26 +++--
arch/um/os-Linux/skas/process.c | 16 ++-
arch/um/os-Linux/time.c | 2 +-
arch/x86/um/asm/ptrace.h | 6 +-
23 files changed, 206 insertions(+), 302 deletions(-)
Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
WARNING: multiple messages have this Message-ID (diff)
From: Richard Weinberger <richard@nod.at>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: uml-devel <user-mode-linux-devel@lists.sourceforge.net>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
toralf.foerster@gmx.de
Subject: [GIT PULL] UML fixes for 3.6-rc1
Date: Thu, 02 Aug 2012 01:18:22 +0200 [thread overview]
Message-ID: <5019B93E.4080006@nod.at> (raw)
Linus,
The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92:
Linux 3.5 (2012-07-21 13:58:29 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-3.6-rc1
---
This patch set contains mostly fixes and cleanups.
The UML tty driver uses now tty_port and is no longer broken
like hell. :-)
---
Al Viro (3):
um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs
um: split syscall_trace(), pass pt_regs to it
um: pull interrupt_end() into userspace()
Jiri Slaby (2):
TTY: um/line, add tty_port
TTY: um/line, use tty from tty_port
Martin Pärtel (2):
um: fix ubd_file_size for read-only files
um: pass siginfo to guest process
Richard Weinberger (6):
um: remove line_ioctl()
um: Remove dead code
um: fully use tty_port
um: remove count_lock
um: set BLK_CGROUP=y in defconfig
um: Add arch/x86/um to MAINTAINERS
MAINTAINERS | 1 +
arch/um/defconfig | 2 +-
arch/um/drivers/chan_kern.c | 4 +-
arch/um/drivers/line.c | 218 ++++++++++------------------------
arch/um/drivers/line.h | 12 +-
arch/um/drivers/ssl.c | 42 +------
arch/um/drivers/stdio_console.c | 21 ++--
arch/um/drivers/ubd_kern.c | 2 +-
arch/um/include/asm/ptrace-generic.h | 2 +
arch/um/include/shared/as-layout.h | 3 +-
arch/um/include/shared/irq_user.h | 3 +-
arch/um/include/shared/kern_util.h | 13 +-
arch/um/kernel/irq.c | 2 +-
arch/um/kernel/process.c | 13 +--
arch/um/kernel/ptrace.c | 71 +++++-------
arch/um/kernel/skas/syscall.c | 6 +-
arch/um/kernel/time.c | 2 +-
arch/um/kernel/trap.c | 39 +++++-
arch/um/os-Linux/internal.h | 2 +-
arch/um/os-Linux/signal.c | 26 +++--
arch/um/os-Linux/skas/process.c | 16 ++-
arch/um/os-Linux/time.c | 2 +-
arch/x86/um/asm/ptrace.h | 6 +-
23 files changed, 206 insertions(+), 302 deletions(-)
Thanks,
//richard
next reply other threads:[~2012-08-01 23:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 23:18 Richard Weinberger [this message]
2012-08-01 23:18 ` [GIT PULL] UML fixes for 3.6-rc1 Richard Weinberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5019B93E.4080006@nod.at \
--to=richard@nod.at \
--cc=linux-kernel@vger.kernel.org \
--cc=toralf.foerster@gmx.de \
--cc=torvalds@linux-foundation.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.