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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 1 Jun 2012 19:18:15 +0100
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org
Subject: [git pull] signals, part 3

This time it's mostly helpers and conversions to them; there's a lot of
stuff remaining in the tree, but that'll either go in -rc2 (isolated bug
fixes, ideally via arch maintainers' trees) or will sit there until the
next cycle.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal for-linus

Shortlog:
Al Viro (16):
      HAVE_RESTORE_SIGMASK is defined on all architectures now
      new helpers: {clear,test,test_and_clear}_restore_sigmask()
      new helper: restore_saved_sigmask()
      new helper: sigmask_to_save()
      openrisc: tracehook_signal_handler() is supposed to be called on success
      sh64: failure to build sigframe != signal without handler
      pull clearing RESTORE_SIGMASK into block_sigmask()
      don't call try_to_freeze() from do_signal()
      TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set
      set_restore_sigmask() is never called without SIGPENDING (and never should be)
      most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
      powerpc: get rid of restore_sigmask()
      new helper: signal_delivered()
      whack-a-mole with TIF_FREEZE
      blackfin: check __get_user() return value
      x86: get rid of calling do_notify_resume() when returning to kernel mode

David Howells (3):
      FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptions
      FRV: Shrink TIF_WORK_MASK [ver #2]
      FRV: Optimise the system call exit path in entry.S [ver #2]

Diffstat:
 arch/alpha/kernel/signal.c                |   18 +------
 arch/arm/kernel/signal.c                  |   47 +++-----------------
 arch/avr32/kernel/entry-avr32b.S          |    4 +-
 arch/avr32/kernel/signal.c                |   41 ++++++------------
 arch/blackfin/include/asm/thread_info.h   |    2 -
 arch/blackfin/kernel/signal.c             |   67 ++++++++--------------------
 arch/blackfin/mach-common/entry.S         |    2 -
 arch/c6x/kernel/signal.c                  |   43 +++---------------
 arch/cris/arch-v10/kernel/signal.c        |   34 +++------------
 arch/cris/arch-v32/kernel/signal.c        |   36 +++-------------
 arch/frv/include/asm/thread_info.h        |   16 +++++--
 arch/frv/kernel/entry.S                   |   29 ++++++-------
 arch/frv/kernel/signal.c                  |   57 ++++--------------------
 arch/h8300/kernel/signal.c                |   28 +++---------
 arch/hexagon/kernel/signal.c              |   48 +++-----------------
 arch/ia64/include/asm/thread_info.h       |   18 +++++++-
 arch/ia64/kernel/signal.c                 |   34 ++------------
 arch/m32r/kernel/signal.c                 |   32 +++-----------
 arch/m68k/kernel/signal.c                 |   24 ++--------
 arch/microblaze/include/asm/thread_info.h |   18 +++++++-
 arch/microblaze/kernel/signal.c           |   36 +++------------
 arch/mips/kernel/signal-common.h          |    2 -
 arch/mips/kernel/signal.c                 |   38 +++-------------
 arch/mips/kernel/signal32.c               |    2 -
 arch/mips/kernel/signal_n32.c             |    1 -
 arch/mn10300/kernel/signal.c              |   39 ++++-------------
 arch/openrisc/kernel/signal.c             |   40 +++--------------
 arch/parisc/include/asm/thread_info.h     |    2 +-
 arch/parisc/kernel/entry.S                |    4 +-
 arch/parisc/kernel/signal.c               |   47 +++++---------------
 arch/parisc/kernel/signal32.c             |    2 -
 arch/powerpc/include/asm/thread_info.h    |   18 +++++++-
 arch/powerpc/kernel/signal.c              |   36 +--------------
 arch/powerpc/kernel/signal.h              |    3 -
 arch/powerpc/kernel/signal_32.c           |    4 +-
 arch/powerpc/kernel/signal_64.c           |    4 +-
 arch/s390/kernel/compat_signal.c          |   12 ++---
 arch/s390/kernel/entry.h                  |    2 +-
 arch/s390/kernel/signal.c                 |   47 ++++----------------
 arch/score/kernel/signal.c                |   40 +++--------------
 arch/sh/include/asm/thread_info.h         |   19 ++++++++-
 arch/sh/kernel/signal_32.c                |   43 ++++---------------
 arch/sh/kernel/signal_64.c                |   47 +++++---------------
 arch/sparc/include/asm/thread_info_32.h   |    3 +-
 arch/sparc/include/asm/thread_info_64.h   |   18 +++++++-
 arch/sparc/kernel/signal32.c              |   27 ++---------
 arch/sparc/kernel/signal_32.c             |   39 +++-------------
 arch/sparc/kernel/signal_64.c             |   34 +++------------
 arch/tile/include/asm/thread_info.h       |   18 +++++++-
 arch/tile/kernel/compat_signal.c          |    3 -
 arch/tile/kernel/signal.c                 |   42 +++---------------
 arch/um/include/shared/frame_kern.h       |    3 -
 arch/um/kernel/signal.c                   |   37 +++-------------
 arch/unicore32/kernel/signal.c            |   47 +++-----------------
 arch/x86/ia32/ia32_signal.c               |    2 -
 arch/x86/include/asm/sighandling.h        |    2 -
 arch/x86/include/asm/thread_info.h        |   18 +++++++-
 arch/x86/kernel/entry_32.S                |   13 ++++-
 arch/x86/kernel/signal.c                  |   60 ++++++--------------------
 arch/x86/um/signal.c                      |    2 -
 arch/xtensa/kernel/signal.c               |   21 +--------
 fs/compat.c                               |    4 --
 fs/eventpoll.c                            |    4 --
 fs/select.c                               |    4 --
 include/linux/sched.h                     |   14 ++++++
 include/linux/signal.h                    |    5 +-
 include/linux/thread_info.h               |   19 ++++++++-
 kernel/signal.c                           |   48 +++++++++++++-------
 68 files changed, 482 insertions(+), 1091 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