Do you see this error on am57xx-evm running Linux next 20190218 ?
I have tested on multiple devices and found this error.
Please find the full boot log [1].
Am i missing any pre required configs [2] ?
[5.620263] mmc1: ADMA error
[5.623266] mmc1: sdhci: SDHCI REGISTER DUMP
On 18. 02. 19 14:03, Vinod Koul wrote:
On 18-02-19, 12:54, Michal Vokáč wrote:
On 18. 02. 19 11:45, Vinod Koul wrote:
On 15-02-19, 16:23, Andrew Lunn wrote:
On Fri, Feb 15, 2019 at 04:01:08PM +0100, Michal Vokáč wrote:
Hi,
networking on my boards [1], which are currently in linux-next, sudde
On Wed, Feb 13, 2019 at 08:29:00PM +0900, Minchan Kim wrote:
> [1] was backported to v4.9 stable tree but it introduces pgtable
> memory leak because with fault retrial, preallocated pagetable
> could be leaked in second iteration.
> To fix the problem, this patch backport [2].
>
> [1] 5cf3e5ff958
Add Fixes tag to commit
Dan Robertson (1):
scripts/gdb: fix linux constants
scripts/gdb/linux/constants.py.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.20.1
The linux constants MS_RDONLY, MS_SYNCHRONOUS, MS_MANDLOCK, MS_DIRSYNC,
MS_NOATIME, and MS_NODIRATIME were previously defined in linux/fs.h.
Following e262e32d6bde0f77fb0c95d977482fc872c51996 the constants are
now defined in uapi/linux/mount.h. The new location of the defined
constants needs to be
Fixes gcc '-Wunused-but-set-variable' warning:
sound/soc/stm/stm32_sai_sub.c: In function 'stm32_sai_configure_clock':
sound/soc/stm/stm32_sai_sub.c:902:11: warning:
variable 'mask' set but not used [-Wunused-but-set-variable]
sound/soc/stm/stm32_sai_sub.c:902:6: warning:
variable 'cr1' set but
We are saving the status of EEE even before we try to enable it. This
leads to a race with XMIT function that tries to arm EEE timer before we
set it up.
Fix this by only saving the EEE parameters after all operations are
performed with success.
Signed-off-by: Jose Abreu
Fixes: d765955d2ae0 ("st
> -Original Message-
> From: eugen.hris...@microchip.com
> Sent: Friday, February 15, 2019 3:38 AM
> To: linux-me...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux-
> ker...@vger.kernel.org; mche...@kernel.org;
> nicolas.fe...@microchip.com; Ken Sloat ;
> sakari.ai...@iki.fi;
Hi Tony,
On 16/02/19 1:37 AM, Tony Lindgren wrote:
> * Faiz Abbas [190215 19:18]:
>> From: Chunyan Zhang
>>
>> sdhci-omap can support both external dma controller via dmaengine
>> framework as well as ADMA which standard SD host controller
>> provides.
>
> Care to describe here also how to conf
Fixes gcc '-Wunused-but-set-variable' warning:
lib/ioremap.c: In function 'ioremap_page_range':
lib/ioremap.c:203:16: warning:
variable 'start' set but not used [-Wunused-but-set-variable]
flush_cache_vmap may no need param, so add __maybe_unused fix this warning.
Signed-off-by: YueHaibing
---
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 6c0c5dc33ff42af49243e94842d0ebdb153189ea ]
Add new compatible to the device tree bindings.
Signed-off-by: Adrian Bunk
Acked-by: Rob Herring
Signed-off-by: Bartosz Golaszewski
Sig
On Tue, Feb 5, 2019 at 8:14 AM Jan Stancek wrote:
> Hi,
>
> are you using THP (CONFIG_TRANSPARENT_HUGEPAGE)?
>
> The changed line should affect only THP and normal compound pages,
> so a test with THP disabled might be interesting.
>
> >
> > The breakage consists of random processes dying with SIG
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit d0df00e30e4bf9bc27ddbd092ad683ff6121b360 ]
The BPF library is not built on 64-bit RISC-V, as the BPF feature is
not detected. Looking more in details, feature/test-bpf.c fails to bui
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 85bd6e61f34dffa8ec2dc75ff3c02ee7b2f1cbce ]
Florian reported a io hung issue when fsync(). It should be
triggered by following race condition.
data + post flush a flush
blk_
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 775800b0f1d7303d4fd8ce0e0d9eca4ff2f338f2 ]
Fix compilation error.
Signed-off-by: David Abdurachmanov
Signed-off-by: Palmer Dabbelt
Signed-off-by: Sasha Levin
---
arch/riscv/kern
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 96354ad79e2e59f9d620669c8e1ac2452440c260 ]
For I/O access, 810/807 store instruction fast retire will cause wrong
primitive. For example:
stw (clear interrupt source)
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 56752b21755aef598709d143684cb363db98a7d2 ]
The handle_irq_perbit function loop every bit in hwirq local variable.
handle_irq_perbit(hwirq) {
for_everyt_bit_in(hwirq) {
han
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 37cf28d3b5bca1b532a0b6aac722e7f2788a9294 ]
Works with ST M24M02.
Signed-off-by: Adrian Bunk
Signed-off-by: Bartosz Golaszewski
Signed-off-by: Sasha Levin
---
drivers/misc/eeprom
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit c7055fd15ff46d92eb0dd1c16a4fe010d58224c8 ]
When nvme_init_identify() fails the ANA log buffer is deallocated
but _not_ set to NULL. This can cause double free oops when this
controll
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit f553aa1c13cbc29aaf420349a28fc33ca98440e5 ]
810 doesn't support jsri instruction and csky-as will leave
jsri + nop for relocation. Module-probe need replace them with
lrw + jsr.
Sign
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 3da584f57133e51aeb84aaefae5e3d69531a1e4f ]
We need to preserve the leading zeros in the vid and ssvid when generating
a unique NQN. Truncating these may lead to naming collisions.
S
This is the start of the stable review cycle for the 4.20.11 release.
There are 92 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Wed Feb 20 13:34:25 UTC 2019.
Anything receiv
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit a64597227d0de5610407fcc95dc835745a53f5d0 ]
The workaround for the wrong hierarchy of the 3DG-{A,B} power domains on
RZ/G2E ES1.0 corrected the parent domains. However, the 3DG-{A,B}
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit b9ced18acf68dffebe6888c7ec765a2b1db7a039 ]
The addresses of NUMA nodes are not printed correctly on i386-PAE
which is misleading.
Here is a debian9-32bit with PAE in a QEMU guest ha
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 8a99255a50c0b4c2a449b96fd8d45fcc8d72c701 ]
We hit a 'perf stat' issue by using following script:
#!/bin/bash
sleep 1000 &
exec perf stat -a -e cycles -I1000 -- sleep 5
Since
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 1c1eba86339c8517814863bc7dd21e2661a84e77 ]
We hit a problem with IOMMU with that. Disable until we have time to
debug further.
Signed-off-by: Christian König
Reviewed-by: Michel Dä
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/ttm/ttm_execbuf_util.c: In function
'ttm_eu_fence_buffer_objects':
drivers/gpu/drm/ttm/ttm_execbuf_util.c:191:24: warning:
variable 'bdev' set but not used [-Wunused-but-set-variable]
It's not used any more and can be removed.
Sign
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit fff0d3f7686942bd544b53a48d1b76bd62c46946 ]
Make sure the clock level enforced is within the allowed
ranges.
Signed-off-by: Evan Quan
Reviewed-by: Alex Deucher
Reviewed-by: Likun G
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 3e958fe67720b37d04ab8ef81b9d507a56a09bbc ]
Fix CPDMA hang in PRT mode for both VEGA10 and VEGA20
Signed-off-by: Tao Zhou
Tested-by: Yukun.Li
Acked-by: Alex Deucher
Signed-off-by:
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 4842379cbe6e851de914a7132f76f4e200b9a98b ]
tc358767 driver does not set DRM bus_flags, even if it does configures
the polarity settings into its registers. This means that the DPI so
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit c25748acc5c20786ecb7518bfeae8fcef93472d6 ]
To avoid the following error:
asoc-simple-card sound: ASoC: Failed to create card debugfs directory
Which is because the card name contai
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit cc667f6d5de023ee131e96bb88e5cddca23272bd ]
When using HMB the PCIe host driver allocates host_mem_desc_bufs using
dma_alloc_attrs() but frees them using dma_free_coherent(). Use the
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 9a66396f1857cc1de06f4f4771797315e1a4ea56 ]
This patch aims to address writeback code problems related to error
paths. In particular it respects EINTR and related error codes and
stor
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 3d3003fce8e837acc4e3960fe3cbabebc356dcb5 ]
The current code doesn't do proper accounting for credits
in SMB1 case: it adds one credit per response only if we get
a complete response
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 7923e09c7a766e2d58de7fc395bb84c18e5bc625 ]
The H and V syncs of the DP output are always set to active high. This
patch fixes the syncs by configuring them according to the videomode
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 3f14a89d1132dcae3c8ce6721c6ef51f6e6d9b5f ]
By code inspection, it was found that multiple calls to KVM_SEV_INIT
could deplete asid bits and overwrite kvm_sev_info's regions_list.
Mu
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit a5176a4cb85bb6213daadf691097cf411da35df2 ]
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108980
Signed-off-by: Ilia Mirkin
Signed-off-by: Ben Skeggs
Signed-off-by: Sasha L
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit df209c43a0e8258e096fb722dfbdae4f0dd13fde ]
devm_kzalloc(), devm_kstrdup() and devm_kasprintf() all can
fail internal allocation and return NULL. Using any of the assigned
objects wit
4.20-stable review patch. If anyone has any objections, please let me know.
--
commit 1a5287a3dbc34cd0c02c8f64c9131bd23cdfe2bb upstream.
During noirq suspend/resume phase, GPIO irq could arrive
and its registers like IMR will be changed by irq handle
process, to make the GPIO re
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 8a26f0f781f56d3016b34a2217e346973d067e7b ]
If a request is cancelled, we can't assume that the server returns
1 credit back. Instead we need to wait for a response and process
the nu
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 92a8109e4d3a34fb6b115c9098b51767dc933444 ]
The code tries to allocate a contiguous buffer with a size supplied by
the server (maxBuf). This could fail if memory is fragmented since i
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit b5f034845e70916fd33e172fad5ad530a29c10ab ]
These two lines are active high, not active low. The bug was
found when we changed the kernel to respect the polarity defined
in the device
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Dmitry Voytik
commit 26e2d7b03ea7ff254bf78305aa44dda62e70b78e upstream.
After commit ef05bcb60c1a, boot from USB drives is broken.
Fix this problem by enabling usb-host regulators during boot
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Xiaoyao Li
commit 98ae70cc476e82a2c6bb72f941a25f0de226 upstream.
Commit ca83b4a7f2d068da79a0 ("x86/KVM/VMX: Add find_msr() helper function")
introduces the helper function find_msr(), whic
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Vitaly Kuznetsov
commit 6b1971c694975e49af302229202c0043568b1791 upstream.
SDM says MSR_IA32_VMX_PROCBASED_CTLS2 is only available "If
(CPUID.01H:ECX.[5] && IA32_VMX_PROCBASED_CTLS[63])". It w
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Chen-Yu Tsai
commit d6f11e7d91f2ac85f66194fe3ef8789b49901d64 upstream.
The MMC device tree bindings include properties used to signal various
signalling speed modes. Until now the sunxi driver
4.20-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 0fd1d37b0501efc6e295f56ab55cdaff784aa50c ]
If we don't receive a response we can't assume that the server
granted one credit. Assume zero credits in such cases.
Signed-off-by: Pavel
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Tony Lindgren
commit d0243693fbf6fbd48b4efb2ba7210765983b03e3 upstream.
Commit 83a86fbb5b56 ("irqchip/gic: Loudly complain about the use of
IRQ_TYPE_NONE") started warning about incorrect dts
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Jurica Vukadin
commit 4cd3016ce996494f78fdfd87ea35c8ca5d0b413e upstream.
This enables mute LED support and fixes switching jacks when the laptop
is docked.
Signed-off-by: Jurica Vukadin
Cc:
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Dave Chinner
commit 69056ee6a8a3d576ed31e38b3b14c70d6c74edcc upstream.
This reverts commit a76cf1a474d7d ("mm: don't reclaim inodes with many
attached pages").
This change causes serious chan
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Michael Ellerman
commit a58007621be33e9f7c7bed5d5ff8ecb914e1044a upstream.
In v4.20 we changed our pgd/pud_present() to check for _PAGE_PRESENT
rather than just checking that the value is non-
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Manuel Reinhardt
commit 2bc16b9f3223d049b57202ee702fcb5b9b507019 upstream.
The commit a60945fd08e4 ("ALSA: usb-audio: move implicit fb quirks to
separate function") introduced an error in the
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Russell King
commit 0ce23d6d42147a692768e6b3db75c44f4235 upstream.
hdmi-codec oopses the kernel when it is unbound from a successfully
bound audio subsystem, and is then rebound:
Unable t
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Bob Tracy
commit 842fc0f5dc5c9f9bd91f891554996d903c40cf35 upstream.
Cc: sta...@vger.kernel.org # v4.18+
Signed-off-by: Bob Tracy
Signed-off-by: Matt Turner
Signed-off-by: Greg Kroah-Hartman
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Nate Dailey
commit dfcc34c99f3ebc16b787b118763bf9cb6b1efc7a upstream.
sync_request_write no longer submits writes to a Faulty device. This has
the unfortunate side effect that bitmap bits can
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Gilad Ben-Yossef
commit 1358c13a48c43f5e4de0c1835291837a27b9720c upstream.
We were enabling autosuspend, which is using data set by the
hash module, prior to the hash module being inited, casu
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Eric W. Biederman
commit cf43a757fd49442bc38f76088b70c2299eed2c2f upstream.
In the middle of do_exit() there is there is a call
"ptrace_event(PTRACE_EVENT_EXIT, code);" That call places the pr
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Dave Chinner
commit a9a238e83fbb0df31c3b9b67003f8f9d1d1b6c96 upstream.
This reverts commit 172b06c32b9497 ("mm: slowly shrink slabs with a
relatively small number of objects").
This change ch
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Scott Mayhew
commit e7afe6c1d486b516ed586dcc10b3e7e3e85a9c2b upstream.
While trying to reproduce a reported kernel panic on arm64, I discovered
that AUTH_GSS basically doesn't work at all with
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Mikulas Patocka
commit ff0c129d3b5ecb3df7c8f5e2236582bf745b6c5f upstream.
bio_sectors() returns the value in the units of 512-byte sectors (no
matter what the real sector size of the device).
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Matthew Wilcox
commit 69ef943dbc14b21987c79f8399ffea08f9a1b446 upstream.
Passing an object_count of sufficient size will make
object_count * 4 wrap around to be very small, then a later functi
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Harald Freudenberger
commit 8f9aca0c45322a807a343fc32f95f2500f83b9ae upstream.
The older machines don't have the QCI instruction available.
With support for up to 256 crypto cards the probing
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Sergei Trofimovich
commit 491af60ffb848b59e82f7c9145833222e0bf27a5 upstream.
Fix page fault handling code to fixup r16-r18 registers.
Before the patch code had off-by-two registers bug.
This b
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Meelis Roos
commit bfc913682464f45bc4d6044084e370f9048de9d5 upstream.
Eiger machine vector definition has nr_irqs 128, and working 2.6.26
boot shows SCSI getting IRQ-s 64 and 65. Current kerne
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Hedi Berriche
commit f331e766c4be33f4338574f3c9f7f77e98ab4571 upstream.
Calls into UV firmware must be protected against concurrency, expose the
efi_runtime_lock to the UV platform, and use it
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Joonas Lahtinen
commit 2e7bd10e05afb866b5fb13eda25095c35d7a27cc upstream.
Make sure the underlying VMA in the process address space is the
same as it was during vm_mmap to avoid applying WC to
4.20-stable review patch. If anyone has any objections, please let me know.
--
From: Lyude Paul
commit e8a8fedd57fdcebf0e4f24ef0fc7e29323df8e66 upstream.
When resuming, we check whether or not any previously connected
MST topologies are still present and if so, attempt to resu
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 6c0c5dc33ff42af49243e94842d0ebdb153189ea ]
Add new compatible to the device tree bindings.
Signed-off-by: Adrian Bunk
Acked-by: Rob Herring
Signed-off-by: Bartosz Golaszewski
Sig
On Mon 18-02-19 14:43:58, Lars Persson wrote:
> On Tue, Feb 5, 2019 at 8:14 AM Jan Stancek wrote:
> > Hi,
> >
> > are you using THP (CONFIG_TRANSPARENT_HUGEPAGE)?
> >
> > The changed line should affect only THP and normal compound pages,
> > so a test with THP disabled might be interesting.
> >
>
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit a1d09e074250fad24f1b993f327b18cc6812eb7a upstream.
Sanitize user pointer given to __copy_to_user, both for standard version
and memcopy version of the user accessor.
Signed-off-by: Julien Thie
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit afaf6838f4bc896a711180b702b388b8cfa638fc upstream.
Introduce C and asm helpers to sanitize user address, taking the
address range they target into account.
Use asm helper for existing sanitiza
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit 899a42f836678a595f7d2bc36a5a0c2b03d08cbc upstream.
Move lookup_processor_type() out of the __init section so it is callable
from (eg) the secondary startup code during hotplug.
Reviewed-by: Ju
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit 945aceb1db8885d3a35790cf2e810f681db52756 upstream.
Call the per-processor type check_bugs() method in the same way as we
do other per-processor functions - move the "processor." detail into
pro
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 85bd6e61f34dffa8ec2dc75ff3c02ee7b2f1cbce ]
Florian reported a io hung issue when fsync(). It should be
triggered by following race condition.
data + post flush a flush
blk_
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit 383fb3ee8024d596f488d2dbaf45e572897acbdb upstream.
In big.Little systems, some CPUs require the Spectre workarounds in
paths such as the context switch, but other CPUs do not. In order
to hand
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit 5ca451cf6ed04443774bbb7ee45332dafa42e99f upstream.
When saving the ARM integer registers, use __copy_to_user() to
copy them into user signal frame, rather than __put_user_error().
This has the
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit 73839798af7ebc6c8d0c9271ebbbc148700e521f upstream.
When setting a dummy iwmmxt context, create a local instance and
use __copy_to_user both cases whether iwmmxt is being used or not.
This has t
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit 319508902600c2688e057750148487996396e9ca upstream.
Copy events to user using __copy_to_user() rather than copy members of
individually with __put_user_error().
This has the benefit of disabling
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit d6951f582cc50ba0ad22ef46b599740966599b14 upstream.
The intention in the previous patch was to only place the processor
tables in the .rodata section if big.Little was being built and we
wanted
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit adf4109896bbee27fd2ac3b48d22d6a0062fe517 ]
DP1_SRCCTRL register and PHY_2LANE field did not have matching defines.
Add these.
Signed-off-by: Tomi Valkeinen
Reviewed-by: Andrzej Haj
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 4d9d54a730434cc068dd3515ba6116697196f77b ]
PHY_2LANE bit is always set in DP_PHY_CTRL, breaking 1 lane use.
Set PHY_2LANE only when 2 lanes are used.
Signed-off-by: Tomi Valkeinen
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit 18ea66bd6e7a95bdc598223d72757190916af28b upstream.
With Spectre-v1.1 mitigations, __put_user_error is pointless. In an attempt
to remove it, replace its references in frame setups with __put_us
This is the start of the stable review cycle for the 4.19.24 release.
There are 85 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Wed Feb 20 13:34:30 UTC 2019.
Anything receiv
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 7923e09c7a766e2d58de7fc395bb84c18e5bc625 ]
The H and V syncs of the DP output are always set to active high. This
patch fixes the syncs by configuring them according to the videomode
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 9a63bd6fe1b5590ffa42ae2ed22ee21363293e31 ]
Initially DP0_SRCCTRL is set to a static value which includes
DP0_SRCCTRL_LANES_2 and DP0_SRCCTRL_BW27, even when only 1 lane of
1.62Gbps s
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit dcca1662727220d18fa351097ddff33f95f516c5 ]
There is an out of bounds array access in nvme_cqe_peding().
When enable irq_thread for nvme interrupt, there is racing between the
nvmeq-
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit c7055fd15ff46d92eb0dd1c16a4fe010d58224c8 ]
When nvme_init_identify() fails the ANA log buffer is deallocated
but _not_ set to NULL. This can cause double free oops when this
controll
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit b9ced18acf68dffebe6888c7ec765a2b1db7a039 ]
The addresses of NUMA nodes are not printed correctly on i386-PAE
which is misleading.
Here is a debian9-32bit with PAE in a QEMU guest ha
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit b8cf66182eddb22e9c7539821ed6eecdb4f86d1a ]
The pfvf exchange need be in exclusive mode. And add pfvf exchange in gpu
reset.
Signed-off-by: Emily Deng
Reviewed-By: Xiangliang Yu
Si
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit a3366db06bb656cef2e03f30f780d93059bcc594 ]
By calculating the removed loops, we can get the iteration count.
But the iteration count could be reported incorrectly, reporting
impossi
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 775800b0f1d7303d4fd8ce0e0d9eca4ff2f338f2 ]
Fix compilation error.
Signed-off-by: David Abdurachmanov
Signed-off-by: Palmer Dabbelt
Signed-off-by: Sasha Levin
---
arch/riscv/kern
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 2f66196208c98b3d1b4294edffb2c5a8197be899 ]
cpuinfo_cur_freq gets current CPU frequency as detected by hardware
while scaling_cur_freq last known CPU frequency. Some platforms may not
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 4842379cbe6e851de914a7132f76f4e200b9a98b ]
tc358767 driver does not set DRM bus_flags, even if it does configures
the polarity settings into its registers. This means that the DPI so
4.19-stable review patch. If anyone has any objections, please let me know.
--
Commit 3a4d0c2172bcf15b7a3d9d498b2b355f9864286b upstream.
Marek Szyprowski reported problems with CPU hotplug in current kernels.
This was tracked down to the processor vtables being located in an
ini
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 0fd1d37b0501efc6e295f56ab55cdaff784aa50c ]
If we don't receive a response we can't assume that the server
granted one credit. Assume zero credits in such cases.
Signed-off-by: Pavel
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 3f14a89d1132dcae3c8ce6721c6ef51f6e6d9b5f ]
By code inspection, it was found that multiple calls to KVM_SEV_INIT
could deplete asid bits and overwrite kvm_sev_info's regions_list.
Mu
4.19-stable review patch. If anyone has any objections, please let me know.
--
From: Tony Lindgren
commit d0243693fbf6fbd48b4efb2ba7210765983b03e3 upstream.
Commit 83a86fbb5b56 ("irqchip/gic: Loudly complain about the use of
IRQ_TYPE_NONE") started warning about incorrect dts
4.19-stable review patch. If anyone has any objections, please let me know.
--
From: Jurica Vukadin
commit 4cd3016ce996494f78fdfd87ea35c8ca5d0b413e upstream.
This enables mute LED support and fixes switching jacks when the laptop
is docked.
Signed-off-by: Jurica Vukadin
Cc:
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit c25748acc5c20786ecb7518bfeae8fcef93472d6 ]
To avoid the following error:
asoc-simple-card sound: ASoC: Failed to create card debugfs directory
Which is because the card name contai
4.19-stable review patch. If anyone has any objections, please let me know.
--
[ Upstream commit 7fca69d4e43fa1ae9cb4f652772c132dc5a659c6 ]
To avoid the following error:
asoc-simple-card sound: ASoC: Failed to create card debugfs directory
Which is because the card name contai
301 - 400 of 1626 matches
Mail list logo