All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] UML fixes for 3.6-rc1
@ 2012-08-01 23:18 ` Richard Weinberger
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Weinberger @ 2012-08-01 23:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: uml-devel, linux-kernel@vger.kernel.org, toralf.foerster

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/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] UML fixes for 3.6-rc1
@ 2012-08-01 23:18 ` Richard Weinberger
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Weinberger @ 2012-08-01 23:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: uml-devel, linux-kernel@vger.kernel.org, toralf.foerster

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-01 23:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 23:18 [GIT PULL] UML fixes for 3.6-rc1 Richard Weinberger
2012-08-01 23:18 ` Richard Weinberger

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.