On 16 March 2018 at 20:52, Greg Kroah-Hartman <[email protected]> wrote: > This is the start of the stable review cycle for the 4.14.28 release. > There are 109 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 Sun Mar 18 15:22:53 UTC 2018. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.28-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.14.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <[email protected]> > Linux 4.14.28-rc1 > > Anusha Srivatsa <[email protected]> > drm/i915/glk: Disable Guc and HuC on GLK > > Sinan Kaya <[email protected]> > dmaengine: qcom_hidma: check pending interrupts > > Arnd Bergmann <[email protected]> > IB/mlx5: revisit -Wmaybe-uninitialized warning > > Mimi Zohar <[email protected]> > ima: relax requiring a file signature for new files with zero length > > Davidlohr Bueso <[email protected]> > locking/locktorture: Fix num reader/writer corner cases > > SeongJae Park <[email protected]> > rcutorture/configinit: Fix build directory error message > > Mahesh Bandewar <[email protected]> > ipvlan: add L2 check for packets arriving via virtual devices > > Christophe Leroy <[email protected]> > Fix misannotated out-of-line _copy_to_user() > > Adrian Hunter <[email protected]> > mmc: mmc_test: Ensure command queue is disabled for testing > > Dan Carpenter <[email protected]> > ASoC: nuc900: Fix a loop timeout test > > Horia Geantă <[email protected]> > crypto: caam/qi - use correct print specifier for size_t > > Luca Coelho <[email protected]> > mac80211: remove BUG() when interface type is invalid > > Adiel Aloni <[email protected]> > mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED > > Chris Wilson <[email protected]> > agp/intel: Flush all chipset writes after updating the GGTT > > Geert Uytterhoeven <[email protected]> > arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset > > Nicholas Piggin <[email protected]> > powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled > context > > Josh Poimboeuf <[email protected]> > powerpc/modules: Don't try to restore r2 after a sibling call > > Yong Zhao <[email protected]> > drm/amdkfd: Fix memory leaks in kfd topology > > Stephen Hemminger <[email protected]> > veth: set peer GSO values > > John Fastabend <[email protected]> > net: sched: drop qdisc_reset from dev_graft_qdisc > > Toshiaki Makita <[email protected]> > virtio_net: Disable interrupts if napi_complete_done rescheduled napi > > Gustavo A. R. Silva <[email protected]> > media: davinci: vpif_capture: add NULL check on devm_kzalloc return value > > Dan Carpenter <[email protected]> > media: cpia2: Fix a couple off by one bugs > > Heinz Mauelshagen <[email protected]> > dm raid: fix raid set size revalidation > > Kieran Bingham <[email protected]> > media: vsp1: Prevent suspending and resuming DRM pipelines > > Xose Vazquez Perez <[email protected]> > scsi: dh: add new rdac devices > > Xose Vazquez Perez <[email protected]> > scsi: devinfo: apply to HP XP the same flags as Hitachi VSP > > Bart Van Assche <[email protected]> > scsi: core: scsi_get_device_flags_keyed(): Always return device flags > > Michael Chan <[email protected]> > bnxt_en: Don't print "Link speed -1 no longer supported" messages. > > Tobias Jordan <[email protected]> > spi: sun6i: disable/unprepare clocks on remove > > Julien BOIBESSOT <[email protected]> > tools/usbip: fixes build with musl libc toolchain > > Ben Greear <[email protected]> > ath10k: fix invalid STS_CAP_OFFSET_MASK > > Limin Zhu <[email protected]> > mwifiex: cfg80211: do not change virtual interface during scan processing > > Srinivas Kandagatla <[email protected]> > clk: qcom: msm8916: fix mnd_width for codec_digcodec > > Monk Liu <[email protected]> > drm/amdgpu:fix virtual dce bug > > Sara Sharon <[email protected]> > iwlwifi: mvm: avoid dumping assert log when device is stopped > > Thomas Richter <[email protected]> > perf annotate: Fix objdump comment parsing for Intel mov dissassembly > > Thomas Richter <[email protected]> > perf annotate: Fix unnecessary memory allocation for s390x > > Takeshi Kihara <[email protected]> > pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using > STP_ISEN_1_D > > Fabrizio Castro <[email protected]> > pinctrl: sh-pfc: r8a7791: Add can_clk function > > Jernej Skrabec <[email protected]> > drm/sun4i: Fix format mask in DE2 driver > > Axel Lin <[email protected]> > pwm: stmpe: Fix wrong register offset for hwpwm=2 case > > Li Dongyang <[email protected]> > scsi: ses: don't ask for diagnostic pages repeatedly during probe > > Monk Liu <[email protected]> > drm/amdgpu:fix random missing of FLR NOTIFY > > Peter Ujfalusi <[email protected]> > dmaengine: amba-pl08x: Use vchan_terminate_vdesc() instead of desc_free > > Peter Ujfalusi <[email protected]> > dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_free
arm and arm64 build broken due to this patch for 4.14 and 4.15 drivers/dma/bcm2835-dma.c:815:3: error: implicit declaration of function 'vchan_terminate_vdesc' [-Werror=implicit-function-declaration] vchan_terminate_vdesc(&c->desc->vd); ^ cc1: some warnings being treated as errors FYI, build using GCCVERSION = "linaro-6.2"

