All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.19 00/13] Backported fixes taken from Sony's Vendor tree
@ 2020-04-03 12:18 Lee Jones
  2020-04-03 12:18 ` [PATCH 4.19 01/13] clk: qcom: rcg: Return failure for RCG update Lee Jones
                   ` (13 more replies)
  0 siblings, 14 replies; 22+ messages in thread
From: Lee Jones @ 2020-04-03 12:18 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

Alexander Shishkin (1):
  perf/core: Reattach a misplaced comment

Alexei Avshalom Lazar (1):
  wil6210: add general initialization/size checks

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):
  rpmsg: glink: Remove chunk size word align warning

Dedy Lansky (2):
  wil6210: check rx_buff_mgmt before accessing it
  wil6210: make sure Rx ring sizes are correlated

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

Karthick Gopalasubramanian (1):
  wil6210: remove reset file from debugfs

Maya Erez (1):
  wil6210: ignore HALP ICR if already handled

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

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

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

 arch/arm64/kernel/head.S                     |  2 +-
 drivers/clk/qcom/clk-rcg2.c                  |  2 +-
 drivers/gpu/drm/drm_dp_mst_topology.c        |  1 +
 drivers/gpu/drm/msm/msm_gem.c                |  4 +--
 drivers/net/wireless/ath/wil6210/debugfs.c   | 29 ++------------------
 drivers/net/wireless/ath/wil6210/interrupt.c | 12 +++++---
 drivers/net/wireless/ath/wil6210/main.c      |  5 +++-
 drivers/net/wireless/ath/wil6210/txrx.c      |  4 +--
 drivers/net/wireless/ath/wil6210/txrx_edma.c | 14 ++++++++--
 drivers/net/wireless/ath/wil6210/wil6210.h   |  3 +-
 drivers/net/wireless/ath/wil6210/wmi.c       |  2 +-
 drivers/rpmsg/qcom_glink_native.c            |  3 --
 drivers/usb/dwc3/gadget.c                    |  1 -
 kernel/events/core.c                         |  7 ++---
 mm/vmalloc.c                                 |  8 ++++--
 15 files changed, 43 insertions(+), 54 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-04-20 11:24 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 12:18 [PATCH 4.19 00/13] Backported fixes taken from Sony's Vendor tree Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 01/13] clk: qcom: rcg: Return failure for RCG update Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 02/13] drm/msm: stop abusing dma_map/unmap for cache Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 03/13] arm64: Fix size of __early_cpu_boot_status Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 04/13] drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read() Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 05/13] wil6210: check rx_buff_mgmt before accessing it Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 06/13] wil6210: ignore HALP ICR if already handled Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 07/13] wil6210: add general initialization/size checks Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 08/13] wil6210: make sure Rx ring sizes are correlated Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 09/13] rpmsg: glink: Remove chunk size word align warning Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 10/13] wil6210: remove reset file from debugfs Lee Jones
2020-04-11 11:47   ` Greg KH
2020-04-14  7:42     ` Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 11/13] perf/core: Reattach a misplaced comment Lee Jones
2020-04-03 12:26   ` Greg KH
2020-04-03 12:52     ` Lee Jones
2020-04-03 13:23       ` Alexander Shishkin
2020-04-11 11:49         ` Greg KH
2020-04-14  7:37           ` Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 12/13] mm/vmalloc.c: move 'area->pages' after if statement Lee Jones
2020-04-03 12:18 ` [PATCH 4.19 13/13] usb: dwc3: don't set gadget->is_otg flag Lee Jones
2020-04-20 11:24 ` [PATCH 4.19 00/13] Backported fixes taken from Sony's Vendor tree Greg KH

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.