All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org,
	ben.hutchings@codethink.co.uk, stable@vger.kernel.org
Subject: [PATCH 4.4 00/51] 4.4.29-stable review
Date: Sat, 29 Oct 2016 09:49:01 -0400	[thread overview]
Message-ID: <20161029134922.501052551@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 4.4.29 release.
There are 51 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 Mon Oct 31 13:49:01 UTC 2016.
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/v4.x/stable-review/patch-4.4.29-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.4.29-rc1

Robert Jarzmik <robert.jarzmik@free.fr>
    ARM: pxa: pxa_cplds: fix interrupt handling

Pan Xinhui <xinhui.pan@linux.vnet.ibm.com>
    powerpc/nvram: Fix an incorrect partition merge

Johannes Thumshirn <jthumshirn@suse.de>
    mpt3sas: Don't spam logs if logging level is 0

Arnaldo Carvalho de Melo <acme@redhat.com>
    perf symbols: Fixup symbol sizes before picking best ones

Arnaldo Carvalho de Melo <acme@redhat.com>
    perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too

Namhyung Kim <namhyung@kernel.org>
    perf hists browser: Fix event group display

Geert Uytterhoeven <geert+renesas@glider.be>
    clk: divider: Fix clk_divider_round_rate() to use clk_readl()

Tang Yuantian <Yuantian.Tang@nxp.com>
    clk: qoriq: fix a register offset error

Sascha Silbe <silbe@linux.vnet.ibm.com>
    s390/con3270: fix insufficient space padding

Sascha Silbe <silbe@linux.vnet.ibm.com>
    s390/con3270: fix use of uninitialised data

Sebastian Ott <sebott@linux.vnet.ibm.com>
    s390/cio: fix accidental interrupt enabling during resume

Tony Luck <tony.luck@intel.com>
    x86/mm: Expand the exception table logic to allow new handling options

Arnd Bergmann <arnd@arndb.de>
    dmaengine: ipu: remove bogus NO_IRQ reference

Georges Savoundararadj <savoundg@gmail.com>
    power: bq24257: Fix use of uninitialized pointer bq->charger

Larry Finger <Larry.Finger@lwfinger.net>
    staging: r8188eu: Fix scheduling while atomic splat

Chen-Yu Tsai <wens@csie.org>
    ASoC: dapm: Fix kcontrol creation for output driver widget

Chen-Yu Tsai <wens@csie.org>
    ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel

Chen-Yu Tsai <wens@csie.org>
    ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()

Wei Yongjun <weiyj.lk@gmail.com>
    ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()

Dave Gerlach <d-gerlach@ti.com>
    hwrng: omap - Only fail if pm_runtime_get_sync returns < 0

Ard Biesheuvel <ard.biesheuvel@linaro.org>
    crypto: arm/ghash-ce - add missing async import/export

Ondrej Mosnáček <omosnacek@gmail.com>
    crypto: gcm - Fix IV buffer size in crypto_gcm_setkey

Xinming Hu <huxm@marvell.com>
    mwifiex: correct aid value during tdls setup

Wei Yongjun <weiyj.lk@gmail.com>
    spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    ARM: clk-imx35: fix name for ckil clk

Jan Viktorin <viktorin@rehivetech.com>
    uio: fix dmem_region_start computation

Sebastian Frias <sf84@laposte.net>
    genirq/generic_chip: Add irq_unmap callback

Jiri Olsa <jolsa@kernel.org>
    perf stat: Fix interval output values

Russell Currey <ruscur@russell.cc>
    powerpc/eeh: Null check uses of eeh_pe_bus_get

Jesse Gross <jesse@kernel.org>
    tunnels: Remove encapsulation offloads on decap.

Jesse Gross <jesse@kernel.org>
    tunnels: Don't apply GRO to multiple layers of encapsulation.

Jesse Gross <jesse@kernel.org>
    ipip: Properly mark ipip GRO packets as encapsulated.

Jan Kara <jack@suse.cz>
    posix_acl: Clear SGID bit when setting file permissions

Arend Van Spriel <arend.vanspriel@broadcom.com>
    brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()

Gerald Schaefer <gerald.schaefer@de.ibm.com>
    mm/hugetlb: fix memory offline with hugepage size > memory block size

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Unalias obj->phys_handle and obj->userptr

Ville Syrjälä <ville.syrjala@linux.intel.com>
    drm/i915: Account for TSEG size when determining 865G stolen base

David Weinehall <david.weinehall@linux.intel.com>
    Revert "drm/i915: Check live status before reading edid"

Paulo Zanoni <paulo.r.zanoni@intel.com>
    drm/i915/gen9: fix the WaWmMemoryReadLatency implementation

Jan Beulich <JBeulich@suse.com>
    xenbus: don't look up transaction IDs for ordinary writes

Thomas Hellstrom <thellstrom@vmware.com>
    drm/vmwgfx: Limit the user-space command buffer size

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon: change vblank_time's calculation method to reduce computational error.

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon/si/dpm: fix phase shedding setup

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon: narrow asic_init for virtualization

Rex Zhu <Rex.Zhu@amd.com>
    drm/amdgpu: change vblank_time's calculation method to reduce computational error.

Grazvydas Ignotas <notasas@gmail.com>
    drm/amdgpu/dce11: add missing drm_mode_config_cleanup call

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu/dce11: disable hpd on local panels

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu/dce8: disable hpd on local panels

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu/dce10: disable hpd on local panels

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu: fix IB alignment for UVD

Chris Wilson <chris@chris-wilson.co.uk>
    drm/prime: Pass the right module owner through to dma_buf_export()


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

Diffstat:

 Documentation/x86/exception-tables.txt             |  35 ++++++++
 Makefile                                           |   4 +-
 arch/arm/crypto/ghash-ce-glue.c                    |  24 +++++
 arch/arm/mach-pxa/pxa_cplds_irqs.c                 |  24 +++--
 arch/powerpc/kernel/eeh_driver.c                   |   8 ++
 arch/powerpc/kernel/nvram_64.c                     |   6 +-
 arch/powerpc/platforms/powernv/eeh-powernv.c       |   5 ++
 arch/x86/include/asm/asm.h                         |  40 +++++----
 arch/x86/include/asm/uaccess.h                     |  16 ++--
 arch/x86/kernel/early-quirks.c                     |  11 ++-
 arch/x86/kernel/kprobes/core.c                     |   2 +-
 arch/x86/kernel/traps.c                            |   6 +-
 arch/x86/mm/extable.c                              | 100 +++++++++++++++------
 arch/x86/mm/fault.c                                |   2 +-
 crypto/gcm.c                                       |   2 +-
 drivers/char/hw_random/omap-rng.c                  |   4 +-
 drivers/clk/clk-divider.c                          |   2 +-
 drivers/clk/clk-qoriq.c                            |   6 +-
 drivers/clk/imx/clk-imx35.c                        |   2 +-
 drivers/dma/ipu/ipu_irq.c                          |   9 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c            |  14 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |   2 +-
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c             |  23 ++---
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c             |  24 ++---
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c              |  48 ++++++++--
 drivers/gpu/drm/drm_prime.c                        |  17 ++--
 drivers/gpu/drm/i915/i915_drv.h                    |  24 +++--
 drivers/gpu/drm/i915/i915_gem_stolen.c             |  23 +++--
 drivers/gpu/drm/i915/intel_dp.c                    |   2 +-
 drivers/gpu/drm/i915/intel_drv.h                   |   2 -
 drivers/gpu/drm/i915/intel_hdmi.c                  |  36 ++------
 drivers/gpu/drm/i915/intel_pm.c                    |  42 ++++-----
 drivers/gpu/drm/radeon/r600_dpm.c                  |  15 ++--
 drivers/gpu/drm/radeon/radeon_device.c             |   5 +-
 drivers/gpu/drm/radeon/si_dpm.c                    |   2 +-
 drivers/gpu/drm/radeon/sislands_smc.h              |   1 +
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c            |   6 +-
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c |   2 +-
 drivers/net/wireless/mwifiex/join.c                |   3 +-
 drivers/power/bq24257_charger.c                    |  12 +--
 drivers/s390/char/con3270.c                        |  11 ++-
 drivers/s390/cio/chsc.c                            |  20 +++--
 drivers/scsi/mpt3sas/mpt3sas_scsih.c               |   2 +-
 drivers/spi/spi-fsl-dspi.c                         |   1 -
 drivers/staging/rtl8188eu/core/rtw_cmd.c           |   4 +-
 drivers/uio/uio_dmem_genirq.c                      |   2 +-
 drivers/xen/xenbus/xenbus_dev_frontend.c           |   2 +-
 fs/9p/acl.c                                        |  40 ++++-----
 fs/btrfs/acl.c                                     |   6 +-
 fs/ceph/acl.c                                      |   6 +-
 fs/ext2/acl.c                                      |  12 +--
 fs/ext4/acl.c                                      |  12 +--
 fs/f2fs/acl.c                                      |   6 +-
 fs/gfs2/acl.c                                      |  12 +--
 fs/hfsplus/posix_acl.c                             |   4 +-
 fs/jffs2/acl.c                                     |   9 +-
 fs/jfs/acl.c                                       |   6 +-
 fs/ocfs2/acl.c                                     |  10 +--
 fs/posix_acl.c                                     |  31 +++++++
 fs/reiserfs/xattr_acl.c                            |   8 +-
 fs/xfs/xfs_acl.c                                   |  13 +--
 include/drm/drmP.h                                 |   3 +-
 include/linux/netdevice.h                          |   4 +-
 include/linux/posix_acl.h                          |   1 +
 include/net/ip_tunnels.h                           |  16 ++++
 kernel/irq/generic-chip.c                          |  21 +++++
 mm/hugetlb.c                                       |  13 +--
 net/core/dev.c                                     |   2 +-
 net/ipv4/af_inet.c                                 |  24 ++++-
 net/ipv4/fou.c                                     |  13 ++-
 net/ipv4/gre_offload.c                             |   5 ++
 net/ipv4/ip_tunnel_core.c                          |   3 +-
 net/ipv4/udp_offload.c                             |   6 +-
 net/ipv6/ip6_offload.c                             |  15 +++-
 net/ipv6/sit.c                                     |   5 +-
 scripts/sortextable.c                              |  32 +++++++
 sound/soc/soc-dapm.c                               |   6 +-
 sound/soc/soc-topology.c                           |   1 +
 tools/perf/ui/browsers/hists.c                     |   1 -
 tools/perf/util/stat.c                             |  10 +++
 tools/perf/util/symbol-elf.c                       |   3 +-
 tools/perf/util/symbol.c                           |   5 +-
 82 files changed, 658 insertions(+), 359 deletions(-)

             reply	other threads:[~2016-10-29 13:49 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20161029134951epcas3p1c13b6f1be6f87b86f566460458ace237@epcas3p1.samsung.com>
2016-10-29 13:49 ` Greg Kroah-Hartman [this message]
2016-10-29 13:49   ` [PATCH 4.4 02/51] drm/amdgpu: fix IB alignment for UVD Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 03/51] drm/amdgpu/dce10: disable hpd on local panels Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 04/51] drm/amdgpu/dce8: " Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 05/51] drm/amdgpu/dce11: " Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 06/51] drm/amdgpu/dce11: add missing drm_mode_config_cleanup call Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 07/51] drm/amdgpu: change vblank_times calculation method to reduce computational error Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 08/51] drm/radeon: narrow asic_init for virtualization Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 09/51] drm/radeon/si/dpm: fix phase shedding setup Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 10/51] drm/radeon: change vblank_times calculation method to reduce computational error Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 11/51] drm/vmwgfx: Limit the user-space command buffer size Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 13/51] drm/i915/gen9: fix the WaWmMemoryReadLatency implementation Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 14/51] Revert "drm/i915: Check live status before reading edid" Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 16/51] drm/i915: Unalias obj->phys_handle and obj->userptr Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 17/51] mm/hugetlb: fix memory offline with hugepage size > memory block size Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 18/51] brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap() Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 19/51] posix_acl: Clear SGID bit when setting file permissions Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 20/51] ipip: Properly mark ipip GRO packets as encapsulated Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 21/51] tunnels: Dont apply GRO to multiple layers of encapsulation Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 22/51] tunnels: Remove encapsulation offloads on decap Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 23/51] powerpc/eeh: Null check uses of eeh_pe_bus_get Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 24/51] perf stat: Fix interval output values Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 25/51] genirq/generic_chip: Add irq_unmap callback Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 26/51] uio: fix dmem_region_start computation Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 28/51] spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 29/51] mwifiex: correct aid value during tdls setup Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 31/51] crypto: arm/ghash-ce - add missing async import/export Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 32/51] hwrng: omap - Only fail if pm_runtime_get_sync returns < 0 Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 33/51] ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create() Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 34/51] ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw() Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 35/51] ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUXs second channel Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 36/51] ASoC: dapm: Fix kcontrol creation for output driver widget Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 37/51] staging: r8188eu: Fix scheduling while atomic splat Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 38/51] power: bq24257: Fix use of uninitialized pointer bq->charger Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 39/51] dmaengine: ipu: remove bogus NO_IRQ reference Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 40/51] x86/mm: Expand the exception table logic to allow new handling options Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 41/51] s390/cio: fix accidental interrupt enabling during resume Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 42/51] s390/con3270: fix use of uninitialised data Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 43/51] s390/con3270: fix insufficient space padding Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 44/51] clk: qoriq: fix a register offset error Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 45/51] clk: divider: Fix clk_divider_round_rate() to use clk_readl() Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 46/51] perf hists browser: Fix event group display Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 47/51] perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 48/51] perf symbols: Fixup symbol sizes before picking best ones Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 49/51] mpt3sas: Dont spam logs if logging level is 0 Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 50/51] powerpc/nvram: Fix an incorrect partition merge Greg Kroah-Hartman
2016-10-29 13:49   ` [PATCH 4.4 51/51] ARM: pxa: pxa_cplds: fix interrupt handling Greg Kroah-Hartman
2016-10-29 23:08   ` [PATCH 4.4 00/51] 4.4.29-stable review Shuah Khan
2016-10-30  0:43   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161029134922.501052551@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=ben.hutchings@codethink.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=patches@kernelci.org \
    --cc=shuah.kh@samsung.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.