[PATCH 3.10 00/56] 3.10.90-stable review

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is the start of the stable review cycle for the 3.10.90 release.
There are 56 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu Oct  1 13:46:31 UTC 2015.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.10.90-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Linux 3.10.90-rc1

Markus Pargmann <mpa@xxxxxxxxxxxxxx>
    Revert "iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required"

Eric W. Biederman <ebiederm@xxxxxxxxxxxx>
    vfs: Remove incorrect debugging WARN in prepend_path

Wilson Kok <wkok@xxxxxxxxxxxxxxxxxxx>
    fib_rules: fix fib rule dumps across multiple skbs

Marcelo Ricardo Leitner <marcelo.leitner@xxxxxxxxx>
    sctp: fix race on protocol/netns initialization

Richard Laing <richard.laing@xxxxxxxxxxxxxxxxxxx>
    net/ipv6: Correct PIM6 mrt_lock handling

Daniel Borkmann <daniel@xxxxxxxxxxxxx>
    ipv6: fix exthdrs offload registration in out_rt path

Eugene Shatokhin <eugene.shatokhin@xxxxxxxxxx>
    usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared

huaibin Wang <huaibin.wang@xxxxxxxxx>
    ip6_gre: release cached dst on tunnel removal

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
    rds: fix an integer overflow test in rds_info_getsockopt()

Florian Westphal <fw@xxxxxxxxx>
    netlink: don't hold mutex in rcu callback when releasing mmapd ring

Edward Hyunkoo Jee <edjee@xxxxxxxxxx>
    inet: frags: fix defragmented packet's IP header for af_packet

Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx>
    bonding: fix destruction of bond with devices different from arphrd_ether

Eric Dumazet <edumazet@xxxxxxxxxx>
    ipv6: lock socket in ip6_datagram_connect()

Tilman Schmidt <tilman@xxxxxxx>
    isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx>
    bridge: mdb: fix double add notification

Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
    net: Fix skb_set_peeked use-after-free bug

Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
    net: Fix skb csum races when peeking

Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
    net: Clone skb before setting peeked flag

Julian Anastasov <ja@xxxxxx>
    net: call rcu_read_lock early in process_backlog

Oleg Nesterov <oleg@xxxxxxxxxx>
    net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()

Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
    bridge: mdb: zero out the local br_ip variable before use

Stephen Smalley <sds@xxxxxxxxxxxxx>
    net/tipc: initialize security state for new connection socket

Angga <Hermin.Anggawijaya@xxxxxxxxxxxxxxxxxxx>
    ipv6: Make MLD packets to only be processed locally

Alexei Starovoitov <ast@xxxxxxxxxxxx>
    x86: bpf_jit: fix compilation of large bpf programs

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
    vhost/scsi: potential memory corruption

Marcelo Ricardo Leitner <marcelo.leitner@xxxxxxxxx>
    sctp: fix ASCONF list handling

Hin-Tak Leung <htl10@xxxxxxxxxxxxxxxxxxxxx>
    hfs,hfsplus: cache pages correctly between bnode_create and bnode_free

Alexey Brodkin <Alexey.Brodkin@xxxxxxxxxxxx>
    stmmac: fix check for phydev being open

Noa Osherovich <noaos@xxxxxxxxxxxx>
    IB/mlx4: Use correct SL on AH query under RoCE

Jack Morgenstein <jackm@xxxxxxxxxxxxxxxxxx>
    IB/mlx4: Forbid using sysfs to change RoCE pkeys

Yishai Hadas <yishaih@xxxxxxxxxxxx>
    IB/uverbs: Fix race between ib_uverbs_open and remove_one

Christoph Hellwig <hch@xxxxxx>
    IB/uverbs: reject invalid or unknown opcodes

Hin-Tak Leung <htl10@xxxxxxxxxxxxxxxxxxxxx>
    hfs: fix B-tree corruption after insertion at position 0

David Vrabel <david.vrabel@xxxxxxxxxx>
    xen/gntdev: convert priv->lock to a mutex

NeilBrown <neilb@xxxxxxxx>
    md/raid10: always set reshape_safe when initializing reshape_position.

Jialing Fu <jlfu@xxxxxxxxxxx>
    mmc: core: fix race condition in mmc_wait_data_done

Jann Horn <jann@xxxxxxxxx>
    fs: if a coredump already exists, unlink and recreate with O_EXCL

Jaewon Kim <jaewon31.kim@xxxxxxxxxxx>
    vmscan: fix increasing nr_isolated incurred by putback unevictable pages

Helge Deller <deller@xxxxxx>
    parisc: Filter out spurious interrupts in PA-RISC irq handler

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
    NFS: nfs_set_pgio_error sometimes misses errors

NeilBrown <neilb@xxxxxxxx>
    NFSv4: don't set SETATTR for O_RDONLY|O_EXCL

David Härdeman <david@xxxxxxxxxxx>
    rc-core: fix remove uevent generation

Minfei Huang <mnfhuang@xxxxxxxxx>
    x86/mm: Initialize pmd_idx in page_table_range_init_count()

Jeffery Miller <jmiller@xxxxxxxxxxxxx>
    Add radeon suspend/resume quirk for HP Compaq dc5750.

Thomas Huth <thuth@xxxxxxxxxx>
    powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers

Michael Ellerman <mpe@xxxxxxxxxxxxxx>
    powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash

Takashi Iwai <tiwai@xxxxxxx>
    ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437

Takashi Iwai <tiwai@xxxxxxx>
    ALSA: hda - Enable headphone jack detect on old Fujitsu laptops

Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
    Input: synaptics - fix handling of disabling gesture mode

Will Deacon <will.deacon@xxxxxxx>
    arm64: head.S: initialise mdcr_el2 in el2_setup

Will Deacon <will.deacon@xxxxxxx>
    arm64: compat: fix vfp save/restore across signal handlers in big-endian

Jeff Vander Stoep <jeffv@xxxxxxxxxx>
    arm64: kconfig: Move LIST_POISON to a safe value

Bob Copeland <me@xxxxxxxxxxxxxxx>
    mac80211: enable assoc check for mesh interfaces

Jean Delvare <jdelvare@xxxxxxx>
    tg3: Fix temperature reporting

Adrien Schildknecht <adrien+dev@xxxxxxxxxxx>
    rtlwifi: rtl8192cu: Add new device ID

Eric W. Biederman <ebiederm@xxxxxxxxxxxx>
    unshare: Unsharing a thread does not require unsharing a vm


-------------

Diffstat:

 Makefile                                          |  4 +-
 arch/arm64/Kconfig                                |  4 ++
 arch/arm64/kernel/head.S                          |  5 ++
 arch/arm64/kernel/signal32.c                      | 47 ++++++++++----
 arch/parisc/kernel/irq.c                          |  8 ++-
 arch/powerpc/include/asm/pgtable-ppc64.h          | 14 +++-
 arch/powerpc/include/asm/rtas.h                   |  1 +
 arch/powerpc/kernel/rtas.c                        | 17 +++++
 arch/powerpc/platforms/pseries/ras.c              |  3 +-
 arch/x86/mm/init_32.c                             |  1 +
 arch/x86/net/bpf_jit_comp.c                       |  7 +-
 drivers/gpu/drm/radeon/radeon_combios.c           |  8 +++
 drivers/iio/gyro/Kconfig                          |  3 +-
 drivers/infiniband/core/uverbs.h                  |  3 +-
 drivers/infiniband/core/uverbs_cmd.c              | 10 ++-
 drivers/infiniband/core/uverbs_main.c             | 43 ++++++++----
 drivers/infiniband/hw/mlx4/ah.c                   |  6 +-
 drivers/infiniband/hw/mlx4/sysfs.c                |  5 +-
 drivers/input/mouse/synaptics.c                   | 12 ++--
 drivers/isdn/gigaset/ser-gigaset.c                | 11 +++-
 drivers/md/raid10.c                               |  5 +-
 drivers/media/rc/rc-main.c                        |  3 -
 drivers/mmc/core/core.c                           |  6 +-
 drivers/net/bonding/bond_main.c                   |  1 +
 drivers/net/ethernet/broadcom/tg3.c               |  2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |  5 +-
 drivers/net/usb/usbnet.c                          |  7 +-
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c       |  1 +
 drivers/vhost/scsi.c                              |  6 +-
 drivers/xen/gntdev.c                              | 40 ++++++------
 fs/coredump.c                                     | 38 +++++++++--
 fs/dcache.c                                       |  9 ---
 fs/hfs/bnode.c                                    |  9 ++-
 fs/hfs/brec.c                                     | 20 +++---
 fs/hfsplus/bnode.c                                |  3 -
 fs/nfs/nfs4proc.c                                 |  2 +-
 fs/nfs/pagelist.c                                 |  4 +-
 include/net/ip.h                                  |  1 +
 include/net/netns/sctp.h                          |  1 +
 include/net/sctp/structs.h                        |  4 ++
 kernel/fork.c                                     | 28 +++++---
 mm/vmscan.c                                       |  2 +-
 net/bridge/br_mdb.c                               |  3 +-
 net/core/datagram.c                               | 45 +++++++++++--
 net/core/dev.c                                    | 29 ++++-----
 net/core/fib_rules.c                              | 14 ++--
 net/core/pktgen.c                                 |  4 +-
 net/ipv4/datagram.c                               | 16 +++--
 net/ipv4/ip_fragment.c                            |  7 +-
 net/ipv6/datagram.c                               | 20 ++++--
 net/ipv6/exthdrs_offload.c                        |  2 +-
 net/ipv6/ip6_gre.c                                |  1 +
 net/ipv6/ip6_input.c                              |  6 +-
 net/ipv6/ip6mr.c                                  |  2 +-
 net/mac80211/tx.c                                 |  3 -
 net/netlink/af_netlink.c                          | 79 ++++++++++++++---------
 net/rds/info.c                                    |  2 +-
 net/sctp/protocol.c                               | 64 +++++++++++-------
 net/sctp/socket.c                                 | 43 ++++++++----
 net/tipc/socket.c                                 |  1 +
 sound/pci/hda/patch_realtek.c                     |  6 +-
 61 files changed, 519 insertions(+), 237 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]