stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.9 00/21] Backported fixes taken from Sony's Vendor tree
@ 2020-04-22 11:19 Lee Jones
  2020-04-22 11:19 ` [PATCH 4.9 01/21] clk: qcom: rcg: Return failure for RCG update Lee Jones
                   ` (21 more replies)
  0 siblings, 22 replies; 30+ messages in thread
From: Lee Jones @ 2020-04-22 11:19 UTC (permalink / raw)
  To: stable; +Cc: Lee Jones

A recent review of the Sony Xperia Development kernel tree [0] resulted
in the discovery of various patches which have been backported from
Mainline in order to fix an array of issues.  These patches should be
applied to Stable such that everyone can benefit from them.

Note: The review is still on-going (~50%) - more to follow.

[0] https://github.com/sonyxperiadev/kernel

Alexey Brodkin (1):
  devres: Align data[] to ARCH_KMALLOC_MINALIGN

Arun KS (1):
  arm64: Fix size of __early_cpu_boot_status

Austin Kim (1):
  mm/vmalloc.c: move 'area->pages' after if statement

Chris Lew (1):
  soc: qcom: smem: Use le32_to_cpu for comparison

Dedy Lansky (2):
  wil6210: fix temperature debugfs
  wil6210: rate limit wil_rx_refill error

Geert Uytterhoeven (1):
  clk: Fix debugfs_create_*() usage

Hamad Kadmany (1):
  wil6210: increase firmware ready timeout

Hans Verkuil (1):
  drm_dp_mst_topology: fix broken
    drm_dp_sideband_parse_remote_dpcd_read()

Joe Moriarty (1):
  drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem

Lior David (1):
  wil6210: fix length check in __wmi_send

Mohit Aggarwal (1):
  rtc: pm8xxx: Fix issue in RTC write path

Rob Clark (1):
  drm/msm: stop abusing dma_map/unmap for cache

Rob Herring (1):
  of: fix missing kobject init for !SYSFS && OF_DYNAMIC config

Roger Quadros (1):
  usb: dwc3: don't set gadget->is_otg flag

Subhash Jadavani (2):
  scsi: ufs: Fix error handing during hibern8 enter
  scsi: ufs: ufs-qcom: remove broken hci version quirk

Taniya Das (1):
  clk: qcom: rcg: Return failure for RCG update

Timur Tabi (1):
  Revert "gpio: set up initial state from .get_direction()"

Venkat Gopalakrishnan (1):
  scsi: ufs: make sure all interrupts are processed

Will Deacon (1):
  arm64: traps: Don't print stack or raw PC/LR values in backtraces

 arch/arm64/kernel/head.S                     |  2 +-
 arch/arm64/kernel/process.c                  |  8 +--
 arch/arm64/kernel/traps.c                    | 74 +-------------------
 drivers/base/devres.c                        | 10 ++-
 drivers/clk/clk.c                            | 30 ++++----
 drivers/clk/qcom/clk-rcg2.c                  |  2 +-
 drivers/gpio/gpiolib.c                       | 31 ++------
 drivers/gpu/drm/drm_dp_mst_topology.c        |  9 ++-
 drivers/gpu/drm/msm/msm_gem.c                |  4 +-
 drivers/net/wireless/ath/wil6210/debugfs.c   |  7 +-
 drivers/net/wireless/ath/wil6210/interrupt.c | 22 +++++-
 drivers/net/wireless/ath/wil6210/main.c      |  2 +-
 drivers/net/wireless/ath/wil6210/txrx.c      |  4 +-
 drivers/net/wireless/ath/wil6210/wmi.c       |  2 +-
 drivers/of/base.c                            |  3 -
 drivers/rtc/rtc-pm8xxx.c                     | 49 ++++++++++---
 drivers/scsi/ufs/ufs-qcom.c                  |  2 +-
 drivers/scsi/ufs/ufshcd.c                    | 46 ++++++++----
 drivers/soc/qcom/smem.c                      |  2 +-
 drivers/usb/dwc3/gadget.c                    |  1 -
 mm/vmalloc.c                                 |  8 ++-
 21 files changed, 152 insertions(+), 166 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-05-13 13:16 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 11:19 [PATCH 4.9 00/21] Backported fixes taken from Sony's Vendor tree Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 01/21] clk: qcom: rcg: Return failure for RCG update Lee Jones
2020-05-13  9:38   ` Greg KH
2020-04-22 11:19 ` [PATCH 4.9 02/21] drm/msm: stop abusing dma_map/unmap for cache Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 03/21] arm64: Fix size of __early_cpu_boot_status Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 04/21] devres: Align data[] to ARCH_KMALLOC_MINALIGN Lee Jones
2020-04-22 12:17   ` David Laight
2020-04-22 12:42     ` Geert Uytterhoeven
2020-04-22 12:31   ` Greg Kroah-Hartman
2020-04-23 11:58     ` Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 05/21] drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read() Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 06/21] drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 07/21] clk: Fix debugfs_create_*() usage Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 08/21] Revert "gpio: set up initial state from .get_direction()" Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 09/21] arm64: traps: Don't print stack or raw PC/LR values in backtraces Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 10/21] scsi: ufs: Fix error handing during hibern8 enter Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 11/21] wil6210: increase firmware ready timeout Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 12/21] wil6210: fix temperature debugfs Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 13/21] scsi: ufs: make sure all interrupts are processed Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 14/21] scsi: ufs: ufs-qcom: remove broken hci version quirk Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 15/21] wil6210: rate limit wil_rx_refill error Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 16/21] rtc: pm8xxx: Fix issue in RTC write path Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 17/21] wil6210: fix length check in __wmi_send Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 18/21] soc: qcom: smem: Use le32_to_cpu for comparison Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 19/21] of: fix missing kobject init for !SYSFS && OF_DYNAMIC config Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 20/21] mm/vmalloc.c: move 'area->pages' after if statement Lee Jones
2020-04-22 11:19 ` [PATCH 4.9 21/21] usb: dwc3: don't set gadget->is_otg flag Lee Jones
2020-05-13  9:39 ` [PATCH 4.9 00/21] Backported fixes taken from Sony's Vendor tree Greg KH
2020-05-13 13:13   ` Lee Jones
2020-05-13 13:16     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).