All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@denx.de,
	stable@vger.kernel.org
Subject: [PATCH 5.10 00/20] 5.10.6-rc1 review
Date: Thu,  7 Jan 2021 15:33:55 +0100	[thread overview]
Message-ID: <20210107143052.392839477@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 5.10.6 release.
There are 20 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 Sat, 09 Jan 2021 14:30:35 +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.10.6-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.10.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Zhang Xiaohui <ruc_zhangxiaohui@163.com>
    mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start

Eric W. Biederman <ebiederm@xmission.com>
    exec: Transform exec_update_mutex into a rw_semaphore

Eric W. Biederman <ebiederm@xmission.com>
    rwsem: Implement down_read_interruptible

Eric W. Biederman <ebiederm@xmission.com>
    rwsem: Implement down_read_killable_nested

peterz@infradead.org <peterz@infradead.org>
    perf: Break deadlock involving exec_update_mutex

Miklos Szeredi <mszeredi@redhat.com>
    fuse: fix bad inode

Jason Gunthorpe <jgg@ziepe.ca>
    RDMA/siw,rxe: Make emulated devices virtual in the device tree

Christoph Hellwig <hch@lst.de>
    RDMA/core: remove use of dma_virt_ops

Stanley Chu <stanley.chu@mediatek.com>
    scsi: ufs: Re-enable WriteBooster after device reset

Adrian Hunter <adrian.hunter@intel.com>
    scsi: ufs: Allow an error return value from ->device_reset()

Imre Deak <imre.deak@intel.com>
    drm/i915/tgl: Fix Combo PHY DPLL fractional divider for 38.4MHz ref clock

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_stream_disable()

Kailang Yang <kailang@realtek.com>
    ALSA: hda/realtek - Modify Dell platform name

Edward Vear <edwardvear@gmail.com>
    Bluetooth: Fix attempting to set RPA timeout when unsupported

Josh Poimboeuf <jpoimboe@redhat.com>
    kdev_t: always inline major/minor helper functions

Rasmus Villemoes <rasmus.villemoes@prevas.dk>
    dt-bindings: rtc: add reset-source property

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    rtc: pcf2127: only use watchdog when explicitly available

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    rtc: pcf2127: move watchdog initialisation to a separate function

Felix Fietkau <nbd@nbd.name>
    Revert "mtd: spinand: Fix OOB read"

Alex Deucher <alexdeucher@gmail.com>
    Revert "drm/amd/display: Fix memory leaks in S3 resume"


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

Diffstat:

 Documentation/devicetree/bindings/rtc/rtc.yaml    |  5 ++
 Makefile                                          |  4 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  3 +-
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c     | 41 ++++++++-----
 drivers/infiniband/core/device.c                  | 43 ++++++-------
 drivers/infiniband/core/rw.c                      |  5 +-
 drivers/infiniband/sw/rdmavt/Kconfig              |  1 -
 drivers/infiniband/sw/rdmavt/mr.c                 |  6 +-
 drivers/infiniband/sw/rdmavt/vt.c                 |  8 ---
 drivers/infiniband/sw/rxe/Kconfig                 |  1 -
 drivers/infiniband/sw/rxe/rxe_net.c               | 12 ----
 drivers/infiniband/sw/rxe/rxe_verbs.c             |  8 ---
 drivers/infiniband/sw/rxe/rxe_verbs.h             |  1 -
 drivers/infiniband/sw/siw/Kconfig                 |  1 -
 drivers/infiniband/sw/siw/siw.h                   |  1 -
 drivers/infiniband/sw/siw/siw_main.c              | 26 +-------
 drivers/mtd/nand/spi/core.c                       |  4 --
 drivers/net/wireless/marvell/mwifiex/join.c       |  2 +
 drivers/nvme/target/rdma.c                        |  3 +-
 drivers/rtc/rtc-pcf2127.c                         | 57 ++++++++++--------
 drivers/scsi/ufs/ufs-mediatek.c                   |  4 +-
 drivers/scsi/ufs/ufs-qcom.c                       |  6 +-
 drivers/scsi/ufs/ufshcd.h                         | 16 +++--
 fs/exec.c                                         | 12 ++--
 fs/fuse/acl.c                                     |  6 ++
 fs/fuse/dir.c                                     | 37 ++++++++++--
 fs/fuse/file.c                                    | 19 +++---
 fs/fuse/fuse_i.h                                  | 12 ++++
 fs/fuse/inode.c                                   |  4 +-
 fs/fuse/readdir.c                                 |  4 +-
 fs/fuse/xattr.c                                   |  9 +++
 fs/proc/base.c                                    | 10 ++--
 include/linux/kdev_t.h                            | 22 +++----
 include/linux/rwsem.h                             |  3 +
 include/linux/sched/signal.h                      | 11 ++--
 include/rdma/ib_verbs.h                           | 73 ++++++++++++++++-------
 init/init_task.c                                  |  2 +-
 kernel/events/core.c                              | 52 ++++++++--------
 kernel/fork.c                                     |  6 +-
 kernel/kcmp.c                                     | 30 +++++-----
 kernel/locking/rwsem.c                            | 40 +++++++++++++
 kernel/pid.c                                      |  4 +-
 net/bluetooth/hci_core.c                          |  2 +-
 sound/pci/hda/patch_hdmi.c                        |  2 +-
 sound/pci/hda/patch_realtek.c                     |  2 +-
 45 files changed, 363 insertions(+), 257 deletions(-)



             reply	other threads:[~2021-01-07 14:33 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07 14:33 Greg Kroah-Hartman [this message]
2021-01-07 14:33 ` [PATCH 5.10 01/20] Revert "drm/amd/display: Fix memory leaks in S3 resume" Greg Kroah-Hartman
2021-01-07 14:33   ` Greg Kroah-Hartman
2021-01-07 14:33 ` [PATCH 5.10 02/20] Revert "mtd: spinand: Fix OOB read" Greg Kroah-Hartman
2021-01-07 14:33 ` [PATCH 5.10 03/20] rtc: pcf2127: move watchdog initialisation to a separate function Greg Kroah-Hartman
2021-01-07 14:33 ` [PATCH 5.10 04/20] rtc: pcf2127: only use watchdog when explicitly available Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 05/20] dt-bindings: rtc: add reset-source property Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 06/20] kdev_t: always inline major/minor helper functions Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 07/20] Bluetooth: Fix attempting to set RPA timeout when unsupported Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 08/20] ALSA: hda/realtek - Modify Dell platform name Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 09/20] ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_stream_disable() Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 10/20] drm/i915/tgl: Fix Combo PHY DPLL fractional divider for 38.4MHz ref clock Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 11/20] scsi: ufs: Allow an error return value from ->device_reset() Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 12/20] scsi: ufs: Re-enable WriteBooster after device reset Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 13/20] RDMA/core: remove use of dma_virt_ops Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 14/20] RDMA/siw,rxe: Make emulated devices virtual in the device tree Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 15/20] fuse: fix bad inode Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 16/20] perf: Break deadlock involving exec_update_mutex Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 17/20] rwsem: Implement down_read_killable_nested Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 18/20] rwsem: Implement down_read_interruptible Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 19/20] exec: Transform exec_update_mutex into a rw_semaphore Greg Kroah-Hartman
2021-01-07 14:34 ` [PATCH 5.10 20/20] mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start Greg Kroah-Hartman
2021-01-07 20:20 ` [PATCH 5.10 00/20] 5.10.6-rc1 review Jon Hunter
2021-01-10 11:30   ` Greg Kroah-Hartman
2021-01-08  1:10 ` Shuah Khan
2021-01-10 11:30   ` Greg Kroah-Hartman
2021-01-08  2:02 ` Naresh Kamboju
2021-01-10 11:30   ` Greg Kroah-Hartman
2021-01-08 17:41 ` Guenter Roeck
2021-01-10 11:31   ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210107143052.392839477@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=pavel@denx.de \
    --cc=shuah@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.