26 Feb, 2013

15 commits


23 Feb, 2013

19 commits


21 Jan, 2013

2 commits

  • Pull misc syscall fixes from Al Viro:

    - compat syscall fixes (discussed back in December)

    - a couple of "make life easier for sigaltstack stuff by reducing
    inter-tree dependencies"

    - fix up compiler/asmlinkage calling convention disagreement of
    sys_clone()

    - misc

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal:
    sys_clone() needs asmlinkage_protect
    make sure that /linuxrc has std{in,out,err}
    x32: fix sigtimedwait
    x32: fix waitid()
    switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE
    switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINE
    CONFIG_GENERIC_SIGALTSTACK build breakage with asm-generic/syscalls.h
    Ensure that kernel_init_freeable() is not inlined into non __init code

    Linus Torvalds
     
  • The ia64 function "thread_matches()" has no users since commit
    e868a55c2a8c ("[IA64] remove find_thread_for_addr()"). Remove it.

    This allows us to make ptrace_check_attach() static to kernel/ptrace.c,
    which is good since we'll need to change the semantics of it and fix up
    all the callers.

    Signed-off-by: Oleg Nesterov
    Signed-off-by: Linus Torvalds

    Oleg Nesterov
     

20 Jan, 2013

2 commits


19 Jan, 2013

2 commits

  • Pull USB fixes from Greg Kroah-Hartman:
    "Here are 3 USB patches for 3.8-rc4. Two of them are new device id
    patches, and the third fixes a reported oops in the io_ti USB serial
    driver"

    * tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
    USB: io_ti: Fix NULL dereference in chase_port()
    USB: option: add TP-LINK HSUPA Modem MA180
    USB: option: blacklist network interface on ONDA MT8205 4G LTE

    Linus Torvalds
     
  • Pull tty/serial fixes from Greg Kroah-Hartman:
    "Here are a few tty/serial driver fixes for 3.8-rc4 that resolve a
    number of problems that people have been having, including the ptys
    ioctl issue that is a regression fix"

    * tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
    8250/16?50: Add support for Broadcom TruManage redirected serial port
    pty: return EINVAL for TIOCGPTN for BSD ptys
    serial:ifx6x60:Keep word size accordance with SPI controller
    tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler
    serial: samsung: remove redundant setting of line config during port reset
    serial:ifx6x60:Delete SPI timer when shut down port
    tty/8250: The correct device id for this card is 0x0022
    tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition
    tty: serial: vt8500: fix return value check in vt8500_serial_probe()
    serial: mxs-auart: Index is unsigned
    mxs: uart: fix setting RTS from software

    Linus Torvalds