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:	Fri, 29 Mar 2013 16:31:22 +0530
From:	Vineet Gupta <Vineet.Gupta1@...opsys.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] arch/arc fixes for 3.9

Hi Linus,

This pull request contains ARC fixes for 3.9 cycle.

It includes fix for a serious bug in DMA mapping API, make allyesconfig wreckage,
removal of bogus email-list placeholder in MAINTAINERS, a typo in ptrace helper
code and last remaining changes for syscall ABI v3 which we are finally starting
to transition-to internally.

The request is late than I intended to - but I was held up with debugging a timer
link list corruption, for which a proposed fix to generic timer code was sent out
to lkml/tglx earlier today.

Please consider pulling.

Thanks,
Vineet

The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:

  Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ for-curr

for you to fetch changes up to 367f3fcd9296977bc4689546f55c5f4a9c680e8d:

  ARC: Fix the typo in event identifier flags used by ptrace (2013-03-20 18:45:45
+0530)

----------------------------------------------------------------
ARC fixes for 3.9 cycle

----------------------------------------------------------------
Pierrick Hascoet (1):
      arc: fix dma_address assignment during dma_map_sg()

Vineet Gupta (6):
      ARC: MAINTAINERS update for ARC
      ARC: make allyesconfig build breakages
      ARC: ABIv3: Print the correct ABI ver
      ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI
      ARC: Remove SET_PERSONALITY (tracks cross-arch change)
      ARC: Fix the typo in event identifier flags used by ptrace

 MAINTAINERS                        |    3 ++-
 arch/arc/include/asm/dma-mapping.h |    2 +-
 arch/arc/include/asm/elf.h         |    3 ---
 arch/arc/include/asm/entry.h       |    2 +-
 arch/arc/include/asm/kgdb.h        |    6 ++----
 arch/arc/include/asm/ptrace.h      |    2 +-
 arch/arc/include/asm/syscalls.h    |    2 --
 arch/arc/include/uapi/asm/ptrace.h |    4 ++--
 arch/arc/kernel/entry.S            |   27 +--------------------------
 arch/arc/kernel/kgdb.c             |    1 +
 arch/arc/kernel/setup.c            |    4 +---
 arch/arc/kernel/sys.c              |    2 --
 12 files changed, 12 insertions(+), 46 deletions(-)
--
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