Re: [PATCH 4.9 00/61] 4.9.226-rc1 review

2020-06-01 Thread Guenter Roeck
On 6/1/20 10:53 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.9.226 release.
> There are 61 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 Wed, 03 Jun 2020 17:38:19 +.
> Anything received after that time might be too late.
> 

Lots of errors along the line of

arch/arm/lib/clear_user.S: Assembler messages:
arch/arm/lib/clear_user.S:33: Error: bad instruction `strbtal r2,[r0],#1'
arch/arm/lib/clear_user.S:34: Error: bad instruction `strbtle r2,[r0],#1'
arch/arm/lib/clear_user.S:35: Error: bad instruction `strbtlt r2,[r0],#1'
arch/arm/lib/clear_user.S:39: Error: bad instruction `strtpl r2,[r0],#4'
arch/arm/lib/clear_user.S:39: Error: bad instruction `strtpl r2,[r0],#4'
arch/arm/lib/clear_user.S:42: Error: bad instruction `strtpl r2,[r0],#4'
arch/arm/lib/clear_user.S:44: Error: bad instruction `strbtne r2,[r0],#1'
arch/arm/lib/clear_user.S:44: Error: bad instruction `strbtne r2,[r0],#1'

Bisect log below.

Guenter

---
# bad: [f7c3cc559c2e60aedae9799208fc8dd85211b971] Linux 4.9.226-rc1
# good: [82dddebfe7da9d2670977ab723da2fdac3eff5b0] Linux 4.9.225
git bisect start 'HEAD' 'v4.9.225'
# bad: [d1560c566028eb1ce2b446ef1ce8e36cb85f58e5] ARM: dts: imx: Correct B850v3 
clock assignment
git bisect bad d1560c566028eb1ce2b446ef1ce8e36cb85f58e5
# good: [3a416993574184aefe8abe230bfcfae7464f438e] gfs2: move privileged user 
check to gfs2_quota_lock_check
git bisect good 3a416993574184aefe8abe230bfcfae7464f438e
# good: [1b96153fc668b0ba6fcc8c05729898773c5bf9cf] Input: xpad - add custom 
init packet for Xbox One S controllers
git bisect good 1b96153fc668b0ba6fcc8c05729898773c5bf9cf
# bad: [b6eb3d378d94ebcfd35ebc881310b6dc684ca7a6] ARM: uaccess: consolidate 
uaccess asm to asm/uaccess-asm.h
git bisect bad b6eb3d378d94ebcfd35ebc881310b6dc684ca7a6
# good: [a4174aaf3c0998c50023fabf48f4107286fe30e6] Input: synaptics-rmi4 - fix 
error return code in rmi_driver_probe()
git bisect good a4174aaf3c0998c50023fabf48f4107286fe30e6
# bad: [db2e66e6d39b037c9538edc5b85094b70fff97ab] ARM: 8843/1: use unified 
assembler in headers
git bisect bad db2e66e6d39b037c9538edc5b85094b70fff97ab
# first bad commit: [db2e66e6d39b037c9538edc5b85094b70fff97ab] ARM: 8843/1: use 
unified assembler in headers


[PATCH 4.9 00/61] 4.9.226-rc1 review

2020-06-01 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.9.226 release.
There are 61 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 Wed, 03 Jun 2020 17:38:19 +.
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.9.226-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.9.y
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 4.9.226-rc1

Salil Mehta 
net: hns: Fixes the missing put_device in positive leg for roce reset

Guoqing Jiang 
sc16is7xx: move label 'err_spi' to correct section

Liviu Dudau 
mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()

Roopa Prabhu 
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags

Thomas Gleixner 
genirq/generic_pending: Do not lose pending affinity update

Pablo Neira Ayuso 
netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build

Dmitry Torokhov 
Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list"

Qiushi Wu 
bonding: Fix reference count leak in bond_sysfs_slave_add.

Qiushi Wu 
qlcnic: fix missing release in qlcnic_83xx_interrupt_test.

Pablo Neira Ayuso 
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code

Phil Sutter 
netfilter: ipset: Fix subcounter update skip

Michael Braun 
netfilter: nft_reject_bridge: enable reject with bridge vlan

Xin Long 
ip_vti: receive ipip packet by calling ip_tunnel_rcv

Jeremy Sowden 
vti4: eliminated some duplicate code.

Xin Long 
xfrm: fix a NULL-ptr deref in xfrm_local_error

Xin Long 
xfrm: fix a warning in xfrm_policy_insert_list

Xin Long 
xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input

Alexander Dahl 
x86/dma: Fix max PFN arithmetic overflow on 32 bit systems

Linus Lüssing 
mac80211: mesh: fix discovery timer re-arming issue / crash

Helge Deller 
parisc: Fix kernel panic in mem_init()

Qiushi Wu 
iommu: Fix reference count leak in iommu_group_alloc.

Arnd Bergmann 
include/asm-generic/topology.h: guard cpumask_of_node() macro argument

Alexander Potapenko 
fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()

Konstantin Khlebnikov 
mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()

Jerry Lee 
libceph: ignore pool overlay and cache logic on redirects

Eric W. Biederman 
exec: Always set cap_ambient in cap_bprm_set_creds

Chris Chiu 
ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DAC

Changming Liu 
ALSA: hwdep: fix a left shifting 1 by 31 UB bug

Robert Beckett 
ARM: dts/imx6q-bx50v3: Set display interface clock parents

Sebastian Reichel 
ARM: dts: imx6q-bx50v3: Add internal switch

Martyn Welch 
ARM: dts: imx: Correct B850v3 clock assignment

Kaike Wan 
IB/qib: Call kobject_put() when kobject_init_and_add() fails

Russell King 
ARM: uaccess: fix DACR mismatch with nested exceptions

Russell King 
ARM: uaccess: integrate uaccess_save and uaccess_restore

Russell King 
ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h

Stefan Agner 
ARM: 8843/1: use unified assembler in headers

Wei Yongjun 
Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()

Kevin Locke 
Input: i8042 - add ThinkPad S230u to i8042 reset list

Łukasz Patron 
Input: xpad - add custom init packet for Xbox One S controllers

Brendan Shanks 
Input: evdev - call input_flush_device() on release(), not flush()

Kevin Locke 
Input: i8042 - add ThinkPad S230u to i8042 nomux list

James Hilliard 
Input: usbtouchscreen - add support for BonXeon TP

Steve French 
cifs: Fix null pointer check in cifs_read

Masahiro Yamada 
usb: gadget: legacy: fix redundant initialization warnings

Lei Xue 
cachefiles: Fix race between read_waiter and read_copier involving op->to_do

Bob Peterson 
gfs2: don't call quota_unhold if quotas are not locked

Bob Peterson 
gfs2: move privileged user check to gfs2_quota_lock_check

Chuhong Yuan 
net: microchip: encx24j600: add missed kthread_stop

Stephen Warren 
gpio: tegra: mask GPIO IRQs during IRQ shutdown

Kalderon, Michal 
IB/cma: Fix reference count leak when no ipv4 addresses are set

Dmitry V. Levin 
uapi: fix linux/if_pppol2tp.h userspace compilation errors

Qiushi Wu 
net/mlx4_core: fix a memory leak bug.

Qiushi Wu 
net: sun: fix missing release regions in cas_init_one().

Moshe Shemesh 
net/mlx5: Add command entry handling completion

Manivannan Sadhasivam 
net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()

Moshe Shemesh