On Mon, Nov 07, 2016 at 09:30:03AM +0100, Mirza Krak wrote:
> From: Mirza Krak
>
> Add a device node for the GMI controller found on Tegra30.
>
> Signed-off-by: Mirza Krak
> Tested-by: Marcel Ziswiler
> Tested-on: Colibri T20/T30 on EvalBoard V3.x and GMI-Memory Board
> Acked-by: Jon Hunter
>
On Mon, Nov 07, 2016 at 09:30:04AM +0100, Mirza Krak wrote:
> From: Mirza Krak
>
> Add a device node for the GMI controller found on Tegra20.
>
> Signed-off-by: Mirza Krak
> Tested-by: Marcel Ziswiler
> Tested-on: Colibri T20/T30 on EvalBoard V3.x and GMI-Memory Board
> Acked-by: Jon Hunter
>
On Sun, 30 Oct, at 09:21:29AM, Andy Lutomirski wrote:
> > @@ -251,7 +277,8 @@ int __init efi_setup_page_tables(unsigned long
> > pa_memmap, unsigned num_pages)
> > if (!page)
> > panic("Unable to allocate EFI runtime stack < 4GB\n");
> >
> > - efi_scratch.phys_stack =
The per-cpu preempt count of x86 contains two values, the actual preempt
count and the inverted PREEMPT_NEED_RESCHED bit. If a corrupted preempt
count is detected the preempt_count_set function is used to reset the
preempt count.
In case the inverted PREEMPT_NEED_RESCHED bit is zero at the time of
Thierry,
On 07/11/16 12:51, Alexandre Courbot wrote:
> On Wed, Sep 21, 2016 at 4:57 PM, Jon Hunter wrote:
>>
>> On 20/09/16 19:17, Paul Kocialkowski wrote:
>>> * PGP Signed by an unknown key
>>>
>>> Le mardi 20 septembre 2016 à 13:24 +0100, Jon Hunter a écrit :
On 18/09/16 15:13, Paul Kocial
This is the start of the stable review cycle for the 3.12.67 release.
There are 72 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 Nov 9 14:03:48 CET 2016.
Anything receiv
On Wednesday, November 2, 2016 4:45:09 PM CET Sean Young wrote:
> On Sat, Oct 29, 2016 at 11:04:32PM +0200, Arnd Bergmann wrote:
> > On Thursday, October 13, 2016 10:28:44 PM CEST Sean Young wrote:
> > > When receiving a nec repeat, ensure the correct scancode is repeated
> > > rather than a random
From: Furquan Shaikh
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7e75678d23167c2527e655658a8ef36a36c8b4d9 upstream.
persistent_ram_update uses vmap / iomap based on whether the buffer is in
memory region or reserved region. However, both
From: Manfred Spraul
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 5864a2fd3088db73d47942370d0f7210a807b9bc upstream.
Commit 6d07b68ce16a ("ipc/sem.c: optimize sem_lock()") introduced a
race:
sem_lock has a fast path that allows parallel s
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 70369f8e15b220f50a16348c79a61d3f7054813c upstream.
In the hardware data router case, introduced with kernel 3.2
commit 86a9668a8d29 ("[SCSI] zfcp: support for hardware data r
From: Oleg Nesterov
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 89f39af129382a40d7cd1f6914617282cfeee28e upstream.
Change thaw_super() to check frozen != SB_FREEZE_COMPLETE rather than
frozen == SB_UNFROZEN, otherwise it can race with fre
From: Al Viro
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7798bf2140ebcc36eafec6a4194fffd8d585d471 upstream.
On faulting sigreturn we do get SIGSEGV, all right, but anything
we'd put into pt_regs could end up in the coredump. And since
_
From: Ross Zwisler
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit cca32b7eeb4ea24fa6596650e06279ad9130af98 upstream.
Currently when doing a DAX hole punch with ext4 we fail to do a writeback.
This is because the logic around filemap_write_an
From: Jan Kara
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit a2ed0b391dd9c3ef1d64c7c3e370f4a5ffcd324a upstream.
When isofs_mount() is called to mount a device read-write, it returns
EACCES even before it checks that the device actually cont
In our i2s driver, we were previously trying to guess which oversample the
user wanted to use by looking at the rate and trying to max it.
However, the cards, and especially simple-card with its mclk-fs property
will already provide the expected oversample ratio by using the set_sysclk
callback.
From: Pravin B Shelar
3.12-stable review patch. If anyone has any objections, please let me know.
===
part of commit f6eec614d2252a99b861e288b6301599d2d58da4 upstream.
Add NETIF_F_GSO_ENCAP_ALL mask covering all encapsulation GSO flags.
[mk] only introduce the helper, do not pick
From: Ross Lagerwall
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7d414f396c91a3382e51cf628c1cf0709ad0188b upstream.
The kernel client requests 2 credits for many operations even though
they only use 1 credit (presumably to build up a buff
The GR8-EVB comes with a wm8978 codec connected to the SoC through an I2S
bus.
A few patches were needed for it to work with simple-card, those are the
very first patches.
The last one will add that card to the relevant device tree so that we can
use it.
Let me know what you think,
Maxime
Maxim
From: Jack Morgenstein
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 6e5224224faa50ec4c8949dcefadf895e565f0d1 upstream.
The VF administrative mac addresses (stored in the PF driver) are
initialized to zero when the PF driver starts up.
The
From: Alex Deucher
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 884031f0aacf57dad1575f96714efc80de9b19cc upstream.
Only needed on CIK+ due to the way pci reset is handled
by the GPU.
Signed-off-by: Alex Deucher
Signed-off-by: Jiri Slaby
From: Jesse Gross
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit a09a4c8dd1ec7f830e1fb9e59eb72bddc965d168 upstream.
If a packet is either locally encapsulated or processed through GRO
it is marked with the offloads that it requires. However,
From: Richard Weinberger
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 843741c5778398ea67055067f4cc65ae6c80ca0e upstream.
When the operation fails we also have to undo the changes
we made to ->xattr_names. Otherwise listxattr() will report
From: Alex Deucher
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 427920292b00474d978d632bc03a8e4e50029af3 upstream.
Used the wrong index to setup the phase shedding mask.
Signed-off-by: Alex Deucher
Signed-off-by: Jiri Slaby
---
drivers
From: Alex Deucher
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 02cfb5fccb0f9f968f0e208d89d9769aa16267bc upstream.
Ported from Rex's amdgpu change.
Signed-off-by: Alex Deucher
Signed-off-by: Jiri Slaby
---
drivers/gpu/drm/radeon/r600_d
We found that the system crashed due to 480MHz output clock of
USB2 PHY was unstable after clock had been enabled by gpu module.
Theoretically, 1 millisecond is a critical value for 480MHz
output clock stable time, so we try to change the delay time
to 1.2 millisecond to avoid this issue.
Signed-
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 3f2d26643595973e835e8356ea90c7c15cb1b0f1 upstream.
Commit f68381a70bb2 (mmc: block: fix packed command header endianness)
correctly fixed endianness handling of packed_cmd_hdr in
mmc_blk_packed_hd
From: Gerald Schaefer
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 2247bb335ab9c40058484cac36ea74ee652f3b7b upstream.
Patch series "mm/hugetlb: memory offline issues with hugepages", v4.
This addresses several issues with hugepages and me
From: Gabriel Fernandez
This patch introduces I2S clock for stm32f4 soc.
The I2S clock could be derived from an external clock or from pll-i2s
Signed-off-by: Gabriel Fernandez
---
drivers/clk/clk-stm32f4.c | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/drivers
From: Gabriel Fernandez
This patch adds post dividers of I2S & SAI PLLs.
These dividers are managed by a dedicated register (RCC_DCKCFGR).
The PLL should be off before a set rate.
This patch also introduces the lcd-tft clock.
Signed-off-by: Gabriel Fernandez
---
drivers/clk/clk-stm32f4.c | 27
From: Guenter Roeck
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 35d04077ad96ed33ceea2501f5a4f1eacda77218 upstream.
The definition of atomic_dec_if_positive() assumes that
atomic_sub_if_positive() exists, which is only the case if
metag sp
From: Gabriel Fernandez
This patch adds an external I2S clock in the DT.
The I2S clock could be derived from an external I2S clock or by I2S pll.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/stm32f429.dtsi | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/arc
The GR8-EVB comes with a wm8978 codec connected to the i2s bus.
Add a card in order to have it working
Signed-off-by: Maxime Ripard
---
arch/arm/boot/dts/ntc-gr8-evb.dts | 14 ++
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/ntc-gr8-evb.dts
b/arch
From: Gabriel Fernandez
This patch introduces SAI clocks for stm32f4 socs.
Signed-off-by: Gabriel Fernandez
---
drivers/clk/clk-stm32f4.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/drivers/clk/clk-stm32f4.c b/drivers/clk/clk-stm32f4.c
index b7cb359..c305659 100644
-
From: Steve French
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 9742805d6b1bfb45d7f267648c34fb5bcd347397 upstream.
In debugging smb3, it is useful to display the number
of credits available, so we can see when the server has not granted
su
From: Gabriel Fernandez
This patch introduces PLL_I2S and PLL_SAI.
Vco clock of these PLLs can be modify by DT (only n multiplicator,
m divider is still fixed by the boot-loader).
Each PLL has 3 dividers. PLL should be off when we modify the rate.
Signed-off-by: Gabriel Fernandez
---
drivers/c
From: Gabriel Fernandez
In the stm32f469 soc, the 48Mhz clock could be derived from pll-q or
from pll-sai-p.
The SDIO clock could be also derived from 48Mhz or from sys clock.
Signed-off-by: Gabriel Fernandez
---
drivers/clk/clk-stm32f4.c | 18 +-
1 file changed, 17 insertions
On Mon, 7 Nov 2016, Ville Syrjälä wrote:
> I didn't manage to find a lot of time to play around with this, but it
> definitely looks like the SMM trap is the problem here. I repeated my
> pm_trace experiemnts and when it gets stuck it is trying to execute the
> _WAK ACPI method which is where the S
Using simple-card with the wm8978 doesn't work because simple card calls
set_sysclk on the clock index 0, which is not the MCLK in the WM8978.
Adjust the clock definition so that the clock 0 is the MCLK.
Signed-off-by: Maxime Ripard
---
sound/soc/codecs/wm8978.h | 2 +-
1 file changed, 1 insert
From: Gabriel Fernandez
This patch-set adds:
- I2S & SAI PLLs
- SDIO & 48 Mhz clocks
- LCD-TFT clock
- I2S & SAI clocks
Gabriel Fernandez (6):
clk: stm32f4: Add PLL_I2S & PLL_SAI for STM32F429/469 boards
clk: stm32f4: SDIO & 48Mhz clock management for STM32F469 board
clk: stm32f4: Add
From: Steve French
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit c2afb8147e69819885493edf3a7c1ce03aaf2d4e upstream.
Signed-off-by: Steve French
Reported-by: David Goebel
Signed-off-by: Jiri Slaby
---
fs/cifs/smb2pdu.c | 5 +
fs/cifs
From: Mauro Carvalho Chehab
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 1871d718a9db649b70f0929d2778dc01bc49b286 upstream.
The cx231xx_set_agc_analog_digital_mux_select() callers
expect it to return 0 or an error. Returning a positive val
From: Dmitry Torokhov
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 62837b3c1a95535d1a287c9c8c6563bbd8d37033 upstream.
Another Lifebook machine that needs the same quirk as other similar
models to make the driver working.
Also let's reorde
From: Steve French
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 3afca265b5f53a0b15b79531c13858049505582d upstream.
Remove the global file_list_lock to simplify cifs/smb3 locking and
have spinlocks that more closely match the information th
From: Marcin Nowakowski
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 74f1077b5b783e7bf4fa3007cefdc8dbd6c07518 upstream.
Currently regs_return_value always negates reg[2] if it determines
the syscall has failed, but when called in kernel co
From: Steve French
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit fa70b87cc6641978b20e12cc5d517e9ffc0086d4 upstream.
GUIDs although random, and 16 bytes, need to be generated as
proper uuids.
[js] no create_durable_v2_buf in 3.12 yet
Signe
From: Mauro Carvalho Chehab
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 24b923f073ac37eb744f56a2c7f77107b8219ab2 upstream.
This device uses GPIOs: 28 to switch between analog and
digital modes: on digital mode, it should be set to 1.
The
From: Trond Myklebust
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 304020fe48c6c7fff8b5a38f382b54404f0f79d3 upstream.
If the file permissions change on the server, then we may not be able to
recover open state. If so, we need to ensure tha
On Mon, 2016-11-07 at 10:50 +0100, Martin Schwidefsky wrote:
> Heiko Carstens wrote:
> > On Sun, Nov 06, 2016 at 12:45:28PM +0900, Masahiro Yamada wrote:
> > >
> > > We generally expect headers in arch/$(ARCH)/include/asm directory
> > > are included from kernel sources, but facilities_src.h is
From: Andrew Bresticker
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit d771fdf94180de2bd811ac90cba75f0f346abf8d upstream.
The ramoops buffer may be mapped as either I/O memory or uncached
memory. On ARM64, this results in a device-type (str
From: Ming Lei
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit bcd8f2e94808fcddf6ef3af5f060a36820dcc432 upstream.
This patch fixes one use-after-free report[1] by KASAN.
In __scsi_scan_target(), when a type 31 device is probed,
SCSI_SCAN_TAR
From: "Paul E. McKenney"
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 536fa402221f09633e7c5801b327055ab716a363 upstream.
CPUs without single-byte and double-byte loads and stores place some
"interesting" requirements on concurrent code. F
From: Steve French
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 18dd8e1a65ddae2351d0f0d6dd4a334f441fc5fa upstream.
[CIFS] We had cases where we sent a SMB2/SMB3 setinfo request with all
timestamp (and DOS attribute) fields marked as 0 (ie
From: Matti Kurkela
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit f9a703a54d16ba2470391c4b12236ee56591d50c upstream.
Just like Fujitsu CELSIUS H730, the H760 also has an Elantech touchpad with
the same quirks. Without this patch, the touchp
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 94db3725f049ead24c96226df4a4fb375b880a77 upstream.
commit 2c55b750a884b86dea8b4cc5f15e1484cc47a25c
("[SCSI] zfcp: Redesign of the debug tracing for SAN records.")
started to
From: Max Staudt
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit d50b3f43db739f03fcf8c0a00664b3d2fed0496e upstream.
When using efifb with a 16-bit (5:6:5) visual, fbcon's text is rendered
in the wrong colors - e.g. text gray (#aa) is rend
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit aceeffbb59bb91404a0bda32a542d7ebf878433a upstream.
This was lost with commit 2c55b750a884b86dea8b4cc5f15e1484cc47a25c
("[SCSI] zfcp: Redesign of the debug tracing for SAN rec
From: Dan Carpenter
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit e7cb08e894a0b876443ef8fdb0706575dc00a5d2 upstream.
We accidentally overwrite the original saved value of "flags" so that we
can't re-enable IRQs at the end of the function.
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 0102a30a6ff60f4bb4c07358ca3b1f92254a6c25 upstream.
bring back
commit d21e9daa63e009ce5b87bbcaa6d11ce48e07bbbe
("[SCSI] zfcp: Dont use 0 to indicate invalid LUN in rec trace")
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 35f040df97fa0e94c7851c054ec71533c88b4b81 upstream.
While retaining the actual filtering according to trace level,
the following commits started to write such filtered records
When one called iommu_dma_init_domain() with size smaller than device's
DMA mask, the alloc_iova() will not respect it and always assume that all
IOVA addresses will be allocated from the the (base ... dev->dma_mask) range.
This patch fixes this issue by taking the configured address space size
pa
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7c964ffe586bc0c3d9febe9bf97a2e4b2866e5b7 upstream.
This information was lost with
commit a54ca0f62f953898b05549391ac2a8a4dad6482b
("[SCSI] zfcp: Redesign of the debug tracing
If we configure the da8xx OTG phy in OTG mode, neither device or host
mode will work. That is because the PHY is not able to detect and notify
the driver that value of ID pin changed.
To work despite this hardware limitation, the da8xx glue implement a
workaround.
But to work, the workaround requir
From: Mauro Carvalho Chehab
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 505a0ea706fc1db4381baa6c6bd2e596e730a55e upstream.
With the current settings, only one channel locks properly.
That's likely because, when this driver was written, Br
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit bd77befa5bcff8c51613de271913639edf85fbc2 upstream.
For an NPIV-enabled FCP device, zfcp can erroneously show
"NPort (fabric via point-to-point)" instead of "NPIV VPORT"
for t
The DA8xx OTG PHY has some issues when it is forced in host or
peripheral mode. Actually, most of the time, OTG is the best mode
because host or peripheral mode are only required for hardware that
miss some circuitry.
Init the PHY mode OTG mode by default.
Signed-off-by: Alexandre Bailon
---
dri
From: Laurent Dufour
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 05af40e885955065aee8bb7425058eb3e1adca08 upstream.
This commit fixes a stack corruption in the pseries specific code dealing
with the huge pages.
In __pSeries_lpar_hugepage
During the init, the driver will use musb_platform_set_mode()
to configure the controller mode and the PHY mode.
The PHY of DA8xx has some issues when the PHY is forced in host or device,
so we want to keep it in OTG mode unless the user request a specific mode
by using the sysfs.
Add the init argu
The first attempt to read a register may fail because the clock may not
be enabled, and then the probe of musb driver will fail.
Call clk_prepare_enable() before the first register read.
Signed-off-by: Alexandre Bailon
---
drivers/usb/musb/da8xx.c | 17 -
1 file changed, 8 insert
On Mon, Nov 07, 2016 at 08:53:37AM +0100, Linus Walleij wrote:
> On Wed, Nov 2, 2016 at 11:48 AM, Suresh Mangipudi
> wrote:
>
> > Add GPIO driver for T186 based platforms.
> > Adds support for MAIN and AON GPIO's from T186.
> >
> > Signed-off-by: Suresh Mangipudi
>
> Stephen/Thierry/Alexandre:
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 771bf03537ddfa4a4dde62ef9dfbc82e4f77ab20 upstream.
With commit 2c55b750a884b86dea8b4cc5f15e1484cc47a25c
("[SCSI] zfcp: Redesign of the debug tracing for SAN records.")
we los
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit d27a7cb91960cf1fdd11b10071e601828cbf4b1f upstream.
Since commit a54ca0f62f953898b05549391ac2a8a4dad6482b
("[SCSI] zfcp: Redesign of the debug tracing for HBA records.")
HBA r
From: Steffen Maier
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 4eeaa4f3f1d6c47b69f70e97a4df4743363e upstream.
On a successful end of reopen port forced,
zfcp_erp_strategy_followup_success() re-uses the port erp_action
and the subsequ
From: Mauro Carvalho Chehab
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit dafb65fb98d85d8e78405e82c83e81975e5d5480 upstream.
On this frontend, it takes a while to start output normal
TS data. That only happens on state S9. On S8, the TS out
From: Gavin Shan
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 5adaf8629b193f185ca5a1665b9e777a0579f518 upstream.
This fixes the warnings reported from sparse:
pci.c:312:33: warning: restricted __be64 degrades to integer
pci.c:313:33:
From: Paul Mackerras
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 1a34439e5a0b2235e43f96816dbb15ee1154f656 upstream.
Debugging a data corruption issue with virtio-net/vhost-net led to
the observation that __copy_tofrom_user was occasionall
From: Mike Galbraith
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 420902c9d086848a7548c83e0a49021514bd71b7 upstream.
If we hold the superblock lock while calling reiserfs_quota_on_mount(), we can
deadlock our own worker - mount blocks kwor
From: Anton Blanchard
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 5045ea37377ce8cca6890d32b127ad6770e6dce5 upstream.
__kernel_get_syscall_map() and __kernel_clock_getres() use cmpli to
check if the passed in pointer is non zero. cmpli map
Currently, the USB OTG of the da8xx doesn't work.
This series intend to fix them.
Change in v2:
* Fix the error path da8xx_musb_init()
Changes in v3:
* Remove the host workaround that was not working on every platform
* Add a property to the devicetree node of phy to force the phy in a specific
On Thu, Nov 03, 2016 at 03:50:17PM +0100, Sebastian Andrzej Siewior wrote:
> The threshold_cpu_callback callbacks looks like one of the notifier and
> its arguments are almost the same. Split this out and have one ONLINE
> and one DEAD callback. This will come handy later once the main code
> gets
From: Sebastian Andrzej Siewior
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit d5a9bf0b38d2ac85c9a693c7fb851f74fd2a2494 upstream.
I have here a FPGA behind PCIe which exports SRAM which I use for
pstore. Now it seems that the FPGA no longer
From: Bart Van Assche
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 3b785fbcf81c3533772c52b717f77293099498d3 upstream.
This avoids that new requests are queued while __dm_destroy() is in
progress.
[js] use md->queue instead of non-present
From: Joe Perches
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7f032d6ef6154868a2a5d5f6b2c3f8587292196c upstream.
The seq_printf return value, because it's frequently misused,
will eventually be converted to void.
See: commit 1f33c41c03da
From: Liu Gang
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit d71cf15b865bdd45925f7b094d169aaabd705145 upstream.
>From the beginning of the gpio-mpc8xxx.c, the "handle_level_irq"
has being used to handle GPIO interrupts in the PowerPC/Layers
From: Brian King
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 07d0e9a847401ffd2f09bd450d41644cd090e81d upstream.
If a VFC port gets unmapped in the VIOS, it may not respond with a CRQ
init complete following H_REG_CRQ. If this occurs, we c
From: Daniel Glöckner
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 0ed50abb2d8fc81570b53af25621dad560cd49b3 upstream.
CMD23 aka SET_BLOCK_COUNT was introduced with MMC v3.1.
Older versions of the specification allowed to terminate
multi-bl
From: Guilherme G Piccoli
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit edfc23ee3e0ebbb6713d7574ab1b00abff178f6c upstream.
Although rare, it's possible to hit PCI error early on device
probe, meaning possibly some structs are not entirely i
From: Jan Remmet
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 8f9165c981fed187bb483de84caf9adf835aefda upstream.
http://www.ti.com/lit/pdf/SWCZ010:
DCDC o/p voltage can go higher than programmed value
Impact:
VDDI, VDD2, and VIO output
On 2016-11-07 14:20:40 [+0100], Borislav Petkov wrote:
> Let's get rid of those pointers and pointer testing and export the
> create/remove functions directly.
This moves it 1:1 (well, more or less). Wouldn't you prefer doing it as
separate patch/change?
> How's that? It builds here.
CONFIG_X86_M
From: Liu ShuoX
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 017321cf390045dd4c4afc4a232995ea50bcf66d upstream.
In case new offset is equal to prz->buffer_size, it won't wrap at this
time and will return old(overflow) value next time.
Sig
From: Daeho Jeong
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 93e3b4e6631d2a74a8cf7429138096862ff9f452 upstream.
Now, ext4_do_update_inode() clears high 16-bit fields of uid/gid
of deleted and evicted inode to fix up interoperability with
On Wednesday, November 2, 2016 11:42:46 AM CET Anurup M wrote:
> From: Tan Xiaojun
>
> The Hisilicon Djtag is an independent component which connects
> with some other components in the SoC by Debug Bus. This driver
> can be configured to access the registers of connecting compo
From: Glauber Costa
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 3932a86b4b9d1f0b049d64d4591ce58ad18b44ec upstream.
While debugging timeouts happening in my application workload (ScyllaDB), I have
observed calls to open() taking a long tim
On Sun, Sep 18, 2016 at 04:13:11PM +0200, Paul Kocialkowski wrote:
> This enables the GPU node for tegra124 nyan boards, which is required to
> get graphics acceleration with nouveau on these devices.
>
> Signed-off-by: Paul Kocialkowski
> ---
> arch/arm/boot/dts/tegra124-nyan.dtsi | 8 +++-
3.12-stable review patch. If anyone has any objections, please let me know.
===
This reverts commit d42924ab1ec523c0671f5560d51750996be31d3a which is
1c109fabbd51863475cd12ac206bdd249aee35af upstream.
Signed-off-by: Jiri Slaby
Cc: Al Viro
Cc: Linus Torvalds
---
arch/x86/include/
From: Arnaldo Carvalho de Melo
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 432746f8e0b6a82ba832b771afe31abd51af6752 upstream.
When we call symbol__fixup_duplicate() we use algorithms to pick the
"best" symbols for cases where there are va
From: Ondrej Mosnáček
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 50d2e6dc1f83db0563c7d6603967bf9585ce934b upstream.
The cipher block size for GCM is 16 bytes, and thus the CTR transform
used in crypto_gcm_setkey() will also expect a 16-b
From: Dave Gerlach
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit ad8529fde9e3601180a839867a8ab041109aebb5 upstream.
Currently omap-rng checks the return value of pm_runtime_get_sync and
reports failure if anything is returned, however it sh
From: Pan Xinhui
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 11b7e154b132232535befe51c55db048069c8461 upstream.
When we merge two contiguous partitions whose signatures are marked
NVRAM_SIG_FREE, We need update prev's length and checksum,
From: Sebastian Frias
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit ee26c013cdee0b947e29d6cadfb9ff3341c69ff9 upstream.
Without this patch irq_domain_disassociate() cannot properly release the
interrupt. In fact, irq_map_generic_chip() check
From: Yonglong Wu
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 4e248000e0d3b406bd6612186835467f2f84486e upstream.
In USB20 specification, describes in chapter 9.4.5: The Remote Wakeup
field can be modified by the SetFeature() and ClearFeat
901 - 1000 of 1069 matches
Mail list logo