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]
Message-ID: <20140520091525.GI17233@tucsk.piliscsaba.szeredi.hu>
Date:	Tue, 20 May 2014 11:15:25 +0200
From:	Miklos Szeredi <miklos@...redi.hu>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	James Hogan <james.hogan@...tec.com>, linux-kernel@...r.kernel.org,
	linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] renameat2 arch support

Hi Linus,

I've collected architecture patches for the renameat2 syscall that maintainers
acked and/or asked me to queue.

Please pull:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git renameat2

This adds architecture support for the renameat2 syscall to m68k, parisc, ia64
and through asm-generic to arc, arm64, c6x, hexagon, metag, openrisc, score,
tile, unicore32.

Thanks,
Miklos
----

James Hogan (2):
      asm-generic: Add renameat2 syscall
      scripts/checksyscalls.sh: Make renameat optional

Miklos Szeredi (3):
      m68k: add renameat2 syscall
      parisc: add renameat2 syscall
      ia64: add renameat2 syscall

---
 arch/ia64/include/asm/unistd.h        | 2 +-
 arch/ia64/include/uapi/asm/unistd.h   | 1 +
 arch/ia64/kernel/entry.S              | 1 +
 arch/m68k/include/asm/unistd.h        | 2 +-
 arch/m68k/include/uapi/asm/unistd.h   | 1 +
 arch/m68k/kernel/syscalltable.S       | 1 +
 arch/parisc/include/uapi/asm/unistd.h | 3 ++-
 arch/parisc/kernel/syscall_table.S    | 1 +
 include/uapi/asm-generic/unistd.h     | 4 +++-
 scripts/checksyscalls.sh              | 5 ++++-
 10 files changed, 16 insertions(+), 5 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