All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 4.1.23
@ 2016-04-28 16:42 Sasha Levin
  0 siblings, 0 replies; only message in thread
From: Sasha Levin @ 2016-04-28 16:42 UTC (permalink / raw)
  To: LKML, stable; +Cc: lwn


[-- Attachment #1.1: Type: text/plain, Size: 8534 bytes --]

I'm announcing the release of the 4.1.23 kernel.

All users of the 4.1 kernel series must upgrade.

The updated 4.1.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.1.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary



----------------------------------------------------------------
Linux 4.1.23

----------------------------------------------------------------
Alan Stern (1):
      HID: usbhid: fix inconsistent reset/resume/reset-resume behavior

Andy Shevchenko (2):
      dmaengine: hsu: correct use of channel status register
      dmaengine: dw: fix master selection

Bjørn Mork (1):
      USB: option: add "D-Link DWM-221 B1" device id

Boris Ostrovsky (1):
      xen/events: Mask a moving irq

David Disseldorp (1):
      rbd: use GFP_NOIO consistently for request allocations

David Matlack (1):
      kvm: x86: do not leak guest xcr0 into host interrupt handlers

Dennis Kadioglu (1):
      ALSA: usb-audio: Add a quirk for Plantronics BT300

Eric Dumazet (2):
      tcp_cubic: better follow cubic curve after idle period
      tcp_cubic: do not set epoch_start in the future

Filipe Manana (3):
      Btrfs: fix fsync xattr loss in the fast fsync path
      Btrfs: fix fsync after truncate when no_holes feature is enabled
      Btrfs: fix file/data loss caused by fsync after rename and new inode

Hans de Goede (1):
      USB: uas: Add a new NO_REPORT_LUNS quirk

Helge Deller (3):
      parisc: Avoid function pointers for kernel exception routines
      parisc: Fix kernel crash with reversed copy_from_user()
      parisc: Unbreak handling exceptions from kernel modules

Hui Wang (1):
      ALSA: hda - fix front mic problem for a HP desktop

Jerome Marchand (1):
      assoc_array: don't call compare_object() on a node

Joe Perches (1):
      compiler-gcc: integrate the various compiler-gcc[345].h files

Johannes Berg (1):
      mac80211: properly deal with station hashtable insert errors

John Keeping (1):
      drm/qxl: fix cursor position with non-zero hotspot

Josh Boyer (1):
      USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices

Kailang Yang (1):
      ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock

Lokesh Vutla (1):
      ARM: OMAP2+: hwmod: Fix updating of sysconfig register

Lu Baolu (1):
      usb: xhci: fix wild pointers in xhci_mem_cleanup

Lyude (1):
      drm/i915: Fix race condition in intel_dp_destroy_mst_connector()

Maarten Lankhorst (1):
      drm/i915: Update atomic state when removing mst connector, v3.

Martin K. Petersen (1):
      sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytes

Martyn Welch (1):
      USB: serial: cp210x: Adding GE Healthcare Device ID

Mathias Nyman (2):
      xhci: resume USB 3 roothub first
      xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers

Mauro Carvalho Chehab (1):
      [media] au0828: Fix dev_state handling

Michael S. Tsirkin (1):
      virtio: virtio 1.0 cs04 spec compliance for reset

Mike Galbraith (1):
      Correct backport of fa3c776 ("Thermal: Ignore invalid trip points")

Oliver Neukum (3):
      USB: mct_u232: add sanity checking in probe
      USB: cypress_m8: add endpoint sanity check
      USB: digi_acceleport: do sanity checking for the number of ports

Paolo Bonzini (1):
      compiler-gcc: disable -ftracer for __noclone functions

Rafal Redzimski (1):
      usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host

Robert Dobrowolski (1):
      usb: hcd: out of bounds access in for_each_companion

Roger Quadros (1):
      usb: xhci: fix xhci locking up during hcd remove

Rui Salvaterra (1):
      lib: lz4: fixed zram with lz4 on big endian machines

Sasha Levin (1):
      Linux 4.1.23

Seth Forshee (1):
      debugfs: Make automount point inodes permanently empty

Shuah Khan (1):
      [media] au0828: fix au0828_v4l2_close() dev_state race condition

Sven Eckelmann (1):
      ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s

Takashi Iwai (1):
      ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320

Theodore Ts'o (2):
      ext4: add lockdep annotations for i_data_sem
      ext4: ignore quota mount options if the quota feature is enabled

Yong Li (1):
      gpio: pca953x: Use correct u16 value for register word write

Yoshihiro Shimoda (4):
      usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
      usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
      usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
      usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT

Yuki Shibuya (1):
      KVM: x86: Inject pending interrupt even if pending nmi exist

 Documentation/kernel-parameters.txt     |   2 +
 Makefile                                |   2 +-
 arch/arm/mach-omap2/omap_hwmod.c        |   8 +-
 arch/parisc/include/asm/uaccess.h       |   1 +
 arch/parisc/kernel/asm-offsets.c        |   1 +
 arch/parisc/kernel/parisc_ksyms.c       |  10 +-
 arch/parisc/kernel/traps.c              |   3 +
 arch/parisc/lib/fixup.S                 |   6 +
 arch/parisc/mm/fault.c                  |   1 +
 arch/x86/kvm/x86.c                      |  30 ++-
 drivers/block/rbd.c                     |   6 +-
 drivers/dma/dw/core.c                   |  34 ++--
 drivers/dma/hsu/hsu.c                   |   2 +-
 drivers/dma/hsu/hsu.h                   |   3 +
 drivers/gpio/gpio-pca953x.c             |   3 +-
 drivers/gpu/drm/i915/intel_display.c    |  11 -
 drivers/gpu/drm/i915/intel_dp_mst.c     |  17 +-
 drivers/gpu/drm/qxl/qxl_display.c       |  13 +-
 drivers/gpu/drm/qxl/qxl_drv.h           |   2 +
 drivers/hid/usbhid/hid-core.c           |  73 +++----
 drivers/media/usb/au0828/au0828-core.c  |   2 +-
 drivers/media/usb/au0828/au0828-input.c |   4 +-
 drivers/media/usb/au0828/au0828-video.c |  63 +++---
 drivers/media/usb/au0828/au0828.h       |   9 +-
 drivers/scsi/sd.c                       |  23 +--
 drivers/scsi/sd.h                       |   7 +-
 drivers/thermal/thermal_core.c          |   2 +-
 drivers/usb/core/hcd-pci.c              |   9 +
 drivers/usb/host/xhci-mem.c             |   6 +
 drivers/usb/host/xhci-pci.c             |   5 +-
 drivers/usb/host/xhci-ring.c            |   6 +-
 drivers/usb/host/xhci.c                 |  24 ++-
 drivers/usb/host/xhci.h                 |   2 +
 drivers/usb/renesas_usbhs/fifo.c        |   4 +-
 drivers/usb/renesas_usbhs/mod_gadget.c  |   6 +-
 drivers/usb/serial/cp210x.c             |   1 +
 drivers/usb/serial/cypress_m8.c         |  11 +-
 drivers/usb/serial/digi_acceleport.c    |  19 ++
 drivers/usb/serial/ftdi_sio.c           |   4 +
 drivers/usb/serial/ftdi_sio_ids.h       |   8 +
 drivers/usb/serial/mct_u232.c           |   9 +-
 drivers/usb/serial/option.c             |   2 +
 drivers/usb/storage/uas.c               |  14 +-
 drivers/usb/storage/unusual_uas.h       |   7 +
 drivers/usb/storage/usb.c               |   5 +-
 drivers/virtio/virtio_pci_modern.c      |  11 +-
 drivers/xen/events/events_base.c        |  28 ++-
 fs/btrfs/tree-log.c                     | 349 ++++++++++++++++++++++++++++++++
 fs/debugfs/inode.c                      |   2 +-
 fs/ext4/ext4.h                          |  23 +++
 fs/ext4/move_extent.c                   |  11 +-
 fs/ext4/super.c                         |  47 +++--
 include/linux/compiler-gcc.h            | 120 ++++++++++-
 include/linux/compiler-gcc3.h           |  23 ---
 include/linux/compiler-gcc4.h           |  91 ---------
 include/linux/compiler-gcc5.h           |  67 ------
 include/linux/usb_usual.h               |   2 +
 lib/assoc_array.c                       |   4 +-
 lib/lz4/lz4defs.h                       |  21 +-
 net/ipv4/tcp_cubic.c                    |  22 ++
 net/mac80211/sta_info.c                 |  13 +-
 sound/pci/hda/patch_realtek.c           |  19 +-
 sound/usb/mixer_maps.c                  |  14 ++
 sound/usb/quirks.c                      |   2 +
 64 files changed, 949 insertions(+), 400 deletions(-)
 delete mode 100644 include/linux/compiler-gcc3.h
 delete mode 100644 include/linux/compiler-gcc4.h
 delete mode 100644 include/linux/compiler-gcc5.h


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-28 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 16:42 Linux 4.1.23 Sasha Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.