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>] [day] [month] [year] [list]
Date:	Tue, 10 Nov 2015 23:08:45 +0100
From:	Richard Weinberger <richard@....at>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	user-mode-linux-devel <user-mode-linux-devel@...ts.sourceforge.net>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] UML updates for 4.4-rc1

Linus,

the following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861:

  Linux 4.3 (2015-11-01 16:05:25 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2eb5f31bc4ea24bb293e82934cfa1cce9573304b:

  um: Switch clocksource to hrtimers (2015-11-06 22:54:49 +0100)

----------------------------------------------------------------
This pull request includes the following UML changes:
* A new hrtimer based clocksource by Anton Ivanov
* ptrace() enhancments by Richard Weinberger
* random cleanups and bug fixes all over the place

----------------------------------------------------------------
Anton Ivanov (1):
      um: Switch clocksource to hrtimers

Richard Weinberger (7):
      um: Define PTRACE_OLDSETOPTIONS
      um: Store syscall number after syscall_trace_enter()
      um: Get rid of open coded NR_SYSCALLS
      um: Remove dead code from x86_64 syscall stub
      um: Remove dead symbol from i386 syscall stub
      um: Simplify STUB_DATA loading
      um: Report host OOM more nicely

Saurabh Sengar (1):
      um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held

 arch/um/Makefile                        |   2 +-
 arch/um/drivers/net_kern.c              |  17 ++-
 arch/um/include/asm/ptrace-generic.h    |   2 +
 arch/um/include/shared/os.h             |  19 ++-
 arch/um/include/shared/skas/stub-data.h |   7 +-
 arch/um/include/shared/timer-internal.h |  13 ++
 arch/um/kernel/process.c                |   8 +-
 arch/um/kernel/skas/clone.c             |   6 +-
 arch/um/kernel/skas/mmu.c               |   3 +
 arch/um/kernel/skas/syscall.c           |  21 +--
 arch/um/kernel/time.c                   |  73 ++++++----
 arch/um/kernel/tlb.c                    |  16 +-
 arch/um/os-Linux/internal.h             |   1 -
 arch/um/os-Linux/main.c                 |   7 +-
 arch/um/os-Linux/process.c              |   6 +
 arch/um/os-Linux/signal.c               |  41 +++---
 arch/um/os-Linux/skas/process.c         |  55 +++----
 arch/um/os-Linux/time.c                 | 249 ++++++++++++++++----------------
 arch/x86/um/stub_32.S                   |   1 -
 arch/x86/um/stub_64.S                   |  18 +--
 20 files changed, 296 insertions(+), 269 deletions(-)
 create mode 100644 arch/um/include/shared/timer-internal.h
 delete mode 100644 arch/um/os-Linux/internal.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ