Re: [PATCH 5.7 000/477] 5.7.6-rc1 review

2020-06-25 Thread Greg Kroah-Hartman
On Wed, Jun 24, 2020 at 03:57:39PM -0600, Shuah Khan wrote:
> On 6/23/20 1:49 PM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.7.6 release.
> > There are 477 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 Thu, 25 Jun 2020 19:52:30 +.
> > 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.7.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.7.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> > 
> 
> Compiled and booted on my test system. No dmesg regressions.

Thanks for testing all of these and letting me know.

greg k-h


Re: [PATCH 5.7 000/477] 5.7.6-rc1 review

2020-06-24 Thread Shuah Khan

On 6/23/20 1:49 PM, Greg Kroah-Hartman wrote:

This is the start of the stable review cycle for the 5.7.6 release.
There are 477 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 Thu, 25 Jun 2020 19:52:30 +.
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.7.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.7.y
and the diffstat can be found below.

thanks,

greg k-h



Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah



Re: [PATCH 5.7 000/477] 5.7.6-rc1 review

2020-06-23 Thread Greg Kroah-Hartman
On Tue, Jun 23, 2020 at 10:07:08PM -0700, Guenter Roeck wrote:
> On 6/23/20 12:49 PM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.7.6 release.
> > There are 477 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 Thu, 25 Jun 2020 19:52:30 +.
> > Anything received after that time might be too late.
> > 
> [ ... ]
> > Christophe JAILLET 
> > pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak 
> > in case of error in 'imx_pinctrl_probe()'
> > 
> This patch has since been reverted in the upstream kernel (commit 
> 13f2d25b951f)
> and needs to be dropped.

Now dropped, thanks.

greg k-h


Re: [PATCH 5.7 000/477] 5.7.6-rc1 review

2020-06-23 Thread Guenter Roeck
On 6/23/20 12:49 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.7.6 release.
> There are 477 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 Thu, 25 Jun 2020 19:52:30 +.
> Anything received after that time might be too late.
> 
[ ... ]
> Christophe JAILLET 
> pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak 
> in case of error in 'imx_pinctrl_probe()'
> 
This patch has since been reverted in the upstream kernel (commit 13f2d25b951f)
and needs to be dropped.

Guenter


[PATCH 5.7 000/477] 5.7.6-rc1 review

2020-06-23 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 5.7.6 release.
There are 477 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 Thu, 25 Jun 2020 19:52:30 +.
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.7.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.7.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 5.7.6-rc1

Jon Derrick 
iommu/vt-d: Remove real DMA lookup in find_domain

Ahmed S. Darwish 
net: core: device_rename: Use rwsem instead of a seqcount

Alexander Sverdlin 
net: octeon: mgmt: Repair filling of RX ring

Chen Yu 
e1000e: Do not wake up the system via WOL if device wakeup is disabled

Nicholas Piggin 
powerpc/64s: Fix KVM interrupt using wrong save area

Jiri Olsa 
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task

Masami Hiramatsu 
kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex

Stefano Brivio 
netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointer

Stefano Brivio 
netfilter: nft_set_rbtree: Don't account for expired elements on insertion

Kefeng Wang 
sample-trace-array: Fix sleeping function called from invalid context

Kefeng Wang 
sample-trace-array: Remove trace_array 'sample-instance'

Masami Hiramatsu 
tools/bootconfig: Fix to return 0 if succeeded to show the bootconfig

Masami Hiramatsu 
tools/bootconfig: Fix to use correct quotes for value

Masami Hiramatsu 
proc/bootconfig: Fix to use correct quotes for value

Vamshi K Sthambamkadi 
tracing/probe: Fix memleak in fetch_op_data operations

Steven Rostedt (VMware) 
tracing: Make ftrace packed events have align of 1

Eric Biggers 
crypto: algboss - don't wait during notifier callback

Herbert Xu 
crypto: algif_skcipher - Cap recv SG list at ctx->used

Swathi Dhanavanthri 
drm/i915/tgl: Make Wa_14010229206 permanent

Harry Wentland 
Revert "drm/amd/display: disable dcn20 abm feature for bring up"

Chris Wilson 
drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds

Chris Wilson 
drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workarounds

Chris Wilson 
drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workarounds

Chris Wilson 
drm/i915/gt: Move snb GT workarounds from init_clock_gating to workarounds

Chris Wilson 
drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds

Chris Wilson 
drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workarounds

Chris Wilson 
drm/i915/gt: Incrementally check for rewinding

Khaled Almahallawy 
drm/i915/tc: fix the reset of ln0

Imre Deak 
drm/i915/icl+: Fix hotplug interrupt disabling after storm detection

Denis Efremov 
drm/amd/display: Use kvfree() to free coeff in build_regamma()

Lorenz Brun 
drm/amdkfd: Use correct major in devcgroup check

Jeykumar Sankaran 
drm/connector: notify userspace on hotplug after register complete

Chris Wilson 
drm/i915: Whitelist context-local timestamp in the gen9 cmdparser

Chris Wilson 
drm/i915/gem: Avoid iterating an empty list

Jordan Crouse 
drm/msm: Check for powered down HW in the devfreq callbacks

Imre Deak 
drm/i915: Fix AUX power domain toggling across TypeC mode resets

Dmitry V. Levin 
s390: fix syscall_get_error for compat processes

Eric Biggers 
f2fs: avoid utf8_strncasecmp() with unstable name

Eric Biggers 
f2fs: split f2fs_d_compare() from f2fs_match_name()

Denis Efremov 
net/mlx5: DR, Fix freeing in dr_create_rc_qp()

Lyude Paul 
drm/dp_mst: Increase ACT retry timeout to 3s

Theodore Ts'o 
ext4: avoid race conditions when remounting with options that change dax

Xiaoguang Wang 
io_uring: fix possible race condition against REQ_F_NEED_CLEANUP

Jens Axboe 
io_uring: reap poll completions while waiting for refs to drop on exit

Jens Axboe 
io_uring: acquire 'mm' for task_work for SQPOLL

Xiaoguang Wang 
io_uring: add memory barrier to synchronize io_kiocb's result and 
iopoll_completed

Xiaoguang Wang 
io_uring: don't fail links for EAGAIN error in IOPOLL mode

Xiaoguang Wang 
io_uring: fix io_kiocb.flags modification race in IOPOLL mode

Thomas Zimmermann 
drm/ast: Don't check new mode if CRTC is being disabled

Tom Rix 
selinux: fix undefined return of cond_evaluate_expr

Tom Rix 
selinux: fix a double free in cond_read_node()/cond_read_list()

Tom Rix 
selinux: fix double free

Sandeep Raghuraman 
drm/amdgpu: Replace invalid device ID with a valid device ID

Alex Deucher