[PATCH 3.18 00/40] 3.18.18-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.18.19 release.
There are 40 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.

Bandan Das (1):
  KVM: nSVM: Check for NRIPS support before updating control field

Borislav Petkov (1):
  x86/boot: Fix overflow warning with 32-bit binutils

Chen Gang (1):
  netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid
    warnings

Cornelia Huck (1):
  KVM: s390: virtio-ccw: don't overwrite config space values

Eric W. Biederman (4):
  mnt: Refactor the logic for mounting sysfs and proc in a user
    namespace
  mnt: Modify fs_fully_visible to deal with locked ro nodev and atime
  vfs: Remove incorrect debugging WARN in prepend_path
  vfs: Ignore unlocked mounts in fs_fully_visible

Eugene Shatokhin (1):
  kprobes/x86: Return correct length in __copy_instruction()

Fabian Frederick (3):
  fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"
  fs/ufs: restore s_lock mutex
  fs/ufs: restore s_lock mutex_init()

Filipe Manana (1):
  Btrfs: make xattr replace operations atomic

Geoff Levand (1):
  arm64/kvm: Fix assembler compatibility of macros

Hans de Goede (1):
  ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later

Ian Wilson (1):
  netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()

J. Bruce Fields (1):
  selinux: fix setting of security labels on NFS

Jan Kara (3):
  fs: Fix S_NOSEC handling
  ufs: Fix warning from unlock_new_inode()
  ufs: Fix possible deadlock when looking up directories

Jim Snow (1):
  sb_edac: Fix erroneous bytes->gigabytes conversion

Joerg Roedel (1):
  iommu/amd: Handle large pages correctly in free_pagetable

Konrad Rzeszutek Wilk (1):
  config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected

Marc Zyngier (1):
  arm: KVM: force execution of HCPTR access on VM exit

Nicolas Dichtel (1):
  rtnl: restore notifications for deleted interfaces

Nicolas Ferre (1):
  tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send

Oleg Nesterov (1):
  perf: Fix ring_buffer_attach() RCU sync, again

Oliver Hartkopp (1):
  can: fix loss of CAN frames in raw_rcv

Pablo Neira Ayuso (2):
  netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set
  netfilter: nf_tables: allow to change chain policy without hook if it
    exists

Palik, Imre (1):
  perf/x86: Honor the architectural performance monitoring version

Peter Hutterer (1):
  Input: synaptics - add min/max quirk for Lenovo S540

Quentin Casasnovas (1):
  x86/microcode/intel: Guard against stack overflow in the loader

Radim Krčmář (2):
  KVM: x86: make vapics_in_nmi_mode atomic
  KVM: x86: properly restore LVT0

Rui Miguel Silva (1):
  usb: gadget: f_fs: add extra check before unregister_gadget_item

Sasha Levin (2):
  Revert "nfs: take extra reference to fl->fl_file when running a LOCKU
    operation"
  Revert "Input: synaptics - add min/max quirk for Lenovo S540"

Sebastien Szymanski (1):
  ARM: clk-imx6q: refine sata's parent

Steven Rostedt (1):
  tracing: Have filter check for balanced ops

 arch/arm/boot/dts/sun5i-a10s.dtsi           |   2 +-
 arch/arm/boot/dts/sun5i-a13.dtsi            |   2 +-
 arch/arm/boot/dts/sun7i-a20.dtsi            |   2 +-
 arch/arm/kvm/interrupts.S                   |  10 +-
 arch/arm/kvm/interrupts_head.S              |  20 +++-
 arch/arm/mach-imx/clk-imx6q.c               |   2 +-
 arch/arm64/include/asm/kvm_arm.h            |  21 ++--
 arch/x86/Kconfig                            |   2 +-
 arch/x86/include/asm/kvm_host.h             |   2 +-
 arch/x86/kernel/cpu/microcode/intel_early.c |   2 +-
 arch/x86/kernel/cpu/perf_event_intel.c      |  12 +--
 arch/x86/kernel/head_32.S                   |  13 ++-
 arch/x86/kernel/kprobes/core.c              |   7 +-
 arch/x86/kvm/i8254.c                        |   2 +-
 arch/x86/kvm/lapic.c                        |   5 +-
 arch/x86/kvm/svm.c                          |   8 +-
 drivers/edac/sb_edac.c                      |  38 +++----
 drivers/input/mouse/synaptics.c             |   1 +
 drivers/iommu/amd_iommu.c                   |   6 ++
 drivers/net/can/dev.c                       |   5 +
 drivers/net/can/slcan.c                     |   1 +
 drivers/net/can/vcan.c                      |   3 +
 drivers/s390/kvm/virtio_ccw.c               |  11 +-
 drivers/tty/serial/atmel_serial.c           |   7 +-
 drivers/usb/gadget/function/f_fs.c          |  10 +-
 fs/btrfs/ctree.c                            |   2 +-
 fs/btrfs/ctree.h                            |   5 +
 fs/btrfs/dir-item.c                         |  10 +-
 fs/btrfs/xattr.c                            | 150 +++++++++++++++++-----------
 fs/dcache.c                                 |  11 --
 fs/inode.c                                  |   4 +-
 fs/namespace.c                              |  34 ++++++-
 fs/nfs/nfs4proc.c                           |   2 -
 fs/proc/root.c                              |   5 +-
 fs/sysfs/mount.c                            |   5 +-
 fs/ufs/balloc.c                             |  34 +++----
 fs/ufs/ialloc.c                             |  16 +--
 fs/ufs/inode.c                              |   5 +-
 fs/ufs/namei.c                              |  22 ++--
 fs/ufs/super.c                              |  11 ++
 fs/ufs/ufs.h                                |   1 +
 include/linux/fs.h                          |   2 +-
 kernel/events/core.c                        |  14 +--
 kernel/trace/trace_events_filter.c          |   9 +-
 net/can/af_can.c                            |   6 +-
 net/core/rtnetlink.c                        |   3 -
 net/netfilter/nf_tables_api.c               |   5 +-
 net/netfilter/nfnetlink_cthelper.c          |   7 +-
 net/netfilter/nft_compat.c                  |   6 ++
 security/selinux/hooks.c                    |   3 +-
 50 files changed, 356 insertions(+), 210 deletions(-)

-- 
2.1.4

--
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]