This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.6.1-rc1
Dafna Hirschfeld dafna.hirschfeld@collabora.com media: v4l2-core: fix a use-after-free bug of sd->devnode
Johan Hovold johan@kernel.org media: xirlink_cit: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: stv06xx: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: dib0700: fix rc endpoint lookup
Johan Hovold johan@kernel.org media: ov519: add missing endpoint sanity checks
Eric Biggers ebiggers@google.com libfs: fix infoleak in simple_attr_read()
Kai-Heng Feng kai.heng.feng@canonical.com ahci: Add Intel Comet Lake H RAID PCI ID
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: annotate nested gc_list vs tx queue locking
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: fix init/remove vs IRQ race
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: add proper "compatible" string
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb
Larry Finger Larry.Finger@lwfinger.net staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table
Dan Carpenter dan.carpenter@oracle.com staging: kpc2000: prevent underflow in cpld_reconfigure()
Johan Hovold johan@kernel.org media: usbtv: fix control-message timeouts
Johan Hovold johan@kernel.org media: flexcop-usb: fix endpoint sanity check
Mans Rullgard mans@mansr.com usb: musb: fix crash with highmen PIO and usbmon
Qiujun Huang hqjagain@gmail.com USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback
Matthias Reichl hias@horus.com USB: cdc-acm: restore capability check order
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add Wistron Neweb D19Q1
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add BroadMobi BM806U
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add support for ASKEY WWHC050
Daniel Borkmann daniel@iogearbox.net bpf: Undo incorrect __reg_bound_offset32 handling
-------------
Diffstat:
Makefile | 4 +-- drivers/ata/ahci.c | 1 + drivers/media/usb/b2c2/flexcop-usb.c | 6 ++-- drivers/media/usb/dvb-usb/dib0700_core.c | 4 +-- drivers/media/usb/gspca/ov519.c | 10 ++++++ drivers/media/usb/gspca/stv06xx/stv06xx.c | 19 +++++++++- drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c | 4 +++ drivers/media/usb/gspca/xirlink_cit.c | 18 +++++++++- drivers/media/usb/usbtv/usbtv-core.c | 2 +- drivers/media/usb/usbtv/usbtv-video.c | 5 +-- drivers/media/v4l2-core/v4l2-device.c | 1 + drivers/staging/kpc2000/kpc2000/core.c | 4 +-- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + .../bindings/net/wireless/siliabs,wfx.txt | 7 ++-- drivers/staging/wfx/bus_sdio.c | 15 ++++---- drivers/staging/wfx/bus_spi.c | 41 +++++++++++++--------- drivers/staging/wfx/main.c | 21 ++++++----- drivers/staging/wfx/main.h | 1 - drivers/staging/wfx/queue.c | 16 ++++----- drivers/staging/wlan-ng/hfa384x_usb.c | 2 ++ drivers/staging/wlan-ng/prism2usb.c | 1 + drivers/usb/class/cdc-acm.c | 18 +++++----- drivers/usb/musb/musb_host.c | 17 +++------ drivers/usb/serial/io_edgeport.c | 2 +- drivers/usb/serial/option.c | 6 ++++ fs/libfs.c | 8 +++-- kernel/bpf/verifier.c | 19 ---------- 27 files changed, 149 insertions(+), 104 deletions(-)
On Tue, 31 Mar 2020 at 14:30, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
Perf build broken on Linux next and mainline and now on stable-rc-5.6 branch. where as building kernel Image is successful on arm64, arm, x86_64, and i386.
I have reported this problem on March 25th https://lore.kernel.org/linux-next/CA+G9fYtr+Je4=pLWUgUvPNzUSUmg04oXPJ8zFwTR...
On Tue, Mar 31, 2020 at 11:08 AM Naresh Kamboju naresh.kamboju@linaro.org wrote:
Perf build broken on Linux next and mainline and now on stable-rc-5.6 branch.
Strange. What is it that triggers the problem for you? It works fine here.. The error looks like some kind of command line quoting error, but I don't see the direct cause.
Have you bisected the failure? Build failures should be particularly easy and quick to bisect.
Linus
Em Tue, Mar 31, 2020 at 11:20:37AM -0700, Linus Torvalds escreveu:
On Tue, Mar 31, 2020 at 11:08 AM Naresh Kamboju naresh.kamboju@linaro.org wrote:
Perf build broken on Linux next and mainline and now on stable-rc-5.6 branch.
Strange. What is it that triggers the problem for you? It works fine here.. The error looks like some kind of command line quoting error, but I don't see the direct cause.
Have you bisected the failure? Build failures should be particularly easy and quick to bisect.
Naresh, can you try with the patch below? There was some back and forth about a second patch in a series and this fell thru the cracks.
And also, BTW, can you please send me instructions on how to get hold of the toolchain you use to crossbuild perf, so that I can add it to my set of test build containers?
- Arnaldo
---
From: He Zhe zhe.he@windriver.com
The $(CC) passed to arch_errno_names.sh may include a series of parameters along with gcc itself. To avoid overwriting the following parameters of arch_errno_names.sh and break the build like below, we just pick up the first word of the $(CC).
find: unknown predicate `-m64/arch' x86_64-wrs-linux-gcc: warning: '-x c' after last input file has no effect x86_64-wrs-linux-gcc: error: unrecognized command line option '-m64/include/uapi/asm-generic/errno.h' x86_64-wrs-linux-gcc: fatal error: no input files
Signed-off-by: He Zhe zhe.he@windriver.com --- tools/perf/Makefile.perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 3eda9d4..7114c11 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -573,7 +573,7 @@ arch_errno_hdr_dir := $(srctree)/tools arch_errno_tbl := $(srctree)/tools/perf/trace/beauty/arch_errno_names.sh
$(arch_errno_name_array): $(arch_errno_tbl) - $(Q)$(SHELL) '$(arch_errno_tbl)' $(CC) $(arch_errno_hdr_dir) > $@ + $(Q)$(SHELL) '$(arch_errno_tbl)' $(firstword $(CC)) $(arch_errno_hdr_dir) > $@
sync_file_range_arrays := $(beauty_outdir)/sync_file_range_arrays.c sync_file_range_tbls := $(srctree)/tools/perf/trace/beauty/sync_file_range.sh
Hello!
On Tue, 31 Mar 2020 at 13:29, Arnaldo Carvalho de Melo arnaldo.melo@gmail.com wrote:
Em Tue, Mar 31, 2020 at 11:20:37AM -0700, Linus Torvalds escreveu:
On Tue, Mar 31, 2020 at 11:08 AM Naresh Kamboju naresh.kamboju@linaro.org wrote:
Perf build broken on Linux next and mainline and now on stable-rc-5.6 branch.
Strange. What is it that triggers the problem for you? It works fine here.. The error looks like some kind of command line quoting error, but I don't see the direct cause.
Have you bisected the failure? Build failures should be particularly easy and quick to bisect.
Naresh, can you try with the patch below? There was some back and forth about a second patch in a series and this fell thru the cracks.
I tried that patch, did not help.
Bisection led to the expected merge, "perf-urgent-for-linus", so I went one by one and found this commit: a7ffd416d804 ("perf python: Fix clang detection when using CC=clang-version"). Specifically, the line that fails is:
cc_is_clang = b"clang version" in Popen([cc, "-v"], stderr=PIPE).stderr.readline()
with:
Traceback (most recent call last): File "util/setup.py", line 6, in <module> cc_is_clang = b"clang version" in Popen([cc, "-v"], stderr=PIPE).stderr.readline() File "/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot-native/usr/lib/python2.7/subprocess.py", line 394, in __init__ errread, errwrite) File "/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot-native/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
There, the value for CC is "aarch64-linaro-linux-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot".
And also, BTW, can you please send me instructions on how to get hold of the toolchain you use to crossbuild perf, so that I can add it to my set of test build containers?
It's an OE build, so it's bound to take quite a bit of space. I'll try to get something dockerized so that it's easier to replicate.
Thanks and greetings!
Daniel Díaz daniel.diaz@linaro.org
- Arnaldo
From: He Zhe zhe.he@windriver.com
The $(CC) passed to arch_errno_names.sh may include a series of parameters along with gcc itself. To avoid overwriting the following parameters of arch_errno_names.sh and break the build like below, we just pick up the first word of the $(CC).
find: unknown predicate `-m64/arch' x86_64-wrs-linux-gcc: warning: '-x c' after last input file has no effect x86_64-wrs-linux-gcc: error: unrecognized command line option '-m64/include/uapi/asm-generic/errno.h' x86_64-wrs-linux-gcc: fatal error: no input files
Signed-off-by: He Zhe zhe.he@windriver.com
tools/perf/Makefile.perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index 3eda9d4..7114c11 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -573,7 +573,7 @@ arch_errno_hdr_dir := $(srctree)/tools arch_errno_tbl := $(srctree)/tools/perf/trace/beauty/arch_errno_names.sh
$(arch_errno_name_array): $(arch_errno_tbl)
$(Q)$(SHELL) '$(arch_errno_tbl)' $(CC) $(arch_errno_hdr_dir) > $@
$(Q)$(SHELL) '$(arch_errno_tbl)' $(firstword $(CC)) $(arch_errno_hdr_dir) > $@
sync_file_range_arrays := $(beauty_outdir)/sync_file_range_arrays.c sync_file_range_tbls := $(srctree)/tools/perf/trace/beauty/sync_file_range.sh -- 2.7.4
Em Tue, Mar 31, 2020 at 05:18:57PM -0600, Daniel Díaz escreveu:
On Tue, 31 Mar 2020 at 13:29, Arnaldo Carvalho de Melo arnaldo.melo@gmail.com wrote:
Em Tue, Mar 31, 2020 at 11:20:37AM -0700, Linus Torvalds escreveu:
On Tue, Mar 31, 2020 at 11:08 AM Naresh Kamboju naresh.kamboju@linaro.org wrote:
Perf build broken on Linux next and mainline and now on stable-rc-5.6 branch.
Strange. What is it that triggers the problem for you? It works fine here.. The error looks like some kind of command line quoting error, but I don't see the direct cause.
Have you bisected the failure? Build failures should be particularly easy and quick to bisect.
Naresh, can you try with the patch below? There was some back and forth about a second patch in a series and this fell thru the cracks.
I tried that patch, did not help.
Bisection led to the expected merge, "perf-urgent-for-linus", so I went one by one and found this commit: a7ffd416d804 ("perf python: Fix clang detection when using CC=clang-version"). Specifically, the line that fails is:
cc_is_clang = b"clang version" in Popen([cc, "-v"], stderr=PIPE).stderr.readline()
with:
Traceback (most recent call last): File "util/setup.py", line 6, in <module> cc_is_clang = b"clang version" in Popen([cc, "-v"], stderr=PIPE).stderr.readline() File "/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot-native/usr/lib/python2.7/subprocess.py", line 394, in __init__ errread, errwrite) File "/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot-native/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
There, the value for CC is "aarch64-linaro-linux-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot".
Yeah, the assumption was that CC would be just the compiler, whatever options needed for compiling would be in CFLAGS, so the solution should be similar to the other patch, i.e. split CC and get the first word to use with 'cc -v', i.e.:
[perfbuilder@five ~]$ podman run --entrypoint=/bin/sh --rm -ti acmel/linux-perf-tools-build-ubuntu:18.04-x-arm64 $ [perfbuilder@five ~]$ podman run --entrypoint=/bin/bash --rm -ti acmel/linux-perf-tools-build-ubuntu:18.04-x-arm64 perfbuilder@92dcc3ff8814:/$ python3 Python 3.6.9 (default, Nov 7 2019, 10:44:02) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information.
from subprocess import Popen a = Popen(["aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot", "-v"])
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.6/subprocess.py", line 729, in __init__ restore_signals, start_new_session) File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot': 'aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot'
a = Popen(["aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot".split()[0], "-v"]) Using built-in specs.
COLLECT_GCC=aarch64-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/aarch64-linux-gnu/7/lto-wrapper Target: aarch64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=aarch64-linux-gnu --program-prefix=aarch64-linux-gnu- --includedir=/usr/aarch64-linux-gnu/include Thread model: posix gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04)
Can you please try the one-liner at the end of this message?
And also, BTW, can you please send me instructions on how to get hold of the toolchain you use to crossbuild perf, so that I can add it to my set of test build containers?
It's an OE build, so it's bound to take quite a bit of space. I'll try to get something dockerized so that it's easier to replicate.
Thanks a lot!
- Arnaldo
From 2a88ba6ddf54a4340f5a5f896705d5e42561e210 Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo acme@redhat.com Date: Wed, 1 Apr 2020 09:33:59 -0300 Subject: [PATCH 1/1] perf python: Fix clang detection to strip out options passed in $CC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
The clang check in the python setup.py file expected $CC to be just the name of the compiler, not the compiler + options, i.e. all options were expected to be passed in $CFLAGS, this ends up making it fail in systems where CC is set to, e.g.:
"aarch64-linaro-linux-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot"
Like this:
$ python3
from subprocess import Popen a = Popen(["aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot", "-v"])
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.6/subprocess.py", line 729, in __init__ restore_signals, start_new_session) File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot': 'aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot'
Make it more robust, covering this case, by passing cc.split()[0] as the first arg to popen().
Reported-by: Daniel Díaz daniel.diaz@linaro.org Reported-by: Naresh Kamboju naresh.kamboju@linaro.org Cc: Adrian Hunter adrian.hunter@intel.com Cc: Arnaldo Carvalho de Melo arnaldo.melo@gmail.com, Cc: Jiri Olsa jolsa@kernel.org Cc: Namhyung Kim namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo acme@redhat.com --- tools/perf/util/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/setup.py b/tools/perf/util/setup.py index 8a065a6f9713..347b2c0789e4 100644 --- a/tools/perf/util/setup.py +++ b/tools/perf/util/setup.py @@ -3,7 +3,7 @@ from subprocess import Popen, PIPE from re import sub
cc = getenv("CC") -cc_is_clang = b"clang version" in Popen([cc, "-v"], stderr=PIPE).stderr.readline() +cc_is_clang = b"clang version" in Popen([cc.split()[0], "-v"], stderr=PIPE).stderr.readline()
def clang_has_option(option): return [o for o in Popen([cc, option], stderr=PIPE).stderr.readlines() if b"unknown argument" in o] == [ ]
Hello!
On Wed, 1 Apr 2020 at 06:40, Arnaldo Carvalho de Melo arnaldo.melo@gmail.com wrote:
Can you please try the one-liner at the end of this message?
[...]
From 2a88ba6ddf54a4340f5a5f896705d5e42561e210 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo acme@redhat.com Date: Wed, 1 Apr 2020 09:33:59 -0300 Subject: [PATCH 1/1] perf python: Fix clang detection to strip out options passed in $CC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
The clang check in the python setup.py file expected $CC to be just the name of the compiler, not the compiler + options, i.e. all options were expected to be passed in $CFLAGS, this ends up making it fail in systems where CC is set to, e.g.:
"aarch64-linaro-linux-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot"
Like this:
$ python3
from subprocess import Popen a = Popen(["aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot", "-v"])
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.6/subprocess.py", line 729, in __init__ restore_signals, start_new_session) File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot': 'aarch64-linux-gnu-gcc --sysroot=/oe/build/tmp/work/juno-linaro-linux/perf/1.0-r9/recipe-sysroot'
Make it more robust, covering this case, by passing cc.split()[0] as the first arg to popen().
Reported-by: Daniel Díaz daniel.diaz@linaro.org Reported-by: Naresh Kamboju naresh.kamboju@linaro.org Cc: Adrian Hunter adrian.hunter@intel.com Cc: Arnaldo Carvalho de Melo arnaldo.melo@gmail.com, Cc: Jiri Olsa jolsa@kernel.org Cc: Namhyung Kim namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo acme@redhat.com
tools/perf/util/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/setup.py b/tools/perf/util/setup.py index 8a065a6f9713..347b2c0789e4 100644 --- a/tools/perf/util/setup.py +++ b/tools/perf/util/setup.py @@ -3,7 +3,7 @@ from subprocess import Popen, PIPE from re import sub
cc = getenv("CC") -cc_is_clang = b"clang version" in Popen([cc, "-v"], stderr=PIPE).stderr.readline() +cc_is_clang = b"clang version" in Popen([cc.split()[0], "-v"], stderr=PIPE).stderr.readline()
def clang_has_option(option): return [o for o in Popen([cc, option], stderr=PIPE).stderr.readlines() if b"unknown argument" in o] == [ ] -- 2.21.1
This worked on top of torvalds/master and linux-stable-rc/linux-5.6.y.
Thanks and greetings!
Daniel Díaz daniel.diaz@linaro.org
Em Wed, Apr 01, 2020 at 07:45:53AM -0600, Daniel Díaz escreveu:
This worked on top of torvalds/master and linux-stable-rc/linux-5.6.y.
Thanks and greetings!
Thanks, I'm taking this as a:
Tested-by: Daniel Díaz daniel.diaz@linaro.org
Ok?
- Arnaldo
Daniel Díaz daniel.diaz@linaro.org
Hello!
On Wed, 1 Apr 2020 at 08:34, Arnaldo Carvalho de Melo arnaldo.melo@gmail.com wrote:
Em Wed, Apr 01, 2020 at 07:45:53AM -0600, Daniel Díaz escreveu:
This worked on top of torvalds/master and linux-stable-rc/linux-5.6.y.
Thanks and greetings!
Thanks, I'm taking this as a:
Tested-by: Daniel Díaz daniel.diaz@linaro.org
Ok?
Yes, I build-tested those.
Thanks and greetings!
Daniel Díaz daniel.diaz@linaro.org
On 3/31/20 2:59 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah
On Tue, Mar 31, 2020 at 01:32:53PM -0600, shuah wrote:
On 3/31/20 2:59 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.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 these and letting me know.
greg k-h
On Tue, 2020-03-31 at 10:59 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux- stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.6.1-rc1
Dafna Hirschfeld dafna.hirschfeld@collabora.com media: v4l2-core: fix a use-after-free bug of sd->devnode
Johan Hovold johan@kernel.org media: xirlink_cit: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: stv06xx: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: dib0700: fix rc endpoint lookup
Johan Hovold johan@kernel.org media: ov519: add missing endpoint sanity checks
Eric Biggers ebiggers@google.com libfs: fix infoleak in simple_attr_read()
Kai-Heng Feng kai.heng.feng@canonical.com ahci: Add Intel Comet Lake H RAID PCI ID
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: annotate nested gc_list vs tx queue locking
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: fix init/remove vs IRQ race
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: add proper "compatible" string
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb
Larry Finger Larry.Finger@lwfinger.net staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table
Dan Carpenter dan.carpenter@oracle.com staging: kpc2000: prevent underflow in cpld_reconfigure()
Johan Hovold johan@kernel.org media: usbtv: fix control-message timeouts
Johan Hovold johan@kernel.org media: flexcop-usb: fix endpoint sanity check
Mans Rullgard mans@mansr.com usb: musb: fix crash with highmen PIO and usbmon
Qiujun Huang hqjagain@gmail.com USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback
Matthias Reichl hias@horus.com USB: cdc-acm: restore capability check order
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add Wistron Neweb D19Q1
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add BroadMobi BM806U
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add support for ASKEY WWHC050
Daniel Borkmann daniel@iogearbox.net bpf: Undo incorrect __reg_bound_offset32 handling
Diffstat:
Makefile | 4 +-- drivers/ata/ahci.c | 1 + drivers/media/usb/b2c2/flexcop-usb.c | 6 ++-- drivers/media/usb/dvb-usb/dib0700_core.c | 4 +-- drivers/media/usb/gspca/ov519.c | 10 ++++++ drivers/media/usb/gspca/stv06xx/stv06xx.c | 19 +++++++++- drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c | 4 +++ drivers/media/usb/gspca/xirlink_cit.c | 18 +++++++++- drivers/media/usb/usbtv/usbtv-core.c | 2 +- drivers/media/usb/usbtv/usbtv-video.c | 5 +-- drivers/media/v4l2-core/v4l2-device.c | 1 + drivers/staging/kpc2000/kpc2000/core.c | 4 +-- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + .../bindings/net/wireless/siliabs,wfx.txt | 7 ++-- drivers/staging/wfx/bus_sdio.c | 15 ++++---- drivers/staging/wfx/bus_spi.c | 41 +++++++++++++--------- drivers/staging/wfx/main.c | 21 ++++++----- drivers/staging/wfx/main.h | 1 - drivers/staging/wfx/queue.c | 16 ++++----- drivers/staging/wlan-ng/hfa384x_usb.c | 2 ++ drivers/staging/wlan-ng/prism2usb.c | 1 + drivers/usb/class/cdc-acm.c | 18 +++++----- drivers/usb/musb/musb_host.c | 17 +++------ drivers/usb/serial/io_edgeport.c | 2 +- drivers/usb/serial/option.c | 6 ++++ fs/libfs.c | 8 +++-- kernel/bpf/verifier.c | 19 ---------- 27 files changed, 149 insertions(+), 104 deletions(-)
Compiled, booted, and no regressions on my machine.
BR, Vitor
On 3/31/20 1:59 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +0000. Anything received after that time might be too late.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 428 pass: 428 fail: 0
Guenter
On Tue, Mar 31, 2020 at 07:25:48PM -0700, Guenter Roeck wrote:
On 3/31/20 1:59 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +0000. Anything received after that time might be too late.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 428 pass: 428 fail: 0
Wonderful, thanks for testing these and letting me know.
greg k-h
Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.6.1-rc1
Dafna Hirschfeld dafna.hirschfeld@collabora.com media: v4l2-core: fix a use-after-free bug of sd->devnode
Johan Hovold johan@kernel.org media: xirlink_cit: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: stv06xx: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: dib0700: fix rc endpoint lookup
Johan Hovold johan@kernel.org media: ov519: add missing endpoint sanity checks
Eric Biggers ebiggers@google.com libfs: fix infoleak in simple_attr_read()
Kai-Heng Feng kai.heng.feng@canonical.com ahci: Add Intel Comet Lake H RAID PCI ID
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: annotate nested gc_list vs tx queue locking
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: fix init/remove vs IRQ race
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: add proper "compatible" string
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb
Larry Finger Larry.Finger@lwfinger.net staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table
Dan Carpenter dan.carpenter@oracle.com staging: kpc2000: prevent underflow in cpld_reconfigure()
Johan Hovold johan@kernel.org media: usbtv: fix control-message timeouts
Johan Hovold johan@kernel.org media: flexcop-usb: fix endpoint sanity check
Mans Rullgard mans@mansr.com usb: musb: fix crash with highmen PIO and usbmon
Qiujun Huang hqjagain@gmail.com USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback
Matthias Reichl hias@horus.com USB: cdc-acm: restore capability check order
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add Wistron Neweb D19Q1
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add BroadMobi BM806U
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add support for ASKEY WWHC050
Daniel Borkmann daniel@iogearbox.net bpf: Undo incorrect __reg_bound_offset32 handling
Diffstat:
Makefile | 4 +-- drivers/ata/ahci.c | 1 + drivers/media/usb/b2c2/flexcop-usb.c | 6 ++-- drivers/media/usb/dvb-usb/dib0700_core.c | 4 +-- drivers/media/usb/gspca/ov519.c | 10 ++++++ drivers/media/usb/gspca/stv06xx/stv06xx.c | 19 +++++++++- drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c | 4 +++ drivers/media/usb/gspca/xirlink_cit.c | 18 +++++++++- drivers/media/usb/usbtv/usbtv-core.c | 2 +- drivers/media/usb/usbtv/usbtv-video.c | 5 +-- drivers/media/v4l2-core/v4l2-device.c | 1 + drivers/staging/kpc2000/kpc2000/core.c | 4 +-- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + .../bindings/net/wireless/siliabs,wfx.txt | 7 ++-- drivers/staging/wfx/bus_sdio.c | 15 ++++---- drivers/staging/wfx/bus_spi.c | 41 +++++++++++++--------- drivers/staging/wfx/main.c | 21 ++++++----- drivers/staging/wfx/main.h | 1 - drivers/staging/wfx/queue.c | 16 ++++----- drivers/staging/wlan-ng/hfa384x_usb.c | 2 ++ drivers/staging/wlan-ng/prism2usb.c | 1 + drivers/usb/class/cdc-acm.c | 18 +++++----- drivers/usb/musb/musb_host.c | 17 +++------ drivers/usb/serial/io_edgeport.c | 2 +- drivers/usb/serial/option.c | 6 ++++ fs/libfs.c | 8 +++-- kernel/bpf/verifier.c | 19 ---------- 27 files changed, 149 insertions(+), 104 deletions(-)
I think you have missed the https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=be...
Without it 5.6 is completely broken on iwlwifi.
Thanks, Woody
On Tue, Mar 31, 2020 at 11:06:16PM -0400, Woody Suwalski wrote:
Greg Kroah-Hartman wrote: I think you have missed the https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=be...
It should come in soon, in another release or so, when the next set of networking patches get sent to me.
thanks,
greg k-h
On Wed, Apr 01, 2020 at 07:51:52AM +0200, Greg Kroah-Hartman wrote:
On Tue, Mar 31, 2020 at 11:06:16PM -0400, Woody Suwalski wrote:
Greg Kroah-Hartman wrote: I think you have missed the https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=be...
It should come in soon, in another release or so, when the next set of networking patches get sent to me.
And also didn't hit Linus's tree until after this set of -rc patches went out, so it's not like I missed it or anything :)
thanks,
greg k-h
Greg Kroah-Hartman wrote:
On Wed, Apr 01, 2020 at 07:51:52AM +0200, Greg Kroah-Hartman wrote:
On Tue, Mar 31, 2020 at 11:06:16PM -0400, Woody Suwalski wrote:
Greg Kroah-Hartman wrote: I think you have missed the https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=be...
It should come in soon, in another release or so, when the next set of networking patches get sent to me.
And also didn't hit Linus's tree until after this set of -rc patches went out, so it's not like I missed it or anything :)
thanks,
greg k-h
My bad. It was supposed to be: I think that that patch should be considered soon... Thanks, Woody
On Wed, Apr 01, 2020 at 07:06:47AM -0400, Woody Suwalski wrote:
Greg Kroah-Hartman wrote:
On Wed, Apr 01, 2020 at 07:51:52AM +0200, Greg Kroah-Hartman wrote:
On Tue, Mar 31, 2020 at 11:06:16PM -0400, Woody Suwalski wrote:
Greg Kroah-Hartman wrote: I think you have missed the https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=be...
It should come in soon, in another release or so, when the next set of networking patches get sent to me.
And also didn't hit Linus's tree until after this set of -rc patches went out, so it's not like I missed it or anything :)
thanks,
greg k-h
My bad. It was supposed to be: I think that that patch should be considered soon...
It will be, give us a chance. I know the normal problem of "the only drivers that matter are the ones I use" applies here, but luckily I don't use that driver :)
thanks,
greg k-h
On 3/31/20 9:06 PM, Woody Suwalski wrote:
Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g...
or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.6.1-rc1
Dafna Hirschfeld dafna.hirschfeld@collabora.com media: v4l2-core: fix a use-after-free bug of sd->devnode
Johan Hovold johan@kernel.org media: xirlink_cit: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: stv06xx: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: dib0700: fix rc endpoint lookup
Johan Hovold johan@kernel.org media: ov519: add missing endpoint sanity checks
Eric Biggers ebiggers@google.com libfs: fix infoleak in simple_attr_read()
Kai-Heng Feng kai.heng.feng@canonical.com ahci: Add Intel Comet Lake H RAID PCI ID
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: annotate nested gc_list vs tx queue locking
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: fix init/remove vs IRQ race
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: add proper "compatible" string
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb
Larry Finger Larry.Finger@lwfinger.net staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table
Dan Carpenter dan.carpenter@oracle.com staging: kpc2000: prevent underflow in cpld_reconfigure()
Johan Hovold johan@kernel.org media: usbtv: fix control-message timeouts
Johan Hovold johan@kernel.org media: flexcop-usb: fix endpoint sanity check
Mans Rullgard mans@mansr.com usb: musb: fix crash with highmen PIO and usbmon
Qiujun Huang hqjagain@gmail.com USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback
Matthias Reichl hias@horus.com USB: cdc-acm: restore capability check order
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add Wistron Neweb D19Q1
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add BroadMobi BM806U
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add support for ASKEY WWHC050
Daniel Borkmann daniel@iogearbox.net bpf: Undo incorrect __reg_bound_offset32 handling
Diffstat:
Makefile | 4 +-- drivers/ata/ahci.c | 1 + drivers/media/usb/b2c2/flexcop-usb.c | 6 ++-- drivers/media/usb/dvb-usb/dib0700_core.c | 4 +-- drivers/media/usb/gspca/ov519.c | 10 ++++++ drivers/media/usb/gspca/stv06xx/stv06xx.c | 19 +++++++++- drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c | 4 +++ drivers/media/usb/gspca/xirlink_cit.c | 18 +++++++++- drivers/media/usb/usbtv/usbtv-core.c | 2 +- drivers/media/usb/usbtv/usbtv-video.c | 5 +-- drivers/media/v4l2-core/v4l2-device.c | 1 + drivers/staging/kpc2000/kpc2000/core.c | 4 +-- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + .../bindings/net/wireless/siliabs,wfx.txt | 7 ++-- drivers/staging/wfx/bus_sdio.c | 15 ++++---- drivers/staging/wfx/bus_spi.c | 41 +++++++++++++--------- drivers/staging/wfx/main.c | 21 ++++++----- drivers/staging/wfx/main.h | 1 - drivers/staging/wfx/queue.c | 16 ++++----- drivers/staging/wlan-ng/hfa384x_usb.c | 2 ++ drivers/staging/wlan-ng/prism2usb.c | 1 + drivers/usb/class/cdc-acm.c | 18 +++++----- drivers/usb/musb/musb_host.c | 17 +++------ drivers/usb/serial/io_edgeport.c | 2 +- drivers/usb/serial/option.c | 6 ++++ fs/libfs.c | 8 +++-- kernel/bpf/verifier.c | 19 ---------- 27 files changed, 149 insertions(+), 104 deletions(-)
I think you have missed the https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=be...
Without it 5.6 is completely broken on iwlwifi.
I am seeing this on my primary laptop with Linux 5.6. I switched back to Linux 5.6-rc7 for now. Is this issue introduced in 5.6 when Dave's networking pull? 5.6-rc7 is just fine.
wifi authentication keeps on failing and can't connect at all.
Just about to report this for 5.6 and saw this thread.
thanks, -- Shuah
On Wed, Apr 01, 2020 at 09:40:31AM -0600, shuah wrote:
On 3/31/20 9:06 PM, Woody Suwalski wrote:
Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g...
or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.6.1-rc1
Dafna Hirschfeld dafna.hirschfeld@collabora.com media: v4l2-core: fix a use-after-free bug of sd->devnode
Johan Hovold johan@kernel.org media: xirlink_cit: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: stv06xx: add missing descriptor sanity checks
Johan Hovold johan@kernel.org media: dib0700: fix rc endpoint lookup
Johan Hovold johan@kernel.org media: ov519: add missing endpoint sanity checks
Eric Biggers ebiggers@google.com libfs: fix infoleak in simple_attr_read()
Kai-Heng Feng kai.heng.feng@canonical.com ahci: Add Intel Comet Lake H RAID PCI ID
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: annotate nested gc_list vs tx queue locking
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: fix init/remove vs IRQ race
Michał Mirosław mirq-linux@rere.qmqm.pl staging: wfx: add proper "compatible" string
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback
Qiujun Huang hqjagain@gmail.com staging: wlan-ng: fix ODEBUG bug in prism2sta_disconnect_usb
Larry Finger Larry.Finger@lwfinger.net staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device table
Dan Carpenter dan.carpenter@oracle.com staging: kpc2000: prevent underflow in cpld_reconfigure()
Johan Hovold johan@kernel.org media: usbtv: fix control-message timeouts
Johan Hovold johan@kernel.org media: flexcop-usb: fix endpoint sanity check
Mans Rullgard mans@mansr.com usb: musb: fix crash with highmen PIO and usbmon
Qiujun Huang hqjagain@gmail.com USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback
Matthias Reichl hias@horus.com USB: cdc-acm: restore capability check order
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add Wistron Neweb D19Q1
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add BroadMobi BM806U
Pawel Dembicki paweldembicki@gmail.com USB: serial: option: add support for ASKEY WWHC050
Daniel Borkmann daniel@iogearbox.net bpf: Undo incorrect __reg_bound_offset32 handling
Diffstat:
Makefile | 4 +-- drivers/ata/ahci.c | 1 + drivers/media/usb/b2c2/flexcop-usb.c | 6 ++-- drivers/media/usb/dvb-usb/dib0700_core.c | 4 +-- drivers/media/usb/gspca/ov519.c | 10 ++++++ drivers/media/usb/gspca/stv06xx/stv06xx.c | 19 +++++++++- drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c | 4 +++ drivers/media/usb/gspca/xirlink_cit.c | 18 +++++++++- drivers/media/usb/usbtv/usbtv-core.c | 2 +- drivers/media/usb/usbtv/usbtv-video.c | 5 +-- drivers/media/v4l2-core/v4l2-device.c | 1 + drivers/staging/kpc2000/kpc2000/core.c | 4 +-- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + .../bindings/net/wireless/siliabs,wfx.txt | 7 ++-- drivers/staging/wfx/bus_sdio.c | 15 ++++---- drivers/staging/wfx/bus_spi.c | 41 +++++++++++++--------- drivers/staging/wfx/main.c | 21 ++++++----- drivers/staging/wfx/main.h | 1 - drivers/staging/wfx/queue.c | 16 ++++----- drivers/staging/wlan-ng/hfa384x_usb.c | 2 ++ drivers/staging/wlan-ng/prism2usb.c | 1 + drivers/usb/class/cdc-acm.c | 18 +++++----- drivers/usb/musb/musb_host.c | 17 +++------ drivers/usb/serial/io_edgeport.c | 2 +- drivers/usb/serial/option.c | 6 ++++ fs/libfs.c | 8 +++-- kernel/bpf/verifier.c | 19 ---------- 27 files changed, 149 insertions(+), 104 deletions(-)
I think you have missed the https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=be...
Without it 5.6 is completely broken on iwlwifi.
I am seeing this on my primary laptop with Linux 5.6. I switched back to Linux 5.6-rc7 for now. Is this issue introduced in 5.6 when Dave's networking pull? 5.6-rc7 is just fine.
wifi authentication keeps on failing and can't connect at all.
Just about to report this for 5.6 and saw this thread.
It will be in the next 5.6.y release, thanks.
greg k-h
On 31/03/2020 09:59, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
All tests are passing for Tegra ...
Test results for stable-v5.6: 13 builds: 13 pass, 0 fail 24 boots: 24 pass, 0 fail 40 tests: 40 pass, 0 fail
Linux version: 5.6.1-rc1-g579bffceae01 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04
Cheers Jon
On Wed, Apr 01, 2020 at 09:57:37AM +0100, Jon Hunter wrote:
On 31/03/2020 09:59, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.6.1 release. There are 23 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, 02 Apr 2020 08:50:37 +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.6.1-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.6.y and the diffstat can be found below.
thanks,
greg k-h
All tests are passing for Tegra ...
Test results for stable-v5.6: 13 builds: 13 pass, 0 fail 24 boots: 24 pass, 0 fail 40 tests: 40 pass, 0 fail
Linux version: 5.6.1-rc1-g579bffceae01 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04
Thanks for testing all of these and letting me know.
greg k-h