stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.19 00/38] 5.19.11-rc1 review
@ 2022-09-21 15:45 Greg Kroah-Hartman
  2022-09-21 15:45 ` [PATCH 5.19 01/38] of: fdt: fix off-by-one error in unflatten_dt_nodes() Greg Kroah-Hartman
                   ` (39 more replies)
  0 siblings, 40 replies; 42+ messages in thread
From: Greg Kroah-Hartman @ 2022-09-21 15:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, stable, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
	slade

This is the start of the stable review cycle for the 5.19.11 release.
There are 38 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 Fri, 23 Sep 2022 15:36:33 +0000.
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/v5.x/stable-review/patch-5.19.11-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-5.19.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/sigmatel: Fix unused variable warning for beep power change

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/sigmatel: Keep power up while beep is enabled

Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
    cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()

Janne Grunau <j@jannau.net>
    dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description

sewookseo <sewookseo@google.com>
    net: Find dst with sk's xfrm policy not ctl_sk

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega

Lijo Lazar <lijo.lazar@amd.com>
    drm/amdgpu: Don't enable LTR if not supported

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu: make sure to init common IP before gmc

Nirmoy Das <nirmoy.das@intel.com>
    drm/i915: Set correct domains values at _i915_vma_move_to_active

Ashutosh Dixit <ashutosh.dixit@intel.com>
    drm/i915/gt: Fix perf limit reasons bit positions

Ben Hutchings <benh@debian.org>
    tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa

Helge Deller <deller@gmx.de>
    parisc: Allow CONFIG_64BIT with ARCH=parisc

Mikulas Patocka <mpatocka@redhat.com>
    blk-lib: fix blkdev_issue_secure_erase

Stefan Metzmacher <metze@samba.org>
    cifs: always initialize struct msghdr smb_msg completely

Stefan Metzmacher <metze@samba.org>
    cifs: don't send down the destination address to sendmsg for a SOCK_STREAM

Ronnie Sahlberg <lsahlber@redhat.com>
    cifs: revalidate mapping when doing direct writes

Jens Axboe <axboe@kernel.dk>
    io_uring/msg_ring: check file type before putting

Thierry Reding <treding@nvidia.com>
    of/device: Fix up of_dma_configure_id() stub

Yang Yingliang <yangyingliang@huawei.com>
    parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()

Stefan Roesch <shr@fb.com>
    block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait

Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
    drm/i915/guc: Cancel GuC engine busyness worker synchronously

Alan Previn <alan.previn.teres.alexis@intel.com>
    drm/i915/guc: Don't update engine busyness stats too frequently

Ankit Nautiyal <ankit.k.nautiyal@intel.com>
    drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC

Sascha Hauer <s.hauer@pengutronix.de>
    drm/rockchip: vop2: Fix eDP/HDMI sync polarities

Stuart Menefy <stuart.menefy@mathembedded.com>
    drm/meson: Fix OSD1 RGB to YCbCr coefficient

Stuart Menefy <stuart.menefy@mathembedded.com>
    drm/meson: Correct OSD1 global alpha value

Chen-Yu Tsai <wenst@chromium.org>
    drm/panel-edp: Fix delays for Innolux N116BCA-EA1

Dan Aloni <dan.aloni@vastdata.com>
    Revert "SUNRPC: Remove unreachable error condition"

Anna Schumaker <Anna.Schumaker@Netapp.com>
    NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE

Pali Rohár <pali@kernel.org>
    gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx

Trond Myklebust <trond.myklebust@hammerspace.com>
    NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0

Trond Myklebust <trond.myklebust@hammerspace.com>
    SUNRPC: Fix call completion races with call_decode()

Michael Wu <michael@allwinnertech.com>
    pinctrl: sunxi: Fix name for A100 R_PIO

João H. Spies <jhlspies@gmail.com>
    pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH

Molly Sophia <mollysophia379@gmail.com>
    pinctrl: qcom: sc8180x: Fix wrong pin numbers

Molly Sophia <mollysophia379@gmail.com>
    pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map

Sergey Shtylyov <s.shtylyov@omp.ru>
    of: fdt: fix off-by-one error in unflatten_dt_nodes()


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

Diffstat:

 .../bindings/interrupt-controller/apple,aic.yaml   |  2 +-
 Makefile                                           |  4 ++--
 arch/parisc/Kconfig                                | 12 +++++++++-
 block/blk-core.c                                   |  4 ++--
 block/blk-lib.c                                    | 11 ++++++---
 drivers/gpio/gpio-mpc8xxx.c                        |  1 +
 drivers/gpio/gpio-rockchip.c                       |  4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 14 ++++++++---
 drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c             |  9 +++++++-
 drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c             |  9 +++++++-
 drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c             |  9 +++++++-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |  5 ++++
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 25 --------------------
 drivers/gpu/drm/amd/amdgpu/vega10_ih.c             |  4 ++++
 drivers/gpu/drm/amd/amdgpu/vega20_ih.c             |  4 ++++
 drivers/gpu/drm/i915/display/icl_dsi.c             |  2 ++
 drivers/gpu/drm/i915/display/intel_dp.c            |  1 +
 drivers/gpu/drm/i915/display/intel_vdsc.c          |  1 -
 drivers/gpu/drm/i915/gt/uc/intel_guc.h             |  8 +++++++
 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c  | 20 +++++++++++++++-
 drivers/gpu/drm/i915/i915_reg.h                    | 16 ++++++-------
 drivers/gpu/drm/i915/i915_vma.c                    |  3 ++-
 drivers/gpu/drm/meson/meson_plane.c                |  2 +-
 drivers/gpu/drm/meson/meson_viu.c                  |  2 +-
 drivers/gpu/drm/panel/panel-edp.c                  |  3 ++-
 drivers/gpu/drm/rockchip/rockchip_drm_vop2.c       |  4 ++++
 drivers/of/fdt.c                                   |  2 +-
 drivers/parisc/ccio-dma.c                          |  1 +
 drivers/pinctrl/qcom/pinctrl-sc8180x.c             | 10 ++++----
 drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c      |  2 +-
 fs/cifs/connect.c                                  | 11 +++------
 fs/cifs/file.c                                     |  3 +++
 fs/cifs/transport.c                                |  6 +----
 fs/nfs/internal.h                                  | 25 ++++++++++++++++++++
 fs/nfs/nfs42proc.c                                 |  9 ++++++--
 fs/nfs/super.c                                     | 27 ++++++++++++++--------
 fs/nfs/write.c                                     | 25 --------------------
 include/linux/of_device.h                          |  5 ++--
 include/net/xfrm.h                                 |  2 ++
 io_uring/io_uring.c                                |  3 ++-
 kernel/cgroup/cgroup-v1.c                          |  2 ++
 net/ipv4/ip_output.c                               |  2 +-
 net/ipv4/tcp_ipv4.c                                |  2 ++
 net/ipv6/tcp_ipv6.c                                |  5 +++-
 net/sunrpc/clnt.c                                  |  3 +++
 net/sunrpc/xprt.c                                  |  8 +++----
 sound/pci/hda/patch_sigmatel.c                     | 24 +++++++++++++++++++
 tools/include/uapi/asm/errno.h                     |  4 ++--
 48 files changed, 237 insertions(+), 123 deletions(-)



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

end of thread, other threads:[~2022-09-22 16:43 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-21 15:45 [PATCH 5.19 00/38] 5.19.11-rc1 review Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 01/38] of: fdt: fix off-by-one error in unflatten_dt_nodes() Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 02/38] pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 03/38] pinctrl: qcom: sc8180x: Fix wrong pin numbers Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 04/38] pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 05/38] pinctrl: sunxi: Fix name for A100 R_PIO Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 06/38] SUNRPC: Fix call completion races with call_decode() Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 07/38] NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0 Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 08/38] gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 09/38] NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 10/38] Revert "SUNRPC: Remove unreachable error condition" Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 11/38] drm/panel-edp: Fix delays for Innolux N116BCA-EA1 Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 12/38] drm/meson: Correct OSD1 global alpha value Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 13/38] drm/meson: Fix OSD1 RGB to YCbCr coefficient Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 14/38] drm/rockchip: vop2: Fix eDP/HDMI sync polarities Greg Kroah-Hartman
2022-09-21 15:45 ` [PATCH 5.19 15/38] drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 16/38] drm/i915/guc: Dont update engine busyness stats too frequently Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 17/38] drm/i915/guc: Cancel GuC engine busyness worker synchronously Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 18/38] block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 19/38] parisc: ccio-dma: Add missing iounmap in error path in ccio_probe() Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 20/38] of/device: Fix up of_dma_configure_id() stub Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 21/38] io_uring/msg_ring: check file type before putting Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 22/38] cifs: revalidate mapping when doing direct writes Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 23/38] cifs: dont send down the destination address to sendmsg for a SOCK_STREAM Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 24/38] cifs: always initialize struct msghdr smb_msg completely Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 25/38] blk-lib: fix blkdev_issue_secure_erase Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 26/38] parisc: Allow CONFIG_64BIT with ARCH=parisc Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 27/38] tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 28/38] drm/i915/gt: Fix perf limit reasons bit positions Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 29/38] drm/i915: Set correct domains values at _i915_vma_move_to_active Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 30/38] drm/amdgpu: make sure to init common IP before gmc Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 31/38] drm/amdgpu: Dont enable LTR if not supported Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 32/38] drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 33/38] drm/amdgpu: move nbio sdma_doorbell_range() into sdma " Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 34/38] net: Find dst with sks xfrm policy not ctl_sk Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 35/38] dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 36/38] cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 37/38] ALSA: hda/sigmatel: Keep power up while beep is enabled Greg Kroah-Hartman
2022-09-21 15:46 ` [PATCH 5.19 38/38] ALSA: hda/sigmatel: Fix unused variable warning for beep power change Greg Kroah-Hartman
2022-09-22  7:11 ` [PATCH 5.19 00/38] 5.19.11-rc1 review Bagas Sanjaya
2022-09-22  7:14   ` Bagas Sanjaya
2022-09-22 16:42 ` Guenter Roeck

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).