On Fri, 09 Jul 2021 15:18:12 +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.275 release. > There are 4 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 Sun, 11 Jul 2021 13:14:09 +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/v4.x/stable-review/patch-4.4.275-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-4.4.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Linux 4.4.275-rc1 > > Masami Hiramatsu <mhiramat@xxxxxxxxxx> > arm: kprobes: Allow to handle reentered kprobe on single-stepping > > Juergen Gross <jgross@xxxxxxxx> > xen/events: reset active flag for lateeoi events later > > Christian König <christian.koenig@xxxxxxx> > drm/nouveau: fix dma_address check for CPU/GPU sync > > ManYi Li <limanyi@xxxxxxxxxxxxx> > scsi: sr: Return appropriate error code when disk is ejected > > > ------------- > > Diffstat: > > Makefile | 4 ++-- > arch/arm/probes/kprobes/core.c | 6 ++++++ > drivers/gpu/drm/nouveau/nouveau_bo.c | 4 ++-- > drivers/scsi/sr.c | 2 ++ > drivers/xen/events/events_base.c | 23 +++++++++++++++++++---- > 5 files changed, 31 insertions(+), 8 deletions(-) > > > All tests passing for Tegra ... Test results for stable-v4.4: 6 builds: 6 pass, 0 fail 12 boots: 12 pass, 0 fail 30 tests: 30 pass, 0 fail Linux version: 4.4.275-rc1-gaaf5d64b8bc0 Boards tested: tegra124-jetson-tk1, tegra20-ventana, tegra30-cardhu-a04 Tested-by: Jon Hunter <jonathanh@xxxxxxxxxx> Jon