All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for-4.4 00/46] Commits for v4.4 LTS
@ 2017-09-24 18:42 Levin, Alexander (Sasha Levin)
  2017-09-24 18:42 ` [GIT PULL for-4.4 01/46] drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define Levin, Alexander (Sasha Levin)
                   ` (46 more replies)
  0 siblings, 47 replies; 48+ messages in thread
From: Levin, Alexander (Sasha Levin) @ 2017-09-24 18:42 UTC (permalink / raw)
  To: gregkh@linuxfoundation.org; +Cc: stable@vger.kernel.org

Hi Greg,

The following commits were sent for review 7+ days ago, and comments were addressed.

Please pull for v4.4 LTS.

===

The following changes since commit b52c9082f2eb3a6f7fbbc86fad3eaa2a1725da66:

  Linux 4.4.88 (2017-09-13 14:10:05 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git for-greg-4.4

for you to fetch changes up to 712df074d58eae06e17e36c5f8bf63b16de16543:

  libata: transport: Remove circular dependency at free time (2017-09-24 14:24:55 -0400)

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

Afzal Mohammed (1):
  ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAM

Alden Tondettar (1):
  partitions/efi: Fix integer overflow in GPT size calculation

Alexander Potapenko (1):
  net/packet: check length in getsockopt() called with PACKET_HDRLEN

Andreas Klinger (1):
  iio: adc: hx711: Add DT binding for avia,hx711

Arnd Bergmann (1):
  MIPS: Lantiq: Fix another request_mem_region() return code check

Arvind Yadav (1):
  parisc: perf: Fix potential NULL pointer dereference

Bartosz Golaszewski (1):
  drm: bridge: add DT bindings for TI ths8135

Christophe JAILLET (1):
  tty: goldfish: Fix a parameter of a call to free_irq

Colin Ian King (1):
  MIPS: ralink: Fix incorrect assignment on ralink_soc

Dan Carpenter (1):
  GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next

Darrick J. Wong (1):
  xfs: remove kmem_zalloc_greedy

Feras Daoud (3):
  IB/ipoib: Fix deadlock over vlan_mutex
  IB/ipoib: rtnl_unlock can not come after free_netdev
  IB/ipoib: Replace list_del of the neigh->list with list_del_init

Guenter Roeck (1):
  hwmon: (gl520sm) Fix overflows and crash seen when writing into limit
    attributes

Guilherme G Piccoli (1):
  igb: re-assign hw address pointer on reset after PCI error

Gwendal Grignou (1):
  libata: transport: Remove circular dependency at free time

Hans de Goede (2):
  extcon: axp288: Use vbus-valid instead of -present to determine cable
    presence
  iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register
    modifications

Heiner Kallweit (2):
  mmc: sdio: fix alignment issue in struct sdio_func
  i2c: meson: fix wrong variable usage in meson_i2c_put_data

Ido Schimmel (1):
  bridge: netlink: register netdevice before executing changelink

Johan Hovold (2):
  USB: serial: mos7720: fix control-message error handling
  USB: serial: mos7840: fix control-message error handling

Kristian H. Kristensen (1):
  drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define

Linus Walleij (2):
  ASoC: dapm: handle probe deferrals
  ASoC: dapm: fix some pointer error handling

Liping Zhang (2):
  netfilter: invoke synchronize_rcu after set the _hook_ to NULL
  netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max

Marcin Nowakowski (1):
  MIPS: kexec: Do not reserve invalid crashkernel memory on boot

Markus Elfring (1):
  pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()

Matt Redfearn (1):
  MIPS: IRQ Stack: Unwind IRQ stack onto task stack

Myungho Jung (1):
  net: core: Prevent from dereferencing null pointer when releasing SKB

Niklas Söderlund (1):
  sh_eth: use correct name for ECMR_MPDE bit

Oleksandr Tyshchenko (1):
  iommu/io-pgtable-arm: Check for leaf entry before dereferencing it

Pan Bian (2):
  drm/amdkfd: fix improper return value on error
  team: fix memory leaks

Paul Burton (1):
  MIPS: Ensure bss section ends on a long-aligned address

Peter Chen (1):
  usb: chipidea: vbus event may exist before starting gadget

Richard Guy Briggs (1):
  audit: log 32-bit socketcalls

Roman Spychała (1):
  usb: plusb: Add support for PL-27A1

Santosh Shilimkar (1):
  RDS: RDMA: Fix the composite message user notification

Shaohua Li (1):
  md/raid10: submit bio directly to replacement disk

Simon Horman (1):
  ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for msiof nodes

Thibault Saunier (1):
  [media] exynos-gsc: Do not swap cb/cr for semi planar formats

Zhu Yanjun (1):
  rds: ib: add error handle

 .../bindings/display/bridge/ti,ths8135.txt         | 46 +++++++++++
 .../devicetree/bindings/iio/adc/avia-hx711.txt     | 18 +++++
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 arch/arm/Kconfig-nommu                             |  3 +-
 arch/arm/boot/dts/r8a7790.dtsi                     | 12 ++-
 arch/mips/include/asm/irq.h                        | 15 ++++
 arch/mips/kernel/asm-offsets.c                     |  1 +
 arch/mips/kernel/genex.S                           |  8 +-
 arch/mips/kernel/process.c                         | 56 ++++++++-----
 arch/mips/kernel/setup.c                           |  5 ++
 arch/mips/kernel/vmlinux.lds.S                     |  2 +-
 arch/mips/lantiq/xway/sysctrl.c                    |  4 +-
 arch/mips/ralink/rt3883.c                          |  2 +-
 arch/parisc/kernel/perf.c                          | 94 +++++++++++-----------
 block/partitions/efi.c                             | 17 ++--
 drivers/ata/libata-transport.c                     |  9 +--
 drivers/extcon/extcon-axp288.c                     |  2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_events.c            |  4 +-
 drivers/hwmon/gl520sm.c                            | 25 +++---
 drivers/i2c/busses/i2c-meson.c                     |  2 +-
 drivers/iio/adc/axp288_adc.c                       | 32 +-------
 drivers/infiniband/ulp/ipoib/ipoib_main.c          |  8 +-
 drivers/infiniband/ulp/ipoib/ipoib_vlan.c          | 10 ++-
 drivers/iommu/io-pgtable-arm.c                     |  6 +-
 drivers/md/raid10.c                                | 19 ++++-
 drivers/media/platform/exynos-gsc/gsc-core.c       |  2 -
 drivers/mmc/core/sdio_bus.c                        | 12 ++-
 drivers/net/ethernet/intel/igb/igb_main.c          |  5 ++
 drivers/net/ethernet/renesas/sh_eth.h              |  2 +-
 drivers/net/team/team.c                            |  8 +-
 drivers/net/usb/Kconfig                            |  2 +-
 drivers/net/usb/plusb.c                            | 15 +++-
 drivers/pinctrl/mvebu/pinctrl-mvebu.c              |  9 ++-
 drivers/tty/goldfish.c                             |  2 +-
 drivers/usb/chipidea/otg.c                         | 17 ++--
 drivers/usb/serial/mos7720.c                       |  9 ++-
 drivers/usb/serial/mos7840.c                       | 19 ++++-
 fs/gfs2/glock.c                                    | 12 +--
 fs/xfs/kmem.c                                      | 18 -----
 fs/xfs/kmem.h                                      |  2 -
 fs/xfs/xfs_itable.c                                |  6 +-
 include/linux/audit.h                              | 20 +++++
 include/linux/mmc/sdio_func.h                      |  2 +-
 include/uapi/drm/drm_fourcc.h                      |  1 +
 net/bridge/br_netlink.c                            |  7 +-
 net/compat.c                                       | 17 +++-
 net/core/dev.c                                     |  3 +
 net/ipv4/netfilter/nf_nat_snmp_basic.c             |  1 +
 net/netfilter/nf_conntrack_ecache.c                |  2 +
 net/netfilter/nf_conntrack_netlink.c               |  1 +
 net/netfilter/nf_nat_core.c                        |  2 +
 net/netfilter/nfnetlink_cthelper.c                 | 20 ++---
 net/netfilter/nfnetlink_cttimeout.c                |  2 +-
 net/packet/af_packet.c                             |  2 +
 net/rds/ib_cm.c                                    | 47 ++++++++---
 net/rds/ib_send.c                                  | 25 +++---
 net/rds/rdma.c                                     | 10 +++
 net/rds/rds.h                                      |  1 +
 net/rds/send.c                                     |  4 +-
 sound/soc/soc-dapm.c                               | 62 ++++++++++++++
 sound/soc/soc-topology.c                           |  9 +++
 61 files changed, 547 insertions(+), 232 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,ths8135.txt
 create mode 100644 Documentation/devicetree/bindings/iio/adc/avia-hx711.txt

-- 
2.11.0

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2017-10-05  8:51 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-24 18:42 [GIT PULL for-4.4 00/46] Commits for v4.4 LTS Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 01/46] drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 06/46] MIPS: Ensure bss section ends on a long-aligned address Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 03/46] GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_next Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 02/46] drm: bridge: add DT bindings for TI ths8135 Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 05/46] ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for msiof nodes Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 04/46] RDS: RDMA: Fix the composite message user notification Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 10/46] extcon: axp288: Use vbus-valid instead of -present to determine cable presence Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 07/46] MIPS: kexec: Do not reserve invalid crashkernel memory on boot Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 08/46] MIPS: ralink: Fix incorrect assignment on ralink_soc Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 09/46] igb: re-assign hw address pointer on reset after PCI error Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 11/46] sh_eth: use correct name for ECMR_MPDE bit Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 12/46] hwmon: (gl520sm) Fix overflows and crash seen when writing into limit attributes Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 13/46] iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 17/46] IB/ipoib: Fix deadlock over vlan_mutex Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 15/46] ARM: 8635/1: nommu: allow enabling REMAP_VECTORS_TO_RAM Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 16/46] tty: goldfish: Fix a parameter of a call to free_irq Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 14/46] iio: adc: hx711: Add DT binding for avia,hx711 Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 18/46] IB/ipoib: rtnl_unlock can not come after free_netdev Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 21/46] USB: serial: mos7720: fix control-message error handling Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 19/46] IB/ipoib: Replace list_del of the neigh->list with list_del_init Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 20/46] drm/amdkfd: fix improper return value on error Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 22/46] USB: serial: mos7840: fix control-message error handling Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 23/46] pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show() Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 24/46] partitions/efi: Fix integer overflow in GPT size calculation Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 26/46] audit: log 32-bit socketcalls Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 28/46] ASoC: dapm: fix some pointer error handling Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 27/46] usb: chipidea: vbus event may exist before starting gadget Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 25/46] ASoC: dapm: handle probe deferrals Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 30/46] net: core: Prevent from dereferencing null pointer when releasing SKB Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 29/46] MIPS: Lantiq: Fix another request_mem_region() return code check Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 32/46] team: fix memory leaks Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 31/46] net/packet: check length in getsockopt() called with PACKET_HDRLEN Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 35/46] bridge: netlink: register netdevice before executing changelink Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 34/46] mmc: sdio: fix alignment issue in struct sdio_func Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 36/46] netfilter: invoke synchronize_rcu after set the _hook_ to NULL Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 33/46] usb: plusb: Add support for PL-27A1 Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 37/46] MIPS: IRQ Stack: Unwind IRQ stack onto task stack Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 38/46] [media] exynos-gsc: Do not swap cb/cr for semi planar formats Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 40/46] parisc: perf: Fix potential NULL pointer dereference Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 39/46] netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 44/46] i2c: meson: fix wrong variable usage in meson_i2c_put_data Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 42/46] rds: ib: add error handle Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 43/46] md/raid10: submit bio directly to replacement disk Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 41/46] iommu/io-pgtable-arm: Check for leaf entry before dereferencing it Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 45/46] xfs: remove kmem_zalloc_greedy Levin, Alexander (Sasha Levin)
2017-09-24 18:42 ` [GIT PULL for-4.4 46/46] libata: transport: Remove circular dependency at free time Levin, Alexander (Sasha Levin)
2017-10-05  8:51 ` [GIT PULL for-4.4 00/46] Commits for v4.4 LTS gregkh

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.