I took a scripted approach to look at some product kernels for patches backported into vendor kernels. This is a set of (mostly) bugfixes I found in Spreadtrum's linux-4.14 kernel that are missing in v4.14.107: 83dc7e3dea76 scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1 099a95f3591a PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bits 1cab826b30c6 PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writable b330104fa76d PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent() 36d46cdb43ef rtc: Fix overflow when converting time64_t to rtc_time 1b5d43cfb697 sched/cpufreq/schedutil: Fix error path mutex unlock 5fb5caee92ba pwm-backlight: Enable/disable the PWM before/after LCD enable toggle. f25a646fbe20 power: supply: charger-manager: Fix incorrect return value Only a small number of patches here, the vendor tree is fairly close to mainline. All commits apply cleanly through git-cherry-pick. Baolin Wang (2): rtc: Fix overflow when converting time64_t to rtc_time power: supply: charger-manager: Fix incorrect return value Enric Balletbo i Serra (1): pwm-backlight: Enable/disable the PWM before/after LCD enable toggle. Jules Maselbas (1): sched/cpufreq/schedutil: Fix error path mutex unlock Kishon Vijay Abraham I (1): PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent() Niklas Cassel (2): PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bits PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writable kehuanlin (1): scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1 drivers/pci/dwc/pcie-designware-ep.c | 12 +++++++++++- drivers/pci/dwc/pcie-designware.h | 1 + drivers/pci/endpoint/pci-epc-core.c | 10 ---------- drivers/pci/endpoint/pci-epf-core.c | 4 ++-- drivers/power/supply/charger-manager.c | 3 +-- drivers/rtc/rtc-lib.c | 6 ++---- drivers/scsi/ufs/ufshcd.c | 14 ++++++++------ drivers/video/backlight/pwm_bl.c | 9 +++++---- kernel/sched/cpufreq_schedutil.c | 3 +-- 9 files changed, 31 insertions(+), 31 deletions(-) Cc: Jingoo Han <jingoohan1@xxxxxxxxx> Cc: Joao Pinto <Joao.Pinto@xxxxxxxxxxxx> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> Cc: Kishon Vijay Abraham I <kishon@xxxxxx> Cc: Sebastian Reichel <sre@xxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> Cc: Vinayak Holikatti <vinholikatti@xxxxxxxxx> Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxxxxxxx> Cc: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx> Cc: Thierry Reding <thierry.reding@xxxxxxxxx> Cc: Lee Jones <lee.jones@xxxxxxxxxx> Cc: Daniel Thompson <daniel.thompson@xxxxxxxxxx> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: linux-pci@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: linux-pm@xxxxxxxxxxxxxxx Cc: linux-rtc@xxxxxxxxxxxxxxx Cc: linux-scsi@xxxxxxxxxxxxxxx Cc: linux-pwm@xxxxxxxxxxxxxxx Cc: linux-fbdev@xxxxxxxxxxxxxxx -- 2.20.0