3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Thomas Petazzoni
commit ee56874f23e5c11576540bd695177a5ebc4f4352 upstream.
In commit eea628199d5b ("mtd: Add device-tree support to fsmc_nand"),
Device Tree support was added to the fmsc_nand
This implements APEI GHES Table by passing the error CPER info
to the guest via a fw_cfg_blob. After a CPER info is recorded, an
SEA(Synchronous External Abort)/SEI(SError Interrupt) exception
will be injected into the guest OS.
Below is the table layout, the max number of error soure is 11,
which
Add SIGBUS signal handler. In this handler, it checks
the exception type, translates the host VA which is
delivered by host or KVM to guest PA, then fills this
PA to CPER, finally injects a Error to guest OS through
KVM.
Add synchronous external abort injection logic, setup
spsr_elx, esr_elx, PSTA
On Friday 18 August 2017 05:27 PM, Michal Suchánek wrote:
On Fri, 18 Aug 2017 16:20:53 +0530
Hari Bathini wrote:
Hi Michal,
Thanks for the patches. I tried testing with the patches:
[0.00] fadump: Firmware-assisted dump is active.
[0.00] fadump: Modifying command line to e
Liebste,
Wie gehts Ihnen heute, ich hoffe, dass meine Post Sie in gutem Zustand
der Gesundheit erfüllt? Sehr geehrte Damen und Herren, ich habe mich
entschlossen, mit Ihnen in Kontakt zu treten, wenn ich bedenkt habe,
dass wir uns noch nicht getroffen haben, aber wegen eines Umstandes,
der mi
Add CONFIG_ACPI_APEI configuration in the Makefile and
enable it in the arm-softmmu.mak
Signed-off-by: Dongjiu Geng
---
default-configs/arm-softmmu.mak | 1 +
hw/acpi/Makefile.objs | 1 +
2 files changed, 2 insertions(+)
diff --git a/default-configs/arm-softmmu.mak b/default-configs/a
check if kvm supports guest RAS EXTENSION. if so, set
corresponding feature bit for vcpu.
Signed-off-by: Dongjiu Geng
---
linux-headers/linux/kvm.h | 1 +
target/arm/cpu.h | 3 +++
target/arm/kvm64.c| 8
3 files changed, 12 insertions(+)
diff --git a/linux-headers/linu
(1) Add related APEI/HEST table structures and macros, these
definition refer to ACPI 6.1 and UEFI 2.6 spec.
(2) Add generic error status block and CPER memory section
definition, user space only handle memory section errors.
Signed-off-by: Dongjiu Geng
---
include/hw/acpi/acpi-defs.h |
When guest OS happens SError interrupt(SEI), it will trap to host.
Host firstly calls memory failure to deal with this error and decide
whether it needs to deliver SIGBUS signal to userspace. The advantage
that using signal to notify is that it can make the notification method
is general, non-KVM u
On Fri 2017-08-18 15:44:29, Nicolai Stange wrote:
> Joe Lawrence writes:
>
>
> > +
> > +/**
> > + * klp_shadow_get() - retrieve a shadow variable data pointer
> > + * @obj: pointer to parent object
> > + * @id:data identifier
> > + *
> > + * Return: the shadow variable data element
On Fri, Aug 18, 2017 at 4:42 AM, Harvey Hunt wrote:
> Hi Rob,
>
> Thanks for the review.
>
>
> On 17/08/17 22:34, Rob Herring wrote:
>>
>> On Tue, Aug 15, 2017 at 05:28:50PM +0100, Harvey Hunt wrote:
>>>
>>> The MT7628A is the successor to the MT7620 and pin compatible with the
>>> MT7688A, althou
On Thu, Jul 20, 2017 at 08:29:43PM +1000, Jonathan Liu wrote:
> The physical size of the panel is 105.5 (W) x 67.2 (H) x 4.05 (D) mm
> but the active display area is 95.04 (W) x 53.856 (H) mm.
>
> The width and height should be set to the active display area.
>
> Signed-off-by: Jonathan Liu
> --
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Guenter Roeck
commit 245b2eecee2aac6fdc77dcafaa73c33f9644c3c7 upstream.
While stress testing a usb controller using a bind/unbind looop, the
following error loop was observed.
usb 7-1.2: new
On Mon, Aug 07, 2017 at 09:55:45PM +1000, Jonathan Liu wrote:
> During panel removal or system shutdown panel_simple_disable is called
> which disables the panel backlight but the panel is still powered due to
> missing calls to panel_simple_unprepare.
>
> Fixes: d02fd93e2cd8 ("drm/panel: simple -
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Guenter Roeck
commit f5cccf49428447dfbc9edb7a04bb8fc316269781 upstream.
While running a bind/unbind stress test with the dwc3 usb driver on rk3399,
the following crash was observed.
Unable to
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Sean Young
commit 069f3b10aed966b2da6bb1161af41da0e8880724 upstream.
This has been broken for a long time, so presumably it is not used. I
have no hardware to test this on.
Bugzilla: https://
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Geert Uytterhoeven
commit 3091ae775fae17084013021d01513bc1ad274e6a upstream.
Update the sh_pfc_soc_info pointer after calling the SoC-specific
initialization function, as it may have been upda
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit ca260ece6a57dc7d751e0685f51fa2c55d851873 upstream.
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Takatoshi Akiyama
commit 3c9101766b502a0163d1d437fada5801cf616be2 upstream.
This patch fixes an issue that kernel panic happens when DMA is enabled
and we press enter key while the kernel boot
This is the start of the stable review cycle for the 3.16.47 release.
There are 134 patches in this series, which will be posted as responses
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Mon Aug 21 18:00:00 UTC 2017.
Anything rece
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dmitry Kasatkin
commit 3034a146820c26fe6da66a45f6340fe87fe0983a upstream.
Empty files and missing xattrs do not guarantee that a file was
just created. This patch passes FILE_CREATED flag to
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Daniel Glöckner
commit 1ac202e978e18f045006d75bd549612620c6ec3a upstream.
Modifying the attributes of a file makes ima_inode_post_setattr reset
the IMA cache flags. So if the file, which has j
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Changbin Du
commit 3ef5b4023c64c16c793a066a7a2ed6ea3767e0d7 upstream.
Should clear buf 'abs_path', not 'options'.
Signed-off-by: Changbin Du
Cc: Feng Tang
Cc: Peter Zijlstra
Fixes: 341487a
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dmitry Tunin
commit 16ff1fb0e32f76a5d285a6f23b82d21aa52813c6 upstream.
T: Bus=01 Lev=02 Prnt=02 Port=02 Cnt=01 Dev#= 7 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfg
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Leon Nardella
commit 0088d27b78f2c0118aee82923269518616481ea0 upstream.
This device is a dongle made by Philips to enhance their TVs with wireless
capabilities,
but works flawlessly on any up
On Wed 2017-08-16 15:20:32, Josh Poimboeuf wrote:
> On Wed, Aug 16, 2017 at 03:17:03PM -0400, Joe Lawrence wrote:
> > I also wrote a quick test script (see below) to exercise some of the
> > load/unload/enable/disable/error status combinations. I'm not sure
> > about some of the behaviors, most no
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: "Michael J. Ruhl"
commit 8561eae60ff9417a50fa1fb2b83ae950dc5c1e21 upstream.
The Infiniband spec defines "A multicast address is defined by a
MGID and a MLID" (section 10.5). Currently the MLID
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Szymon Janc
commit ab89f0bdd63a3721f7cd3f064f39fc4ac7ca14d4 upstream.
Running 32bit userspace on 64bit kernel results in MSG_CMSG_COMPAT being
defined as 0x8000. This results in sendmsg fai
On 08/18/2017 05:59 AM, Wangkai (Kevin,C) wrote:
>
>>> In my patch the DCACHE_FILE_REMOVED flag was to distinguish the
>>> removed file and The closed file, I found there was no difference of a
>>> dentry between the removed file and the closed File, they all on the lru
>>> list.
>> There is a dif
3.16.47-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ian Abbott
commit 45292be0b3db0b7f8286683b376e2d9f949d11f9 upstream.
For some reason, the driver does not consider allocation of the
subdevice private data to be a fatal error when attaching t
2017-08-17 21:17+0200, Alexander Graf:
> On 17.08.17 16:54, Radim Krčmář wrote:
> > 2017-08-17 09:04+0200, Alexander Graf:
> > > What if we just sent a "vcpu move" request to all vcpus with the new
> > > pointer
> > > after it moved? That way the vcpu thread itself would be responsible for
> > >
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Arnd Bergmann
commit 34bf129a7f068e3108dbb051b4b05674e2a270e7 upstream.
While working on another build error, I ran into several variations of
this dependency loop:
subsection "Kconfig recursi
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: "Michael J. Ruhl"
commit 20c7840a77ddcb2ed2fbd66e8197db2868495751 upstream.
A list of MGID/MLID pairs is built when doing a multicast attach. When
the multicast detach is called, the list is s
Hi Rob,
On 18/08/17 15:04, Rob Herring wrote:
On Fri, Aug 18, 2017 at 4:42 AM, Harvey Hunt wrote:
Hi Rob,
Thanks for the review.
On 17/08/17 22:34, Rob Herring wrote:
On Tue, Aug 15, 2017 at 05:28:50PM +0100, Harvey Hunt wrote:
The MT7628A is the successor to the MT7620 and pin compatib
From: Wanpeng Li
[ cut here ]
WARNING: CPU: 7 PID: 3861 at /home/kernel/ssd/kvm/arch/x86/kvm//vmx.c:11299
nested_vmx_vmexit+0x176e/0x1980 [kvm_intel]
CPU: 7 PID: 3861 Comm: qemu-system-x86 Tainted: GW OE 4.13.0-rc4+ #11
RIP: 0010:nested_vmx_vmexit+0x176e/0x1980
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Michael Trimarchi
commit 633e8799ddc09431be2744c4a1efdbda13af2b0b upstream.
This changed is needed to avoid locking problem during
boot as shown:
<5>[8.824096] Registering SWP/SWPB emulati
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Richard Weinberger
commit 9abc74a22d85ab29cef9896a2582a530da7e79bf upstream.
This is broken since ever but sadly nobody noticed.
Recent versions of GDB set DR_CONTROL unconditionally and
UML di
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Stefan Assmann
commit c4e649b09f55595e6df6da5465a5b3cfc93557c1 upstream.
The ASUS M2N-LR should not trigger boot interrupt quirks although it
carries an Intel 6702PXH. On this board the boot i
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Steve French
commit 26c9cb668c7fbf9830516b75d8bee70b699ed449 upstream.
Mac requires the unicode flag to be set for cifs, even for the smb
echo request (which doesn't have strings).
Without thi
On Fri, 18 Aug 2017 15:42:31 +0200
Jan Glauber wrote:
> On Thu, Aug 17, 2017 at 07:00:17AM -0600, Alex Williamson wrote:
> > On Thu, 17 Aug 2017 10:14:23 +0200
> > Jan Glauber wrote:
> >
> > > If a PCI device supports neither function-level reset, nor slot
> > > or bus reset then refuse to pr
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Peter Chen
commit 6fc091fb0459ade939a795bfdcaf645385b951d4 upstream.
Print correct command ring address using 'val_64'.
Signed-off-by: Peter Chen
Signed-off-by: Mathias Nyman
Signed-off-by:
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dmitry Tunin
commit 16ff1fb0e32f76a5d285a6f23b82d21aa52813c6 upstream.
T: Bus=01 Lev=02 Prnt=02 Port=02 Cnt=01 Dev#= 7 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfgs
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Christoph Hellwig
commit c6ade20f5e50e188d20b711a618b20dd1d50457e upstream.
The WRITE SAME to TRIM translation rewrites the DATA OUT buffer. While
the SCSI code accomodates for this by passing
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: "Jason A. Donenfeld"
commit 07a77929ba672d93642a56dc2255dd21e6e2290b upstream.
The author meant to free the variable that was just allocated, instead
of the one that failed to be allocated, but
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit 564277eceeca01e02b1ef3e141cfb939184601b4 upstream.
January is month 1. There is no zero-th month. If someone passes a
zero month then it means we read from one space befo
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Liping Zhang
commit 53b56da83d7899de375a9de153fd7f5397de85e6 upstream.
After converting to use rcu for conntrack hash, one CPU may update
the ct->status via ctnetlink, while another CPU may pro
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Frank Schaefer
commit 7f140fc2064bcd23e0490d8210650e2ef21c1c89 upstream.
Enabling vflip currently causes wrong colors.
It seems that (at least with the current sensor setup) REG04_VFLIP_IMG onl
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit 324ed533bf0b23c309b805272c4ffcc5d51493a6 upstream.
We recently introduced some new error paths but the unlocks are missing.
Fixes: 0065a79a8698 ('[media] dw2102: Don't use
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: David Woodhouse
commit cef4d02305a06be581bb7f4353446717a1b319ec upstream.
The /proc/bus/pci mmap interface allows the user to specify whether they
want WC or not. Don't let them do so on non-p
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Josh Boyer
commit ff17999184ed13829bc14c3be412d980173dff40 upstream.
The ttusb2_msg function uses on-stack variables to submit commands to
dvb_usb_generic. This eventually gets to the DMA api
Hello.
While searching for races in the Linux kernel I've come across
"drivers/misc/ibmasm/ibmasm.ko" module. Here is a question that I came
up with while analyzing results. Lines are given using the info from
Linux v4.12.
Consider the following case:
Thread 1:Thread
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Mauro Carvalho Chehab
commit 0065a79a8698a953e4b201c5fce8db8940530578 upstream.
Dynamic static allocation is evil, as Kernel stack is too low, and
compilation complains about it on some archs:
Hello,
Patch 1/7 has been sent already as an RFC but in this patchset
it can be found as a regular patch. The RFC version can be found
at [1] and also to prove its need look at [2]. Patch 2/7 fixes
Venus encoder issue with help of 1/7.
The other patches 3/7 to 7/7 can be treated as updates for
v4
This change is intended to give to the v4l2 drivers a choice to
change the default behavior of the v4l2-core DMA mapping direction
from DMA_TO/FROM_DEVICE (depending on the buffer type CAPTURE or
OUTPUT) to DMA_BIDIRECTIONAL during queue_init time.
Initially the issue with DMA mapping direction ha
This change the alignment restriction for output type of buffers
only, also set corect input resolution and fill bidirectional
vb2 queue flag in order to map output type buffers read/write.
The last is needed by encoder firmware to add padding at the
bottom of output (input buffers).
Signed-off-by
Without PM support gcc could warns about unused functions, thus
mark runtime_suspend/resume as __maybe_unused.
Signed-off-by: Stanimir Varbanov
---
drivers/media/platform/qcom/venus/vdec.c | 6 ++
drivers/media/platform/qcom/venus/venc.c | 6 ++
2 files changed, 4 insertions(+), 8 deleti
Adds a helper function to runtime check supported encoder and
decoder codecs depending on venus version and platform.
Signed-off-by: Stanimir Varbanov
---
drivers/media/platform/qcom/venus/helpers.c | 49 +
drivers/media/platform/qcom/venus/helpers.h | 1 +
2 files c
No one of the supported Venus version has implemented VP9 codec
for enconding, so drop it from the list of codecs.
Signed-off-by: Stanimir Varbanov
---
drivers/media/platform/qcom/venus/venc.c | 4
1 file changed, 4 deletions(-)
diff --git a/drivers/media/platform/qcom/venus/venc.c
b/driv
Use the helper function in decoder and encoder find_format
to runtime check supported codecs.
Signed-off-by: Stanimir Varbanov
---
drivers/media/platform/qcom/venus/vdec.c | 24 +---
drivers/media/platform/qcom/venus/venc.c | 28 +++-
2 files changed,
Em Fri, Aug 18, 2017 at 05:47:03PM +0900, Taeung Song escreveu:
> Cc: Namhyung Kim
> Cc: Jiri Olsa
> Signed-off-by: Taeung Song
Ok, now that check for !--stdio is lifted and replaced with:
- if (symbol_conf.show_nr_samples && !annotate.use_stdio) {
- pr_err("--show-nr-sampl
This fills missing (forgotten) video device name with
appropriate string so that udev can distinguishes between
decoder and encoder devices.
Signed-off-by: Stanimir Varbanov
---
drivers/media/platform/qcom/venus/vdec.c | 1 +
drivers/media/platform/qcom/venus/venc.c | 1 +
2 files changed, 2 ins
On 18/08/17 04:21, Alexei Starovoitov wrote:
> On 8/15/17 12:34 PM, Edward Cree wrote:
>> State of a register doesn't matter if it wasn't read in reaching an exit;
>> a write screens off all reads downstream of it from all explored_states
>> upstream of it.
>> This allows us to prune many more br
Hi Jaegeuk,
Sorry for the delay, the modification looks good to me. ;)
Thanks,
On 2017/8/16 1:54, Jaegeuk Kim wrote:
> On 08/15, Chao Yu wrote:
>> On 2017/8/15 11:45, Jaegeuk Kim wrote:
>>> On 08/07, Chao Yu wrote:
From: Chao Yu
Commit d618ebaf0aa8 ("f2fs: enable small discard by
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alyssa Milburn
commit a12b8ab8c5ff7ccd7b107a564743507c850a441d upstream.
Otherwise ttusb2_i2c_xfer can read or write beyond the end of static and
heap buffers.
Signed-off-by: Alyssa Milburn
S
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Takatoshi Akiyama
commit 3c9101766b502a0163d1d437fada5801cf616be2 upstream.
This patch fixes an issue that kernel panic happens when DMA is enabled
and we press enter key while the kernel booti
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alyssa Milburn
commit 950e252cb469f323740d78e4907843acef89eedb upstream.
Otherwise the i2c transfer functions can read or write beyond the end of
stack or heap buffers.
Signed-off-by: Alyssa M
On 08/18/2017 10:04 AM, Petr Mladek wrote:
> On Fri 2017-08-18 15:44:29, Nicolai Stange wrote:
>> Joe Lawrence writes:
>>
>>
>>> +
>>> +/**
>>> + * klp_shadow_get() - retrieve a shadow variable data pointer
>>> + * @obj: pointer to parent object
>>> + * @id:data identifier
>>> + *
>
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alyssa Milburn
commit ee0fe833d96793853335844b6d99fb76bd12cbeb upstream.
This code copies actual_length-128 bytes from the header, which will
underflow if the received buffer is too small.
Sig
> On Thu, Aug 17, 2017 at 01:44:40PM -0700, Linus Torvalds wrote:
> > On Thu, Aug 17, 2017 at 1:18 PM, Liang, Kan wrote:
> > >
> > > Here is the call stack of wait_on_page_bit_common when the queue is
> > > long (entries >1000).
> > >
> > > # Overhead Trace output
> > > #
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alyssa Milburn
commit 821117dc21083a99dd99174c10848d70ff43de29 upstream.
Return an error rather than memcpy()ing beyond the end of the buffer.
Internal callers use appropriate sizes, but digitv
On Wed, Aug 16, 2017 at 11:07:55AM +0800, Lan Tianyu wrote:
> On 2017年08月15日 22:10, Konrad Rzeszutek Wilk wrote:
> > On Tue, Aug 15, 2017 at 11:00:04AM +0800, Lan Tianyu wrote:
> >> On 2017年08月12日 03:35, Konrad Rzeszutek Wilk wrote:
> >>> On Fri, Aug 11, 2017 at 03:00:20PM +0200, Radim Krčmář wrote
ERROR: trailing whitespace
WARNING: please, no spaces at the start of a line
ERROR: open brace '{' following struct go on the same line
ERROR: do not initialise statics to 0
ERROR: "foo * bar" should be "foo *bar"
ERROR: spaces required around that '='
ERROR: switch and case should be at the same i
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Bjorn Helgaas
commit 3a92c319c44a7bcee9f48dff9d97d001943b54c6 upstream.
PCI exposes files like /proc/bus/pci/00/00.0 in procfs. These files
support operations like this:
ioctl(fd, PCIIOC_MM
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: David Woodhouse
commit 17caf56731311c9596e7d38a70c88fcb6afa6a1b upstream.
Don't match MMIO maps with I/O BARs and vice versa.
Signed-off-by: David Woodhouse
Signed-off-by: Bjorn Helgaas
Sign
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit 65f921647f4c89a2068478c89691f39b309b58f7 upstream.
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint a
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit fff1abc4d54e469140a699612b4db8d6397bfcba upstream.
Make sure to release the snd_card also on a late allocation error.
Fixes: e0d3bafd0258 ("V4L/DVB (10954): Add cx231xx USB
The clock bimc_gpu_clk_src is incorrectly set to use the shared rcg2
ops, which are for RCGs with child branches controlled by different
CPUs.
The result of the incorrect ops is that the GPU's PM runtime may leave
this clock set at a very low rate. Fix this issue by using the correct
rcg2 ops.
Fi
On 18/08/17 15:10, Radim Krčmář wrote:
> 2017-08-17 21:17+0200, Alexander Graf:
>> On 17.08.17 16:54, Radim Krčmář wrote:
>>> 2017-08-17 09:04+0200, Alexander Graf:
What if we just sent a "vcpu move" request to all vcpus with the new
pointer
after it moved? That way the vcpu thread
Em Fri, Aug 18, 2017 at 05:47:08PM +0900, Taeung Song escreveu:
> With a existing 't' hotkey, support the three view based on percent,
> total period and number of samples on the annotate TUI browser,
> circulating them like below:
>
> Percent -> Period -> Samples -> Percent ...
>
> Suggested-b
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: David Woodhouse
commit 6bccc7f426abd640f08d8c75fb22f99483f201b4 upstream.
In the PCI_MMAP_PROCFS case when the address being passed by the user is a
'user visible' resource address based on the
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit aa58fedb8c7b6cf2f05941d238495f9e2f29655c upstream.
Make sure to check the number of endpoints to avoid accessing memory
beyond the endpoint array should a device lack the ex
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alexey Khoroshilov
commit 256d013a9bcc9a39b2e4b34ab19219bd054cf270 upstream.
There are numerous issues in error handling code of cx231xx initialization.
Double free (when cx231xx_init_dev() cal
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit 0cd273bb5e4d1828efaaa8dfd11b7928131ed149 upstream.
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint a
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Tobias Herzog
commit 1bb9914e1730417d530de9ed37e59efdc647146b upstream.
Notifications may only be 8 bytes long. Accessing the 9th and
10th byte of unimplemented/unknown notifications may be ins
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Leon Nardella
commit 0088d27b78f2c0118aee82923269518616481ea0 upstream.
This device is a dongle made by Philips to enhance their TVs with wireless
capabilities,
but works flawlessly on any ups
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit eacb975b48272f54532b62f515a3cf7eefa35123 upstream.
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint a
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Masaki TAGAWA
commit 98f99eeae98047bc195bcc7510eae4f0cf3658a0 upstream.
Buffalo WLI-UV-AG300P is almost the same as Sony UWA-BR100.
Signed-off-by: Masaki TAGAWA
Signed-off-by: John W. Linvill
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit ebeb36670ecac36c179b5fb5d5c88ff03ba191ec upstream.
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint a
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Ajay Kaher
commit 2f86a96be0ccb1302b7eee7855dbee5ce4dc5dfb upstream.
There is race condition when two USB class drivers try to call
init_usb_class at the same time and leads to crash.
code path
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit 03eb2a557ed552e920a0942b774aaf931596eec1 upstream.
Make sure to check for the required out endpoint to avoid dereferencing
a NULL-pointer in mce_request_packet should a mali
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit ca260ece6a57dc7d751e0685f51fa2c55d851873 upstream.
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint a
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Guenter Roeck
commit f5cccf49428447dfbc9edb7a04bb8fc316269781 upstream.
While running a bind/unbind stress test with the dwc3 usb driver on rk3399,
the following crash was observed.
Unable to
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Arnd Bergmann
commit 6830733d53a4517588e56227b9c8538633f0c496 upstream.
The driver uses a relatively large data structure on the stack, which
showed up on my radar as we get a warning with the
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Guenter Roeck
commit 245b2eecee2aac6fdc77dcafaa73c33f9644c3c7 upstream.
While stress testing a usb controller using a bind/unbind looop, the
following error loop was observed.
usb 7-1.2: new l
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Alexander Tsoy
commit aea57edf80c6e96d6dc24757599396af99c02b19 upstream.
This device is available under different marketing names:
WLM-20U2 - Wireless USB Dongle for Toshiba TVs
GN-1080 - Wirel
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Mohammed Shafi Shajakhan
commit 763cbac07674a648f1377b21ca66f577c103fa9a upstream.
Roger says, Ubiquiti produce 2 versions of their WiFiStation USB adapter. One
has an internal antenna, the ot
This is the start of the stable review cycle for the 3.2.92 release.
There are 59 patches in this series, which will be posted as responses
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Mon Aug 21 18:00:00 UTC 2017.
Anything receiv
3.2.92-rc1 review patch. If anyone has any objections, please let me know.
--
From: Andrey Ryabinin
commit 05c41f926fcc7ef838c80a6a99d84f67b4e0b824 upstream.
page_flip_completed() dereferences 'work' variable after executing
queue_work(). This is not safe as the 'work' item mi
On 8/18/2017 5:14 AM, Roger Pau Monné wrote:
On Thu, Aug 17, 2017 at 06:43:46PM -0400, Annie Li wrote:
If there is inflight I/O in any non-last queue, blkback returns -EBUSY
directly, and never stops thread of remaining queue and processs them. When
removing vbd device with lots of disk I/O loa
On 08/18/17 16:16, Stanimir Varbanov wrote:
> This change is intended to give to the v4l2 drivers a choice to
> change the default behavior of the v4l2-core DMA mapping direction
> from DMA_TO/FROM_DEVICE (depending on the buffer type CAPTURE or
> OUTPUT) to DMA_BIDIRECTIONAL during queue_init time
501 - 600 of 982 matches
Mail list logo