lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 31 Oct 2018 22:22:33 +0100
From:   Richard Weinberger <richard@....at>
To:     torvalds@...ux-foundation.org
Cc:     linux-um@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] UML changes for 4.20-rc1

Linus,

First of all, welcome back!

Please note that the vast majority of these changes have
been in -next since 4.18.
Due to vacation and other troubles I didn't send a pull request
back then.
I rebased them a few days ago on top of 4.19.

The following changes since commit 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d:

  Linux 4.19 (2018-10-22 07:37:37 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 917e2fd2c53eb3c4162f5397555cbd394390d4bc:

  um: Make line/tty semantics use true write IRQ (2018-10-29 22:34:16 +0100)

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

- Removal of old and dead code
- A bug fix for our tty driver
- Other minor cleanups across the code base
----------------------------------------------------------------

Anton Ivanov (1):
      um: Make line/tty semantics use true write IRQ

Christoph Hellwig (1):
      um: remove unused AIO code

Colin Ian King (1):
      um: trap: fix spelling mistake, EACCESS -> EACCES

Richard Weinberger (3):
      um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
      um: Remove update_debugregs()
      um: Give start_idle_thread() a return code

Ritesh Raj Sarraf (1):
      um: Don't hardcode path as it is architecture dependent

YueHaibing (1):
      um: NULL check before kfree is not needed

 arch/um/drivers/line.c                |   4 +-
 arch/um/drivers/port_user.c           |   2 +-
 arch/um/drivers/vector_kern.c         |  15 +-
 arch/um/drivers/vector_user.c         |   6 +-
 arch/um/include/shared/aio.h          |  28 ---
 arch/um/kernel/irq.c                  |   3 +-
 arch/um/kernel/trap.c                 |   2 +-
 arch/um/os-Linux/Makefile             |   8 +-
 arch/um/os-Linux/aio.c                | 390 ----------------------------------
 arch/um/os-Linux/skas/process.c       |   5 +
 arch/x86/um/shared/sysdep/ptrace_32.h |  12 --
 11 files changed, 19 insertions(+), 456 deletions(-)
 delete mode 100644 arch/um/include/shared/aio.h
 delete mode 100644 arch/um/os-Linux/aio.c



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ