All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 3.18.20
@ 2015-08-10 13:52 Sasha Levin
  0 siblings, 0 replies; only message in thread
From: Sasha Levin @ 2015-08-10 13:52 UTC (permalink / raw)
  To: stable, LKML

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm announcing the release of the 3.18.20 kernel.

All users of the 3.18 kernel series must upgrade.

The updated 3.18.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.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 3.18.20

- ----------------------------------------------------------------
AMAN DEEP (1):
      usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function

Al Viro (2):
      9p: forgetting to cancel request on interrupted zero-copy RPC
      9p: don't leave a half-initialized inode sitting around

Alan Stern (1):
      USB: usbfs: allow URBs to be reaped after disconnection

Aleksei Mamlin (1):
      libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk VB0250EAVER

Alex Deucher (1):
      drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5

Arne Fitzenreiter (2):
      libata: add ATA_HORKAGE_NOTRIM
      libata: force disable trim for SuperSSpeed S238

Chris Metcalf (1):
      __bitmap_parselist: fix bug in empty string handling

Christoffer Dall (1):
      arm64: Don't report clear pmds and puds as huge

Chuck Lever (1):
      NFS: Fix size of NFSACL SETACL operations

Claudio Cappelli (1):
      USB: option: add 2020:4000 ID

Colin Ian King (1):
      KEYS: ensure we free the assoc array edit if edit is valid

Dan Carpenter (2):
      ASoC: imx-wm8962: Add a missing error check
      USB: devio: fix a condition in async_completed()

Dennis Yang (1):
      dm btree remove: fix bug in redistribute3

Ding Wang (1):
      mmc: card: Fixup request missing in mmc_blk_issue_rw_rq

Eryu Guan (2):
      ext4: be more strict when migrating to non-extent based file
      ext4: correctly migrate a file with a hole at the beginning

Ezequiel Garcia (1):
      spi: pl022: Specify 'num-cs' property as required in devicetree binding

Felipe Balbi (1):
      usb: musb: host: rely on port_mode to call musb_start()

Filipe Manana (2):
      Btrfs: use kmem_cache_free when freeing entry in inode cache
      Btrfs: fix memory leak in the extent_same ioctl

Firo Yang (1):
      md: fix a build warning

JM Friedt (1):
      iio: DAC: ad5624r_spi: fix bit shift of output data value

Jan Leupold (1):
      iio: adc: at91_adc: allow to use full range of startup time

Joe Thornber (1):
      dm btree: silence lockdep lock inversion in dm_btree_del()

Johannes Thumshirn (1):
      USB: serial: Destroy serial_minors IDR on module exit

John Youn (1):
      usb: dwc3: Reset the transfer resource index on SET_INTERFACE

Konstantin Khlebnikov (1):
      of: return NUMA_NO_NODE from fallback of_node_to_nid()

Linus Torvalds (1):
      Fix firmware loader uevent buffer NULL pointer dereference

Lukas Czerner (1):
      ext4: fix reservation release on invalidatepage for delalloc fs

Lv Zheng (1):
      ACPICA: Tables: Fix an issue that FACS initialization is performed twice

Michal Hocko (1):
      ext4: replace open coded nofail allocation in ext4_free_blocks()

Michal Kazior (1):
      mac80211: prevent possible crypto tx tailroom corruption

Mike Christie (1):
      SCSI: add 1024 max sectors black list flag

Mikulas Patocka (1):
      libata: increase the timeout when setting transfer mode

Mimi Zohar (1):
      evm: labeling pseudo filesystems exception

Ming Lei (1):
      blk-mq: fix CPU hotplug handling

Nicholas Bellinger (1):
      iscsi-target: Convert iscsi_thread_set usage to kthread.h

Pali Rohár (1):
      dell-laptop: Fix allocating & freeing SMI buffer page

Peter Meerwald (1):
      iio: tmp006: Check channel info on write

Peter Sanford (1):
      USB: cp210x: add ID for Aruba Networks controllers

Sagi Grimberg (1):
      iser-target: Fix possible deadlock in RDMA_CM connection error

Sasha Levin (2):
      Revert "can: fix loss of CAN frames in raw_rcv"
      Linux 3.18.20

Steven Rostedt (Red Hat) (2):
      tracing/filter: Do not WARN on operand count going below zero
      tracing: Have branch tracer use recursive field of task struct

Tomas Winkler (1):
      mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()

Uwe Kleine-König (1):
      watchdog: omap: assert the counter being stopped before reprogramming

Vasily Averin (1):
      security_syslog() should be called once only

Zhao Junwang (1):
      drm: add a check for x/y in drm_mode_setcrtc

 .../devicetree/bindings/spi/spi_pl022.txt          |   2 +-
 Makefile                                           |   2 +-
 arch/arm64/mm/hugetlbpage.c                        |   4 +-
 block/blk-mq.c                                     |  34 +++----
 drivers/acpi/acpica/utxfinit.c                     |  10 +-
 drivers/ata/libata-core.c                          |   9 +-
 drivers/ata/libata-scsi.c                          |   3 +-
 drivers/base/firmware_class.c                      |  16 +++-
 drivers/gpu/drm/drm_crtc.c                         |   7 +-
 drivers/gpu/drm/radeon/si_dpm.c                    |   1 +
 drivers/iio/adc/at91_adc.c                         |   8 +-
 drivers/iio/dac/ad5624r_spi.c                      |   4 +-
 drivers/iio/temperature/tmp006.c                   |   3 +
 drivers/infiniband/ulp/isert/ib_isert.c            |  14 ++-
 drivers/md/md.c                                    |   2 +-
 drivers/md/persistent-data/dm-btree-remove.c       |   6 +-
 drivers/md/persistent-data/dm-btree.c              |   2 +-
 drivers/mmc/card/block.c                           |  10 +-
 drivers/net/can/dev.c                              |   5 -
 drivers/net/can/slcan.c                            |   1 -
 drivers/net/can/vcan.c                             |   3 -
 drivers/of/base.c                                  |   2 +-
 drivers/platform/x86/dell-laptop.c                 |   8 +-
 drivers/scsi/scsi_devinfo.c                        |   1 +
 drivers/scsi/scsi_scan.c                           |   6 ++
 drivers/target/iscsi/iscsi_target.c                | 104 +++++++++------------
 drivers/target/iscsi/iscsi_target_core.h           |   7 ++
 drivers/target/iscsi/iscsi_target_erl0.c           |  13 ++-
 drivers/target/iscsi/iscsi_target_login.c          |  59 +++++++++++-
 drivers/usb/core/devio.c                           |  65 +++++++------
 drivers/usb/dwc3/ep0.c                             |   4 +
 drivers/usb/host/xhci-mem.c                        |   2 +-
 drivers/usb/musb/musb_virthub.c                    |   4 +-
 drivers/usb/serial/cp210x.c                        |   1 +
 drivers/usb/serial/option.c                        |   1 +
 drivers/usb/serial/usb-serial.c                    |   1 +
 drivers/watchdog/omap_wdt.c                        |   7 ++
 fs/9p/vfs_inode.c                                  |   3 +-
 fs/9p/vfs_inode_dotl.c                             |   3 +-
 fs/btrfs/inode-map.c                               |   2 +-
 fs/btrfs/ioctl.c                                   |   4 +-
 fs/ext4/inode.c                                    |  15 ++-
 fs/ext4/mballoc.c                                  |  16 +---
 fs/ext4/migrate.c                                  |  17 +++-
 fs/nfs/nfs3xdr.c                                   |   2 +-
 include/acpi/actypes.h                             |   1 +
 include/linux/libata.h                             |   1 +
 include/linux/of.h                                 |   5 +-
 include/scsi/scsi_devinfo.h                        |   1 +
 include/uapi/linux/usbdevice_fs.h                  |   3 +-
 kernel/printk/printk.c                             |  11 +--
 kernel/trace/trace.h                               |   1 +
 kernel/trace/trace_branch.c                        |  17 ++--
 kernel/trace/trace_events_filter.c                 |   4 +-
 lib/bitmap.c                                       |  17 ++--
 net/9p/client.c                                    |   3 +-
 net/can/af_can.c                                   |   6 +-
 net/mac80211/main.c                                |   3 +
 security/integrity/evm/evm_main.c                  |  12 +++
 security/keys/keyring.c                            |   8 +-
 sound/soc/fsl/imx-wm8962.c                         |   2 +-
 61 files changed, 358 insertions(+), 230 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVyKyzAAoJEN6mb/eXdyzchDIQALqY6sRJhau3mK47ywMIqG7s
uQiO4PXN+44UGdRr3blFx2oU8ery+DcNKHVm7APzTI6KoVHL70fGxPEjwstXvWS9
Klu0X5/XBp2mK9o141GtSdL1DBASTfWptCh8GegyiC0JW9NshSVHR5KWtatrKA8Y
rOmX+XbxDRnBrHWkBzUMiJu4/I9eu5RWSSyo0BsSO3ef34TElZSJqbVcvAPVkeDu
4YFqVkTGscaXtepG3nBW8qN0SX6QyrWbpF+ze9PDrZDBcza6cc1fPHnnZlR7QJs8
xskw1Bs2ZpATIxdU9IYbauXGt9TBaSuXMZboVNK8B6k0nql+EqjddfwdQg15Xydy
B28EUfdQUx7b2XU9q2KaS9b79X6hpf7ND0yABjp9flYsQ7J27dTReY6KqO+L4g79
L3pUTl3RHrINt8RH+vT5kCX1QkN13bzoHUg8c9aSAHhoQVqJKJs7x86PiOFRqAAi
CLaqQYSphqoGxHqkEEFHLEBr53Tp5sfuO2HFOoVoTuBpjk2lFudJH6lT1Nn+tV3O
RDjDtfnqRVqS7YOm4vEZTiw9PX4JxtQnbSvpE7gFkpWJLGasju8Z/L/LwlBpk1Up
SXmaCy6b2AUu5I/w4DOh7YwyycXipZCLnbkCbHg9/G7/jJOkDzCZikhlTBRZu7LF
fcjcYAIoMhJW8AwCzY1V
=xwKo
-----END PGP SIGNATURE-----

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

only message in thread, other threads:[~2015-08-10 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 13:52 Linux 3.18.20 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.