| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Enable users to use lttng as an event sink for python3.
For more details: https://lttng.org/docs/v2.10/#doc-python-application
(From OE-Core rev: 7d055fe216759c5f88bd9bfde17b408163433c43)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 935a91aa269c0a1eb1778f72726e4ce32ff077fe)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Multiple tests are failing due to missing dependencies on a bare
core-image-minimal build with only lttng-tools ptest present.
"getconf LONG_BIT" is used to get the bitness of the host to run the
correct consumerd. Depend on glibc-utils.
perl-module-overloading is needed to validate trace. babelstats.pl
"head -c" is used to generate a random string. It is easier to depends
on coreutils to get a feature complete "head" than to enable to "fancy
head" feature of busybox. See utils.sh randstring.
"taskset" is used in a couple of scripts to ensure that events generated
finish in the same buffer. Depend on util-linux.
[RP: Tweak for glibc/musl handling]
(From OE-Core rev: a266788c0037173b41e5e7a4b39b38b80333b87b)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add new QEMU BSP for a Arm Cortex-A15 system and use this as qemuarm,
moving the old armv5te Versatile PB based machine to qemuarmv5.
The new machine uses the QEMU virt machine type, which should be
faster to emulate and updates the qemuarm support to a modern
architecture.
(From OE-Core rev: 6fc70eb4f3494bee2be10ee24fe3ea1c8b5ff988)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating Richard Purdie's kernel patch to fix systemtap on arm:
[
arm/Makefile: Fix systemtap
Currently systemtap fails to operate correctly on armv7 systems such as beaglebone and
soon, qemuarm.
root@qemuarm:/usr/src/kernel# env -uARCH -uKBUILD_EXTMOD -uCROSS_COMPILE -uKBUILD_IMAGE -uKCONFIG_CONFIG -uINSTALL_PATH -uLD_LIBRARY_PATH PATH=/usr/bin:/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin make -C /lib/modules/4.19.19-yocto-standard/build M=/tmp/staptcNU6M modules CONFIG_DEBUG_INFO= CONFIG_STACK_VALIDATION= ARCH=arm stap_4321_src.i --no-print-directory -j2 V=1
test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
echo >&2; \
echo >&2 " ERROR: Kernel configuration is invalid."; \
echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo >&2 ; \
/bin/false)
mkdir -p /tmp/staptcNU6M/.tmp_versions ; rm -f /tmp/staptcNU6M/.tmp_versions/*
make -f ./scripts/Makefile.build obj=/tmp/staptcNU6M
(cat /dev/null; echo kernel//tmp/staptcNU6M/stap_4321.ko;) > /tmp/staptcNU6M/modules.order
gcc -Wp,-MD,/tmp/staptcNU6M/.stap_4321_src.o.d -nostdinc -isystem /usr/lib/gcc/arm-poky-linux-gnueabi/8.3.0/include -I./arch/arm/include -I./arch/arm/include/generated -I./include -I./arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -include ./include/linux/compiler_types.h -D__KERNEL__ -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -DCC_HAVE_ASM_GOTO -fno-dwarf2-cfi-asm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -funwind-tables -marm -Wa,-mno-warn-deprecated -D__LINUX_ARM_ARCH__=7 -march=armv5t -Wa,-march=armv7-a -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -Os -Wno-maybe-uninitialized --param=allow-store-data-races=0 -Wframe-larger-than=1024 -fstack-protector-strong -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -pg -Wdeclaration-after-statement -Wno-pointer-sign -Wno-stringop-truncation -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -fmacro-prefix-map=./= -Wno-packed-not-aligned -Iinclude2/asm/mach-default -I/lib/modules/4.19.19-yocto-standard/build -include /tmp/staptcNU6M/stapconf_4321.h -D "STP_NO_VELREL_CHECK" -freorder-blocks -fasynchronous-unwind-tables -Wframe-larger-than=512 -fno-ipa-icf -Wno-unused -Wno-tautological-compare -Werror -I/usr/share/systemtap/runtime -DMODULE -DKBUILD_BASENAME='"stap_4321_src"' -DKBUILD_MODNAME='"stap_4321"' -c -o /tmp/staptcNU6M/stap_4321_src.o /tmp/staptcNU6M/stap_4321_src.c
/tmp/ccaE9CMG.s: Assembler messages:
/tmp/ccaE9CMG.s:49: Error: selected processor does not support `dmb ish' in ARM mode
/tmp/ccaE9CMG.s:52: Error: architectural extension `mp' is not allowed for the current b
(which was from running the stap command with -v -v -v -k and then being able to run the command individually)
Note that it says armv5t above.
That comes from the code this patch changes
root@qemuarm:/usr/src/kernel# gcc -march=armv7-a /tmp/staptcNU6M/stap_4321_aux_0.c
cc1: error: -mfloat-abi=hard: selected processor lacks an FPU
which makes me wonder if cc-option fails unless -mfpu-vfp is on the commandline too.
Since we have a gcc which accepts the armv7-a arch, just remove the cc-option
wrapper unconditionally here.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
]
(From OE-Core rev: 8c446ac6c1bba1502ac0a710a39b90c78fff41a3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add temporary patch to fix the systemtap issue on armv7 with the 4.19 kernel
until Bruce is able to merge this into the repos, similarly to the fix for
5.0 kernel.
Alternative patches are being discussed upstream but this fixes the issue for
us for now in a simple way since we know the gcc versions we use.
(From OE-Core rev: 491f72a2fd8053c4f54fa9b261c65cb394880d02)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: bff8b18aef79a4190b040a1af25e004e9a5f7007)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We need to enable the arm unwinder for systemtap to work out of the
box:
root@qemuarm:~# stap --disable-cache -DSTP_NO_VERREL_CHECK ./hello.stp
[ 1600.955262] stap_2097: loading out-of-tree module taints kernel.
hello world
This option is useful for much more than systemtap, so it is a good
idea to have on in the base configs. It make the image slightly larger,
but has no performance impacts.
(From OE-Core rev: 8a3cc10c2deb933866e384b326d730d17a49a269)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During the build for some architectures, perf generates a program
which executes on the host to dump the syscall table.
The generation of that program uses the cross compiler + sysroot
to expand unistd.h. As such, we are getting the contents of that
file from linux-libc-headers.
The compilation of that generated program uses the host compiler
and a restricted include path to the perf source code. In the
perf source there is a captured unistd.h, as such it will be used
when compiling the host executable. The perf source code is copied
from the kernel version that is being built .. so we have a
mismatch between the generation and the compilation of the host
program.
Normally this mismatch is fine, but if the libc-headers are
newer than the kernel, we'll have syscalls (and their syscall
numbers) that are not defined in the perf source code. This
leads to a compiler error and a cascading failure of the perf
build due to a missing generated file.
To fix this, we can copy unistd.h from the recipe-sysroot
into the perf source code and they will always be in sync.
(From OE-Core rev: 3a23e094c4189af878e467f1636aea63955e250d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The additions done to devsrc to support the 5.0 kernel should have
had a graceful failure mode, since the files/directories won't be
present on older (or different) kernel versions.
(From OE-Core rev: 3f0cada40a9f70704a3dc78daddb4a8cbd7dee80)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Both powerpc and mips require a few new files for the scripts
and prepare targets to work with a 5.0 kernel. We add the required
files to the architecture specific blocks, with appropriate
backwards compatibility considerations.
(From OE-Core rev: 124c6bf5a0a5cc20d2ebbf04dc7b577cb4f5153a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating the systemtap 4.0 SRCREV to pick up changes that have been
made to support newer kernels (and in particular 5.0).
root@qemux86-64:~# stap --disable-cache -DSTP_NO_VERREL_CHECK ./hello.stp
[ 246.303263] stap_4843: loading out-of-tree module taints kernel.
hello world
root@qemux86-64:~#
The following commits are included in this update:
90ff34ac0 If available, use kernel's save_stack_trace_regs() for fallback stack unwind
a9b0aa4db testsuite/systemtap.bpf :: tests should return, not exit 0
83f229abb cachestat.stp: workaround the current limitations of trace_printk
f912d520f Newer kernels tapsets may use the kprobe.function("*") adjust alias_tapset.exp.
fe569f964 Handle name change of do_brk to do_brk_flags in the newer kernels
71dbdc9f9 Newer kernels tapsets may use the kprobe.function("*") adjust pp.exp check.
20d23f97a Correct at_register.stp test arch name for arm64.
e0bcc2f92 cachestat.stp: new example based on a bpftrace script by David Valin
18d1baceb session.cxx diagnostics: don't dump kernel_functions below verbose=6
25b181ae4 Add __NR_chmod for missing defines on aarch64
2276b109e Add more __NR_* for missing defines on aarch64 (and ppc64)
e34d66dee PR24239: avoid symbol/type resolution of unused globals/functions
49d74d4fa Correct the at_register.exp test
c77884dcd Turn on guru mode for at_deref1.stp use of @kderef
a9a15a3f8 RHBZ1689180: correct group name typos in staprun.8
e7146dbfe Regenerate syscall_num.stp grouped by syscall name.
6bcf09813 Group initialization using the same string literal together in syscall_num.stp
3752574dc Regenerate the syscall mapping information to add aarch32 to aarch64 syscalls
af74da7b7 Update dump-syscalls.sh to generate 32-bit syscalls for aarch64
60144c0fa Match arm64 non-dwarf syscall probe points
d36f6fee8 PR24199: don't use exceptions to signal type-resolution failures
5e50524ff PR24199: at pass-2 verbosity > 3, trace $var error-chaining events
40f855fd5 PR24199: loc2stap: propagate dwarf DIE() source locations better
af9ef3369 Adjust noptrace.stp to avoid modifying ptrace syscall arguments
ca3946e62 Update pfiles.stp to work with Linux 4.17 and newer
9d3a1cd66 PR24217: stap -p2 speedup, condition-expression processing
ba7b83ec1 Conditionally define __NR_bdflush in systemtap runtime.
cdf77a210 testsuite/systemtap.bpf :: couple of bpf_tests clarifications
d6b529c43 fix embedded-c tag memoization thinko
d81a001ad pass-2 optimization: embedded-c code pragma searching
1832b8f51 Set up a BPF related testcase blacklist for regression testsing purposes.
4e7686951 linux api update: compat_time* structs
1ac5a4499 linux api update: FAN_ALL_CLASS_BITS
17c2d352a unwinder: increase MAX_CFI to 8192 after a census of CFI sizes on Fedora 29
2e373d294 runtime: adapt to uapi/linux/mount.h changes
6b0430b6b dummy commit to force buildbot rebuilds
d3964067f buildrun.cxx: older g++ compatibility: no std::string.back()
6b2838df5 Handle installation without stapusr group
f90ca3096 Simplify creation of groups during installation
38184abcd Fix get_user_pages() autoconf test for 4.4.y kernel
e2e13220f lkm-runtime time.c: prefer 4.15+ ktime_get_real_fast_ns
eb8c8de94 linux 5.0-rc3 adaptations
de5061899 parser: allow larger arrays
0fc1a5019 stap man page: document histogram per-bucket access/iteration
905865da1 PR16406 fixup :: correct comparison in _stp_module_check
c8084763b PR10280 initial fix: force vermagic for guru-mode scripts
3a29a2eef Make testcase at_var.exp work with stap-4.1+ and kernel-4.17+
53ff2b5df stap-prep: switch typo ($NEEDED => $package)
68bd23fd0 PR16596: add support for DW_OP_GNU_entry_value in location expressions
aacee6563 Make sysc_bdflush.stp compatible with 4.17+ kernels.
891810c24 configury: tolerate dyninst10's need for -lboost_system
ec3b46eb9 RHBZ1655631: systemtap.spec: use Recommends: for kernel-*-devel
eef17e743 runtime/unwind: Allow to increase MAX_CFI
47ce37a14 systemtap.spec: merge unbotch - missing %changelog
f082df49d systemtap.spec: importing fedora rawhide changes
c9a393275 staprun/mainloop.c :: fix for loop initial decls
266c72bd0 PR23866 part: expose raw syscall tracepoint to bpf
ab368ac2a PR23891: Make sure stap and staprun respond to SIGTERM when stderr/stdout are blocked
0a0595509 Fix segfaults in dwarf array pointer subscripting when -vvv is specified
4a8652800 Make opeartor @var() no longer assume @entry() in return probes.
f5c19712c Add the ucalls.stp to the systemtap examples.
7d82f1bdc Adjust tcp_trace.stp example to work with newer Linux kernel's timers
f6d683666 Adjust the vfs_open to provide cred variable with 4.18 kernels
008a0cbfd Userspace_probing.xml: change '-ldd' to '--ldd' command line option.
e6227e5df bpf-translate.cxx: don't clobber any earlier value of c
cbf3b6e6a bpf-translate.cxx: quiet a compiler warning
824e9ab80 PR23890 bonus: show nicer messages upon a buildid mismatch
fba365b4d PR23890: tolerate f29+ style ELF files
6c94b6d42 PR23747: tolerate symbols with odd section#s
d60dac71a systemtap.bpf/asm_tests :: fix documentation / expected result
0eaf4f196 PR23875 bpf_unparser::visit_foreach_loop(): temporarily disable string key iteration
8c1452d10 PR23875: another testcase that loops indefinitely
584d61dc0 PR23875 bpf.exp: fail testcase on 'stack smashing'
0128e1daf PR23860 bpf_interpret() :: NEG should not fall through to DIV
75640f70d Adjust the periodic.stp example to work with newer Linux kernels
ca225a1cc stap -vv: also print kernel build-tree path name
28cf23f8e testcase for PR23875
3733caeba PR23860: reduce stack pressure from format strings
7a5716bb8 PR23860: additional ugly stack/clobber protection for strings
021f906e5 PR23860: additional stack protection for strings
02861e63c PR23860 bugfix: incorrect comparison direction in string_copy()
e428db474 PR23507: add new command-line option to disable automatic unread global variable display
b2ba3af9a pr23860 verifier workaround :: be sure to delete all mov rN,rN
08861a20f PR23507: add underscores to global @this variables
4ee1ae49a PR23761: generalized @entry
cc6e13e62 standardize ktime_get_ns() across lkm, bpf runtimes
fbee58bda bpf behind-the-scenes :: useful DEBUG_CODEGEN diagnostic
7209427d4 Always use nssInit for http and nss server.
72ef87bba PR23860 partial fix: fix BPF_NEG opcode generation.
8fb0cb4a7 PR23829 :: fallback defines __BPF_FUNC_MAPPER and BPF_J{LT,LE,SLT,SLE} for older kernels
686ba2980 tapset/bpf/task.stp :: rudiment of task tapset
0e6a26ff4 PR23849 -- temporarily disable stapbpf script caching
c0002c5ad prometheus-exporter samples: change reported metric name
1b50200ff stap-exporter: drop initial demo scripts under .examples; not used
3582845f5 powerpc64: add missing system call defines
57550d39d aarch64: add missing system call defines
856ddcedb tapset/bpf/context.stp :: add execname(), triage other functions
61b00f37d tapset/bpf/conversions.stp bugfix :: helper name in kernel_string(addr, err_msg)
a47bc40eb bpf-asm.exp bugfix :: bad_output does occur
14e5ff4e6 bpf-translate.cxx :: fix segfault with malformed register
b530b0193 Fix miscellaneous errors/typos in syscall tapset
ae51c4d99 On aarch64 Linux system calls related SystemTap scripts compilation fail with "__NR_compat_[exit|read|write] redefined" errors after following two commits:
3d9e0d2a5 Adjust the BPF translate error report formatting to work on 32-bit architectures
0a4d384a8 session.cxx :: enable caching for bpf backend
5ada58a9f bpf-translate.cxx :: plug an exception gap in is_numeric()
c009fe88d Merge branch 'serhei/bpf_asm' -- kernel_string() tapset and experimental bpf assembler
0b3a813f5 testsuite/systemtap.bpf :: diagnose a bug in print_format("%s%s", ...)
110f739b3 stapbpf assembler WIP #8 :: bpf-asm.exp driver and more testcases
4d68a526b stapbpf assembler WIP #7 :: fixed kernel_string() tapset and testcase
da6c4aef4 stapbpf assembler WIP #6 :: other call functions ({s}printf and tapset)
e534cf2a7 PR21080: support added for new pkey_* syscalls
0e0f0e386 stap-exporter examples: use symlinks rather than copies
fddf715d1 Use NSS_InitContext instead of NSS_Init.
6a3a804e4 prometheus tapset: add dump_array_*_unquoted variants
4e81610ae nfsd tapset: adapt nfsd.proc4.commit probe to different kernel versions
4cd50f30a PR23799 - sprint_ustack() always returns empty string values
8bc640345 nfsd tapset: adapt nfsd.proc4.read probe to different kernel versions
7b76b6b60 step-prep: on debian/ubuntu machines, attempt "apt-get -y install"
10b3f049e Use cast to make c->cycles_sum aways match the %lld format.
d95f81630 Add more quantitative data to error message when probes exceed threshold
f4d49b79b Avoid using target variable in target_set.stp for syscall.* probes.
5aafdc55e Avoid using target variables for syscall.write in print_user_buffer.stp.
bb93c70a1 Avoid using target variables in signal.stp for syscall.* based probe points.
784d4fc04 Add buildok/syscall_any.stp to list of tests dyninst will not run.
910395ba0 kprocess.exec_complete should avoid using $return from syscall.execve.return
d4550e6c0 stapbpf assembler WIP #5 :: basic kernel_string() implementation
9ae578690 stapbpf assembler WIP #4 :: alloc and (helper) call operations
f12e7d8eb stapbpf assembler WIP #3 :: additional assembly test cases
f3fdcc936 Fix searching of kernel_source_tree for kernel built with O option
dd57c7387 postrelease version bump for future version 4.1
2881d9d95 stapbpf assembler WIP #2 :: testcases (no driver so far)
db79925e5 stapbpf assembler WIP #1 :: basic parser and control flow
(From OE-Core rev: 18e1f2859ad213febb3438618e7d7ee57f401ff4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Lack of be32toh() is handled upstream since 2014.
Linux 2.6.23 was released 2007, distributions with kernels
older than that are far outside the host distributions
still supported today.
(From OE-Core rev: c4d77ddd13ad43b52f22a32dc7a3d34cc2692dce)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating configuration changes from Kevin Hao for the reference
boards on the 5.0 kernel:
be627e4e386 beaglebone: Switch to the 8250 omap driver
957f6060c25 beaglebone: Update the audio options
ab5298a6983 mpc8315e-rdb: Enable the CONFIG_MTD_PHYSMAP
(From OE-Core rev: 6aec31d1ca35ab1aa1cfe8f10381ad7dfd49218e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lttng hasn't released 2.10.9, but the stable/2.10 branch
contains changes that we need to build against the 5.0
kernel.
We add them here as patches, and we can drop them in the
future when lttng is updated.
(From OE-Core rev: f8bcf3486d44ebd867e9089d4dbd3b56726c9075)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introducing the 5.0 linux-yocto reference kernel, which will become
the "latest" kernel as part of the spring yocto release.
qemu* has been built and sanity tested against this kernel, and it
is suitable to become the default build for the emulated references.
Some minor configuration cleanup was performed, but otherwise, things
are very similar to the 4.19 kernel config:
7fdb966db86 (HEAD -> yocto-5.0) aufs4: kbuild patch
c76b027a8b2 iosched: remove configs for removed legacy io schedules
5d1f8102244 netfilter: drop removed config options
8ff16f508f5 kernel-yocto: 5.0 kernel prep
Feature wise, this is a match for 4.19, with yaffs2 and aufs4 being
kept around for another release. Aufs is scheduled for removal in
the fall release.
(From OE-Core rev: c802c355f02e808b29d396fcc286da6f18ce6a78)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating the linux-libc-headers to the 5.x kernel variant to match
the latest reference kernel in the 2.7 release.
We have two patches refreshed for context changes, and three patches
dropped since they have been merged to the mainline kernel and are
no longer necessary.
(From OE-Core rev: f6c825c41e3d4c14ae4ba0b2a07cc41d538e0d61)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
This helps it find the unwind library in sysroot always and not
look around and confuse with host
(From OE-Core rev: e914c03964c540493523b18660f8a4eaeec78e3d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the configuration changes from Jon Mason <jdmason@kudzu.us>
to enable graphics for qemuarm/qemuarm64.
Note2: This requires the machine/configuration changes also sent by
John to have working graphics.
(From OE-Core rev: b62c48039834990a9265e6a7ef081a6dbdc489b9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following configuration tweaks (which were already
on yocto-4.18):
9bddc4aa1eb bsp/intel-x86: Rename CONFIG_R8723BE to CONFIG_RTL8723BE
6504b0ed616 features: drop the obsolete kernel option
5d18756a7fc features/hostapd: drop obsolete configs
bdf91f835b9 bsp/intel-x86: Drop configs that has been removed by kernel
0f8bb536c22 intel-x86: Drop configs which are not defined in kernel
(From OE-Core rev: 5c1c1f223c6618d033ea23abb33dacc230e754de)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[
In order for logging to work, as for example seen with the default
configuration of 'ufw' we need to have logging support enabled. This is
currently gated on the CONFIG_NETFILTER_XT_TARGET_LOG option, so enable
it here.
Fixes: f56608b405f0 ("meta: cleanup invalid/obselete 3.4 CONFIG options")
Signed-off-by: Tom Rini <trini@konsulko.com>
]
(From OE-Core rev: 4f3371b06d878800d2f759e00f7d5f4b244e7bf6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Disable some tests which hang, blocking many other ptests.
Also add missing test artefacts to improve test pass rate and
fix failures.
(From OE-Core rev: e6f1d15e307a8d2f5f05c9ec9dd8163e9072ad07)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Meant to fix this pre merge, the git revision is the PV so no need to
add SRCPV.
(From OE-Core rev: 3233096f0dbada97d9d71c98044150a641bfb0a5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Refresh patches to avoid warning.
(From OE-Core rev: 5dc170d74e932e1dbfc58d23b204bf1d9ebc6e42)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Following changes are applied:
710963f Merge https://github.com/ajaykuee/linux-firmware
c24aec4 nvidia: add TU10x typec controller firmware
28f5f7d Merge git://git.marvell.com/mwifiex-firmware
f30a319 Merge branch 'ath10k-20190201' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware
8fcf0ec bnx2x: Add FW 7.13.11.0.
8bf607c amdgpu: add firmware for vega20 from 18.50
578aee3 amdgpu: bump year on license
bd72387 linux-firmware: update Marvell PCIe-USB8997 firmware image
6cfdd52 linux-firmware: update Marvell SD8897-B0 firmware image
2206320 linux-firmware: add Marvell SD8977 firmware image
6b5e23a ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00021
0eef77d ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00043
1bd5312 ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00024
97b1f93 ath10k: QCA6174 hw3.0: update board-2.bin
a8b75ca Merge tag 'add-rpi-fw' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux-firmware
56483ad brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+
638a91a brcm: Fix filename for BCM43430 NVRAM for the Raspberry Pi 3 Model B
bc65650 amdgpu: add raven2 fw for 18.50 release
32201bb amdgpu: add picasso fw for 18.50 release
b1eae29 Revert "brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+"
89d37c6 linux-firmware: Update firmware file for Intel Bluetooth,8265
f089658 linux-firmware: Update firmware patch for Intel Bluetooth 8260
ae90c3b linux-firmware: Update firmware file for Intel Bluetooth,9260
9723ba4 linux-firmware: Update firmware file for Intel Bluetooth,9560
c7148ed Merge tag 'add-rpi-fw' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux-firmware
128441e Merge tag 'iwlwifi-fw-2018-12-30' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware
56cbf41 Merge git://git.marvell.com/mwifiex-firmware
930f276 brcm: Add BCM43430 NVRAM for the Raspberry Pi 3 Model B
fca5958 brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+
63ca64a linux-firmware: update Marvell USB8801 B0 firmware image
b727739 iwlwifi: update firmwares for 9000 series
80dee31 cxgb4: update firmware to revision 1.22.9.0
0f22c85 Revert "amdgpu: update vega10 fw for 18.50 release"
117d211 brcm: Add 4330 NVRAM for the Prowise PT301 tablet
912d6a5 brcm: Add 43430 NVRAM for the Chuwi Vi8 Plus tablet
f16cf5e brcm: Add 43340 based AP6234 NVRAM for the Meegopad T08 HDMI stick
5a2766c brcm: Add 43430a0 based AP6212 NVRAM for the Jumper EZpad mini 3 tablet
867ac13 brcm: Add 43430a0 based AP6212 NVRAM for the Onda V80 Plus tablet
a5662fb brcm: Add 4356 based AP6356 NVRAM for the GPD win handheld
f055ceb brcm: Add brcmfmac43362-sdio.lemaker,bananapro.txt symlink
d9430ac brcm: Add 43362 based AP6210 NVRAM for the Cubietech Cubietruck
eb34562 WHENCE: Put quotes around brcmfmac NVRAM filenames
be15035 check_whence.py: Add support for filenames with spaces in them
e6b9001 rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8723BS
3de2546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware
494709e Merge branch 'BXT_HUC' of git://anongit.freedesktop.org/drm/drm-firmware
8707ef3 iwlwifi: update firmwares for 8000 series
156b549 iwlwifi: add -43.ucode for 9000 series
8a396b6 iwlwifi: update -41.ucode for 9000 series
211de16 brcm: provide new firmwares for BCM4366 chipset
813fa1f Mellanox: Add new mlxsw_spectrum firmware 13.1910.622
a330ddb Merge branch 'for-upstream' of https://github.com/crojewsk/linux-firmware
8de1d88 cavium: Update firmware for CNN55XX crypto driver
a7ea5a8 amdgpu: update vega12 fw for 18.50 release
ec4b0cd amdgpu: update vega10 fw for 18.50 release
1abe3c3 amdgpu: update raven fw for 18.50 release
6e38fef amdgpu: update polaris11 fw for 18.50 release
df89864 amdgpu: update polaris10 fw for 18.50 release
a91e850 amdgpu: add firmware for vega12
6cca138 amdgpu: Add new polaris MC firmwares
e8404a6 amdgpu: Add new polaris SMC firmwares
8aa9e3e linux-firmware: Update AMD cpu microcode
f3f6ada Merge branch 'MSCC-PHYs' of https://github.com/QSchulz/linux-firmware
4bbd950 Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware
d9fb2ee nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.13
57d49d5 microchip: add firmware for VSC8574 and VSC8584 Ethernet PHYs
82f6dbf linux-firmware: intel: Update Cannonlake audio firmware.
69f153b firmware/huc/bxt: Add huC Update for BXT
5904eab nfp: update Agilio SmartNIC firmware to rev 2.1.16
e7cdec4 cxgb4: update firmware to revision 1.21.5.0
License-Update:
- LICENSE.amdgpu: Copyright year update;
- WHENCE: New firmware files additions and version updates;
(From OE-Core rev: 4e6d242eb9678430df387c0c106d305df6d2e71b)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
perf's jvmti support builds libperf-jvmti.so that needs to be packaged
as part of the main package, not a developer package. Given there's no
files in the developer package, override FILES_SOLIBSDEV so it's not
gobbled by FILES_${PN}-dev, and then add just that file to FILES_${PN}
so that if in the future there other files which would be added to the
dev package we'll fail then.
(From OE-Core rev: 284763fcf188a497f15a1c69a50ceeee99d546f8)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
| |
(From OE-Core rev: c66e417d26477d6fa21b291427b75f7929ec120a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
| |
(From OE-Core rev: 5674835702c456d6debdbc77f7ba3de43d3324f4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove backported patches:
0001-Port-tests-to-openssl-1.1.patch
0001-ioctl.c-Fix-build-with-linux-4.13.patch
0001-ioctl.c-Fix-build-with-linux-4.17.patch
0001-refactoring-split-big-function-to-simplify-maintaina.patch
0002-refactoring-relocate-code-to-simplify-later-patches.patch
0003-convert-to-new-AEAD-interface-in-kernels-v4.2.patch
(From OE-Core rev: bc7e91cd2eef6f01670ef30a9ed0e077f3844d7d)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adding both the required toolchain options (libgcc) and baseline
BSP definitions for arc support.
Author: Alexey Brodkin <alexey.brodkin@synopsys.com>
Date: Fri Feb 8 18:32:21 2019 +0300
linux-yocto: Add dependency on libgcc for ARC
As of now in case of ARC there's no in-kernel implementation of basic libgcc
functions used for millicode, multiplication, division etc instead we simply
link with libgcc.a which provides everything used by the compiler.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Author: Alexey Brodkin <alexey.brodkin@synopsys.com>
Date: Fri Feb 8 17:29:40 2019 +0300
ARC: Add nsimhs- and hsdk-standard configs
With ARC support ramping-up in upstream OE we're ready to
build more complicated distributions and linux-yocto is
a nice and configurable base for that.
This commit adds support of 1 simulated board (nSIM) and
the mast affordable and powerful to date development board (HSDK).
Once Qemu port for ARC is functional (it's being actively developed now)
we'll switch from nSIM to Qemu.
Still it would be really good to keep nSIM support in linux-yocto for now
as it allows for simpler testing as compared to real HW.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
(From OE-Core rev: 430bd28093fb743ba3bd032e11e40b4dd8e5bd1f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
As of now in case of ARC there's no in-kernel implementation of basic libgcc
functions used for millicode, multiplication, division etc instead we simply
link with libgcc.a which provides everything used by the compiler.
(From OE-Core rev: 4f582a1123be0cc56abab324c5eb16ad03906857)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
boot/main: don't check console device file on fs when booting with
initrd/initramfs
In case of initrd/initramfs /dev/console might not exist that early
as devtmpfs is mounted a bit later by /init process so disable this
check in that case.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
(From OE-Core rev: b5bd54b1640c1e59960c260dd6521ba2500df204)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the korg -stable updates that comprise the following
commits:
dffbba4348e9 Linux 4.19.19
3a3b6a6b15db Input: input_event - fix the CONFIG_SPARC64 mixup
d4a6ac28d44a ide: fix a typo in the settings proc file name
25ad17d692ad usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup
6bab957396ce Revert "mm, memory_hotplug: initialize struct pages for the full memory section"
7dbf12973d53 nvmet-rdma: fix null dereference under heavy load
fa9184be67a6 nvmet-rdma: Add unlikely for response allocated check
48046a0177e6 s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU
37c9e3ee4239 bpf: fix inner map masking to prevent oob under speculation
eed84f94ff8d bpf: fix sanitation of alu op with pointer / scalar type from different paths
f92a819b4cbe bpf: prevent out of bounds speculation on pointer arithmetic
4f7f708d0e6c bpf: fix check_map_access smin_value test when pointer contains offset
44f8fc649980 bpf: restrict unknown scalars of mixed signed bounds for unprivileged
5332dda94f63 bpf: restrict stack pointer arithmetic for unprivileged
9e57b2969d4a bpf: restrict map value pointer arithmetic for unprivileged
232ac70dd38b bpf: enable access to ax register also from verifier rewrite
b855e3103740 bpf: move tmp variable into ax register in interpreter
333a31c89ae2 bpf: move {prev_,}insn_idx into verifier env
437112946263 bpf: add per-insn complexity limit
7da6cd690c43 bpf: improve verifier branch analysis
ce8d0581ae33 drm/meson: Fix atomic mode switching regression
8b4dffe8261a vt: invoke notifier on screen size change
18ef43def81c vt: always call notifier with the console lock held
855f7e64169f vt: make vt_console_print() compatible with the unicode screen buffer
6f4f2a443d87 can: flexcan: fix NULL pointer exception during bringup
576f474fb2d3 can: bcm: check timer values before ktime conversion
8d85aa96c54b can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it
bdcf74e735b1 irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size
6f4db68ab5ce net: sun: cassini: Cleanup license conflict
21c0d1621b8d posix-cpu-timers: Unbreak timer rearming
dd085f9b1dc1 x86/entry/64/compat: Fix stack switching for XEN PV
ed334be9c2ed x86/kaslr: Fix incorrect i8254 outb() parameters
334c0e1b3cdd x86/selftests/pkeys: Fork() to check for state being preserved
db01b8d40feb x86/pkeys: Properly copy pkey state at fork()
f9203cd03125 KVM/nVMX: Do not validate that posted_intr_desc_addr is page aligned
d58f5e638b18 kvm: x86/vmx: Use kzalloc for cached_vmcs12
bbb8c5c75f6e KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal error
b2598858ac21 KVM: x86: Fix PV IPIs for 32-bit KVM host
6d3dabbdf46e KVM: x86: Fix single-step debugging
c1bfae340367 drm/amdgpu: Add APTX quirk for Lenovo laptop
b911f1dcb60d dm crypt: fix parsing of extended IV arguments
5b779f841773 dm thin: fix passdown_double_checking_shared_status()
eba68bd45672 scsi: ufs: Use explicit access size in ufshcd_dump_regs
b18931c5fe0d acpi/nfit: Fix command-supported detection
3cb00cfa3d37 acpi/nfit: Block function zero DSMs
92fbac528fd0 Input: uinput - fix undefined behavior in uinput_validate_absinfo()
71b1af87749b Input: input_event - provide override for sparc64
865a07956db5 Input: xpad - add support for SteelSeries Stratus Duo
06d9f987201f smb3: add credits we receive from oplock/break PDUs
779c65bb7739 CIFS: Do not reconnect TCP session in add_credits()
2ae6fedbd5cb CIFS: Fix credit calculation for encrypted reads with errors
0380ed9b1cd3 CIFS: Fix credits calculations for reads with errors
07b9e5e35e8f CIFS: Fix possible hang during async MTU reads and writes
f4abbb16ed9a vgacon: unconfuse vc_origin when using soft scrollback
a912e16faeda Drivers: hv: vmbus: Check for ring when getting debug info
bfe482b9b299 hv_balloon: avoid touching uninitialized struct page during tail onlining
71d1a74f36a7 tty/n_hdlc: fix __might_sleep warning
6d15ef2c912a uart: Fix crash in uart_write and uart_put_char
80250b48803a tty: Handle problem if line discipline does not have receive_buf
3209eeded863 staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1
75a08b9a0fcb mmc: meson-gx: Free irq in release() callback
4a559dfe6603 mmc: dw_mmc-bluefield: : Fix the license information
d3faea2d152e char/mwave: fix potential Spectre v1 vulnerability
0479bdbf55d8 misc: ibmvsm: Fix potential NULL pointer dereference
049c7b068dd1 s390/smp: fix CPU hotplug deadlock with CPU rescan
e0d573a08f23 s390/early: improve machine detection
b563764443a3 s390/mm: always force a load of the primary ASCE on context switch
8cbca17381ac ARC: perf: map generic branches to correct hardware condition
2f0d2f3ace1f ARC: adjust memblock_reserve of kernel memory
7bb78e62f712 ARCv2: lib: memeset: fix doing prefetchw outside of buffer
cf662d989425 ALSA: hda - Add mute LED support for HP ProBook 470 G5
2173f5a1b0d7 ALSA: hda/realtek - Fix typo for ALC225 model
a719cbe07847 inotify: Fix fd refcount leak in inotify_add_watch().
afb4a7ca7818 clk: socfpga: stratix10: fix naming convention for the fixed-clocks
cf8ea8d536a4 clk: socfpga: stratix10: fix rate calculation for pll clocks
0af64fda917d ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby mode
4fedd516d554 ASoC: rt5514-spi: Fix potential NULL pointer dereference
d6847f539bd6 ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pages
3e05ceedf143 ceph: clear inode pointer when snap realm gets dropped by its inode
8e7320b9f551 USB: serial: pl2303: add new PID to support PL2303TB
4d984aab54a6 USB: serial: simple: add Motorola Tetra TPG2200 device id
a70e5cd09361 USB: leds: fix regression in usbport led trigger
f8982204cbea mei: me: add denverton innovation engine device IDs
adfda26bdf47 mei: me: mark LBG devices as having dma support
2cade15d58ca tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state
6c4d069aec0f ip6_gre: update version related info when changing link
c9fe9d194d45 net: phy: marvell: Fix deadlock from wrong locking
552cd931b483 erspan: build the header with the right proto according to erspan_ver
0449da6fc203 ip6_gre: fix tunnel list corruption for x-netns
e3fa624ee7af udp: with udp_segment release on error path
84bf74307c88 net/sched: cls_flower: allocate mask dynamically in fl_change()
bdafc159ac8c mlxsw: pci: Ring CQ's doorbell before RDQ's
c82f4684d330 mlxsw: spectrum_fid: Update dummy FID index
adbf7e580994 net: ipv4: Fix memory leak in network namespace dismantle
bc4e2300e44a mlxsw: pci: Increase PCI SW reset timeout
1688e75cae7d vhost: log dirty page correctly
3d997bf0074e openvswitch: Avoid OOB read when parsing flow nlattrs
916c27c8cf88 net_sched: refetch skb protocol for each filter
02239e797ac7 net/sched: act_tunnel_key: fix memory leak in case of action replace
3e4cd0677715 net: phy: mdio_bus: add missing device_del() in mdiobus_register() error handling
1a864e38b39e net: phy: marvell: Errata for mv88e6390 internal PHYs
40f2f08030fa net: Fix usage of pskb_trim_rcsum
e287968a3837 net: bridge: Fix ethernet header pointer before check skb forwardable
779a5077d9cf amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYs
34ae65724615 Linux 4.19.18
b40aec33eeb5 ipmi: Don't initialize anything in the core until something uses it
031a94ff8ac4 ipmi:ssif: Fix handling of multi-part return messages
821a003d8e81 ipmi: Prevent use-after-free in deliver_response
753abe2a6339 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
1c393ca118cf ipmi: fix use-after-free of user->release_barrier.rda
7557895b3dda Bluetooth: Fix unnecessary error message for HCI request completion
d9bcbcb7d77c iwlwifi: mvm: Send LQ command as async when necessary
0d73e773edc9 mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps
2011eb741803 userfaultfd: clear flag if remap event not enabled
b0cd52e644ef mm/swap: use nr_node_ids for avail_lists in swap_info_struct
dc15e3fd3fbe mm/page-writeback.c: don't break integrity writeback on ->writepage() error
5a404f39f8fa ocfs2: fix panic due to unrecovered local alloc
c9dcb871b1a9 iomap: don't search past page end in iomap_is_partially_uptodate
00886cebcce5 scsi: megaraid: fix out-of-bound array accesses
d640fb10cab4 scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown()
dd619b90dd71 ath10k: fix peer stats null pointer dereference
ca8ad9bcbebd scsi: smartpqi: correct lun reset issues
868152e4ca97 scsi: mpt3sas: fix memory ordering on 64bit writes
6fa75685aa3a IB/usnic: Fix potential deadlock
a13daf038b49 sysfs: Disable lockdep for driver bind/unbind files
959bf5c190ea ALSA: bebob: fix model-id of unit for Apogee Ensemble
c5e68453be0c Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029
887b1c9a7d17 dm: Check for device sector overflow if CONFIG_LBDAF is not set
decca9bc2116 clocksource/drivers/integrator-ap: Add missing of_node_put()
876b79b973f2 quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.
77f14a495530 perf tools: Add missing open_memstream() prototype for systems lacking it
e2a1f8d695c2 perf tools: Add missing sigqueue() prototype for systems lacking it
4bc4b575131f perf cs-etm: Correct packets swapping in cs_etm__flush()
9e5be33b1061 dm snapshot: Fix excessive memory usage and workqueue stalls
d9513fdbeb62 tools lib subcmd: Don't add the kernel sources to the include path
8603cac28a78 perf stat: Avoid segfaults caused by negated options
cbd257f3bbc9 dm kcopyd: Fix bug causing workqueue stalls
4e26ee3149e4 dm crypt: use u64 instead of sector_t to store iv_offset
a4772e8b3e60 x86/topology: Use total_cpus for max logical packages calculation
9d51378a6893 netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routine
bb7b6c49cc34 netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routine
744383c88e2e netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is set
bd1040e646d6 perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKX
58c67a0b06a7 perf parse-events: Fix unchecked usage of strncpy()
b332b4cd25e7 perf svghelper: Fix unchecked usage of strncpy()
f54fc4c23eea perf tests ARM: Disable breakpoint tests 32-bit
c3e8c335e788 perf intel-pt: Fix error with config term "pt=0"
f74fc96e32ab tty/serial: do not free trasnmit buffer page under port lock
310f8296d630 btrfs: improve error handling of btrfs_add_link
38b17eee7074 btrfs: fix use-after-free due to race between replace start and cancel
720b86a53a10 btrfs: alloc_chunk: fix more DUP stripe size handling
bb5717a4a165 btrfs: volumes: Make sure there is no overlap of dev extents at mount time
c21991ed17e9 mmc: atmel-mci: do not assume idle after atmci_request_end
461991104dcb kconfig: fix memory leak when EOF is encountered in quotation
ba8efcdc5779 kconfig: fix file name and line number of warn_ignored_character()
344b51e7ce13 bpf: relax verifier restriction on BPF_MOV | BPF_ALU
dfbf8c981f83 arm64: Fix minor issues with the dcache_by_line_op macro
73f0b2e36e40 clk: imx6q: reset exclusive gates on init
8f183b332398 arm64: kasan: Increase stack size for KASAN_EXTRA
656257cf1cbd selftests: do not macro-expand failed assertion expressions
3ad8148ce042 scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough
25d3546acd60 scsi: target: use consistent left-aligned ASCII INQUIRY data
50deccdceb59 net: call sk_dst_reset when set SO_DONTROUTE
fd4c7fe100fc staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'
38be2cbae300 media: venus: core: Set dma maximum segment size
9df6861a35d1 ASoC: use dma_ops of parent device for acp_audio_dma
597a09e0ce2c media: firewire: Fix app_info parameter type in avc_ca{,_app}_info
3049cdc28409 powerpc/pseries/cpuidle: Fix preempt warning
115a0d668793 powerpc/xmon: Fix invocation inside lock region
819e2e0760f3 media: uvcvideo: Refactor teardown of uvc on USB disconnect
265242d82a3c pstore/ram: Do not treat empty buffers as valid
ed99d79a158c clk: imx: make mux parent strings const
c356972f27cc jffs2: Fix use of uninitialized delayed_work, lockdep breakage
50063ba9dd51 efi/libstub: Disable some warnings for x86{,_64}
fded1b0e0c89 rxe: IB_WR_REG_MR does not capture MR's iova field
e34e54f925e2 drm/amdgpu: Reorder uvd ring init before uvd resume
4614fe394c55 scsi: qedi: Check for session online before getting iSCSI TLV data.
22e568af3989 ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM defined
34ea589d97d7 selinux: always allow mounting submounts
e4c04fd44157 fpga: altera-cvp: fix probing for multiple FPGAs on the bus
7cae65dbc7b4 usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_device
7187ac3e3c4d samples: bpf: fix: error handling regarding kprobe_events
5e1be9c72310 clk: meson: meson8b: fix incorrect divider mapping in cpu_scale_table
6ebffc54843b drm/atomic-helper: Complete fake_commit->flip_done potentially earlier
6f88ff119205 arm64: perf: set suppress_bind_attrs flag to true
dbb97f7663c0 crypto: ecc - regularize scalar for scalar multiplication
6e5be6e3f56a MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSur
1d839c72fc13 x86/mce: Fix -Wmissing-prototypes warnings
3945c33a608e ALSA: oxfw: add support for APOGEE duet FireWire
464b01e4406e bpf: Allow narrow loads with offset > 0
4c7c36a7f348 serial: set suppress_bind_attrs flag only if builtin
e7a5f0073533 writeback: don't decrement wb->refcnt if !wb->bdi
b6d75422462a of: overlay: add missing of_node_put() after add new node to changeset
d216d503a0b2 selftests/bpf: enable (uncomment) all tests in test_libbpf.sh
579f3fc1f46f usb: typec: tcpm: Do not disconnect link for self powered devices
88f3beae5836 e1000e: allow non-monotonic SYSTIM readings
e5090418fbb0 platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey
3dc1bc575e75 ixgbe: allow IPsec Tx offload in VEPA mode
bd240b1182da drm/amdkfd: fix interrupt spin lock
07f4cf9547d9 drm/amd/display: Guard against null stream_state in set_crc_source
414dbd6c00b9 gpio: pl061: Move irq_chip definition inside struct pl061
ad7013cd6d6a netfilter: ipset: Allow matching on destination MAC address for mac and ipmac sets
183144815e34 net: clear skb->tstamp in bridge forwarding path
c1fa98a5748f ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
19ad57e220a1 r8169: Add support for new Realtek Ethernet
8bb38336b721 qmi_wwan: add MTU default to qmap network interface
598e57e02929 net, skbuff: do not prefer skb allocation fails early
e10411389248 net: dsa: mv88x6xxx: mv88e6390 errata
07348a7ebb58 mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletion
cac1bffc77e9 mlxsw: spectrum: Disable lag port TX before removing it
9b25d7b69d61 ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
23b6b8bf9011 Linux 4.19.17
9a9c3c02eace nbd: Use set_blocksize() to set device blocksize
685cc9c3ee48 media: vb2: be sure to unlock mutex on errors
7696248f9b5a selftests: Fix test errors related to lib.mk khdr target
241e514850a1 drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock
8868a72d4201 loop: drop caches if offset or block_size are changed
30805ece5068 loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
b42e24aa3b88 loop: Get rid of 'nested' acquisition of loop_ctl_mutex
5c684c250bf3 loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
5f0db37d916b loop: Fix deadlock when calling blkdev_reread_part()
6e0d69353095 loop: Move loop_reread_partitions() out of loop_ctl_mutex
ed281a7230c9 loop: Move special partition reread handling in loop_clr_fd()
dc717408cef0 loop: Push loop_ctl_mutex down to loop_change_fd()
9218b108062e loop: Push loop_ctl_mutex down to loop_set_fd()
90386ad72fcf loop: Push loop_ctl_mutex down to loop_set_status()
8de64127b2aa loop: Push loop_ctl_mutex down to loop_get_status()
ed87dc660171 loop: Push loop_ctl_mutex down into loop_clr_fd()
18974320825e loop: Split setting of lo_state from loop_clr_fd
b8463897a294 loop: Push lo_ctl_mutex down into individual ioctls
ea5df5077091 loop: Get rid of loop_index_mutex
38d9cce3d61f loop: Fold __loop_release into loop_release
342b3360aeb1 block/loop: Use global lock for ioctl() operation.
f5d3c785c1d3 block/loop: Don't grab "struct file" for vfs_getattr() operation.
21172412a727 tipc: fix uninit-value in tipc_nl_compat_doit
2d5fc1d492d1 tipc: fix uninit-value in tipc_nl_compat_name_table_dump
04d87429738a tipc: fix uninit-value in tipc_nl_compat_link_set
7960fb71aad9 tipc: fix uninit-value in tipc_nl_compat_bearer_enable
1d61caf05721 tipc: fix uninit-value in tipc_nl_compat_link_reset_stats
927733365214 tipc: fix uninit-value in in tipc_conn_rcv_sub
7f902f7c146c sctp: allocate sctp_sockaddr_entry with kzalloc
1e11b1d630f8 blockdev: Fix livelocks on loop device
5a79e71e0bc8 selinux: fix GPF on invalid policy
4cc66cc4f81f block: use rcu_work instead of call_rcu to avoid sleep in softirq
2663bcba075f netfilter: ebtables: account ebt_table_info to kmemcg
61b29bed9010 sunrpc: handle ENOMEM in rpcb_getport_async
c4f39cba6fd0 media: vb2: vb2_mmap: move lock up
a19aedf1a77c LSM: Check for NULL cred-security on free
a72e572f8a2d ipv6: make icmp6_send() robust against null skb->dev
341906cb25f9 bpf: in __bpf_redirect_no_mac pull mac only if present
d9c249a302cb media: vivid: set min width/height to a value > 0
4497ce43a5d0 media: vivid: fix error handling of kthread_run
4190c5fd8a7f omap2fb: Fix stack memory disclosure
328f3de2ef76 fix int_sqrt64() for very large numbers
89a9f049f8b9 Disable MSI also when pcie-octeon.pcie_disable on
3832c115bf80 arm64: dts: marvell: armada-ap806: reserve PSCI area
ca8080c308f4 arm64: kaslr: ensure randomized quantities are clean to the PoC
483ac8e65a8a pstore/ram: Avoid allocation and leak of platform data
a10cabbf7a76 net: dsa: realtek-smi: fix OF child-node lookup
0098f2e791d7 kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7
ec485378a4c4 RDMA/vmw_pvrdma: Return the correct opcode when creating WR
836edf22ffd1 RDMA/nldev: Don't expose unsafe global rkey to regular user
8f4a0e7d8bef media: v4l: ioctl: Validate num_planes for debug messages
d846f48c1dd5 mfd: tps6586x: Handle interrupts on suspend
a752c6d6de80 OF: properties: add missing of_node_put
ac8b9e8e7ddd drm/i915/gvt: Fix mmap range check
434b1b91573c MIPS: lantiq: Fix IPI interrupt handling
19f41f32a4b4 MIPS: BCM47XX: Setup struct device for the SoC
8f469dc0e6dc mips: fix n32 compat_ipc_parse_version
9d37f4a046c2 scsi: sd: Fix cache_type_store()
d368f540ac3e scsi: core: Synchronize request queue PM status only on successful resume
b955a2c75675 Yama: Check for pid death before checking ancestry
01634ac56393 btrfs: wait on ordered extents on abort cleanup
4675f90ef892 Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"
4432362af3a3 xen: Fix x86 sched_clock() interface for xen
64e986444138 crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
c6578f509312 crypto: talitos - reorder code in talitos_edesc_alloc()
44c67402c3f7 crypto: authenc - fix parsing key with misaligned rta_len
97a6662b035c crypto: bcm - convert to use crypto_authenc_extractkeys()
93242fa04d87 crypto: ccree - convert to use crypto_authenc_extractkeys()
659080376639 crypto: authencesn - Avoid twice completion call in decrypt path
9107b2f43432 crypto: caam - fix zero-length buffer DMA mapping
68afc7c36461 crypto: sm3 - fix undefined shift by >= width of value
6e09bef3cbe2 r8169: load Realtek PHY driver module before r8169
eb02c17fcce5 ip: on queued skb use skb_header_pointer instead of pskb_may_pull
d2898aae0da6 bonding: update nest level on unlink
d976151a51c8 r8169: don't try to read counters if chip is in a PCI power-save state
8dc262df0c6f smc: move unhash as early as possible in smc_release()
f352903d5d78 lan743x: Remove phy_read from link status change function
08be4b72f362 tun: publish tfile after it's fully initialized
d7fe54c17aa3 tcp: change txhash on SYN-data timeout
3dc241b8fa94 packet: Do not leak dev refcounts on error exit
54cbcff82d5e net: bridge: fix a bug on using a neighbour cache entry without checking its state
c0e1392e37e1 ipv6: fix kernel-infoleak in ipv6_local_error()
d29d3891c009 arm64: Don't trap host pointer auth use to EL2
a31edd1c1b7b arm64/kvm: consistently handle host HCR_EL2 flags
a200574da87b scsi: target: iscsi: cxgbit: fix csk leak
25c0f7a24a4c scsi: target: iscsi: cxgbit: fix csk leak
ec98b3f39feb Revert "scsi: target: iscsi: cxgbit: fix csk leak"
e276420e4828 mmc: sdhci-msm: Disable CDR function on TX
6567515e4a7c netfilter: nf_conncount: fix argument order to find_next_bit
b01b92417d09 netfilter: nf_conncount: speculative garbage collection on empty lists
aea1d19594e6 netfilter: nf_conncount: move all list iterations under spinlock
bdc6c893ba37 netfilter: nf_conncount: merge lookup and add functions
13c639424bc2 netfilter: nf_conncount: restart search when nodes have been erased
d6b3ff0222fb netfilter: nf_conncount: split gc in two phases
ef68fdb5179c netfilter: nf_conncount: don't skip eviction when age is negative
c5cbe95a4ba8 netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS
8db82a6f2b76 can: gw: ensure DLC boundaries after CAN frame modification
a13520e0d5f5 tty: Don't hold ldisc lock in tty_reopen() if ldisc present
a42c97862837 tty: Simplify tty->count math in tty_reopen()
e6a4caa0b4dd tty: Hold tty_ldisc_lock() during tty_reopen()
028c13f7caf2 tty/ldsem: Wake up readers after timed out down_write()
9c5931b65a7b Linux 4.19.16
7a1b9b76bac7 Btrfs: use nofs context when initializing security xattrs to avoid deadlock
79aa5c0daa5c Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation
829431a2a5a8 Btrfs: fix access to available allocation bits when starting balance
6c9a2046297f arm64: compat: Don't pull syscall number from regs in arm_compat_syscall
4f14f446d115 KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
44e7bab39f87 sunrpc: use-after-free in svc_process_common()
160f79c0a039 mm: page_mapped: don't assume compound page is huge or THP
5dc41af3d19e ext4: fix special inode number checks in __ext4_iget()
bb80ad0dc392 ext4: track writeback errors using the generic tracking infrastructure
da38a1b47b02 ext4: use ext4_write_inode() when fsyncing w/o a journal
01db6e5cf81f ext4: avoid kernel warning when writing the superblock to a dead device
926cdac10439 ext4: fix a potential fiemap/page fault deadlock w/ inline_data
7c2ea25e1364 ext4: make sure enough credits are reserved for dioread_nolock writes
997255351a29 rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set
c7ca8e94dbb5 drm/amdgpu: Don't fail resume process if resuming atomic state fails
f05d02b3b4c8 drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()
d1a5113cf41b drm/i915: Unwind failure on pinning the gen7 ppgtt
f57bef95d6f8 drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2
7398668b3110 drm/fb_helper: Allow leaking fbdev smem_start
b7c3696f68ad drm/amd/display: Fix MST dp_blank REG_WAIT timeout
857af87dcdce PCI: dwc: Move interrupt acking into the proper callback
c408aac37787 PCI: dwc: Take lock when ACKing an interrupt
11637a3a383b PCI: dwc: Use interrupt masking instead of disabling
c051be2b2621 drm/amdgpu: Add new VegaM pci id
719aee2c5ba1 vfio/type1: Fix unmap overflow off-by-one
1e235ec00be0 mtd: rawnand: qcom: fix memory corruption that causes panic
fca4eb31e096 i2c: dev: prevent adapter retries and timeout being set as minus value
3fdb8121e90a ACPI/IORT: Fix rc_dma_get_range()
6fd3d1975105 ACPI / PMIC: xpower: Fix TS-pin current-source handling
fec7361193b4 ACPI: power: Skip duplicate power resource references in _PRx
97b02b632466 mm, memcg: fix reclaim deadlock with writeback
8a4b6e8cb796 mm/usercopy.c: no check page span for stack objects
f928ca391747 slab: alien caches must not be initialized if the allocation of the alien cache failed
33c96bc68ff3 USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB
12388881ce0d USB: storage: add quirk for SMI SM3350
621ecb93578a USB: storage: don't insert sane sense for SPC3+ when bad sense specified
51b2a8e263cb usb: cdc-acm: send ZLP for Telit 3G Intel based modems
2a71a47e03ff cifs: Fix potential OOB access of lock element array
7dcc5b36ea7f CIFS: Fix credit computation for compounded requests
d2f76f6f9fa9 CIFS: Do not hide EINTR after sending network packets
c3606c646783 CIFS: Do not set credits to 1 if the server didn't grant anything
d1130682d127 CIFS: Fix adjustment of credits for MTU requests
045e3d2f1216 ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225
0fd36f024a70 ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for ALC225
50a67b1a85b9 ALSA: hda/realtek - Support Dell headset mode for New AIO platform
4bef2bacb1c5 x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
4ecbd88bf994 cpufreq: scmi: Fix frequency invariance in slow path
f64231cb4f13 staging: rtl8188eu: Fix module loading from tasklet for WEP encryption
ce588054801d staging: rtl8188eu: Fix module loading from tasklet for CCMP encryption
d7068618ae1f Btrfs: fix deadlock when using free space tree due to block group creation
e31851235412 Linux 4.19.15
6384c67c64b5 bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw
8e3a1c500288 drm/amd/display: Fix unintialized max_bpc state values
5f0ab980de1a drm/rockchip: psr: do not dereference encoder before it is null checked.
05a0177d84d9 drm/vc4: Set ->is_yuv to false when num_planes == 1
85c8c61007dd drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume()
4f44e58a5614 lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
8dbea64423dc of: __of_detach_node() - remove node from phandle cache
1cb5a0333a5d of: of_node_get()/of_node_put() nodes held in phandle cache
daa67bd5d1ec power: supply: olpc_battery: correct the temperature units
f65b4d4ff3aa intel_th: msu: Fix an off-by-one in attribute store
998c3537af41 genwqe: Fix size check
86dcb94392f7 drivers/perf: hisi: Fixup one DDRC PMU register offset
c1aa0c845c36 video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"
9797226bf661 ceph: don't update importing cap's mseq when handing cap export
dc8408ea0b22 sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c
87b868070f41 iommu/vt-d: Handle domain agaw being less than iommu agaw
f408aac3104c RDMA/srpt: Fix a use-after-free in the channel release code
c03d6b0f9a95 rxe: fix error completion wr_id and qp_num
6bf97c01b948 9p/net: put a lower bound on msize
af7cc8ebab4a iio: dac: ad5686: fix bit shift read register
a854ab8f6446 powerpc/tm: Set MSR[TS] just prior to recheckpoint
6d9e96f37d38 Revert "powerpc/tm: Unset MSR[TS] if not recheckpointing"
eb05c02903a7 leds: pwm: silently error out on EPROBE_DEFER
ae5c75e660e2 arm64: relocatable: fix inconsistencies in linker script and options
9873efe708bb arm64: drop linker script hack to hide __efistub_ symbols
3f26e68af5c0 nfsd4: zero-length WRITE should succeed
0b6001b941af lockd: Show pid of lockd for remote locks
b541ebbe0cf0 PCI / PM: Allow runtime PM without callback functions
b37fdd941036 selinux: policydb - fix byte order and alignment issues
c6c59adbc19a b43: Fix error in cordic routine
6ef56c9ad7f1 gfs2: Fix loop in gfs2_rbm_find
310486107d41 gfs2: Get rid of potential double-freeing in gfs2_create_inode
30d3dfd4c420 dlm: memory leaks on error path in dlm_user_request()
c5fa01a0153f dlm: lost put_lkb on error path in receive_convert() and receive_unlock()
294776562f96 dlm: possible memory leak on error path in create_lkb()
03acbec28a24 dlm: fixed memory leaks after failed ls_remove_names allocation
6353c0a03791 block: mq-deadline: Fix write completion handling
69e9b2858b20 block: deactivate blk_stat timer in wbt_disable_default()
a85449199539 Fix failure path in alloc_pid()
5781b53dd89c driver core: Add missing dev->bus->need_parent_lock checks
b57b3b008284 srcu: Lock srcu_data structure in srcu_gp_start()
378f9dfa495a ALSA: usb-audio: Always check descriptor sizes in parser code
6c8c16479b23 ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirks
b389f9c4c97a ALSA: usb-audio: Check mixer unit descriptors more strictly
8ee6f180d56f ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()
281a9e46a94c ALSA: cs46xx: Potential NULL dereference in probe
6584ae39fa60 media: cx23885: only reset DMA on problematic CPUs
b6f66e8b227f mt76x0: init hw capabilities
13e554feddbd dma-direct: do not include SME mask in the DMA supported check
439022e0c2ec raid6/ppc: Fix build for clang
7dfb22b5abaa powerpc/boot: Set target when cross-compiling for clang
f4c27d53b15d Makefile: Export clang toolchain variables
1637d5d2e299 kbuild: consolidate Clang compiler flags
dcaab8b5d745 kbuild: add -no-integrated-as Clang option unconditionally
28e1d143b868 powerpc: Disable -Wbuiltin-requires-header when setjmp is used
ba1fe90be68f powerpc: avoid -mno-sched-epilog on GCC 4.9 and newer
24e26062b90e powerpc: consolidate -mno-sched-epilog into FTRACE flags
5b59eeba6b00 powerpc: remove old GCC version checks
668ecd6b17b9 sunrpc: use SVC_NET() in svcauth_gss_* functions
807957cecdc7 sunrpc: fix cache_head leak due to queued request
1c5e0be35de1 memcg, oom: notify on oom killer invocation from the charge path
8da70752f5fa mm, swap: fix swapoff with KSM pages
0f1a62e0737a mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL
e890a867060b mm, hmm: use devm semantics for hmm_devmem_{add, remove}
c215c66ceab5 mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support
ec5471c92fb2 mm, devm_memremap_pages: fix shutdown handling
0a38f2e4a4c7 mm, devm_memremap_pages: kill mapping "System RAM" support
b30ea244cf3e mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL
2c87072a3bf9 hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined
e3af83bd44ec zram: fix double free backing device
bc999b5099d7 fork: record start_time late
d257d4299ae7 scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is invalid
06fd6847c4a1 scsi: zfcp: fix posting too many status read buffers leading to adapter shutdown
218c81851f11 auxdisplay: charlcd: fix x/y command parsing
dc68052427be serial/sunsu: fix refcount leak
08e7661cdd56 qmi_wwan: Fix qmap header retrieval in qmimux_rx_fixup
2fb13e2004e8 net: netxen: fix a missing check and an uninitialized use
8bb68ed82f01 Input: synaptics - enable SMBus for HP EliteBook 840 G4
ae247d60588c gpio: mvebu: only fail on missing clk if pwm is actually to be used
332fc66790d6 lan743x: Remove MAC Reset from initialization
e1b3575c474e virtio: fix test build after uio.h change
e46d5bd8fd89 m68k: Fix memblock-related crashes
ae206a1a5e3a kbuild: fix false positive warning/error about missing libelf
ff014712e5d3 mac80211: free skb fraglist before freeing the skb
366fc5858720 nl80211: fix memory leak if validate_pae_over_nl80211() fails
098143bfc29e vxge: ensure data0 is initialized in when fetching firmware version information
945b416a973b lan78xx: Resolve issue with changing MAC address
c26419f3574e lan743x: Expand phy search for LAN7431
98876c46efd0 net: macb: add missing barriers when reading descriptors
6e48c0fc14af net: macb: fix dropped RX frames due to a race
873f9a559bcb net: macb: fix random memory corruption on RX with 64-bit DMA
12024f4fc118 qed: Fix an error code qed_ll2_start_xmit()
233ba13db681 SUNRPC: Fix a race with XPRT_CONNECTING
4f784484bd96 mac80211: fix a kernel panic when TXing after TXQ teardown
97fd4c7f6ddf net: hns: Fix ping failed when use net bridge and send multicast
1f89e4e8b54d net: hns: Add mac pcs config when enable|disable mac
b686b8c073c0 net: hns: Fix ntuple-filters status error.
db2ca348c80c net: hns: Avoid net reset caused by pause frames storm
c8e78cbcde24 net: hns: Free irq when exit from abnormal branch
ac9ae1930a1b net: hns: Clean rx fbd when ae stopped.
1b2f8d7cc1b2 net: hns: Fixed bug that netdev was opened twice
17eeca6e3d9b net: hns: Some registers use wrong address according to the datasheet.
341b8840435a net: hns: All ports can not work when insmod hns ko after rmmod.
41d54657e34b net: hns: Incorrect offset address used for some registers.
2cd0c6f8d050 w90p910_ether: remove incorrect __init annotation
997cb5039dba net/tls: Init routines in create_ctx
7a2b5258682f drivers: net: xgene: Remove unnecessary forward declarations
37fc22c6cf22 x86, hyperv: remove PCI dependency
2e2127508297 mt76: fix potential NULL pointer dereference in mt76_stop_tx_queues
131366ebda88 scsi: target: iscsi: cxgbit: add missing spin_lock_init()
c9cef2c71a89 scsi: target: iscsi: cxgbit: fix csk leak
a01345407c43 bnx2x: Send update-svid ramrod with retry/poll flags enabled
53471f0d893d bnx2x: Remove configured vlans as part of unload sequence.
096795d4ccc7 bnx2x: Clear fip MAC when fcoe offload support is disabled
7fd995d3b444 netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()
ba364929ff0c netfilter: nat: can't use dst_hold on noref dst
9e4041016015 netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel
27f59f342f7c ixgbe: Fix race when the VF driver does a reset
3bfed541c3ee i40e: fix mac filter delete when setting mac address
56769ef90b83 x86/dump_pagetables: Fix LDT remap address marker
62075c982bf7 x86/mm: Fix guard hole handling
af03a980e86f ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_done
e4bcb09d3b48 ibmvnic: Fix non-atomic memory allocation in IRQ context
733f5216eb54 ibmvnic: Convert reset work item mutex to spin lock
b7e2af3fdf8a Input: synaptics - enable RMI on ThinkPad T560
c5dabddc2ccc Input: omap-keypad - fix idle configuration to not block SoC idle states
c0c14b758c0c scsi: bnx2fc: Fix NULL dereference in error handling
98ce676bea96 Revert "scsi: qla2xxx: Fix NVMe Target discovery"
6bcf9ef86c86 netfilter: seqadj: re-load tcp header pointer after possible head reallocation
cee05c0371a6 netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()
537e9a8c301d ieee802154: hwsim: fix off-by-one in parse nested
083d552a890c xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears the dst_entry.
00eff089dfb7 xfrm: Fix bucket count reported to userspace
34a2f36c0115 xfrm: Fix error return code in xfrm_output_one()
7519ffa9118c checkstack.pl: fix for aarch64
8c9c3747750a IB/core: Fix oops in netdev_next_upper_dev_rcu()
a8d16017db2e drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lock
54568ab2e11f powerpc/mm: Fallback to RAM if the altmap is unusable
52e1f29e8bcf Input: restore EV_ABS ABS_RESERVED
b4592b838322 IB/mlx5: Block DEVX umem from the non applicable cases
aad142a61ebb ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock
eab3109e1547 ARM: imx: update the cpu power up timing setting on i.mx6sx
94541b595ad4 ARM: dts: imx7d-pico: Describe the Wifi clock
270a08ffa1b9 HID: ite: Add USB id match for another ITE based keyboard rfkill key quirk
d4fdc5e82357 powerpc/mm: Fix linux page tables build with some configs
4642a5c58299 powerpc: Fix COFF zImage booting on old powermacs
a294de739535 arm64: dts: mt7622: fix no more console output on rfb1
cd9ff62bad88 pinctrl: meson: fix pull enable register calculation
0dc2ffac869c ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3V
(From OE-Core rev: 29d4b668e2ecba2ea263d448ac32505d953ad1d1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the -stable updates from Paul Gortmaker that comprise the
following commits:
fb957805a800 Linux 4.18.27
e40e99b6b15d ipmi:ssif: Fix handling of multi-part return messages
ec5b2f3f897b ipmi: Prevent use-after-free in deliver_response
d605dfec5314 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
6fcd5c67bbed ipmi: fix use-after-free of user->release_barrier.rda
8978d7c6dec4 Bluetooth: Fix unnecessary error message for HCI request completion
9aa6a6afdc9d iwlwifi: mvm: Send LQ command as async when necessary
be293e2c8d5d mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps
5da1802b5dd9 userfaultfd: clear flag if remap event not enabled
08861c6db0c1 mm/swap: use nr_node_ids for avail_lists in swap_info_struct
fbd6851e6d57 mm/page-writeback.c: don't break integrity writeback on ->writepage() error
42af1b118dec ocfs2: fix panic due to unrecovered local alloc
e701c6b47b1e scsi: megaraid: fix out-of-bound array accesses
c2414688a11f scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown()
248849ffcee8 ath10k: fix peer stats null pointer dereference
e6e7a27d9894 scsi: smartpqi: correct lun reset issues
f82c77b69dd4 scsi: mpt3sas: fix memory ordering on 64bit writes
7fe3902a1b30 IB/usnic: Fix potential deadlock
07716336ae4f sysfs: Disable lockdep for driver bind/unbind files
52223b291461 ALSA: bebob: fix model-id of unit for Apogee Ensemble
f55b7d8c5747 dm: Check for device sector overflow if CONFIG_LBDAF is not set
744fb8e55bdc clocksource/drivers/integrator-ap: Add missing of_node_put()
c7e5ef0fad26 quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.
051f86c6e4fe perf tools: Add missing open_memstream() prototype for systems lacking it
f40cb62ae378 perf tools: Add missing sigqueue() prototype for systems lacking it
fe10d3ee10ae dm snapshot: Fix excessive memory usage and workqueue stalls
dbb2e01442dd tools lib subcmd: Don't add the kernel sources to the include path
9844e0dbc6d0 perf stat: Avoid segfaults caused by negated options
d8dc75d3d9fc dm kcopyd: Fix bug causing workqueue stalls
dff3fa1af70f dm crypt: use u64 instead of sector_t to store iv_offset
26dfea580c42 x86/topology: Use total_cpus for max logical packages calculation
5f13f97aad1e netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routine
d5e112ef684d netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routine
ed843e0c755b netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is set
ab68568470d6 perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKX
5ddf63d48c16 perf parse-events: Fix unchecked usage of strncpy()
882079829dfb perf svghelper: Fix unchecked usage of strncpy()
e689fb5da3fc perf tests ARM: Disable breakpoint tests 32-bit
ef3ae9b3e540 perf intel-pt: Fix error with config term "pt=0"
8639a6aacfd7 tty/serial: do not free trasnmit buffer page under port lock
80c3cdea380c btrfs: improve error handling of btrfs_add_link
2202b846b13c btrfs: alloc_chunk: fix more DUP stripe size handling
ab3a0bbe8b0b mmc: atmel-mci: do not assume idle after atmci_request_end
32f972da3d3a kconfig: fix memory leak when EOF is encountered in quotation
10d9a6a992ee kconfig: fix file name and line number of warn_ignored_character()
f7bcc8b2f7ef bpf: relax verifier restriction on BPF_MOV | BPF_ALU
eec0856907da arm64: Fix minor issues with the dcache_by_line_op macro
f2300824da71 clk: imx6q: reset exclusive gates on init
1604baf07d22 arm64: kasan: Increase stack size for KASAN_EXTRA
13ba93449b46 selftests: do not macro-expand failed assertion expressions
3bbd076d9136 scsi: target: use consistent left-aligned ASCII INQUIRY data
e37db031ef5a net: call sk_dst_reset when set SO_DONTROUTE
fb614921bc34 media: venus: core: Set dma maximum segment size
eb2c9c4ca615 ASoC: use dma_ops of parent device for acp_audio_dma
68a03c142063 media: firewire: Fix app_info parameter type in avc_ca{,_app}_info
b60c7a6713d5 powerpc/pseries/cpuidle: Fix preempt warning
df30a1b5d8d2 powerpc/xmon: Fix invocation inside lock region
4f03e69412ba media: uvcvideo: Refactor teardown of uvc on USB disconnect
e6b355ae24ba pstore/ram: Do not treat empty buffers as valid
72d479d16ec9 clk: imx: make mux parent strings const
277364cbbd21 jffs2: Fix use of uninitialized delayed_work, lockdep breakage
d206a38109fc efi/libstub: Disable some warnings for x86{,_64}
643a876a5b01 rxe: IB_WR_REG_MR does not capture MR's iova field
f5d7d77be0a6 scsi: qedi: Check for session online before getting iSCSI TLV data.
5c28f6e86aff ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM defined
6ca660928969 selinux: always allow mounting submounts
128146d4fb71 fpga: altera-cvp: fix probing for multiple FPGAs on the bus
3e60aeeefaeb usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_device
e1c8feafd5fe samples: bpf: fix: error handling regarding kprobe_events
2b3081b77e3f clk: meson: meson8b: fix incorrect divider mapping in cpu_scale_table
0bf0163094a9 drm/atomic-helper: Complete fake_commit->flip_done potentially earlier
21330a217643 arm64: perf: set suppress_bind_attrs flag to true
066b9fddd721 crypto: ecc - regularize scalar for scalar multiplication
e26359f1620c MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSur
3afff9e63c8e x86/mce: Fix -Wmissing-prototypes warnings
9b3a195320ca ALSA: oxfw: add support for APOGEE duet FireWire
04aba67bbf94 bpf: Allow narrow loads with offset > 0
f30cc07af44f serial: set suppress_bind_attrs flag only if builtin
d264a0f394ba writeback: don't decrement wb->refcnt if !wb->bdi
74691a75e365 of: overlay: add missing of_node_put() after add new node to changeset
419af4cd1015 selftests/bpf: enable (uncomment) all tests in test_libbpf.sh
2e3f88e667c6 e1000e: allow non-monotonic SYSTIM readings
f782c9d1da48 platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey
1261977d0ab4 ixgbe: allow IPsec Tx offload in VEPA mode
7c73931b7303 drm/amd/display: Guard against null stream_state in set_crc_source
39d92f35a8dc gpio: pl061: Move irq_chip definition inside struct pl061
3aec221e313a netfilter: ipset: Allow matching on destination MAC address for mac and ipmac sets
6a5be9a2ffef ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
50d329eca381 r8169: Add support for new Realtek Ethernet
d1aad26bb964 qmi_wwan: add MTU default to qmap network interface
62b4f9e777bf net, skbuff: do not prefer skb allocation fails early
eb5c8d69ea42 net: dsa: mv88x6xxx: mv88e6390 errata
993bc7d54dac mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletion
8fb8533a5309 mlxsw: spectrum: Disable lag port TX before removing it
75daf3c475df ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
73827a8e2e30 nbd: Use set_blocksize() to set device blocksize
f65d7d5574e1 drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock
528fa9207170 loop: drop caches if offset or block_size are changed
3df31feee60d loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
d4082dc05ac9 loop: Get rid of 'nested' acquisition of loop_ctl_mutex
78f210acfd34 loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
3ebf94b079ba loop: Fix deadlock when calling blkdev_reread_part()
fc4a4583f9f1 loop: Move loop_reread_partitions() out of loop_ctl_mutex
2c2c3aa3ab1c loop: Move special partition reread handling in loop_clr_fd()
e2c6ee2931ca loop: Push loop_ctl_mutex down to loop_change_fd()
b442997a7285 loop: Push loop_ctl_mutex down to loop_set_fd()
33d682700fb0 loop: Push loop_ctl_mutex down to loop_set_status()
49f911a6a4c0 loop: Push loop_ctl_mutex down to loop_get_status()
c3be2cd6ad9e loop: Push loop_ctl_mutex down into loop_clr_fd()
9a4a7555c177 loop: Split setting of lo_state from loop_clr_fd
d1f05249099a loop: Push lo_ctl_mutex down into individual ioctls
50bbdfab99c1 loop: Get rid of loop_index_mutex
bc40dc95afdc loop: Fold __loop_release into loop_release
23d5eac305d0 block/loop: Use global lock for ioctl() operation.
e0d29ef2a8b0 block/loop: Don't grab "struct file" for vfs_getattr() operation.
8281310f32aa tipc: fix uninit-value in tipc_nl_compat_doit
95c94c995d8e tipc: fix uninit-value in tipc_nl_compat_name_table_dump
b099f94e1e4d tipc: fix uninit-value in tipc_nl_compat_link_set
8e649a4839e0 tipc: fix uninit-value in tipc_nl_compat_bearer_enable
e54458ac168e tipc: fix uninit-value in tipc_nl_compat_link_reset_stats
9a8f56b713dc tipc: fix uninit-value in in tipc_conn_rcv_sub
08ea8e1bfd4b sctp: allocate sctp_sockaddr_entry with kzalloc
4c02dbac416c blockdev: Fix livelocks on loop device
af7bec66e3ee selinux: fix GPF on invalid policy
de9b736152ed block: use rcu_work instead of call_rcu to avoid sleep in softirq
b232d75be71a netfilter: ebtables: account ebt_table_info to kmemcg
aa4d1d6641b5 sunrpc: handle ENOMEM in rpcb_getport_async
ddb29b79dbff media: vb2: be sure to unlock mutex on errors
b9f0f2f9cf59 media: vb2: vb2_mmap: move lock up
7308ece86dd0 LSM: Check for NULL cred-security on free
71ba5763243b ipv6: make icmp6_send() robust against null skb->dev
05e6bff7e7a6 bpf: in __bpf_redirect_no_mac pull mac only if present
4181e7d61b1a media: vivid: set min width/height to a value > 0
cbfc610ae5f2 media: vivid: fix error handling of kthread_run
05f5b1394483 omap2fb: Fix stack memory disclosure
28063cb50ed8 fix int_sqrt64() for very large numbers
37112a960b7f Disable MSI also when pcie-octeon.pcie_disable on
8fd61f25fcf3 arm64: dts: marvell: armada-ap806: reserve PSCI area
58c3acda1754 arm64: kaslr: ensure randomized quantities are clean to the PoC
9a013b991c02 pstore/ram: Avoid allocation and leak of platform data
1aa9985076dc RDMA/nldev: Don't expose unsafe global rkey to regular user
b409b102c7d8 media: v4l: ioctl: Validate num_planes for debug messages
92dd1f93a3c9 mfd: tps6586x: Handle interrupts on suspend
2e63388cbfdb OF: properties: add missing of_node_put
1957d16bceca drm/i915/gvt: Fix mmap range check
f1e756d98a46 MIPS: lantiq: Fix IPI interrupt handling
ac8f34885340 mips: fix n32 compat_ipc_parse_version
0830f02f81b3 scsi: sd: Fix cache_type_store()
f25d687e3d8b scsi: core: Synchronize request queue PM status only on successful resume
0f7357d9b8e4 Yama: Check for pid death before checking ancestry
f94e8c0566d0 btrfs: wait on ordered extents on abort cleanup
4b1129e59323 Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"
f9ac2ffa0255 xen: Fix x86 sched_clock() interface for xen
79ad9eda6689 x86/xen/time: Output xen sched_clock time from 0
7b3718f98f17 crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
c194e944dc98 crypto: talitos - reorder code in talitos_edesc_alloc()
0b612c90335c crypto: authenc - fix parsing key with misaligned rta_len
bed3cec44833 crypto: bcm - convert to use crypto_authenc_extractkeys()
f1daff3d1cb1 crypto: ccree - convert to use crypto_authenc_extractkeys()
b445d866e2fa crypto: authencesn - Avoid twice completion call in decrypt path
1d5d8babb9a8 crypto: caam - fix zero-length buffer DMA mapping
04836f6b86bd crypto: sm3 - fix undefined shift by >= width of value
42cd579fd790 bonding: update nest level on unlink
12dff858b935 r8169: don't try to read counters if chip is in a PCI power-save state
5087c2825807 smc: move unhash as early as possible in smc_release()
cf652d77ac45 tun: publish tfile after it's fully initialized
faee48550bf4 tcp: change txhash on SYN-data timeout
e87c244b11cd net: bridge: fix a bug on using a neighbour cache entry without checking its state
c499692ded84 ipv6: fix kernel-infoleak in ipv6_local_error()
a3ab077a3f79 arm64: Don't trap host pointer auth use to EL2
6f127252fe5f arm64/kvm: consistently handle host HCR_EL2 flags
e5fed8d49b5b scsi: target: iscsi: cxgbit: fix csk leak
f1778e1523fa netfilter: nf_conncount: don't skip eviction when age is negative
df00c2c10e4f can: gw: ensure DLC boundaries after CAN frame modification
58e9f5227691 tty: Don't hold ldisc lock in tty_reopen() if ldisc present
c6e522371001 tty: Simplify tty->count math in tty_reopen()
e3ac534b8aa5 tty: Hold tty_ldisc_lock() during tty_reopen()
3456ecaf8d34 tty/ldsem: Wake up readers after timed out down_write()
2b1afc9c3506 Btrfs: use nofs context when initializing security xattrs to avoid deadlock
403d0f9134a7 Btrfs: fix access to available allocation bits when starting balance
343ae5df68a2 KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
42e3a4424b12 sunrpc: use-after-free in svc_process_common()
39e372a81d13 mm: page_mapped: don't assume compound page is huge or THP
845f8457893a ext4: track writeback errors using the generic tracking infrastructure
a0e9782472b8 ext4: use ext4_write_inode() when fsyncing w/o a journal
c60e8096cc4d ext4: avoid kernel warning when writing the superblock to a dead device
3ec6f7792def ext4: fix a potential fiemap/page fault deadlock w/ inline_data
02d823cdb2a4 ext4: make sure enough credits are reserved for dioread_nolock writes
154261392771 rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set
98213a9d5ce0 drm/amdgpu: Don't fail resume process if resuming atomic state fails
dc2660871a4a drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()
26089047b42c drm/amd/display: Fix MST dp_blank REG_WAIT timeout
003d29ca6fba PCI: dwc: Move interrupt acking into the proper callback
b90e95417c02 PCI: dwc: Take lock when ACKing an interrupt
d51df9e16301 PCI: dwc: Use interrupt masking instead of disabling
c122260b25cd drm/amdgpu: Add new VegaM pci id
789040bc5039 vfio/type1: Fix unmap overflow off-by-one
86cecca3d93e i2c: dev: prevent adapter retries and timeout being set as minus value
50558f1ca67b ACPI / PMIC: xpower: Fix TS-pin current-source handling
4b75905144c7 ACPI: power: Skip duplicate power resource references in _PRx
c78b2116c9d7 mm, memcg: fix reclaim deadlock with writeback
8bf6869b4d75 mm/usercopy.c: no check page span for stack objects
d6c879709135 slab: alien caches must not be initialized if the allocation of the alien cache failed
bb1c250d55ff USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB
39fa1b192449 USB: storage: add quirk for SMI SM3350
4385b42a4cc2 USB: storage: don't insert sane sense for SPC3+ when bad sense specified
d10e7b64e2b3 usb: cdc-acm: send ZLP for Telit 3G Intel based modems
af318dc8d1f4 cifs: Fix potential OOB access of lock element array
4c26d3a072da CIFS: Do not hide EINTR after sending network packets
50c6b89008ec CIFS: Fix adjustment of credits for MTU requests
a7eb3c3dc214 ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225
dcb78b2a6e1c ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for ALC225
26b78760c7ae ALSA: hda/realtek - Support Dell headset mode for New AIO platform
94ddf9e27eb5 cpufreq: scmi: Fix frequency invariance in slow path
516c5e5f484f Revert "x86/hyper-v: Check cpumask_to_vpset() return value in hyperv_flush_tlb_others_ex()"
(From OE-Core rev: c05bd600a4200a76513ff5a127f44efe1eab4045)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating Paul Gortmaker's stable updates that comprise the following
commits:
89754c7da63f Linux 4.18.26
c564abe1908c NFSv4: Fix a tracepoint Oops in initiate_file_draining()
890d46c677fd net: hns3: fix return value error while hclge_cmd_csq_clean failed
9cee553eeef0 PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definition
5ffe615c7959 fbdev: omap2: omapfb: fix ifnullfree.cocci warnings
9a2eb194c961 fbdev: omap2: omapfb: fix bugon.cocci warnings
795731d5307f fbdev: omap2: omapfb: fix boolreturn.cocci warnings
8c656840a4cc PCI: mobiveil: Add Kconfig/Makefile entries
0f7c216a5905 pinctrl: mediatek: include chained_irq.h header
3f240c958d39 m68k/io: Add missing ioremap define guards, fix typo
3aca0a7960d4 dm writecache: report start_sector in status line
50de44fbe274 arm64: mm: Export __sync_icache_dcache() for xen-privcmd
4c521f993bb9 tipc: add missing dev_put() on error in tipc_enable_l2_media
0a7f5ef06a67 clk: actions: Add missing REGMAP_MMIO dependency
90cbc3a9021a net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
92b0d2a490ba nvmet: check fileio lba range access boundaries
95550ccfee82 EVM: fix return value check in evm_write_xattrs()
9c63338b2ecc multicast: remove useless parameter for group add
818380e81f55 regulator: qcom_spmi: Do not initialise static to NULL
80faeb6437d9 netfilter: nft_socket: Break evaluation if no socket found
7896db3d286a netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.h
6ee2615cbc6c x86/hyper-v: Check cpumask_to_vpset() return value in hyperv_flush_tlb_others_ex()
b98d573d572f drm/nouveau/kms/nv50-: fix drm-get-put.cocci warnings
5b4fbedbb14a ASoC: qdsp6: q6routing: off by one in routing_hw_params()
0ce601464e44 drm/amdgpu: get VCN start to process in the dpm disabled case
cdb988723c92 net: stmmac: Fix PCI module removal leak
f014d3b35b9f ip: on queued skb use skb_header_pointer instead of pskb_may_pull
ee45cb43d804 linux/device.h: fix kernel-doc notation warning
eb11d9a94de0 regulator: Revert "regulator: pfuze100: add enable/disable for switch"
26d53be66490 KVM: VMX: hide flexpriority from guest when disabled at the module level
1c9ebfaf8229 media: omap3isp: fix warning for !CONFIG_PM
60f30bf144b8 cfg80211: fix wext-compat memory leak
9685f469611b spi: spi-mem: Add missing description for data.nbytes field
07b7e110c17b arm64: dts: renesas: r8a77990: Remove non-existing STBE region
d6e90a26c5bd media: cx231xx: fix RC_CORE dependency
7a281dbd6967 media: v4l: cadence: add VIDEO_V4L2 dependency
3b95f46801af perf Documentation: Fix out-of-tree asciidoctor man page generation
8d927494900d selftests: forwarding: mirror_gre_vlan_bridge_1q: Unset rp_filter
8359363df5a6 net/mlx5: Use u16 for Work Queue buffer strides offset
0f85219db2ee kconfig: remove a spurious self-assignment
40535cf8ca98 netfilter: nf_tables: don't prevent event handler from device cleanup on netns exit
10d27d084c16 drm/i915: Stop holding a ref to the ppgtt from each vma
e9c0ce028417 f2fs: wake up gc thread immediately when gc_urgent is set
b9f47e1e8a61 tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
f1a29b5218b0 tcp: mandate a one-time immediate ACK
4474fad367bf selftests: rtnetlink: use a local IP address for IPsec tests
f9229f11713c selftests: rtnetlink: hide complaint from terminated monitor
2b4cb6ad782d i40iw: Reorganize acquire/release of locks in i40iw_manage_apbvt
f2aa45e70b9a drm/sun4i: mark PM functions as __maybe_unused
6c4f9bb9e2c7 drm/v3d: Checking for NULL vs IS_ERR()
(From OE-Core rev: 920440b0406f04963603e54f49527772fb14dacb)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kernel commit that added the syscall table generation tools
for ARM platform (ARM: convert to generated system call tables)
wasn't merged until kernel release v4.10.
Current assumption in kernel-devsrc recipe is that these syscall
scripts exist, which breaks the build for external board layers that are
still using 4.9.x kernels:
cp: cannot stat ‘arch/arm/tools/syscall*’: No such file or directory
so only try to install the scripts when they actually exist.
(From OE-Core rev: 7b4d77d7f909c0ae27553fd9c480f069f12e468f)
Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Fix the following error when launching sysprof:
$ sysprof
GLib-GIO-ERROR **: Settings schema 'org.gnome.sysprof2' is not installed
(From OE-Core rev: 808dde537333b6aa788c393d1e1d70aa2e3b8f68)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Part of this firmware is a pre-built Linux kernel, so it's both huge (25MB) and
triggers binary security scanners as the kernel is 3.10.87.
(From OE-Core rev: 973befb880094c1d862291be0bdfa74ccdfa0929)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 54cd9bd1b7d089169e6d6fe73a77930d736f46f0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit "f63965c0f9fc lttng: uprev to 2.10.7" dropped
0001-Fix-btrfs-Remove-unnecessary-fs_info-parameter.patch
from recipe, but left the patch itself in source tree.
Remove this patch since nobody uses it.
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
(From OE-Core rev: 918c67a3fafbe4b77bab379ff652a986044b7a79)
Signed-off-by: Ruslan Bilovol <ruslan.bilovol@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following configuration change for riscv serial:
Author: Alistair Francis <Alistair.Francis@wdc.com>
Date: Tue Jan 22 18:55:04 2019 +0000
qemuriscv64: Enable the 8250 serial driver
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
(From OE-Core rev: d85d529e967a8f092fb2085d1d3c24370d751309)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Until qemuarma15 is a drop in replacement for the existing versatile
qemuarm emulation, it shouldn't match on qemuarm as a machine
definition. Since the difference in capabilities will cause unexpected
issues at runtime.
(From OE-Core rev: a56298f2d0f6590774e4e1454b85d7be301dfb44)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the following two commits that prepare for an update of
'qemuarm' to an a15 based emulation.
[
Author: Jon Mason <jdmason@kudzu.us>
Date: Fri Jan 18 16:45:28 2019 -0500
qemuarma15: Add Real-Time and Tiny configs
Add tiny and Real-Time configs. Also, add kmachine name to standard
config to allow for BSP renaming.
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Author: Jon Mason <jdmason@kudzu.us>
Date: Fri Jan 18 16:45:27 2019 -0500
qemuarm: Add qemuarmv5 kmachine name
Add alternative kmachine name to allow for the configs to be used by
soon-to-be-renamed BSPs.
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
]
(From OE-Core rev: 10aae50df0febb83fe1570405ac2b8b265365052)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The arm-tiny reference picked up a cut and paste error from 4.15.
While the SRCREV is correct, the KBRANCH is not. We fix that by
making it match the 4.19 reality.
(From OE-Core rev: a105af42640a1d022ba43fab37ecb27ceb800183)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the -stable updates from Paul Gortmaker that comprise the
following commits:
e07895ef36e2 Linux 4.18.25
735782c616aa drm/rockchip: psr: do not dereference encoder before it is null checked.
90d4d21063af drm/vc4: Set ->is_yuv to false when num_planes == 1
5758821188c7 drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume()
8a79f6e48dc7 lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
c85e10aa1ea6 of: __of_detach_node() - remove node from phandle cache
d7ba3e8331c7 of: of_node_get()/of_node_put() nodes held in phandle cache
9739deeff0bf power: supply: olpc_battery: correct the temperature units
2e4bfb04a730 intel_th: msu: Fix an off-by-one in attribute store
233fc3ff6d19 genwqe: Fix size check
3722e178318e drivers/perf: hisi: Fixup one DDRC PMU register offset
e7153ded4c17 ceph: don't update importing cap's mseq when handing cap export
96c39638d19f sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c
f73f80f3cff6 iommu/vt-d: Handle domain agaw being less than iommu agaw
87310c3e7901 RDMA/srpt: Fix a use-after-free in the channel release code
49cb944dbb54 rxe: fix error completion wr_id and qp_num
9c1e8e00a232 9p/net: put a lower bound on msize
595eab91d583 iio: dac: ad5686: fix bit shift read register
6930d7e4b110 powerpc/tm: Set MSR[TS] just prior to recheckpoint
da655a6fd9a9 powerpc/tm: Unset MSR[TS] if not recheckpointing
6c968fff7e66 leds: pwm: silently error out on EPROBE_DEFER
d92af6def7be arm64: relocatable: fix inconsistencies in linker script and options
5c7ffec8c4a1 arm64: drop linker script hack to hide __efistub_ symbols
231c17d7fe6d lockd: Show pid of lockd for remote locks
bb36bf436ae9 PCI / PM: Allow runtime PM without callback functions
109e48764a2d selinux: policydb - fix byte order and alignment issues
a608335e8a1c b43: Fix error in cordic routine
ce624ec2363b gfs2: Fix loop in gfs2_rbm_find
7b0eb99a925c gfs2: Get rid of potential double-freeing in gfs2_create_inode
2e8e0dc1bbff dlm: memory leaks on error path in dlm_user_request()
20e150ecbb17 dlm: lost put_lkb on error path in receive_convert() and receive_unlock()
eb1cbd2d152c dlm: possible memory leak on error path in create_lkb()
700687f3cb98 dlm: fixed memory leaks after failed ls_remove_names allocation
c45cc3521032 block: mq-deadline: Fix write completion handling
9d3b67453638 block: deactivate blk_stat timer in wbt_disable_default()
53a5e3001ad1 Fix failure path in alloc_pid()
1da2e8ee069f driver core: Add missing dev->bus->need_parent_lock checks
8fb38bca0d9a srcu: Lock srcu_data structure in srcu_gp_start()
fabb4446a87b ALSA: usb-audio: Always check descriptor sizes in parser code
eaf28235170f ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirks
1a814f226eee ALSA: usb-audio: Check mixer unit descriptors more strictly
974f484d8ff9 ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()
7fac2a4ca7d3 ALSA: cs46xx: Potential NULL dereference in probe
a489f553dc12 media: cx23885: only reset DMA on problematic CPUs
4c7d8d7c1308 raid6/ppc: Fix build for clang
dabfa8988258 powerpc: Disable -Wbuiltin-requires-header when setjmp is used
71a4448d5e50 powerpc: avoid -mno-sched-epilog on GCC 4.9 and newer
77355e0e98c6 powerpc: consolidate -mno-sched-epilog into FTRACE flags
0f5ac11d097d powerpc: remove old GCC version checks
9fcbfe720a66 sunrpc: use SVC_NET() in svcauth_gss_* functions
192b590d4aec sunrpc: fix cache_head leak due to queued request
c7c58f2faee2 mm, swap: fix swapoff with KSM pages
8289463a7e9d mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL
1a799c400ed1 mm, hmm: use devm semantics for hmm_devmem_{add, remove}
0c99af45252a mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support
59333a88f665 kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
58bc5ba9a00d mm, devm_memremap_pages: fix shutdown handling
948d528a2a6f mm, devm_memremap_pages: kill mapping "System RAM" support
df07b8f0fb0a mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL
ebd7e55e0733 hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined
959653a9bf73 zram: fix double free backing device
8b9b4edba3be fork: record start_time late
b901d884c9e8 scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is invalid
82485bca00f2 scsi: zfcp: fix posting too many status read buffers leading to adapter shutdown
773911d8b527 auxdisplay: charlcd: fix x/y command parsing
49c70d21c358 serial/sunsu: fix refcount leak
0ec65d840ea3 qmi_wwan: Fix qmap header retrieval in qmimux_rx_fixup
0438f1ea114b net: netxen: fix a missing check and an uninitialized use
1567f283e00e Input: synaptics - enable SMBus for HP EliteBook 840 G4
a3913c9c9c8c gpio: mvebu: only fail on missing clk if pwm is actually to be used
9e1a572ef0b5 lan743x: Remove MAC Reset from initialization
3cda7e7e3ecb virtio: fix test build after uio.h change
09d4f9477813 kbuild: fix false positive warning/error about missing libelf
02b8b59bea29 mac80211: free skb fraglist before freeing the skb
6499acbbd54f nl80211: fix memory leak if validate_pae_over_nl80211() fails
65fbf8702ff9 vxge: ensure data0 is initialized in when fetching firmware version information
6eee1a4d51f3 lan78xx: Resolve issue with changing MAC address
a200d52163e4 net: macb: add missing barriers when reading descriptors
8bbf0bc96ad7 net: macb: fix dropped RX frames due to a race
acbf1fb508aa net: macb: fix random memory corruption on RX with 64-bit DMA
02c208c4c6b2 qed: Fix an error code qed_ll2_start_xmit()
88f38f2f554e SUNRPC: Fix a race with XPRT_CONNECTING
78f44c6b4abc net: hns: Fix ping failed when use net bridge and send multicast
028ea5c9d17a net: hns: Add mac pcs config when enable|disable mac
4f6210aba92c net: hns: Fix ntuple-filters status error.
02c9ec12dd21 net: hns: Avoid net reset caused by pause frames storm
1a4c0bc47d5e net: hns: Free irq when exit from abnormal branch
3153ec7cf997 net: hns: Clean rx fbd when ae stopped.
716fc005da40 net: hns: Fixed bug that netdev was opened twice
dd3287b18cf8 net: hns: Some registers use wrong address according to the datasheet.
23cccfe76598 net: hns: All ports can not work when insmod hns ko after rmmod.
4982bfce35ef net: hns: Incorrect offset address used for some registers.
90bd8d1a20b2 w90p910_ether: remove incorrect __init annotation
c392d1a12520 net/tls: Init routines in create_ctx
1e623fa0042c drivers: net: xgene: Remove unnecessary forward declarations
ecd5c4ebb822 x86, hyperv: remove PCI dependency
81dae7a1df1c mt76: fix potential NULL pointer dereference in mt76_stop_tx_queues
e28b6d2c57b5 scsi: target: iscsi: cxgbit: add missing spin_lock_init()
68d361ffeabd scsi: target: iscsi: cxgbit: fix csk leak
6c1b3803a6e3 bnx2x: Send update-svid ramrod with retry/poll flags enabled
3acfa2246629 bnx2x: Clear fip MAC when fcoe offload support is disabled
7e20b7779059 netfilter: nat: can't use dst_hold on noref dst
e3a08d34d535 netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel
48f3cb1f4e86 i40e: fix mac filter delete when setting mac address
5d04bcd6e69e ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_done
f53ba1853ffd ibmvnic: Fix non-atomic memory allocation in IRQ context
34bd82d476ad ibmvnic: Convert reset work item mutex to spin lock
0a597b1ccd73 Input: synaptics - enable RMI on ThinkPad T560
014633247654 Input: omap-keypad - fix idle configuration to not block SoC idle states
a284212b45ed scsi: bnx2fc: Fix NULL dereference in error handling
e639597419e9 Revert "scsi: qla2xxx: Fix NVMe Target discovery"
cea74ed31970 netfilter: seqadj: re-load tcp header pointer after possible head reallocation
b139c854a00a xfrm: Fix bucket count reported to userspace
d3353f400809 checkstack.pl: fix for aarch64
ca5e170a8f47 drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lock
fe69ecd10177 powerpc/mm: Fallback to RAM if the altmap is unusable
50a6a1e7140b Input: restore EV_ABS ABS_RESERVED
495cd33a97d6 ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock
8d8cbaca6ba2 ARM: imx: update the cpu power up timing setting on i.mx6sx
b930167e8ec5 ARM: dts: imx7d-pico: Describe the Wifi clock
4ef7a4b98ce3 HID: ite: Add USB id match for another ITE based keyboard rfkill key quirk
e5a9a47bd51a powerpc/mm: Fix linux page tables build with some configs
251058825091 powerpc: Fix COFF zImage booting on old powermacs
d113f206d275 ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3V
26068dd8b8cf Linux 4.18.24
aec6f6bc5108 MIPS: Only include mmzone.h when CONFIG_NEED_MULTIPLE_NODES=y
edc9f994d18e spi: bcm2835: Unbreak the build of esoteric configs
7675f3ad41aa tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
62c528f41b75 arm64: compat: Avoid sending SIGILL for unallocated syscall numbers
fe9ecf948b3f iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes
daf79a7eff57 KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
4e397462644c KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
679602791d84 KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
c48ea7b2f18b KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
c96e540c5472 rtc: m41t80: Correct alarm month range with RTC reads
728bdad63d25 ARM: dts: exynos: Specify I2S assigned clocks in proper node
85157899ecd7 arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs
61f42110c833 arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
3b0dec9f506f CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
9829db6a18eb MIPS: OCTEON: mark RGMII interface disabled on OCTEON III
cee82d1ae17b MIPS: Expand MIPS32 ASIDs to 64 bits
c808d70b9e27 MIPS: Align kernel load address to 64KB
eb8af7549685 MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()
45bff3e8e6a5 MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
9c6f89bc1709 MIPS: math-emu: Write-protect delay slot emulation pages
7f7b89296833 tools lib traceevent: Fix processing of dereferenced args in bprintk events
b8a224716756 media: v4l2-tpg: array index could become negative
6f9be5d7e3f3 media: vb2: check memory model for VIDIOC_CREATE_BUFS
11f1d3879a7d media: vivid: free bitmap_cap when updating std/timings/etc.
cb40fc23227e media: imx274: fix stack corruption in imx274_read_reg
b64ba5d0b731 media: rc: cec devices do not have a lirc chardev
4e3ad74d0a78 media: cec-pin: fix broken tx_ignore_nack_until_eom error injection
2696fefea8a6 media: cec: keep track of outstanding transmits
fd247353c0f9 serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
22fcd1b2f73e f2fs: sanity check of xattr entry size
29c1ff73b20b f2fs: fix validation of the block count in sanity_check_raw_super
cb1c54a6a7d5 brcmfmac: Fix out of bounds memory access during fw load
a9a25c4bd9bb brcmfmac: fix roamoff=1 modparam
146ef869a043 Btrfs: send, fix race with transaction commits that create snapshots
ba440c3c4a27 btrfs: run delayed items before dropping the snapshot
6ba644894048 Btrfs: fix fsync of files with multiple hard links in new directories
593a1bdf137a btrfs: skip file_extent generation check for free_space_inode in run_delalloc_nocow
6eb353db8d32 btrfs: dev-replace: go back to suspend state if another EXCL_OP is running
e113e7d0b41f btrfs: dev-replace: go back to suspended state if target device is missing
cbf669bb140f cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.
cdb991cbe9ca cgroup: fix CSS_TASK_ITER_PROCS
d9d96d8f9665 crypto: cfb - fix decryption
c29db9d0e70c crypto: testmgr - add AES-CFB tests
f35387186793 crypto: chcr - small packet Tx stalls the queue
57d999759174 crypto: cavium/nitrox - fix a DMA pool free failure
a040dc4c332a clk: sunxi-ng: Use u64 for calculation of NM rate
25bfefc210fd clk: rockchip: fix typo in rk3188 spdif_frac parent
78f1e2ce6bec spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode
ce8fd4553894 spi: bcm2835: Fix book-keeping of DMA termination
2ed14d56eb9a spi: bcm2835: Fix race on DMA termination
fdfc740438e4 ext4: fix special inode number checks in __ext4_iget()
8912afbd5a69 ext4: check for shutdown and r/o file system in ext4_write_inode()
0fd748f86521 ext4: force inode writes when nfsd calls commit_metadata()
743da24c6365 ext4: avoid declaring fs inconsistent due to invalid file handles
5636580f533c ext4: include terminating u32 in size of xattr entries when expanding inodes
398f2e6ee30e ext4: fix EXT4_IOC_GROUP_ADD ioctl
f22c319b9afa ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()
3c6a7b0029a9 ext4: fix possible use after free in ext4_quota_enable
8ec2e8ccc275 ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
2253b6438f00 ocxl: Fix endiannes bug in read_afu_name()
031013077a31 ocxl: Fix endiannes bug in ocxl_link_update_pe()
bff7ed6c9727 perf pmu: Suppress potential format-truncation warning
ccd3a28ebefd clocksource/drivers/arc_timer: Utilize generic sched_clock
a08eae1dccb6 DRM: UDL: get rid of useless vblank initialization
3b278133c061 drm/v3d: Skip debugfs dumping GCA on platforms without GCA.
dce6965d4e91 platform-msi: Free descriptors in platform_msi_domain_free()
26712157a7e8 KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails
f5a53ddee2a0 arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible
4224dc370109 KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
43df8745c955 Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G
de2c125b1e40 s390/pci: fix sleeping in atomic during hotplug
c96a4e056b97 staging: wilc1000: fix missing read_write setting when reading data
4f30183ffc00 media: dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER
af84c969f481 usb: roles: Add a description for the class to Kconfig
f6019125567c usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endpoint_disable()
dadfc9d5b5c4 USB: serial: option: add Fibocom NL678 series
d589d1192b88 USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displays
836492f91017 usb: dwc2: host: use hrtimer for NAK retries
0c046d05b49c ALSA: hda/tegra: clear pending irq handlers
03cfeaa90d58 ALSA: firewire-lib: use the same print format for 'without_header' tracepoints
012b3d3a29f0 ALSA: firewire-lib: fix wrong assignment for 'out_packet_without_header' tracepoint
852d675f1d0c ALSA: firewire-lib: fix wrong handling payload_length as payload_quadlet
a84e166fe7f2 ALSA: fireface: fix for state to fetch PCM frames
5e20e79d9939 ALSA: hda: add mute LED support for HP EliteBook 840 G4
ea84faf00d17 mtd: rawnand: marvell: prevent timeouts on a loaded machine
a941558bd40c mtd: atmel-quadspi: disallow building on ebsa110
90a23a9a0a4b ALSA: emux: Fix potential Spectre v1 vulnerabilities
be9ee86f4eee ALSA: pcm: Fix potential Spectre v1 vulnerability
4c9cf57302b4 ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities
48c20b51db1e ALSA: rme9652: Fix potential Spectre v1 vulnerability
0e48718ccbbc IB/hfi1: Incorrect sizing of sge for PIO will OOPs
7eff9c1500e1 net/mlx5e: RX, Fix wrong early return in receive queue poll
4717407dfe21 mlxsw: core: Increase timeout during firmware flash process
11acf8fbd110 qed: Fix command number mismatch between driver and the mfw
865270a3cb40 net/mlx5e: RX, Verify MPWQE stride size is in range
423f90f819f6 net/mlx5e: Cancel DIM work on close SQ
63e31b4cc7a1 mscc: Configured MAC entries should be locked.
a6988f6f3fb8 ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error
20b706e8bf44 nfp: flower: ensure TCP flags can be placed in IPv6 frame
2d7aa068e5ea net/ipv6: Fix a test against 'ipv6_find_idev()' return value
9685169f3280 ipv6: frags: Fix bogus skb->sk in reassembled packets
e3d4855a5aea net/mlx5e: Remove the false indication of software timestamping support
f28566f8d6c1 tipc: check group dests after tipc_wait_for_cond()
1e5ef82d6ba3 net/mlx5: Typo fix in del_sw_hw_rule
afe50f0b53fc xen/netfront: tolerate frags with no data
51125e14bcd9 VSOCK: Send reset control packet when socket is partially bound
d99050a5b574 vhost: make sure used idx is seen before log in vhost_add_used_n()
4ce7430e49b2 tipc: use lock_sock() in tipc_sk_reinit()
ce57d1d97f83 tipc: fix a double kfree_skb()
a95f3e4813ba tipc: fix a double free in tipc_enable_bearer()
813c817626cd tipc: compare remote and local protocols in tipc_udp_enable()
2d9a3dc2539e tipc: check tsk->group in tipc_wait_for_cond()
c934db384fcf tcp: fix a race in inet_diag_dump_icsk()
9c4201f36ac8 sock: Make sock->sk_stamp thread-safe
3f95e9533d48 sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event
e01f35c50eec qmi_wwan: Add support for Fibocom NL678 series
c4889ffd91f4 qmi_wwan: Added support for Telit LN940 series
02df72acc8d0 qmi_wwan: Added support for Fibocom NL668 series
7fdbc7a1e2ae ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()
5e3a73f0075c net/wan: fix a double free in x25_asy_open_tty()
01ff438449fe net: stmmac: Fix an error code in probe()
570725e3eb49 net/smc: fix TCP fallback socket release
b093b2bcb009 netrom: fix locking in nr_find_socket()
39eead897120 net: phy: Fix the issue that netif always links up after resuming
21e87a82fa5c net: macb: restart tx after tx used bit read
e76b3cc898a3 net/hamradio/6pack: use mod_timer() to rearm timers
b69120829e6e isdn: fix kernel-infoleak in capi_unlocked_ioctl
4099e52fdca2 ip: validate header length on virtual device xmit
5cd2dc4cbf28 ipv6: tunnels: fix two use-after-free
99b91aad172d ipv6: explicitly initialize udp6_addr in udp_sock_create6()
dd6292ddd74d ipv4: Fix potential Spectre v1 vulnerability
5476a3d1c7aa ip6mr: Fix potential Spectre v1 vulnerability
98b15b0c0f6d ieee802154: lowpan_header_create check must check daddr
d6025c2f233b ibmveth: fix DMA unmap error in ibmveth_xmit_start error path
6e2e801ef5e9 gro_cell: add napi_disable in gro_cells_destroy
d347cc2d0383 ax25: fix a use-after-free in ax25_fillin_cb()
3ea51578ff5f drm/ioctl: Fix Spectre v1 vulnerabilities
42ef003d4562 proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
3a4e7b8d4815 Input: elantech - disable elan-i2c for P52 and P72
29eb38509a18 mm: don't miss the last page because of round-off error
0dd101b35dc8 mm, page_alloc: fix has_unmovable_pages for HugePages
fa9b81a99860 mm: thp: fix flags for pmd migration when split
2161b228a28e mm, memory_hotplug: initialize struct pages for the full memory section
567b54213293 iwlwifi: add new cards for 9560, 9462, 9461 and killer series
a3a2be9932c4 rtlwifi: Fix leak of skb when processing C2H_BT_INFO
08372e4a8a12 xfrm_user: fix freeing of xfrm states on acquire
069467d9f4a9 mm: introduce mm_[p4d|pud|pmd]_folded
eefeffc11188 mm: make the __PAGETABLE_PxD_FOLDED defines non-empty
a31fff8051df mm: add mm_pxd_folded checks to pgtable_bytes accounting functions
d50fbd2cbce5 panic: avoid deadlocks in re-entrant console drivers
06251134c592 x86/mtrr: Don't copy uninitialized gentry fields back to userspace
bb898527a1c7 futex: Cure exit race
0bbaf6c392f0 Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels
303b25349d17 KVM: Fix UAF in nested posted interrupt processing
1d53c9694d61 kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs
2b3f1bd62f4a KVM: X86: Fix NULL deref in vcpu_scan_ioapic
7a773622fc03 posix-timers: Fix division by zero bug
f14b8859148c gpio: max7301: fix driver for use with CONFIG_VMAP_STACK
477761b67ccd mmc: omap_hsmmc: fix DMA API warning
a681b2da2c88 mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrl
89f2351adfac mmc: core: Allow BKOPS and CACHE ctrl even if no HPI support
ddf77476eb50 mmc: core: Reset HPI enabled state during re-init and in case of errors
a49c12bd3427 scsi: sd: use mempool for discard special page
80f7b4857185 ubifs: Handle re-linking of inodes correctly while recovery
a3fa57176fc3 USB: serial: option: add Telit LN940 series
4079ef6f75e0 USB: serial: option: add Fibocom NL668 series
dced7dfb270b USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode)
dce4d3b1443f USB: serial: option: add HP lt4132
551e6023cc86 USB: serial: option: add GosunCn ZTE WeLink ME3630
66ae0bdde44c USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data
740745a91e92 Revert "vfs: Allow userns root to call mknod on owned filesystems."
2c5ca276d2ae nvme: validate controller state before rescheduling keep alive
fbdd7e1e387f i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode
bc2fbb452ec1 i2c: uniphier: fix violation of tLOW requirement for Fast-mode
4a3280619c2a i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node
5e6e49d9a2dc i2c: axxia: properly handle master timeout
8546aaab43e0 mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctl
abcaa45cfc72 vhost/vsock: fix reset orphans race with close timeout
8365792328f0 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
935b7a30671d drm/ast: Fix connector leak during driver unload
91ee67721601 tools/testing/nvdimm: Align test resources to 128M
150d613009a7 drm/amdgpu/vcn: Update vcn.cur_state during suspend
c999e264b2e8 ethernet: fman: fix wrong of_node_put() in probe function
2040e90bd48a ARM: 8816/1: dma-mapping: fix potential uninitialized return
8b1e20a3df5d ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpart
c277c0e1b0e7 ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handling
52f34d6d10d4 bpf: check pending signals while verifying programs
cd17f2d553dc net/mlx4_en: Fix build break when CONFIG_INET is off
536fca86ba87 mv88e6060: disable hardware level MAC learning
2d9e565170d7 macvlan: return correct error value
349c7c7a5880 libata: whitelist all SAMSUNG MZ7KM* solid-state disks
ee58548c5cd2 Input: omap-keypad - fix keyboard debounce configuration
47155a7f238a Input: synaptics - enable SMBus for HP 15-ay000
31b7a055ad25 clk: mmp: Off by one in mmp_clk_add()
83a71b688529 clk: mvebu: Off by one bugs in cp110_of_clk_get()
90bcde56db66 drm/amd/powerplay: issue pre-display settings for display change event
c7d3364fa445 drm/msm: Fix error return checking
f5e8e639af30 drm/msm/hdmi: Enable HPD after HDMI IRQ is set up
51c8414a3df7 ide: pmac: add of_node_put()
1b75425347bf drivers/tty: add missing of_node_put()
12cdbd02480c drivers/sbus/char: add of_node_put()
c937d742441c sbus: char: add of_node_put()
ec06c2365739 SUNRPC: Fix a potential race in xprt_connect()
9e370ae200de nfs: don't dirty kernel pages read by direct-io
4e52a4ee3fd4 liquidio: read sc->iq_no before release sc
d65e4426decd bpf: Fix verifier log string check for bad alignment.
f75ea663b145 bonding: fix 802.3ad state sent to partner when unbinding slave
bac2acf174bb net: stmmac: Move debugfs init/exit to ->probe()/->remove()
3fb715bbd6c1 ARC: io.h: Implement reads{x}()/writes{x}()
1af56dd937b0 drm/amdgpu: wait for IB test on first device open
ff3fec41655d drm/msm: Grab a vblank reference when waiting for commit_done
2f71ee62933d drm/msm/dsi: configure VCO rate for 10nm PLL driver
e66c684213a9 drm/msm: fix handling of cmdstream offset
840811d0633f x86/earlyprintk/efi: Fix infinite loop on some screen widths
66d3d30021bb drm/amd/display: Fix 6x4K displays light-up on Vega20 (v2)
9bd27a8b616e net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOM
82de9c06a97b tools/bpf: add addition type tests to test_btf
277da06f81cd tools/bpf: fix two test_btf unit test cases
2329fbe32f13 scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload
475aa44e2e0f scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
9e957fbd1a9a i2c: rcar: check bus state before reinitializing
d8245e2588f7 Input: hyper-v - fix wakeup from suspend-to-idle
02fb6a1529b1 mac80211_hwsim: fix module init error paths for netlink
14b0e82132c7 IB/hfi1: Remove race conditions in user_sdma send path
5623e2407bb8 locking/qspinlock, x86: Provide liveness guarantee
8e02266863b2 locking/qspinlock: Re-order code
70c590120035 Linux 4.18.23
9cf5402745e6 dm zoned: Fix target BIO completion handling
2fa0d692ad6f dm zoned: target: use refcount_t for dm zoned reference counters
61bfc80fbe52 drm/amdgpu: update SMC firmware image for polaris10 variants
df1c1bcf1c4e drm/amdgpu: update smu firmware images for VI variants (v2)
db1207f9310d drm/amdgpu: add some additional vega10 pci ids
5724922ae4d7 drm/amdkfd: add new vega10 pci ids
d525e2cdf832 drm/amdgpu/powerplay: Apply avfs cks-off voltages on VI
53835137f8e7 drm/i915/execlists: Apply a full mb before execution for Braswell
5f99e72756cd drm/nouveau/kms: Fix memory leak in nv50_mstm_del()
2c94183dbe89 powerpc: Look for "stdout-path" when setting up legacy consoles
fb4f2f865a85 powerpc/msi: Fix NULL pointer access in teardown code
056fb552b47f media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failed
2729394ef4d3 tracing: Fix memory leak of instance function hash filters
3ccaf85e64f0 tracing: Fix memory leak in set_trigger_filter()
8d2b0c01ecb9 tracing: Fix memory leak in create_filter()
b5a75238a5ea dm: call blk_queue_split() to impose device limits on bios
a234ec33c6a3 dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()
d4921c64ab6f dm thin: send event about thin-pool state change _after_ making it
696142d867f8 ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs
a854f226870b ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt
2fd965e41eeb fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
eeb7db93fdc4 mmc: sdhci: fix the timeout check window for clock and reset
ded687bfc9fc mmc: sdhci-omap: Fix DCRC error handling during tuning
c40d26e2aebb mmc: core: use mrq->sbc when sending CMD23 for RPMB
e7e84222759e MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310
2ceb08b99848 ovl: fix decode of dir file handle with multi lower layers
77d91ee8c4a3 arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing
ff0ded5c2c54 aio: fix spectre gadget in lookup_ioctx
011f3bf616f1 pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11
419b946bd2f3 staging: olpc_dcon: add a missing dependency
7d8acff1f129 scsi: raid_attrs: fix unused variable warning
fb9e55d63efa bpf: fix off-by-one error in adjust_subprog_starts
ef2ec7729026 IB/hfi1: Fix an out-of-bounds access in get_hw_stats
0defcee2b10f ALSA: hda/realtek - Fixed headphone issue for ALC700
24c4139a1a7b ALSA: fireface: fix reference to wrong register for clock configuration
67f2dd243dc6 flexfiles: enforce per-mirror stateid only for v4 DSes
8d30703d6d56 ocfs2: fix potential use after free
6f2718bb8624 initramfs: clean old path before creating a hardlink
23399a09fda4 kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
d8979491c9fc proc: fixup map_files test on arm
ad71ec08f8b1 debugobjects: avoid recursive calls with kmemleak
8a5ae5ba9bd9 hfsplus: do not free node before using
1b4d458615cf hfs: do not free node before using
7bc2546c9a43 mm/page_alloc.c: fix calculation of pgdat->nr_zones
21bf0b91ba0b ocfs2: fix deadlock caused by ocfs2_defrag_extent()
a907830b4425 ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer value
f4bebbf5c1da nvme-rdma: fix double freeing of async event data
4a26fd2794ef nvme: flush namespace scanning work just before removing namespaces
5cbbefd895b8 fscache, cachefiles: remove redundant variable 'cache'
aac96283f143 cachefiles: Explicitly cast enumerated type in put_object
214b0f7241f4 fscache: fix race between enablement and dropping of object
2352fd0ff37c afs: Fix validation/callback interaction
874cc883482c pstore/ram: Correctly calculate usable PRZ bytes
f7dd088587d8 pvcalls-front: fixes incorrect error handling
23f5fbe66464 Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
60382e03a73f xen: xlate_mmu: add missing header to fix 'W=1' warning
ee24ad3eedc5 drm/ast: fixed reading monitor EDID not stable issue
2af2d7794f32 drm/amdgpu: Add delay after enable RLC ucode
6ca52fbbee20 net: hisilicon: remove unexpected free_netdev
7501d55624c2 ixgbe: recognize 1000BaseLX SFP modules as 1Gbps
5a5d699051f2 igb: fix uninitialized variables
9e42380eab9a cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active
4701317cee0f fscache: Fix race in fscache_op_complete() due to split atomic_sub & read
7395908ac92d cachefiles: Fix an assertion failure when trying to update a failed object
689b67edb5f0 ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
4b61635fc96f netfilter: nf_tables: deactivate expressions in rule replecement routine
ae9b39bd26ab usb: gadget: u_ether: fix unsafe list iteration
866e243e89c4 net: thunderx: fix NULL pointer dereference in nic_remove
914fa3100245 x86/kvm/vmx: fix old-style function declaration
4da0cd45e88a KVM: x86: fix empty-body warnings
7c1ff883a73e netfilter: nat: fix double register in masquerade modules
6741803da10e netfilter: add missing error handling code for register functions
f018d5eae708 IB/mlx5: Fix page fault handling for MW
03f7f8880455 netfilter: ipv6: Preserve link scope traffic original oif
c465b31ab032 drm/meson: add support for 1080p25 mode
bb9e268e9d7e USB: omap_udc: fix rejection of out transfers when DMA is used
8d5bbff94d07 USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
09ec687795df USB: omap_udc: fix omap_udc_start() on 15xx machines
88d2c380cc95 USB: omap_udc: fix crashes on probe error and module removal
1b288004247d USB: omap_udc: use devm_request_irq()
7872b15dde9d ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
c78d20b2a104 bpf: fix check of allowed specifiers in bpf_trace_printk
cd5689673b74 RDMA/hns: Bugfix pbl configuration for rereg mr
01b473861aa5 exportfs: do not read dentry after free
9a215042b425 ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE
e646abb7b69a ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLE
c45caaef2252 ASoC: omap-mcbsp: Fix latency value calculation for pm_qos
b9daf5f65c75 RDMA/rdmavt: Fix rvt_create_ah function signature
77861b6c5671 RDMA/bnxt_re: Avoid accessing the device structure after it is freed
eb1f01e4226a RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR
0d27ad481081 Btrfs: send, fix infinite loop due to directory rename dependencies
4af31d016230 ARM: dts: at91: sama5d2: use the divided clock for SMC
d2b8c6a8a1b8 phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845
ca9eb79073a8 phy: qcom-qusb2: Use HSTX_TRIM fused value as is
aaab6336eb9c objtool: Fix segfault in .cold detection with -ffunction-sections
ef2f6bee2159 objtool: Fix double-free in .cold detection error path
e432cceeb8bd ASoC: acpi: fix: continue searching when machine is ignored
bba8179fae04 PCI: imx6: Fix link training status detection in link up check
5362dba7b696 perf tools: Restore proper cwd on return from mnt namespace
d8c06c8c36b9 hwmon: (w83795) temp4_type has writable permission
885bf92930f8 netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
8ae7dfd71f06 aio: fix failure to put the file pointer
46b5558d5a1a spi: omap2-mcspi: Add missing suspend and resume calls
5ec9552fc58b ASoC: dapm: Recalculate audio map forcely when card instantiated
77b10c913a16 ASoC: omap-abe-twl6040: Fix missing audio card caused by deferred probing
8c6f04133b20 hwmon: (ina2xx) Fix current value calculation
c18d4263d24a s390/cpum_cf: Reject request for sampling in event initialization
6b064b5de14f ASoC: wm_adsp: Fix dma-unsafe read of scratch registers
60e1eccd5fb5 hwmon (ina2xx) Fix NULL id pointer in probe()
f4b4f286496e s390/cio: Fix cleanup when unsupported IDA format is used
ded23ec5857c s390/cio: Fix cleanup of pfn_array alloc failure
4a0d7435b9c2 netfilter: nf_tables: fix use-after-free when deleting compat expressions
9ce994a65de6 netfilter: xt_RATEEST: remove netns exit routine
0f94c96587ab perf tools: Fix crash on synthesizing the unit
255e04f5a250 selftests: add script to stress-test nft packet path vs. control plane
0a7e0d53afd2 netfilter: nf_tables: don't skip inactive chains during update
84dae51b3b3b sysv: return 'err' instead of 0 in __sysv_write_inode
cfd7d86743d4 ASoC: sun8i-codec: fix crash on module removal
fceaf70e406d tools: bpftool: prevent infinite loop in get_fdinfo()
dc752d44748a ARM: OMAP1: ams-delta: Fix possible use of uninitialized field
fa0914f171b6 ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
5d2ea9832d2e ARM: dts: LogicPD Torpedo: Fix mmc3_dat1 interrupt
7831d2076244 ARM: dts: am3517: Fix pinmuxing for CD on MMC1
7d8ee81c2c7e staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'
604f01123bc4 ASoC: qdsp6: q6afe: Fix wrong MI2S SD line mask
ce35cd5ee1e3 ASoC: rsnd: fixup clock start checker
3ea13a21d07a ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup
8d42df355212 sctp: update frag_point when stream_interleave is set
fafdf91a4940 net: phy: sfp: correct store of detected link modes
524ad2fabf9b virtio-net: keep vnet header zeroed after processing XDP
b3de25aafea1 tun: forbid iface creation with rtnl ops
b9e84444a172 tcp: fix NULL ref in tail loss probe
bfe7b2583c29 sctp: kfree_rcu asoc
763df95b2195 rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
13a1ce2ad74f Revert "net/ibm/emac: wrong bit is used for STA control"
e21d76868b2c net: phy: don't allow __set_phy_supported to add unsupported modes
ec6cff67dc81 net/mlx4_en: Change min MTU size to ETH_MIN_MTU
4edc05c73545 net/mlx4_core: Correctly set PFC param if global pause is turned off.
4c10e8930e85 net: 8139cp: fix a BUG triggered by changing mtu with network traffic
751c494d491a ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
f9c324ce9f08 neighbour: Avoid writing before skb->head in neigh_hh_output()
612931cc02b5 ipv6: Check available headroom in ip6_xmit() even without options
552cf47e54a1 ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
7ec7433c5890 HID: quirks: fix RetroUSB.com devices
455549628a0b mac80211: ignore NullFunc frames in the duplicate detection
0c7da0aa7b1c mac80211: fix reordering of buffered broadcast packets
ba2caf535dc3 mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
2545ea1dcdcb mac80211: Clear beacon_int in ieee80211_do_stop
39ca1b1a5f04 mac80211: fix GFP_KERNEL under tasklet context
babb30868c1c mac80211_hwsim: Timer should be initialized before device registered
1f1afa100306 cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()
3ca6ef9feafa libnvdimm, pfn: Pad pfn namespaces relative to other regions
60b82363d437 kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()
3d7dc255fe92 tty: do not set TTY_IO_ERROR flag if console port
adf103eac922 tty: serial: 8250_mtk: always resume the device in probe.
9df22addf43b Drivers: hv: vmbus: Offload the handling of channels to two workqueues
93fd54970c3c kprobes/x86: Fix instruction patching corruption when copying more than one RIP-relative instruction
5af246208420 drm/i915: Downgrade Gen9 Plane WM latency error
e8c4ec7a8cb5 drm/amdgpu/gmc8: always load MC firmware in the driver
b8b88b63975b drm/amdgpu/gmc8: update MC firmware for polaris
d1569baf730a drm/msm: Move fence put to where failure occurs
1c2a37eae264 drm/lease: Send a distinct uevent
f558434b38cc drm/amdgpu: update mc firmware image for polaris12 variants
50152de6de4f crypto: do not free algorithm before using
4352e6c016ec Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rtw_mlme_ext.c"
4e9e20b3082c staging: rtl8712: Fix possible buffer overrun
05ae28903d5c cifs: Fix separator when building path from dentry
f0fd776c02c4 Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
7b1469c3f003 xhci: Prevent U1/U2 link pm states if exit latency is too long
ac4556802707 USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd
dc04aae7f67c xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
d7bad132104f ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCE
f192f717a29d dmaengine: cppi41: delete channel from pending list when stop channel
9901c1492367 dmaengine: dw: Fix FIFO size for Intel Merrifield
e62d2249c68e SUNRPC: Fix leak of krb5p encode pages
a2a5e2fde8c3 vhost/vsock: fix use-after-free in network stack callers
ed5a4844a3bd virtio/s390: fix race in ccw_io_helper()
e956edc8a6c8 virtio/s390: avoid race on vcdev->config
666ba2ee65fa parisc: Enable -ffunction-sections for modules on 32-bit kernel
61502a480493 Revert "mfd: cros_ec: Use devm_kzalloc for private data"
ccb717e43ac1 media: gspca: fix frame overflow error
bce19403ad9e ALSA: hda/realtek - Fix speaker output regression on Thinkpad T570
f24c98d59963 ALSA: pcm: Call snd_pcm_unlink() conditionally at closing
f4be72e0bf8c ALSA: pcm: Fix starvation on down_write_nonblock()
c93f1f31d1bd ALSA: hda: Add support for AMD Stoney Ridge
01da3695a290 ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c
74a5ec298bee ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support
026947331690 USB: serial: console: fix reported terminal settings
673238324c4e USB: check usb_get_extra_descriptor for proper size
3889e33bb1d0 usb: appledisplay: Add 27" Apple Cinema Display
7a84b5a362e2 usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
ca857e5103dd net: amd: add missing of_node_put()
0da2f98fc745 team: no need to do team_notify_peers or team_mcast_rejoin when disabling port
e9a722de9249 ibmvnic: Update driver queues after change in ring size support
3f4134c1db37 ibmvnic: Fix RX queue buffer cleanup
15604a70011d flexfiles: use per-mirror specified stateid for IO
8c88fb37b2c9 iommu/vt-d: Use memunmap to free memremap
7bdd56b674cd net: faraday: ftmac100: remove netif_running(netdev) check before disabling interrupts
d30aa84cf6de riscv: fix warning in arch/riscv/include/asm/module.h
2b492d33ce39 net/ibmvnic: Fix RTNL deadlock during device reset
5aa8e66efe3c net/ibmnvic: Fix deadlock problem in reset
d15648cc57d6 qed: Fix QM getters to always return a valid pq
3f44a9e68949 qed: Fix bitmap_weight() check
121e97d57b63 NFSv4: Fix a NFSv4 state manager deadlock
176e0f131cbc mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
a51b12e14de8 HID: multitouch: Add pointstick support for Cirque Touchpad
61f7e06c559d Revert "HID: uhid: use strlcpy() instead of strncpy()"
8b26c115fdab cpufreq: ti-cpufreq: Only register platform_device when supported
bd3ddbff7a21 mtd: rawnand: qcom: Namespace prefix some commands
8a70c6977ac9 tc-testing: tdc.py: Guard against lack of returncode in executed command
ab8885c434bc tc-testing: tdc.py: ignore errors when decoding stdout/stderr
625510a08d3c gpio: mockup: fix indicated direction
6abc9f8ddae4 gpio: pxa: fix legacy non pinctrl aware builds again
5e228fca94b5 net/mlx4: Fix UBSAN warning of signed integer overflow
47a0a222daa6 net/mlx4_core: Fix uninitialized variable compilation warning
5b53369dbb76 net/mlx4_core: Zero out lkey field in SW2HW_MPT fw command
596f8d294724 drm/amd/display: Support amdgpu "max bpc" connector property (v2)
31436df3a605 drm/amdgpu: Add amdgpu "max bpc" connector property (v2)
021a2a365e35 nvme-fc: resolve io failures during connect
9dc330320b96 Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers"
dbd1e112f822 usb: dwc2: pci: Fix an error code in probe
88aeb64586df qed: Fix reading wrong value in loop condition
d7cdbdfa0446 qed: Fix PTT leak in qed_drain()
b678bf52f8a5 bnx2x: Assign unique DMAE channel number for FW DMAE transactions.
a88bcdc2f534 amd/iommu: Fix Guest Virtual APIC Log Tail Address Register
5f3352a721d7 batman-adv: Expand merged fragment buffer for full packet
77bfec5b5de0 batman-adv: Use explicit tvlv padding for ELP packets
a934bcb21cd2 HID: input: Ignore battery reported by Symbol DS4308
e711cc95c600 test_firmware: fix error return getting clobbered
baa8bdeb4c77 can: rcar_can: Fix erroneous registration
ae6ed5e2d24a iommu/ipmmu-vmsa: Fix crash on early domain free
894857cf8a55 mt76: fix building without CONFIG_LEDS_CLASS
ae5157c74bb4 iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
b882f3a05330 media: ipu3-cio2: Unregister device nodes first, then release resources
d7fe182705df media: omap3isp: Unregister media device as first
ee69fa8a8dd0 media: cec: check for non-OK/NACK conditions while claiming a LA
(From OE-Core rev: f9afa2bb7fe78a0f2223ce32f908c22f2194adfe)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: d93292c1cc491e43ed5af853b269889ea996c4f9)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: de199097b5c883ee348c9d631601d5d30c28e342)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating the korg -stable updates that comprise the following commits:
f630d3cc771e Linux 4.19.14
a4a929aa46b4 MIPS: Only include mmzone.h when CONFIG_NEED_MULTIPLE_NODES=y
feb0be15ee8b spi: bcm2835: Unbreak the build of esoteric configs
62977aad0a52 tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
7f4a7b1badcf tpm: tpm_try_transmit() refactor error flow.
920735c63d8a arm64: compat: Avoid sending SIGILL for unallocated syscall numbers
1817b2ccbd11 iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes
f318d0cf26b1 KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
47ffaa7decc5 KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
6318b1b7c90c KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
f0fcc4d17cf4 KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
ce866af60e90 rtc: m41t80: Correct alarm month range with RTC reads
badd5690661b ARM: dts: exynos: Specify I2S assigned clocks in proper node
0fa68518047b arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs
7ec9ea679c96 arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
ba77e8c7f704 smb3: fix large reads on encrypted connections
1827d1c439bc CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
db825a79e07a MIPS: Fix a R10000_LLSC_WAR logic in atomic.h
34c512d883b3 MIPS: OCTEON: mark RGMII interface disabled on OCTEON III
fb38b12e0b2b MIPS: Expand MIPS32 ASIDs to 64 bits
88c61f5cb67d MIPS: Align kernel load address to 64KB
76a9f7b4be28 MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()
e8ae2ae2aae5 MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
62452b351195 MIPS: math-emu: Write-protect delay slot emulation pages
d642e0b630b0 tools lib traceevent: Fix processing of dereferenced args in bprintk events
47af3cecd561 media: v4l2-tpg: array index could become negative
245fc1c7f688 media: vb2: check memory model for VIDIOC_CREATE_BUFS
845c7f6cbc98 media: vivid: free bitmap_cap when updating std/timings/etc.
257ad26e7e98 media: imx274: fix stack corruption in imx274_read_reg
7ce31f635b23 media: rc: cec devices do not have a lirc chardev
2f8cff22960b media: cec-pin: fix broken tx_ignore_nack_until_eom error injection
465153038583 media: cec: keep track of outstanding transmits
e534754ffd93 serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
5036fcd9b145 f2fs: sanity check of xattr entry size
58d7ab7163d9 f2fs: fix validation of the block count in sanity_check_raw_super
ce5b0057f768 f2fs: read page index before freeing
9621ea6b9c4c dax: Use non-exclusive wait in wait_entry_unlocked()
c555772c2a4e dax: Don't access a freed inode
a9935a127688 powerpc/tm: Unset MSR[TS] if not recheckpointing
71cda0af3670 brcmfmac: Fix out of bounds memory access during fw load
fad6c183e20b brcmfmac: fix roamoff=1 modparam
9eec74b48477 Btrfs: send, fix race with transaction commits that create snapshots
6911b074a005 btrfs: run delayed items before dropping the snapshot
10b04210aabf Btrfs: fix fsync of files with multiple hard links in new directories
7708a83090ba btrfs: skip file_extent generation check for free_space_inode in run_delalloc_nocow
c1f90eb01971 btrfs: dev-replace: go back to suspend state if another EXCL_OP is running
28867a52e48d btrfs: dev-replace: go back to suspended state if target device is missing
326ca6bd0fae cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.
8a2fbdd5b020 cgroup: fix CSS_TASK_ITER_PROCS
99dcd45f274e crypto: cfb - fix decryption
d8e4b24ffbbb crypto: testmgr - add AES-CFB tests
cc43a8afa8e3 crypto: chcr - small packet Tx stalls the queue
0fa6bead41ba crypto: cavium/nitrox - fix a DMA pool free failure
d095e1ba4165 clk: sunxi-ng: Use u64 for calculation of NM rate
36ef9d14fdda clk: rockchip: fix typo in rk3188 spdif_frac parent
9e9c669859f6 spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode
cc8b83ff6a69 spi: bcm2835: Fix book-keeping of DMA termination
63f97d305aed spi: bcm2835: Fix race on DMA termination
0cb4f6559087 ext4: check for shutdown and r/o file system in ext4_write_inode()
bf2fd1f97040 ext4: force inode writes when nfsd calls commit_metadata()
263663888d2f ext4: avoid declaring fs inconsistent due to invalid file handles
6633fcb231a0 ext4: include terminating u32 in size of xattr entries when expanding inodes
11bb168baef2 ext4: fix EXT4_IOC_GROUP_ADD ioctl
0d078853b87a ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()
0a1c177dd903 ext4: fix possible use after free in ext4_quota_enable
b878c8a7f08f ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
6665481e1c21 ocxl: Fix endiannes bug in read_afu_name()
3fbf78b25268 ocxl: Fix endiannes bug in ocxl_link_update_pe()
65e4e67de33d perf env: Also consider env->arch == NULL as local operation
d124dd5c6ace perf pmu: Suppress potential format-truncation warning
307dbd383650 perf script: Use fallbacks for branch stacks
39dad822b785 perf tools: Use fallback for sample_addr_correlates_sym() cases
0ada27a74438 perf thread: Add fallback functions for cases where cpumode is insufficient
62977a9ba8dd perf machine: Record if a arch has a single user/kernel address space
bf75d9382bc4 clocksource/drivers/arc_timer: Utilize generic sched_clock
ca3a6fd272bb DRM: UDL: get rid of useless vblank initialization
29ac2218a9f8 drm/v3d: Skip debugfs dumping GCA on platforms without GCA.
6c56e89e4ebe platform-msi: Free descriptors in platform_msi_domain_free()
c9dae887cf64 KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails
07cbcfc33fc9 arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible
edcf33b155fe KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
4910271928c2 x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
86ba6f66c9c1 x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=off
aeb5e5341696 Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G
f1680565304c Input: atmel_mxt_ts - don't try to free unallocated kernel memory
d648a9bdac4b s390/pci: fix sleeping in atomic during hotplug
47148001ae12 ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook Gnawty
c4b6173e54ca ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook Clapper
6cd208cb934f staging: wilc1000: fix missing read_write setting when reading data
80562cf3b188 media: dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER
f295bc9b8c9c usb: roles: Add a description for the class to Kconfig
9c1f18773406 Revert "usb: dwc3: pci: Use devm functions to get the phy GPIOs"
b1ab9f3d69f6 usb: dwc2: disable power_down on Amlogic devices
5e4dbeba2add usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endpoint_disable()
8a5d034b5e86 USB: serial: option: add Fibocom NL678 series
f37b8b18b54f USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displays
9339eaf7ff4f usb: dwc2: host: use hrtimer for NAK retries
2c7882957c12 ALSA: hda/tegra: clear pending irq handlers
22bc89a31109 ALSA: hda/realtek: Enable the headset mic auto detection for ASUS laptops
302d9834ef29 ALSA: firewire-lib: use the same print format for 'without_header' tracepoints
ec7334b5ad18 ALSA: firewire-lib: fix wrong assignment for 'out_packet_without_header' tracepoint
438b26705896 ALSA: firewire-lib: fix wrong handling payload_length as payload_quadlet
a8be7cd59d37 ALSA: fireface: fix for state to fetch PCM frames
9ded351759d0 ALSA: hda/realtek: Enable audio jacks of ASUS UX391UA with ALC294
691d06e60d9d ALSA: hda: add mute LED support for HP EliteBook 840 G4
cec876b46e19 mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()
5cad883fd612 mtd: rawnand: marvell: prevent timeouts on a loaded machine
586209404782 mtd: atmel-quadspi: disallow building on ebsa110
34fc09193486 powerpc/fsl: Fix spectre_v2 mitigations reporting
eb734900aa83 ALSA: emux: Fix potential Spectre v1 vulnerabilities
56971d62c759 ALSA: pcm: Fix potential Spectre v1 vulnerability
0d2270496891 ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities
67b6a811a5f0 ALSA: rme9652: Fix potential Spectre v1 vulnerability
91dea490a4e1 IB/hfi1: Incorrect sizing of sge for PIO will OOPs
648458fe97b5 r8169: fix WoL device wakeup enable
e4a2ffe9029f net: Use __kernel_clockid_t in uapi net_stamp.h
e15413d61d4e net: mvneta: fix operation for 64K PAGE_SIZE
e97ecb19fee9 net/mlx5e: RX, Fix wrong early return in receive queue poll
e72e92914387 net/mlx5e: Remove unused UDP GSO remaining counter
af93ac090110 mlxsw: core: Increase timeout during firmware flash process
a8b01caff7d4 qed: Fix command number mismatch between driver and the mfw
5696ca93120b net: mvpp2: fix the phylink mode validation
fe65dfcca1b9 net/mlx5e: RX, Verify MPWQE stride size is in range
78512e346836 net/mlx5e: Cancel DIM work on close SQ
935bc9ddd774 mscc: Configured MAC entries should be locked.
ccc8b3747327 ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error
2210c2737e19 nfp: flower: ensure TCP flags can be placed in IPv6 frame
fe3f820c18b0 net/ipv6: Fix a test against 'ipv6_find_idev()' return value
5ac4cc331bca ipv6: frags: Fix bogus skb->sk in reassembled packets
9ed77be31e95 net/mlx5e: Remove the false indication of software timestamping support
7942d5be4922 tipc: check group dests after tipc_wait_for_cond()
71e848bd5e1d net/mlx5: Typo fix in del_sw_hw_rule
3a1cbcf4f3ae xen/netfront: tolerate frags with no data
d7c2162d5ab6 VSOCK: Send reset control packet when socket is partially bound
2b23a3651749 vhost: make sure used idx is seen before log in vhost_add_used_n()
2ce6d5aeafba tipc: use lock_sock() in tipc_sk_reinit()
b66ecc4f0b36 tipc: fix a double kfree_skb()
f404723deb69 tipc: fix a double free in tipc_enable_bearer()
a2ee6fb9c675 tipc: compare remote and local protocols in tipc_udp_enable()
dc6c13d5d5b4 tipc: check tsk->group in tipc_wait_for_cond()
e52170348715 tcp: fix a race in inet_diag_dump_icsk()
60f05dddf1eb sock: Make sock->sk_stamp thread-safe
fff7f7178630 sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event
2ec3976e29f2 qmi_wwan: Add support for Fibocom NL678 series
b7934b17b8f8 qmi_wwan: Added support for Telit LN940 series
a47e4db747f6 qmi_wwan: Added support for Fibocom NL668 series
6e36567284cf ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()
4037ce1b28ca packet: validate address length if non-zero
a35c9c1712df packet: validate address length
781e26adfdea net/wan: fix a double free in x25_asy_open_tty()
f624d95c9937 net/tls: allocate tls context using GFP_ATOMIC
42e8bf856838 net: stmmac: Fix an error code in probe()
e028017380f0 net/smc: fix TCP fallback socket release
a1bce7196b72 netrom: fix locking in nr_find_socket()
4d1edda006a5 net: phy: Fix the issue that netif always links up after resuming
e3ba5b266e6b net: mvpp2: 10G modes aren't supported on all ports
5ea9c08a8692 net: macb: restart tx after tx used bit read
d5f9565c8d5a net: ipv4: do not handle duplicate fragments as overlapping
acb70d28fe63 net/hamradio/6pack: use mod_timer() to rearm timers
281731c8170a net: clear skb->tstamp in forwarding paths
ec820972c543 isdn: fix kernel-infoleak in capi_unlocked_ioctl
cde81154f86e ip: validate header length on virtual device xmit
0d2b652b0732 ipv6: tunnels: fix two use-after-free
cae3c9cf9d7d ipv6: explicitly initialize udp6_addr in udp_sock_create6()
360fb1db92df ipv4: Fix potential Spectre v1 vulnerability
32403fd3b529 ip6mr: Fix potential Spectre v1 vulnerability
110c877da975 ieee802154: lowpan_header_create check must check daddr
42b676c72e04 ibmveth: fix DMA unmap error in ibmveth_xmit_start error path
3c859adedd52 gro_cell: add napi_disable in gro_cells_destroy
3e881d8764ed ax25: fix a use-after-free in ax25_fillin_cb()
c04c050f5bf9 Linux 4.19.13
7f3ebea19795 drm/ioctl: Fix Spectre v1 vulnerabilities
6bb41321166f proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
488f2c66dd46 Input: elantech - disable elan-i2c for P52 and P72
a5e880969713 mm: don't miss the last page because of round-off error
e27666dd8ffa mm, page_alloc: fix has_unmovable_pages for HugePages
161a5654cf06 mm: thp: fix flags for pmd migration when split
7592dbfaf3ef mm, memory_hotplug: initialize struct pages for the full memory section
3fbd4d87f1d1 media: ov5640: Fix set format regression
7f30924b488f iwlwifi: add new cards for 9560, 9462, 9461 and killer series
9007fba734d0 Revert "mwifiex: restructure rx_reorder_tbl_lock usage"
c151740ff107 iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT to old firmwares
fed44d6cb15f rtlwifi: Fix leak of skb when processing C2H_BT_INFO
5ecdfbb0d9f0 xfrm_user: fix freeing of xfrm states on acquire
89d6fff0747f mm: introduce mm_[p4d|pud|pmd]_folded
ba38c3e78838 mm: make the __PAGETABLE_PxD_FOLDED defines non-empty
28a3b553dd31 mm: add mm_pxd_folded checks to pgtable_bytes accounting functions
384221cbb918 panic: avoid deadlocks in re-entrant console drivers
0a95cba52bf2 x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking sequence
56f7bfac531a x86/vdso: Pass --eh-frame-hdr to the linker
1e3b98b28c0d x86/mm: Fix decoy address handling vs 32-bit builds
c623326a3398 x86/mtrr: Don't copy uninitialized gentry fields back to userspace
9933bfb6d3f2 futex: Cure exit race
c1f8e7acb0c2 Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels
1972ca047083 KVM: Fix UAF in nested posted interrupt processing
229468c62942 kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs
76281d12dac9 KVM: X86: Fix NULL deref in vcpu_scan_ioapic
82c8dbb376b9 posix-timers: Fix division by zero bug
1f51527d020e gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers
85ac860a5fdf gpio: max7301: fix driver for use with CONFIG_VMAP_STACK
0867cfaabcf7 mmc: omap_hsmmc: fix DMA API warning
b38f6898b60c mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrl
12df9797d98c mmc: core: Allow BKOPS and CACHE ctrl even if no HPI support
f465300aab0d mmc: core: Reset HPI enabled state during re-init and in case of errors
024d515aab9b scsi: sd: use mempool for discard special page
690699b27185 scsi: t10-pi: Return correct ref tag when queue has no integrity profile
073645885686 ubifs: Handle re-linking of inodes correctly while recovery
507a953af925 USB: serial: option: add Telit LN940 series
81dfcd0b2c17 USB: serial: option: add Fibocom NL668 series
4e0f50024696 USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode)
cc0667b533a9 USB: serial: option: add HP lt4132
7a37019379d6 USB: serial: option: add GosunCn ZTE WeLink ME3630
a67fb441decd USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd
e13bfb357f5b xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only
8f980122236c USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data
9c5ccadb7b42 Revert "vfs: Allow userns root to call mknod on owned filesystems."
38d072a4a717 iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"
2a7cb228d29c Linux 4.19.12
b4c7c826709b Btrfs: fix missing delayed iputs on unmount
5f286ec243d3 nvmet-rdma: fix response use after free
b2d587568588 nvme: validate controller state before rescheduling keep alive
cab9d27671db i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode
eb296b2d315b i2c: uniphier: fix violation of tLOW requirement for Fast-mode
9d5db5becd74 i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node
9be9c23a507a i2c: axxia: properly handle master timeout
8175f9d39789 mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctl
50dc13e2b3c6 vhost/vsock: fix reset orphans race with close timeout
b5a8028c25f3 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
e6a5c4948c2c drm/ast: Fix connector leak during driver unload
10197442f1fb acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather than "ARS-short"
d689c1371d18 tools/testing/nvdimm: Align test resources to 128M
878275fa3e75 drm/amdgpu/vcn: Update vcn.cur_state during suspend
e6a57a90b371 net: mvpp2: fix phylink handling of invalid PHY modes
f124acc92c83 net: mvpp2: fix detection of 10G SFP modules
42d040e2c7b9 thermal: armada: fix legacy validity test sense
4c2efd8cf5d9 ethernet: fman: fix wrong of_node_put() in probe function
80eaec9b94bc ARM: 8816/1: dma-mapping: fix potential uninitialized return
5cb9667104e8 ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpart
b3d52556794c ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handling
6ffd9f25c0e9 bpf: check pending signals while verifying programs
efda3b1d90e5 net/mlx4_en: Fix build break when CONFIG_INET is off
4ae4046a1246 mv88e6060: disable hardware level MAC learning
2ef6e0fe383f macvlan: return correct error value
2ed4392b0bb3 libata: whitelist all SAMSUNG MZ7KM* solid-state disks
62a866ed4c48 Input: omap-keypad - fix keyboard debounce configuration
65905f7b9033 Input: synaptics - enable SMBus for HP 15-ay000
8e09f402321e clk: mmp: Off by one in mmp_clk_add()
70c883946441 clk: mvebu: Off by one bugs in cp110_of_clk_get()
92bc065001a6 drm/amd/powerplay: issue pre-display settings for display change event
ee404810e01e drm/msm: Fix error return checking
38b579de0b9a drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated data"
b7c819a03ae8 drm/msm: dpu: Don't set legacy plane->crtc pointer
80f68af97440 drm/msm/hdmi: Enable HPD after HDMI IRQ is set up
580fd7b5452c ide: pmac: add of_node_put()
b37b7d5b9086 drivers/tty: add missing of_node_put()
78e974363bbc drivers/sbus/char: add of_node_put()
90d62a36352a sbus: char: add of_node_put()
20595815b058 SUNRPC: Fix a potential race in xprt_connect()
de956d407811 nfs: don't dirty kernel pages read by direct-io
b0cf59188ec2 liquidio: read sc->iq_no before release sc
85099bea9743 bpf: Fix verifier log string check for bad alignment.
aa4540d8cc87 bonding: fix 802.3ad state sent to partner when unbinding slave
43f5afa3eaae net: aquantia: fix rx checksum offload bits
0df6d609c5d2 net: stmmac: Move debugfs init/exit to ->probe()/->remove()
bf69dc3cb1b8 ARC: io.h: Implement reads{x}()/writes{x}()
dbb0f9e74655 drm/amdgpu: wait for IB test on first device open
546486c5b196 drm/ttm: fix LRU handling in ttm_buffer_object_transfer
01ba4fd98947 drm/msm: Grab a vblank reference when waiting for commit_done
801f12d991bc drm/msm/dsi: configure VCO rate for 10nm PLL driver
d60ec2e70298 drm/msm: fix handling of cmdstream offset
7de8218615d3 drm/msm/gpu: Fix a couple memory leaks in debugfs
35516413ae5a drm/msm: Fix task dump in gpu recovery
985dea32ba57 x86/earlyprintk/efi: Fix infinite loop on some screen widths
3965b4f0c37f drm/amd/display: Fix 6x4K displays light-up on Vega20 (v2)
bdf7c4c84bea net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOM
112a7f8e0540 tools/bpf: add addition type tests to test_btf
8b26fd26d69f tools/bpf: fix two test_btf unit test cases
a58fb8346d3c scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload
13b968d59bb5 scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
b288daf8e1da i2c: rcar: check bus state before reinitializing
53e0d8ecc83f Input: hyper-v - fix wakeup from suspend-to-idle
ff7d99c424ae mac80211_hwsim: fix module init error paths for netlink
70b0baddd09b IB/hfi1: Remove race conditions in user_sdma send path
2658687568cd locking/qspinlock, x86: Provide liveness guarantee
150f038c9382 locking/qspinlock: Re-order code
2a5f80c5bd72 Linux 4.19.11
d92c66b30f93 x86/build: Fix compiler support check for CONFIG_RETPOLINE
228f6f28d478 dm zoned: Fix target BIO completion handling
7b942bad3818 drm/amdgpu: update SMC firmware image for polaris10 variants
3ae86cfbbbf6 drm/amdgpu: update smu firmware images for VI variants (v2)
2732df872c63 drm/amdgpu: add some additional vega10 pci ids
95baf54676a8 drm/amdkfd: add new vega10 pci ids
d68d2ad54474 drm/amdgpu/powerplay: Apply avfs cks-off voltages on VI
f0e9995f7eed drm/i915/execlists: Apply a full mb before execution for Braswell
d6ebe485da3d drm/i915/gvt: Fix tiled memory decoding bug on BDW
683ef526234f Revert "drm/rockchip: Allow driver to be shutdown on reboot/kexec"
4d5907f70ec1 drm/nouveau/kms/nv50-: also flush fb writes when rewinding push buffer
d7fde95b7f3f drm/nouveau/kms: Fix memory leak in nv50_mstm_del()
c97c353e5f29 powerpc: Look for "stdout-path" when setting up legacy consoles
73732de1579f powerpc/msi: Fix NULL pointer access in teardown code
13e318b8680e media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failed
ee310e8ebb9e tracing: Fix memory leak of instance function hash filters
8f01f990b19f tracing: Fix memory leak in set_trigger_filter()
470cc678a12b tracing: Fix memory leak in create_filter()
b543b5c0ac1c dm: call blk_queue_split() to impose device limits on bios
09bc666fb411 dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()
809c692c665d dm thin: send event about thin-pool state change _after_ making it
bea8a160c621 ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs
0017698d34b0 ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt
d9267e136044 fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
113fe99d6376 mmc: sdhci: fix the timeout check window for clock and reset
661feb2fc993 mmc: sdhci-omap: Fix DCRC error handling during tuning
105819c8a545 mmc: core: use mrq->sbc when sending CMD23 for RPMB
e1e99fea907a MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310
2a335229946e ovl: fix missing override creds in link of a metacopy upper
3faf68a42f97 ovl: fix decode of dir file handle with multi lower layers
7290c71ded83 block/bio: Do not zero user pages
beb98fda1853 arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing
d41c49daf259 userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registered
498a6e6be0de fs/iomap.c: get/put the page in iomap_page_create/release()
b11d5c025d8e scripts/spdxcheck.py: always open files in binary mode
a6136922d905 aio: fix spectre gadget in lookup_ioctx
4c74d5f1836e pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11
67e255bf2f34 drm/msm: fix address space warning
26527312c519 ARM: dts: qcom-apq8064-arrow-sd-600eval fix graph_endpoint warning
cd50eeeb6646 i2c: aspeed: fix build warning
340a904a1944 slimbus: ngd: mark PM functions as __maybe_unused
14e8b9ec43c9 staging: olpc_dcon: add a missing dependency
cda8e63c89d7 scsi: raid_attrs: fix unused variable warning
dc5350715915 sched/pelt: Fix warning and clean up IRQ PELT config
b23de3254f8c Linux 4.19.10
d265655ae46b tcp: lack of available data can also cause TSO defer
bddeb44981c1 bpf: fix off-by-one error in adjust_subprog_starts
1fd99ac175e6 IB/hfi1: Fix an out-of-bounds access in get_hw_stats
2a493d8ef5b9 ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon
178b1a584e7f ALSA: hda/realtek: Enable audio jacks of ASUS UX433FN/UX333FA with ALC294
1be8246777c5 ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294
487b6512d881 ALSA: hda/realtek: ALC294 mic and headset-mode fixups for ASUS X542UN
c8461d87716b ALSA: hda/realtek - Fixed headphone issue for ALC700
03e8b38c5177 ALSA: fireface: fix reference to wrong register for clock configuration
384f18115267 dax: Check page->mapping isn't NULL
111758f73595 flexfiles: enforce per-mirror stateid only for v4 DSes
a31da26a15e9 ocfs2: fix potential use after free
2a5d5f5f47b9 initramfs: clean old path before creating a hardlink
c6900015132a kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
359c0c4aefa1 proc: fixup map_files test on arm
53f1c27ac5d5 debugobjects: avoid recursive calls with kmemleak
ab31765ef4dd hfsplus: do not free node before using
f7cbec75fb0b hfs: do not free node before using
505bc9f38996 mm/page_alloc.c: fix calculation of pgdat->nr_zones
6aab48ae8ab5 ocfs2: fix deadlock caused by ocfs2_defrag_extent()
126afacf7a8f ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer value
992a773cb9bb nvme-rdma: fix double freeing of async event data
5893e48f8f8a nvme: flush namespace scanning work just before removing namespaces
1bda8b799665 nvme: warn when finding multi-port subsystems without multipathing enabled
1f925643315d fscache, cachefiles: remove redundant variable 'cache'
d8bf97a0a489 cachefiles: Explicitly cast enumerated type in put_object
02bd7b740cbb fscache: fix race between enablement and dropping of object
52da87f0e2e8 afs: Fix validation/callback interaction
ce469db0943b pstore/ram: Correctly calculate usable PRZ bytes
ff5ac9bd16ef pvcalls-front: fixes incorrect error handling
a9d79a0751a2 Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
c1a21086bbbd xen: xlate_mmu: add missing header to fix 'W=1' warning
f3c73ae453ed drm/ast: fixed reading monitor EDID not stable issue
cbd6a7ea6068 drm/amdgpu: Add delay after enable RLC ucode
3b54558a73d0 net: hisilicon: remove unexpected free_netdev
e3fb9d84fdd1 ixgbe: recognize 1000BaseLX SFP modules as 1Gbps
4b0f9f881bc1 igb: fix uninitialized variables
eee2269fd04f cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is active
a4a7a0d729c0 fscache: Fix race in fscache_op_complete() due to split atomic_sub & read
5132f91318ed cachefiles: Fix an assertion failure when trying to update a failed object
815899cf26f6 ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
e5f42e061789 netfilter: nf_tables: deactivate expressions in rule replecement routine
6d665dab42e7 usb: gadget: u_ether: fix unsafe list iteration
227b1745cd97 net: thunderx: fix NULL pointer dereference in nic_remove
bf1b47f33cb1 x86/kvm/vmx: fix old-style function declaration
d6b1692d9b9e KVM: x86: fix empty-body warnings
3c7670d56ac6 KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changes
8038f92df3eb netfilter: nf_conncount: remove wrong condition check routine
5517d4c6dcbb netfilter: nat: fix double register in masquerade modules
18218f827e3c netfilter: add missing error handling code for register functions
4f03e063a554 IB/mlx5: Fix page fault handling for MW
9838090d9859 netfilter: ipv6: Preserve link scope traffic original oif
bf6f1276768f drm/meson: add support for 1080p25 mode
5dda1e7d7ce4 thunderbolt: Prevent root port runtime suspend during NVM upgrade
9ca88f3c4cb5 USB: omap_udc: fix rejection of out transfers when DMA is used
b58128138f06 USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
634395d20d7d USB: omap_udc: fix omap_udc_start() on 15xx machines
27b61cbaa809 USB: omap_udc: fix crashes on probe error and module removal
66d73a4ef37e USB: omap_udc: use devm_request_irq()
28ad9091e186 ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
2aad202fcd4c fsi: master-ast-cf: select GENERIC_ALLOCATOR
6bfebedaa810 bpf: fix check of allowed specifiers in bpf_trace_printk
4c7d50c23a88 RDMA/hns: Bugfix pbl configuration for rereg mr
ad374d10b78e exportfs: do not read dentry after free
0aeda30045b6 ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE
38f3a0f01052 ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLE
abf7201316a3 ASoC: omap-mcbsp: Fix latency value calculation for pm_qos
1f1aedd6b19a tools: bpftool: fix potential NULL pointer dereference in do_load
8653ffc34cee RDMA/rdmavt: Fix rvt_create_ah function signature
59315d0ca4fa RDMA/bnxt_re: Avoid accessing the device structure after it is freed
f4515855b7a1 RDMA/bnxt_re: Fix system hang when registration with L2 driver fails
5a49ef9832e5 RDMA/core: Add GIDs while changing MAC addr only for registered ndev
7c736fee5a5d RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR
91f6a9aa7952 Btrfs: send, fix infinite loop due to directory rename dependencies
b3159470aa8f ARM: dts: at91: sama5d2: use the divided clock for SMC
4724b50f9e09 phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845
d801a3eff554 phy: qcom-qusb2: Use HSTX_TRIM fused value as is
3d2d2ba0c296 objtool: Fix segfault in .cold detection with -ffunction-sections
79cd7b0e114d objtool: Fix double-free in .cold detection error path
a8657e682427 ASoC: acpi: fix: continue searching when machine is ignored
2a031cab71cd PCI: imx6: Fix link training status detection in link up check
67707627c2f2 perf tools: Restore proper cwd on return from mnt namespace
f3ff2ac4169e hwmon: (w83795) temp4_type has writable permission
fb0fc90cc20f netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
df66ef67c334 aio: fix failure to put the file pointer
5689666aa134 bpf: allocate local storage buffers using GFP_ATOMIC
0d4ff09997f3 hwmon: (mlxreg-fan) Fix macros for tacho fault reading
842aeeac335e spi: omap2-mcspi: Add missing suspend and resume calls
fa3ceb3b59e5 ASoC: dapm: Recalculate audio map forcely when card instantiated
abbd01b77987 ASoC: omap-abe-twl6040: Fix missing audio card caused by deferred probing
3ef0d19cd815 hwmon: (ina2xx) Fix current value calculation
d70a6605fe94 s390/cpum_cf: Reject request for sampling in event initialization
2309636dc474 ASoC: qcom: Set dai_link id to each dai_link
88e8e3c710b1 ASoC: Intel: Power down links before turning off display audio power
737f3bb3e4be ASoC: wm_adsp: Fix dma-unsafe read of scratch registers
e4777c2e40f0 ASoC: rockchip: add missing slave_config setting for I2S
dbc62bd3b05b hwmon: (raspberrypi) Fix initial notify
08cff35113e5 hwmon (ina2xx) Fix NULL id pointer in probe()
61170596e1c0 s390/cio: Fix cleanup when unsupported IDA format is used
a4f21114d83e s390/cio: Fix cleanup of pfn_array alloc failure
00bac44c9991 netfilter: nf_tables: fix use-after-free when deleting compat expressions
e947f9aa9a61 netfilter: xt_RATEEST: remove netns exit routine
f8328abb8782 perf tools: Fix crash on synthesizing the unit
d15443a19d41 selftests: add script to stress-test nft packet path vs. control plane
8fe8940ffcf6 netfilter: nf_tables: don't skip inactive chains during update
4a3b49f0ced5 netfilter: nf_conncount: fix unexpected permanent node of list.
ae60f4705f95 netfilter: nf_conncount: fix list_del corruption in conn_free
08c7e68ab261 netfilter: nf_conncount: use spin_lock_bh instead of spin_lock
f6168a800b6b sysv: return 'err' instead of 0 in __sysv_write_inode
1eb8dd51887b arm64: dts: sdm845-mtp: Reserve reserved gpios
411b321f0ff5 ASoC: sun8i-codec: fix crash on module removal
b42ab5284412 tools: bpftool: prevent infinite loop in get_fdinfo()
136c52373429 ARM: OMAP1: ams-delta: Fix possible use of uninitialized field
28f3050b13ab ARM: dts: am3517-som: Fix WL127x Wifi interrupt
9f7df2a39ab8 ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
09372f3cbeed ARM: dts: LogicPD Torpedo: Fix mmc3_dat1 interrupt
886e00c5fe3d ARM: dts: am3517: Fix pinmuxing for CD on MMC1
de7e3f88dd5c staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'
748b7861bce5 ASoC: qdsp6: q6afe-dai: Fix the dai widgets
32d28e247da7 ASoC: qdsp6: q6afe: Fix wrong MI2S SD line mask
8ec3e5552e4e ASoC: rsnd: fixup clock start checker
5a8fbba77bf8 ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup
9ac607494a5d net: fix XPS static_key accounting
b4b8a71c72ba net: restore call to netdev_queue_numa_node_write when resetting XPS
a275c66b4d81 sctp: update frag_point when stream_interleave is set
4aa6d46d1711 net: phy: sfp: correct store of detected link modes
a7dba859ca58 virtio-net: keep vnet header zeroed after processing XDP
36206419989d tun: forbid iface creation with rtnl ops
bbc83e8d08cb tcp: fix NULL ref in tail loss probe
03b271cb9175 tcp: Do not underestimate rwnd_limited
5148726f2c27 sctp: kfree_rcu asoc
a482f800169c rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
f5c9c30da730 Revert "net/ibm/emac: wrong bit is used for STA control"
7fafda16bb64 net: use skb_list_del_init() to remove from RX sublists
16218638a239 net: Prevent invalid access to skb->prev in __qdisc_drop_all
ac1fb97e9136 net: phy: don't allow __set_phy_supported to add unsupported modes
70727c00cbb7 net/mlx4_en: Change min MTU size to ETH_MIN_MTU
1fa276e92009 net/mlx4_core: Correctly set PFC param if global pause is turned off.
ec5d7ceda60a net: 8139cp: fix a BUG triggered by changing mtu with network traffic
c4ec6a9a788a ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
0e96b90351f4 neighbour: Avoid writing before skb->head in neigh_hh_output()
fd018cb37ea0 ipv6: Check available headroom in ip6_xmit() even without options
ffe5754d2823 ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
be53d23e68c2 Linux 4.19.9
0fc19a8881e6 HID: quirks: fix RetroUSB.com devices
b74a078e48a9 mac80211: ignore NullFunc frames in the duplicate detection
e9f8baa38c2a mac80211: fix reordering of buffered broadcast packets
50749911b1cc mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
a75ac4e15e9c mac80211: Clear beacon_int in ieee80211_do_stop
e08ab93325bb mac80211: fix GFP_KERNEL under tasklet context
daac338a9e7b mac80211_hwsim: Timer should be initialized before device registered
d66c1b9280d1 cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()
98206f340033 libnvdimm, pfn: Pad pfn namespaces relative to other regions
beb68a727fb9 kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()
3c1773b0275e gnss: sirf: fix activation retry handling
41867ab9b0d3 tty: do not set TTY_IO_ERROR flag if console port
ecbfb178c75c tty: serial: 8250_mtk: always resume the device in probe.
b02b86bc74c3 Drivers: hv: vmbus: Offload the handling of channels to two workqueues
e88ebc06bd53 x86/efi: Allocate e820 buffer before calling efi_exit_boot_service
ce74d11a3794 kprobes/x86: Fix instruction patching corruption when copying more than one RIP-relative instruction
1a9056407808 drm/i915: Downgrade Gen9 Plane WM latency error
e8a7f59e3643 drm/amdgpu/gmc8: always load MC firmware in the driver
39bdb32876df drm/amdgpu/gmc8: update MC firmware for polaris
2abdfe248369 drm/msm: Move fence put to where failure occurs
318f6e599dcd drm/lease: Send a distinct uevent
fcf5d0dbfb7f drm/amdgpu: update mc firmware image for polaris12 variants
2f94605195ab crypto: do not free algorithm before using
35929281460b Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rtw_mlme_ext.c"
9138ce0a8011 staging: rtl8712: Fix possible buffer overrun
99c694081ba2 cifs: Fix separator when building path from dentry
bd5d1c273cce Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
e92cc52ee5e7 arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issues
33f310e09388 xhci: Prevent U1/U2 link pm states if exit latency is too long
5d3b10677bf8 xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
3fe0c68aea21 ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCE
37e74076f3cb dmaengine: cppi41: delete channel from pending list when stop channel
374f384bc66f dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocations
9063f5a99ea7 dmaengine: imx-sdma: implement channel termination via worker
228bee887467 Revert "dmaengine: imx-sdma: alloclate bd memory from dma pool"
2f79476548d8 Revert "dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations"
37aefa023734 dmaengine: dw: Fix FIFO size for Intel Merrifield
33154a299890 SUNRPC: Fix leak of krb5p encode pages
1d9ca56698ad arm64: hibernate: Avoid sending cross-calling with interrupts disabled
f9cd25b1e5e5 vhost/vsock: fix use-after-free in network stack callers
2a622040a8bc virtio/s390: fix race in ccw_io_helper()
79f6e9facb8b virtio/s390: avoid race on vcdev->config
6c9ac388c6c8 parisc: Enable -ffunction-sections for modules on 32-bit kernel
c91ec2c4eb65 Revert "mfd: cros_ec: Use devm_kzalloc for private data"
24a776e398e9 media: dvb-pll: don't re-validate tuner frequencies
d7db76065041 media: dvb-pll: fix tuner frequency ranges
663bfc44d1a0 media: vicodec: fix memchr() kernel oops
c4dabf370838 media: gspca: fix frame overflow error
fbb982c6ad97 ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4860G/Z6860G
ba3ce1bf275c ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4660G
bf03eb5e297f ALSA: hda/realtek - Add support for Acer Aspire C24-860 headset mic
642314e11ade ALSA: hda/realtek: ALC286 mic and headset-mode fixups for Acer Aspire U27-880
071b34a1a5ed ALSA: hda/realtek - Fix speaker output regression on Thinkpad T570
a2928e749812 ALSA: pcm: Fix interval evaluation with openmin/max
19054c18846e ALSA: pcm: Call snd_pcm_unlink() conditionally at closing
026fdecbc3d7 ALSA: pcm: Fix starvation on down_write_nonblock()
2ea30d9d5fa1 ALSA: hda: Add support for AMD Stoney Ridge
a7e719ace75e ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c
86c257e05223 ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support
9d9026afc36b USB: serial: console: fix reported terminal settings
1b2e742bf723 USB: check usb_get_extra_descriptor for proper size
24e09d7a52ae usb: appledisplay: Add 27" Apple Cinema Display
f025aa79bda0 usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
c34678d4c155 net: amd: add missing of_node_put()
ebc4b790103d team: no need to do team_notify_peers or team_mcast_rejoin when disabling port
f1c4022ab268 ibmvnic: Update driver queues after change in ring size support
a13220e6817c ibmvnic: Fix RX queue buffer cleanup
0a98c7c5dc62 flexfiles: use per-mirror specified stateid for IO
07b92c224d5c NFSv4.2 copy do not allocate memory under the lock
d1862827f41a iommu/vt-d: Use memunmap to free memremap
549e3c24ac34 net: faraday: ftmac100: remove netif_running(netdev) check before disabling interrupts
d69eb98a86c0 riscv: fix warning in arch/riscv/include/asm/module.h
bfa634ba505a net/ibmnvic: Fix deadlock problem in reset
07f745f9a6d6 qed: Fix QM getters to always return a valid pq
b63de4413656 qed: Fix bitmap_weight() check
e359a17143ef NFSv4: Fix a NFSv4 state manager deadlock
4a9ad460a07b net: ena: fix crash during failed resume from hibernation
d7dace92d040 mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
d861fe2fd5b1 HID: multitouch: Add pointstick support for Cirque Touchpad
699faa9cf00c Revert "HID: uhid: use strlcpy() instead of strncpy()"
0799feafeb1b cpufreq: ti-cpufreq: Only register platform_device when supported
1a488242d942 mtd: rawnand: qcom: Namespace prefix some commands
4ef9e48c9c8f tc-testing: tdc.py: Guard against lack of returncode in executed command
9806e7473d10 tc-testing: tdc.py: ignore errors when decoding stdout/stderr
b8c51924b4e1 gpio: mockup: fix indicated direction
b9284d6c30cb gpio: pxa: fix legacy non pinctrl aware builds again
9ebacc1a8754 drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
b53fa368dd8e net/mlx4: Fix UBSAN warning of signed integer overflow
034f7ad3f706 net/mlx4_core: Fix uninitialized variable compilation warning
5110c0406c8c net/mlx4_core: Zero out lkey field in SW2HW_MPT fw command
3374518d4d1a drm/amd/display: Support amdgpu "max bpc" connector property (v2)
a0c25b4098b8 drm/amdgpu: Add amdgpu "max bpc" connector property (v2)
12163e3e6902 bnxt_en: Fix filling time in bnxt_fill_coredump_record()
0e79e30e6121 nvme-fc: resolve io failures during connect
b65fa443e56e s390/ism: clear dmbe_mask bit before SMC IRQ handling
8b87305f816c Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers"
3355199746b8 usb: dwc2: pci: Fix an error code in probe
4f22a32f555d qed: Fix reading wrong value in loop condition
d4105c836c13 qed: Fix rdma_info structure allocation
52da24907e6e qed: Fix overriding offload_tc by protocols without APP TLV
631ebe93bdcb qed: Fix PTT leak in qed_drain()
147bcca117b8 bnx2x: Assign unique DMAE channel number for FW DMAE transactions.
821d0b9afa8d amd/iommu: Fix Guest Virtual APIC Log Tail Address Register
2e959f250949 batman-adv: Expand merged fragment buffer for full packet
25683accf7c7 batman-adv: Use explicit tvlv padding for ELP packets
92724c1deaf9 HID: input: Ignore battery reported by Symbol DS4308
27b504af882b test_firmware: fix error return getting clobbered
0e3e8e31877a can: rcar_can: Fix erroneous registration
1f329e64e1f1 can: ucan: remove set but not used variable 'udev'
f2e78c08e844 scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoC
c97a2a726cef iommu/ipmmu-vmsa: Fix crash on early domain free
e2807327b562 mt76: fix building without CONFIG_LEDS_CLASS
4a4c9b29a0c1 brcmutil: really fix decoding channel info for 160 MHz bandwidth
093255da5688 iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
f84263bfd801 media: ipu3-cio2: Unregister device nodes first, then release resources
61880fb56851 media: omap3isp: Unregister media device as first
cd7b7f509cd0 media: cec: check for non-OK/NACK conditions while claiming a LA
35eaa0ee4e69 media: vicodec: lower minimum height to 360
(From OE-Core rev: 969049ede5353c1a5a808b284e5bba81ccb47df6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Incorporating the BSP definitions for two new qemu targets.
(From OE-Core rev: f64f6e1a5f8cbd44ea8feb9c2470bf256765f507)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
(From OE-Core rev: 119e3dacfd5c371d5f81f95c1a356e33c80362b2)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|