Am Donnerstag, 29. Januar 2015, 10:20:21 schrieb Andrey Danin:
> Remove i2c controller related code and use tegra i2c driver in slave mode.
the diff is hard to review. Maybe it would be better to first ifdef 0 the old
code (isr and init) while adding the new code, and then remove the old code in
From: Linus Torvalds
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit fee7e49d45149fba60156f5b59014f764d3e3728 upstream.
Jay Foad reports that the address sanitizer test (asan) sometimes gets
confused by a stack pointer that ends up being outs
On 29 January 2015 at 09:50, Steve Capper wrote:
> On 8 January 2015 at 18:48, Ard Biesheuvel wrote:
>> In order to support kexec, the kernel needs to be able to deal with the
>> state of the UEFI firmware after SetVirtualAddressMap() has been called.
>> To avoid having separate code paths for no
From: Arseny Solokha
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 56abcab833fafcfaeb2f5b25e0364c1dec45f53e upstream.
Commit 8dccddbc2368 ("OHCI: final fix for NVIDIA problems (I hope)")
introduced into 3.1.9 broke boot on e.g. Freescale P2
From: Dan Carpenter
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 2196937e12b1b4ba139806d132647e1651d655df upstream.
We could be reading 8 bytes into a 4 byte buffer here. It seems
harmless but adding a check is the right thing to do and i
From: Jarkko Nikula
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 48826ee590da03e9882922edf96d8d27bdfe9552 upstream.
Commit 5fe5b767dc6f ("ASoC: dapm: Do not pretend to support controls for non
mixer/mux widgets") revealed ill-defined contr
On Wed, Jan 28, 2015 at 09:31:49PM +, Timur Tabi wrote:
> On Fri, Jul 4, 2014 at 2:28 AM, AKASHI Takahiro
> wrote:
> > +#define __ARM_NR_COMPAT_BASE 0x0f
> > +#define __ARM_NR_compat_cacheflush (__ARM_NR_COMPAT_BASE+2)
> > +#define __ARM_NR_compat_set_tls(__AR
From: Felipe Balbi
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7ce67a38f799d1fb332f672b117efbadedaa5352 upstream.
The CPSW IP implements pulse-signaled interrupts. Due to
that we must write a correct, pre-defined value to the
CPDMA_MACEOI
From: Amit Virdi
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 39e60635a01520e8c8ed3946a28c2b98e6a46f79 upstream.
DWC3 gadget sets up a pool of 32 TRBs for each EP during initialization. This
means, the max TRBs that can be submitted for an
From: Johan Hovold
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 32a4bf2e81ec378e5925d4e069e0677a6c86a6ad upstream.
Use tty kref to release the fake tty in usb_console_setup to avoid use
after free if the underlying serial driver has acquir
From: Felix Fietkau
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 9e4982f6a51a2442f1bb588fee42521b44b4531c upstream.
Like with ath9k, ath5k queues also need to be ordered by priority.
queue_info->tqi_subtype already contains the correct ind
From: Krzysztof Kozlowski
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 2836766a9d0bd02c66073f8dd44796e6cc23848d upstream.
Sleep in atomic context happened on Trats2 board after inserting or
removing SD card because mmc_gpio_get_cd() was ca
Bryan, a minor fix on the config below...
>diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index
>61bd2ad..fcf5701 100644
>--- a/arch/x86/Kconfig.debug
>+++ b/arch/x86/Kconfig.debug
>@@ -313,6 +313,18 @@ config DEBUG_NMI_SELFTEST
>
> If unsure, say N.
>
>+config DEBUG_IMR_SEL
From: David Peterson
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 1ae78a4870989a354028cb17dabf819b595e70e3 upstream.
Added virtual com port VID/PID entries for CEL USB sticks and MeshWorks
devices.
Signed-off-by: David Peterson
Signed-of
From: Hans Holmberg
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7b8792bbdffdff3abda704f89c6a45ea97afdc62 upstream.
of_get_named_gpiod_flags fails with -EPROBE_DEFER in cases
where the gpio chip is available and the GPIO translation fails.
From: Jens Axboe
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 5fabcb4c33fe11c7e3afdf805fde26c1a54d0953 upstream.
We can get here from blkdev_ioctl() -> blkpg_ioctl() -> add_partition()
with a user passed in partno value. If we pass in 0x7f
> -Original Message-
> From: David Woodhouse [mailto:dw...@infradead.org]
> Sent: Wednesday, January 28, 2015 11:38 PM
> To: Wu, Feng
> Cc: t...@linutronix.de; mi...@redhat.com; h...@zytor.com; x...@kernel.org;
> g...@kernel.org; pbonz...@redhat.com; j...@8bytes.org;
> alex.william...@red
From: Christian Riesch
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 8bfbe2de769afda051c56aba5450391670e769fc upstream.
Commit 19e2ad6a09f0c06dbca19c98e5f4584269d913dd ("n_tty: Remove overflow
tests from receive_buf() path") moved the incre
Am Donnerstag, 29. Januar 2015, 10:20:22 schrieb Andrey Danin:
> NVEC driver was reimplemented to use tegra i2c. Use common i2c bindings
> for NVEC node.
>
> Signed-off-by: Andrey Danin
> ---
> .../devicetree/bindings/nvec/nvidia,nvec.txt | 19 ++-
> arch/arm/boot/dts/tegra2
On Wednesday 28 January 2015 18:00:25 Darrick J. Wong wrote:
> Create a new ioctl to expose the block layer's newfound ability to
> issue either a zeroing discard, a WRITE SAME with a zero page, or a
> regular write with the zero page. This BLKZEROOUT2 ioctl takes
> {start, length, flags} as param
When printf is given the format specifier %pE, it needs a way of
obtaining the total output size that would be generated if the buffer
was large enough, and string_escape_mem doesn't easily provide
that. This is a refactorization of string_escape_mem in preparation of
changing its external API to p
Both %pE and %ph are unusable in kasprintf(), since the occurrence of
either will trigger an oops during the first vsnprintf call where
kasprintf tries to find the correct size to allocate. These oopses
could be papered over with somewhat smaller patches than these, but
then the return value from v
On Thu, Jan 29, 2015 at 10:37:34AM +0800, Peter Hung wrote:
> Hello.
>
> 1. For retry Issue:
>
> These patches is referenced from our other usb serial product. That
> product maybe not ack the control ep command when It's in very heavily
> loading. Our workaround is to modify driver to retry mo
The current semantics of string_escape_mem are inadequate for one of
its two current users, vsnprintf(). If that is to honour its contract,
it must know how much space would be needed for the entire escaped
buffer, and string_escape_mem provides no way of obtaining that (short
of allocating a large
From: Mugunthan V N
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 25906052d953d3fbdb7e19480b9de5e6bb949f3f upstream.
Since ALE table is a common resource for both the interfaces in Dual EMAC
mode and while bringing up the second interface i
The helper hex_string() is broken in two ways. First, it doesn't
increment buf regardless of whether there is room to print, so callers
such as kasprintf() that try to probe the correct storage to allocate
will get a too small return value. But even worse, kasprintf() (and
likely anyone else trying
From: Nicholas Bellinger
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 6bf6ca7515c1df06f5c03737537f5e0eb191e29e upstream.
This patch changes iscsit_do_tx_data() to fail on short writes
when kernel_sendmsg() returns a value different than re
From: Chris Wilson
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 148b83d0815a3778c8949e6a97cb798cbaa0efb3 upstream.
In the gen7 pipe control there is an extra bit to flush the media
caches, so let's set it during cache invalidation flushes.
On Wed, Jan 28, 2015 at 7:57 PM, Dexuan Cui wrote:
-Original Message-
From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
Sent: Tuesday, January 20, 2015 23:45 PM
To: KY Srinivasan; de...@linuxdriverproject.org
Cc: Haiyang Zhang; linux-kernel@vger.kernel.org; Dexuan Cui; Jason
Wa
On Thu, Jan 29, 2015 at 9:44 AM, Ingo Molnar wrote:
> * Bryan O'Donoghue wrote:
[]
> In any case, I don't see any major problems with this code, so if
> it's fixed it could go into v3.20.
Brian, it would be really nice to have it in 3.20 since we have
several drivers already in upstream or be
From: Daniel Vetter
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 0b6d24c01932db99fc95304235e751e7f7625c41 upstream.
Apparently stuff works that way on those machines.
I agree with Chris' concern that this is a bit risky but imo worth a
sh
From: Takashi Iwai
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit c507de88f6a336bd7296c9ec0073b2d4af8b4f5e upstream.
stac_store_hints() does utterly wrong for masking the values for
gpio_dir and gpio_data, likely due to copy&paste errors. F
From: Govindarajulu Varadarajan <_gov...@gmx.com>
3.12-stable review patch. If anyone has any objections, please let me know.
===
[ Upstream commit 17e96834fd35997ca7cdfbf15413bcd5a36ad448 ]
Hardware always provides compliment of IP pseudo checksum. Stack expects
whole packet check
On Wed, Jan 28, 2015 at 8:51 PM, Dexuan Cui wrote:
-Original Message-
From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
Sent: Wednesday, January 28, 2015 20:09 PM
To: Dexuan Cui
Cc: KY Srinivasan; de...@linuxdriverproject.org; Haiyang Zhang;
linux-
ker...@vger.kernel.org; Jas
On Wed, Jan 28, 2015 at 9:09 PM, Vitaly Kuznetsov
wrote:
Dexuan Cui writes:
-Original Message-
From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
Sent: Wednesday, January 28, 2015 20:09 PM
To: Dexuan Cui
Cc: KY Srinivasan; de...@linuxdriverproject.org; Haiyang Zhang;
linux-
Hello.
On 1/29/2015 9:38 AM, Wenyou Yang wrote:
To decrease the suspend time, move the copying the sram function
to the sram initialization phase, instead of every time go to suspend.
In the meanwhile, if there is no sram allocated for PM, the PM is not supported.
Signed-off-by: Wenyou Ya
Fixed commit added from64to32 under _#ifndef do_csum_ but used it
under _#ifndef csum_tcpudp_nofold_, breaking some builds (Fengguang's
robot reported TILEGX's). Move from64to32 under the latter.
Fixes: 150ae0e94634 ("lib/checksum.c: fix carry in csum_tcpudp_nofold")
Reported-by: kbuild test robot
From: stephen hemminger
3.12-stable review patch. If anyone has any objections, please let me know.
===
[ Upstream commit 6d08acd2d32e3e877579315dc3202d7a5f336d98 ]
Resolve conflicts between glibc definition of IPV6 socket options
and those defined in Linux headers. Looks like ear
From: "Ahmed S. Darwish"
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 889b77f7fd2bcc922493d73a4c51d8a851505815 upstream.
Flooding the Kvaser CAN to USB dongle with multiple reads and
writes in very high frequency (*), closing the CAN chann
On 29/01/15 10:08, Andy Shevchenko wrote:
On Thu, Jan 29, 2015 at 9:44 AM, Ingo Molnar wrote:
* Bryan O'Donoghue wrote:
[]
In any case, I don't see any major problems with this code, so if
it's fixed it could go into v3.20.
Brian, it would be really nice to have it in 3.20 since we have
From: Thomas Petazzoni
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit e55355453600a33bb5ca4f71f2d7214875f3b061 upstream.
Enabling the hardware I/O coherency on Armada 370, Armada 375, Armada
38x and Armada XP requires a certain number of con
From: Prashant Sreedharan
3.12-stable review patch. If anyone has any objections, please let me know.
===
[ Upstream commit 05b0aa579397b734f127af58e401a30784a1e315 ]
During driver load in tg3_init_one, if the driver detects DMA activity before
intializing the chip tg3_halt is cal
From: Jay Vosburgh
3.12-stable review patch. If anyone has any objections, please let me know.
===
[ Upstream commit 2c26d34bbcc0b3f30385d5587aa232289e2eed8e ]
When using VXLAN tunnels and a sky2 device, I have experienced
checksum failures of the following type:
[ 4297.761899] e
From: "Ahmed S. Darwish"
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 5e7e6e0c9b47a45576c38b4a72d67927a5e049f7 upstream.
Recent Leaf firmware versions (>= 3.1.557) do not allow to send
commands for non-existing channels. If a command is s
From: Srihari Vijayaraghavan
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 148e9a711e034e06310a8c36b64957934ebe30f2 upstream.
On some laptops, keyboard needs to be reset in order to successfully detect
touchpad (e.g., some Gigabyte laptop m
If CONFIG_DEBUG_INFO is set, builddeb creates separate package with
debug information. To do that, debug information from all of the modules
is placed into separate file and is stripped from loadable modules by objcopy.
If CONFIG_MODULE_SIG_ALL was set, then after stripping all modules'
signatures
From: Jiri Olsa
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit af91568e762d04931dcbdd6bef4655433d8b9418 upstream.
The uncore_collect_events functions assumes that event group
might contain only uncore events which is wrong, because it
might
From: Amit Virdi
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit ec512fb8e5611fed1df2895f90317ce6797d6b32 upstream.
When scatter gather (SG) is used, multiple TRBs are prepared from one DWC3
request (dwc3_request). So while preparing TRBs, th
From: Peter Rosin
Signed-off-by: Peter Rosin
---
sound/soc/atmel/atmel_ssc_dai.c | 48 +++
1 file changed, 48 insertions(+)
diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index 3cd70597d109..f55f3aab8bdd 100644
--- a/sound/s
From: Dmitry Torokhov
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 9333caeaeae4f831054e0e127a6ed3948b604d3e upstream.
When KBC is in active multiplexing mode the touchpad on this laptop does
not work.
Reported-by: Bilal Koc
Signed-off-by
On Wed, Jan 28, 2015 at 09:35:01AM +, Pavel Machek wrote:
> Nokia N900 contains bluetooth module connected on serial
> port. Unfortunately, serial and bluetooth are rather closely coupled,
> so standard serial driver can not be used, and we really don't want
> /dev/ttyS1 to be published for int
From: Dmitry Voytik
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit d2a10a1727b3948019128e83162f22c65859f1fd upstream.
Drop unnecessary semicolon after closing curly bracket.
Signed-off-by: Dmitry Voytik
Signed-off-by: Shawn Guo
Signed-off
From: Takashi Iwai
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 2228d80dd05a4fc5a410fde847677b8fb3eb23d7 upstream.
We've got a bug report at disconnecting a Webcam, where the kernel
spews warnings like below:
WARNING: CPU: 0 PID: 8385 at
From: Kent Overstreet
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit bcf090e0040e30f8409e6a535a01e6473afb096f upstream.
this was very wrong - mempool_alloc() only guarantees success with GFP_WAIT.
bcache uses GFP_NOWAIT in various other plac
From: Johannes Berg
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7b990789a4c3420fa57596b368733158e432d444 upstream.
The change from \d+ to .+ inside __aligned() means that the following
structure:
struct test {
u8 a __aligned(2)
From: Johan Hovold
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 121b6a79955a3a3fd7bbb9b8cb88d5b9dad6283d upstream.
The gpio-chip device attributes were never destroyed when the device was
removed.
Fix by using device_create_with_groups()
From: Trond Myklebust
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 06bed7d18c2c07b3e3eeadf4bd357f6e806618cc upstream.
This commit fixes a race whereby nlmclnt_init() first starts the lockd
daemon, and then calls nlm_bind_host() with the ex
From: Nicholas Bellinger
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 46243860806bdc2756f3ce8ac86b4d7c616bcd6c upstream.
While looking at hch's recent conversion to drop the MSG_*_TAG
definitions, I noticed a long standing bug in vhost-scs
From: Johan Hovold
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 0915e6feb38de8d3601819992a5bd050201a56fa upstream.
The gpio device attributes were never destroyed when the gpio was
unexported (or on export failures).
Use device_create_wit
From: Jiri Olsa
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 9fc81d87420d0d3fd62d5e5529972c0ad9eab9cc upstream.
We allow PMU driver to change the cpu on which the event
should be installed to. This happened in patch:
e2d37cd213dc ("perf
From: Richard Weinberger
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit f911d731054ab3d82ee72a16b889e17ca3a2332a upstream.
futex_atomic_cmpxchg_inatomic() does not work on UML because
it triggers a copy_from_user() in kernel context.
On UML
From: Jim Lin
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit db93facfb0ef542aa5d8079e47580b3e669a4d82 upstream.
This patch is to fix two deadlock cases.
Deadlock 1:
CPU #1
pinctrl_register-> pinctrl_get ->
create_pinctrl
(Holding lock pin
From: Mathias Krause
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 3e14dcf7cb80b34a1f38b55bc96f02d23fdf upstream.
Commit 5d26a105b5a7 ("crypto: prefix module autoloading with "crypto-"")
changed the automatic module loading when request
From: Thomas Graf
3.12-stable review patch. If anyone has any objections, please let me know.
===
[ Upstream commit a18e6a186f53af06937a2c268c72443336f4ab56 ]
Each mmap Netlink frame contains a status field which indicates
whether the frame is unused, reserved, contains data or ne
From: Andy Lutomirski
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7ddc6a2199f1da405a2fb68c40db8899b1a8cd87 upstream.
These functions can be executed on the int3 stack, so kprobes
are dangerous. Tracing is probably a bad idea, too.
Fixes:
From: Chris Wilson
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 226e5ae9e5f9108beb0bde4ac69f68fe6210fed9 upstream.
If CONFIG_DEBUG_MUTEXES is set, the mutex->owner field is only cleared
if the mutex debugging is enabled which introduces a
Hello.
On 1/29/2015 5:01 AM, Peter Hung wrote:
Hello.
Please don't top-post.
I had using "scripts/checkpatch.pl -f" to scan original f81232.c.
It reported with "quoted string split across lines", so I merge these
2 strings into 1 in patch 1/5.
Seems like another unrelated change...
On Thu, 29 Jan 2015, Dan Carpenter wrote:
> On Thu, Jan 29, 2015 at 10:38:39AM +0100, Nicholas Mc Guire wrote:
> > On Mon, 26 Jan 2015, Tomi Valkeinen wrote:
> >
> > > Hi,
> > >
> > > On 25/01/15 16:47, Nicholas Mc Guire wrote:
> > > > Signed-off-by: Nicholas Mc Guire
> > > > ---
> > > >
> > >
On 28 January 2015 at 17:45, Rhyland Klein wrote:
> From: Pavan Kunapuli
>
> If there is a gap between xfer mode and command register writes,
> tegra SDMMC controller can sometimes issue a spurious command before
> the CMD register is written. To avoid this, these two registers need
> to be writt
From: Geert Uytterhoeven
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit b0ddb319db3d7a1943445f0de0a45c07a7f3457a upstream.
The sh73a0 INTC can't mask interrupts properly most likely due to a
hardware bug. Set the .control_parent flag to dele
On Wed, Jan 28, 2015 at 9:17 PM, Arnd Bergmann wrote:
> This driver can only be built when VIDEO_V4L2_SUBDEV_API
> and VIDEO_DAVINCI_VPBE_DISPLAY are also provided by the
> kernel.
>
> drivers/staging/media/davinci_vpfe/dm365_isif.c: In function
> '__isif_get_format':
> drivers/staging/media/davi
On 28 January 2015 at 12:54, Jisheng Zhang wrote:
> Current code checks "clk_delay_cycles > 0" to know whether the optional
> "mrvl,clk_delay_cycles" is set or not. But of_property_read_u32() doesn't
> touch clk_delay_cycles if the property is not set. And type of
> clk_delay_cycles is u32, so we
From: Joe Thornber
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit a59db67656021fa212e9b95a583f13c34eb67cd9 upstream.
Introduce a new variable to count the number of allocated migration
structures. The existing variable cache->nr_migrations
On Mon, Jan 26, 2015 at 7:27 AM, Nicholas Mc Guire wrote:
> As the if and else branch body are identical the condition has no effect and
> can be dropped.
>
> Signed-off-by: Nicholas Mc Guire
Acked-by: Lad, Prabhakar
Regards,
--Prabhakar Lad
> ---
>
> As the if and the else branch of the inne
From: Joe Thornber
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 9b1cc9f251affdd27f29fe46d0989ba76c33faf6 upstream.
If a DM table is reloaded with an inactive table when the device is not
suspended (normal procedure for LVM2), then there wi
On 29 January 2015 at 10:42, Jisheng Zhang wrote:
> I observed the Host Control2 register isn't correctly restored
> after runtime resuming on BG2Q. For example, the register reads
> as 0x800c before runtime suspend, but it's set as 0x8004 after runtime
> resuming. This could results in a non work
On Wed, Jan 28, 2015 at 05:56:31PM +, Rob Herring wrote:
> The same 24MHz counter is also present on Versatile AB and PB boards, so
> add the compatible string for them.
>
> Signed-off-by: Rob Herring
> Cc: Liviu Dudau
> Cc: Sudeep Holla
> Cc: Lorenzo Pieralisi
> Cc: Daniel Lezcano
> Cc:
From: Sagi Grimberg
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit ca6c1d82d12d8013fb75ce015900d62b9754623c upstream.
The np listener cm_id will also get ADDR_CHANGE event
upcall (in case it is bound to a specific IP). Handle
it correctly by
From: Sagi Grimberg
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 954f23722b5753305be490330cf2680b7a25f4a3 upstream.
Since commit 0fc4ea701fcf ("Target/iser: Don't put isert_conn inside
disconnected handler") we put the conn kref in isert_w
From: David Jeffery
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit ce7514526742c0898b837d4395f515b79dfb5a12 upstream.
It is possible for ata_sff_flush_pio_task() to set ap->hsm_task_state to
HSM_ST_IDLE in between the time __ata_sff_port_int
From: Ryusuke Konishi
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 705304a863cc41585508c0f476f6d3ec28cf7e00 upstream.
Same story as in commit 41080b5a2401 ("nfsd race fixes: ext2") (similar
ext2 fix) except that nilfs2 needs to use insert_
From: Sagi Grimberg
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 128e9cc84566a84146baea2335b3824288eed817 upstream.
ISER_CONN_UP state is not sufficient to know if
we should wait for completion of flush errors and
disconnected_handler even
From: Sagi Grimberg
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit b02efbfc9a051b41e71fe8f94ddf967260e024a6 upstream.
In situations such as bond failover, The new session establishment
implicitly invokes the termination of the old connection
The return type of wait_for_completion_timeout is unsigned long not
int. This patch fixes up the declarations only.
Signed-off-by: Nicholas Mc Guire
---
v2: fixed subject line
v3: fixed patch description as recommended by Dan Carpenter
Patch was compile tested only for x86_64_defconfig + C
From: Toshiaki Makita
3.12-stable review patch. If anyone has any objections, please let me know.
===
[ Upstream commit 796f2da81bead71ffc91ef70912cd8d1827bf756 ]
When vlan tags are stacked, it is very likely that the outer tag is stored
in skb->vlan_tci and skb->protocol shows th
From: Tobias Jakobi
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 8c38d28ba8da98f7102c31d35359b4dbe9d1f329 upstream.
EXYNOS4_MCT_L_MASK is defined as 0xff00, so applying this bitmask
produces a number outside the range 0x00 to 0xff, whi
From: Sagi Grimberg
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 19e2090fb246ca21b3e569ead51a6a7a1748eadd upstream.
Take isert_conn pointer from cm_id->qp->qp_context. This
will allow us to know that the cm_id context is always
the network
From: Sagi Grimberg
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 2371e5da8cfe91443339b5dec6254fdd6dfc upstream.
There is no point in accepting a new CM request only
when we are completely done with the last iscsi login.
Instead we acce
Older at91 SoCs need a virtual irq demuxer to gracefully support the
fact that irq1 is shared by several devices and a timer.
Signed-off-by: Boris Brezillon
Acked-by: Nicolas Ferre
---
arch/arm/mach-at91/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-at91/Kconfig b/
Some interrupt controllers are multiplexing several peripheral IRQs on
a single interrupt line.
While this is not a problem for most IRQs (as long as all peripherals
request the interrupt with IRQF_SHARED flag set), multiplexing timers and
other type of peripherals will generate a WARNING (mixing I
Add documentation for the virtual irq demuxer.
Signed-off-by: Boris Brezillon
Acked-by: Nicolas Ferre
---
.../bindings/interrupt-controller/dumb-demux.txt | 41 ++
1 file changed, 41 insertions(+)
create mode 100644
Documentation/devicetree/bindings/interrupt-controller/
Currently there is no way to keep a chained handler disabled when
registering it.
This might be annoying for irq demuxer that want to keep the source irq
disabled until at least one of their child irq is requested.
Replace the is_chained argument of __irq_set_handler by an enum, thus
adding a new
On 29/01/15 11:38, Nicholas Mc Guire wrote:
> On Mon, 26 Jan 2015, Tomi Valkeinen wrote:
>
>> Hi,
>>
>> On 25/01/15 16:47, Nicholas Mc Guire wrote:
>>> Signed-off-by: Nicholas Mc Guire
>>> ---
>>>
>>> v2: fixed subject line
>>>
>>> The return type of wait_for_completion_timeout is unsigned long n
IRQ1 is multiplexing several peripheral IRQs, but there's no way to
properly demultiplex those IRQs.
Use a virtual irq demux chip to achieve this demultiplexing operation.
Signed-off-by: Boris Brezillon
---
arch/arm/boot/dts/at91rm9200.dtsi | 20 +---
arch/arm/boot/dts/at91sam92
Commit cab303be91dc47942bc25de33dc1140123540800 [1] introduced a WARN_ON
test which triggers a WARNING backtrace on at91 platforms.
While this WARN_ON is absolutely necessary to warn users that they should
not mix request with and without IRQF_NO_SUSPEND flags on shared IRQs,
there is no easy way t
From: Sasha Levin
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 5e5aeb4367b450a28f447f6d5ab57d8f2ab16a5f upstream.
Verify that the frequency value from userspace is valid and makes sense.
Unverified values can cause overflows later on.
Cc
From: Michal Hocko
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 45f87de57f8fad59302fd263dd81ffa4843b5b24 upstream.
Commit 2457aec63745 ("mm: non-atomically mark page accessed during page
cache allocation where possible") has added a separa
From: Fabio Estevam
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7ecd0bde5bfea524a843ad8fa8cb66ccbce68779 upstream.
Currently PWM functionality is broken on mx25 due to the wrong assignment of the
PWM "per" clock.
According to Documentati
From: Jussi Kivilinna
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 7d444909a25ed4a9dbc546bf9528c8d2e3bf3752 upstream.
Commit a710f761f (crypto: sha256_ssse3 - add sha224 support) attempted to add
MODULE_ALIAS for SHA-224, but it ended up b
From: Thomas Graf
3.12-stable review patch. If anyone has any objections, please let me know.
===
[ Upstream commit b8fb4e0648a2ab3734140342002f68fb0c7d1602 ]
skb_scrub_packet() is called when a packet switches between a context
such as between underlay and overlay, between namesp
201 - 300 of 1096 matches
Mail list logo