The debounce time unit for gpio_chip.set_debounce is us but
mtk_gpio_set_debounce regard it as ms.
Fix this by correct debounce time array dbnc_arr so it can find correct
debounce setting. Debounce time for first debounce setting is 500us,
correct this as well.
While I'm at it, also change the deb
Hi!
> > > The two LEDs this GPIO controls are hardwired to sys_clkreq and
> > > sys_off_mode pins that are the control signals between the SoC
> > > and PMIC.
> >
> > No, not on N900. On N900, these LEDs are normally used for keyboard
> > backlight.
>
> Oh I see. I've totally forgotten that as I
Hi Noam,
[auto build test WARNING on tip/irq/core]
[also build test WARNING on v4.6-rc1 next-20160401]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Noam-Camus/Adding-NPS400-drivers/20160402
On Tue, 29 Mar 2016, Peter Zijlstra wrote:
In any case; the below (completely irrelevant patch for you) is
something I would propose. It gives hb_waiter_dec() RELEASE like
semantics and ensures it cannot creep into the lock sections its
typically behind. Although strictly speaking I think it bei
On Wed, Mar 30, 2016 at 8:47 PM, Tejun Heo wrote:
> Hello,
>
> On Mon, Mar 28, 2016 at 09:45:53PM +0200, Miklos Szeredi wrote:
>> >> commit 947e9762a8ddefda38aa21e249e6a4fec215cd12
>> >> Author: Tejun Heo
>> >> Date: Fri May 22 18:23:32 2015 -0400
>> >>
>> >> writeback: update wb_over_bg_th
On Thu, Mar 31, 2016 at 5:42 PM, Peter Zijlstra wrote:
> On Wed, Mar 30, 2016 at 05:59:54PM +0800, Boqun Feng wrote:
>> So we should use macro like current_hardirq_context() here? Or
>> considering the two helpers introduced in my RFC:
>>
>> http://lkml.kernel.org/g/1455602265-16490-2-git-send-ema
>
> * Lianwei Wang wrote:
>
>> The wake_up_all_idle_cpus API always wake up all the online
>> cpus, but sometimes we only want to wake up a set of cpus.
>> Use a generic function to wake up a group of cpus that is
>> specified by the cpumask parameter. This generic API can
>> benefit to the cases
The NAND flash memory populated on Colibri VF61 allows faster NAND
timings than the flash memory on VF50. Additionally, due to divider
limitations, VF61 did clock the flash even slower than VF50. Assign
the NFC clock in the module specific device trees vf500-colibri.dtsi
and vf610-colibri.dtsi resp
On Thu, Mar 31, 2016 at 4:30 PM, Doug Smythies wrote:
> On 2016.03.31 01:11 Sedat Dilek wrote:
>> On Thu, Mar 31, 2016 at 12:50 AM, Doug Smythies wrote:
>>> On 2106.03.30 15:19 Srinivas Pandruvada wrote:
>
> Please see attached files.
>
Thanks. Your logs make sense. You have conf
Add missing reg properties to AIPS bus and Cortex-A5's PMU unit.
This change avoids the following warnings:
Warning (unit_address_vs_reg): Node /soc/aips-bus@4000 has a unit
name, but no reg property
Warning (unit_address_vs_reg): Node /soc/aips-bus@4008 has a unit
name, but no reg prop
The Vybrid based Colibri modules provide a on-module PHY which is
connected to the second FEC instance FEC1. Since the on-module
Ethernet port is considered as primary ethernet interface, alias
fec1 as ethernet0. This also makes sure that the first MAC address
provided by the boot loader gets assig
Add address to unit name to remove the following warning:
Warning (unit_address_vs_reg): Node /nv-interrupt-controller has a
reg or ranges property, but no unit name
Signed-off-by: Stefan Agner
---
Hi Arnd,
Not sure through which tree this should go but an earlier patch
seemd to be applied dir
Hi,
I was looking through tip Git tree...
Why didn't you use...
+ IS_ENABLED(CONFIG_DEBUG_PAGEALLOC) ? " DEBUG_PAGEALLOC" : "",
...instead of...
+ debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "",
...for consistency reasons?
Regards,
- Sedat -
[1]
http://git.kernel.org/cgit/linux/kernel
On Sat, 02 Apr 2016 00:28:31 +0200,
Luis R. Rodriguez wrote:
>
> On Fri, Apr 01, 2016 at 07:34:10AM +0200, Takashi Iwai wrote:
> > On Fri, 01 Apr 2016 00:26:18 +0200,
> > Luis R. Rodriguez wrote:
> > >
> > > On Wed, Mar 30, 2016 at 08:07:04AM +0200, Takashi Iwai wrote:
> > > > On Tue, 29 Mar 2016
Thanks for the comments.
Re: is this a useful semantic?
Yes, average MHz over an interval is significantly more useful than
a snapshot of the recent instantaneous frequency.
It is possible to convert the former into the later,
but it is not possible to reliably and efficiently convert the later
i
2016-03-29 11:33 GMT+09:00 Masahiro Yamada :
> Commit 271707b1d817 ("mtd: nand: denali: max_banks calculation
> changed in revision 5.1") supported the new encoding of the "n_banks"
> bits of the "features" register, but there is an unfortunate case
> not covered by that commit.
>
> Panasonic (its
Hi Boris,
2016-03-29 16:53 GMT+09:00 Boris Brezillon :
> Hi,
>
> I'm answering to this one, but I already saw your v2.
>
> On Sat, 26 Mar 2016 13:27:50 +0900
> Masahiro Yamada wrote:
>
>> 2016-03-25 23:45 GMT+09:00 Boris Brezillon
>> :
>> > On Thu, 24 Mar 2016 21:24:37 +0900
>> > Masahiro Yamad
We should be testing for -ENOMEM but the minus sign is missing.
Fixes: c9af28fdd449 ('ext4 crypto: don't let data integrity writebacks fail
with ENOMEM')
Signed-off-by: Dan Carpenter
diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c
index 51b3492..b39d9c7 100644
--- a/fs/ext4/page-io.c
+++ b/f
On Fri, 01 Apr 2016, Michal Hocko wrote:
From: Michal Hocko
Introduce a generic implementation necessary for down_write_killable.
This is a trivial extension of the already existing down_write call
which can be interrupted by SIGKILL. This patch doesn't provide
down_write_killable yet because
Hi Emese,
Sorry for my late reply.
> Thanks for the patch. I tested it and there is a problem when I run a
> parallel make.
> The plugins are compiled later than needed (e.g., scripts/mod/empty.o). There
> is a lot of important
> code under scripts/mod which may need the plugins.
Ah, I missed
Hi,
On Thu, Mar 31, 2016 at 10:42:31AM +0800, YH Huang wrote:
> On Wed, 2016-03-30 at 17:09 +0200, Sebastian Reichel wrote:
> > Hi,
> >
> > On Wed, Mar 30, 2016 at 04:58:30PM +0800, YH Huang wrote:
> > > If I revise the description in this way(using your clear explanation):
> > >
On Thu, Mar 31, 2016 at 09:37:56AM +0300, Jarkko Sakkinen wrote:
> On Wed, Mar 30, 2016 at 11:46:23PM -0600, Jason Gunthorpe wrote:
> > On Wed, Mar 30, 2016 at 04:20:45PM +0300, Jarkko Sakkinen wrote:
> >
> > > - rc = be32_to_cpu(cmd.header.out.return_code);
> > > if (rc == TPM
On Fri, 2016-04-01 at 23:11 +0200, Sebastian Andrzej Siewior wrote:
> * Mike Galbraith | 2016-03-31 08:31:43 [+0200]:
>
> > 3. nuke irksome grab_lock: make everybody always try to get the hell
> > outta Dodge or hotplug can bloody well wait.
> >
> > I haven't yet flogged my 64 core box doing that
When performing direct I/O, the current ext4 code does
not pass in the DIO_SKIP_DIO_COUNT flag to dax_do_io() or
__blockdev_direct_IO() when inode_dio_begin() has, in fact, been
called. This causes dax_do_io()/__blockdev_direct_IO() to invoke
inode_dio_begin()/inode_dio_end() internally. This doub
This patchset aims to improve parallel I/O performance of the ext4
filesystem on fast storage devices like NVDIMM.
Patch 1 eliminates duplicated inode_dio_begin()/inode_dio_end() calls.
Patch 2 provides a set of simple percpu statistics count helper functions.
Patch 3 converts some ext4 statisti
This patch introduces a set of simple per-cpu statictics count helper
functions that can be used by other kernel subsystems for keeping
track of the number of events that happens. It is per-cpu based to
reduce overhead and improve accuracy of the counter. Using per-cpu
counter is usually overkill f
This patch changes the es_stats_cache_hits and es_stats_cache_misses
statistics counts to per-cpu variables to reduce cacheline contention
issues whem multiple threads are trying to update those counts
simultaneously. It uses the new per-cpu stats APIs provided by the
percpu_stats.h header file.
W
Hi,
Sorry for digging up an old patch, but... ;-)
dev_disable_lro() is a leftover from ancient times. If you read commit
27660515a,
there is a hint where it should go. Please, read on if you'd like to
fix this properly.
2015-11-03 3:55 GMT+01:00 Jarod Wilson :
> There are some netdev features, w
On Fri, Apr 01, 2016 at 05:21:31PM +0800, Lijun Ou wrote:
> The driver for HiSilicon RoCE is a platform driver.
> The driver will support multiple versions of hardware. Currently only "v1"
> for hip06 SoC is supported.
> The driver includes two parts: common driver and hardware-specific
> operation
On 30/03/2016 1:14 AM, Boris Ostrovsky wrote:
> On 03/29/2016 04:56 AM, Steven Haigh wrote:
>>
>> Interestingly enough, this just happened again - but on a different
>> virtual machine. I'm starting to wonder if this may have something to do
>> with the uptime of the machine - as the system that th
On Fri, Apr 01, 2016 at 11:34:10PM +0200, Johannes Berg wrote:
>
> I was thinking about that one - it's not obvious to me from the code
> how this "explicitly checking for dups" would be done or let's say how
> rhashtable differentiates. But since it seems to work for Ben until
> hitting a certain
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Herbert Xu
commit f1d84af1835846a5a2b827382c5848faf2bb0e75 upstream.
This patch removes the custom release parent function as the
gener
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Herbert Xu
commit a0fa2d037129a9849918a92d91b79ed6c7bd2818 upstream.
This patch adds a compatibility path to support old applications
t
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Herbert Xu
commit a1383cd86a062fc798899ab20f0ec2116cce39cb upstream.
This patch adds a way for skcipher users to determine whether a ke
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Herbert Xu
commit ad46d7e33219218605ea619e32553daf4f346b9f upstream.
We need to lock the child socket in hash_check_key as otherwise
tw
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Herbert Xu
commit 6e8d8ecf438792ecf7a3207488fb4eebc4edb040 upstream.
This patch adds an exception to the key check so that cipher_null
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Herbert Xu
commit 6de62f15b581f920ade22d758f4c338311c2f0d4 upstream.
Hash implementations that require a key may crash if you use
them
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Josh Boyer
commit 4ec0ef3a82125efc36173062a50624550a900ae0 upstream.
The iowarrior driver expects at least one valid endpoint. If give
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Takashi Iwai
commit 0f886ca12765d20124bd06291c82951fd49a33be upstream.
create_fixed_stream_quirk() may cause a NULL-pointer dereference
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Herbert Xu
commit 1822793a523e5d5730b19cc21160ff1717421bc8 upstream.
We need to lock the child socket in skcipher_check_key as otherwis
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Oliver Neukum
commit 8835ba4a39cf53f705417b3b3a94eb067673f2c9 upstream.
An attack has become available which pretends to be a quirky
de
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Takashi Iwai
commit 447d6275f0c21f6cc97a88b3a0c601436a4cdf2a upstream.
Add some sanity check codes before actually accessing the endpoi
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Vasily Kulikov
commit 8a5e5e02fc83aaf67053ab53b359af08c6c49aaf upstream.
Poison pointer values should be small enough to find a room in
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: "Paul E. McKenney"
commit 00df35f991914db6b8bde8cf09808e19a9cffc3d upstream.
Currently, smpboot_unpark_threads() is invoked before the
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Herbert Xu
commit d7b65aee1e7b4c87922b0232eaba56a8a143a4a0 upstream.
This patch removes the custom release parent function as the
gener
On 03/31, Lars Persson wrote:
> diff --git a/drivers/clk/axis/Makefile b/drivers/clk/axis/Makefile
> new file mode 100644
> index 000..628c9d3
> --- /dev/null
> +++ b/drivers/clk/axis/Makefile
> @@ -0,0 +1 @@
> +obj-$(CONFIG_MACH_ARTPEC6) += clk-artpec6.o
> diff --git a/drivers/clk/axis/clk-a
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Tom Lendacky
commit 952bce9792e6bf36fda09c2e5718abb5d9327369 upstream.
Commit 8996eafdcbad ("crypto: ahash - ensure statesize is non-ze
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Dan Carpenter
commit 6f3508f61c814ee852c199988a62bd954c50dfc1 upstream.
dct_sel_base_off is declared as a u64 but we're only using the
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Hans de Goede
commit 7445e45d19a09e5269dc85f17f9635be29d2f76c upstream.
SPC 880NC PC camera discussions:
http://www.pclinuxos.c
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Tiffany Lin
commit 7df5ab8774aa383c6d2bff00688d004585d96dfd upstream.
In v4l2-compliance utility, test QUERYBUF required correct length
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Peter Hurley
commit f33798deecbd59a2955f40ac0ae2bc7dff54c069 upstream.
commit 9ce119f318ba ("tty: Fix GPF in flush_to_ldisc()") fixed a
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Tom Lendacky
commit d1662165ae612ec8b5f94a6b07e65ea58b6dce34 upstream.
Since the exported information can be exposed to user-space, ins
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: "Spencer E. Olson"
commit 1fd24a4702d2af0ea4d5845126cf57d4d1796216 upstream.
This fixes a bug in function ni_tio_input_inttrig(). The
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Ingo Molnar
commit 590ee7dbd569a012df705a5204fc5f1066f52b8c upstream.
Now that we are using smpboot_thread_init() in init/main.c as wel
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Tom Lendacky
commit b31dde2a5cb1bf764282abf934266b7193c2bc7c upstream.
Use a local variable for the exported and imported state so that
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Benjamin Tissoires
commit 4392bf88cabdad5afe5b152d7b9c318e upstream.
hid_ignore_special_drivers works fine until hid_scan_repor
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Peter Hurley
commit 401879c57f01cbf2da204ad2e8db910525c6dbea upstream.
The N_IRDA line discipline may access the previous line discipli
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Sebastian Frias
commit 0b41ce991052022c030fd868e03877700220b090 upstream.
Some UART HW has a single register combining UART_DLL/UART_DL
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Lior Amsalem
commit b3a7f31eb7375633cd6a742f19488fc5a4208b36 upstream.
The Armada 375 has the same SATA IP as Armada 370 and Armada XP,
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Oliver Neukum
commit 264904ccc33c604d4b3141bbd33808152dfac45b upstream.
Some devices I got show an inability to operate right after
pow
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Kamal Mostafa
commit 50fe6dd10069e7c062e27f29606f6e91ea979399 upstream.
Use the local uapi headers to keep in sync with "recently" adde
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Andi Kleen
commit 940db6dcd3f4659303fdf6befe7416adc4d24118 upstream.
When an error happens during alias parsing currently the complete
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Hans de Goede
commit 3e71da19f9dc22e39a755d6ae9678661abb66adc upstream.
bytesperline should be the bytesperline for the first plane for
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Alan
commit 5a51a7abca133860a6f4429655a9eda3c4afde32 upstream.
We were setting the queue depth correctly, then setting it back to
two.
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Dmitry Tunin
commit 609574eb46335cfac1421a07c0505627cbbab1f0 upstream.
T: Bus=03 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Julia Lawall
commit 1b669e713f277a4d4b3cec84e13d16544ac8286d upstream.
& is no longer allowed in column 0, since Coccinelle 1.0.4.
Sig
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Dmitry Tunin
commit 28c971d82fb58ef7cba22e5308be6d2d2590473d upstream.
T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#= 3 Spd=12 MxCh= 0
D
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Dmitry Tunin
commit 81d90442eac779938217c3444b240aa51fd3db47 upstream.
T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=03 Dev#= 5 Spd=12 MxCh= 0
D
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Russell King
commit 7f05538af71c7d30b5fc821cbe9f318edc645961 upstream.
The calculation for the timeout based on the number of card cloc
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Jes Sorensen
commit e7597e69dec59b65c5525db1626b9d34afdfa678 upstream.
'max_discard_sectors' is in sectors, while 'stripe' is in bytes.
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Bjorn Helgaas
commit b84106b4e2290c081cdab521fa832596cdfea246 upstream.
The PCI config header (first 64 bytes of each device's config s
On Fri, 1 Apr 2016, Joe Perches wrote:
> Hello Martin.
>
> Here's an orangefs patch I think should be applied:
> https://patchwork.kernel.org/patch/8676461/
>
> You were not cc'd on this as you are not listed as a
> maintainer for orangefs.
>
> Should you be?
>
>
Mike is listed AFAIK.
He's
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Aaro Koskinen
commit 5e64c29e98bfbba1b527b0a164f9493f3db9e8cb upstream.
Commit 5942ddbc500d ("mtd: introduce mtd_block_markbad interfac
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Hans de Goede
commit 5c915c68763889f0183a1cc61c84bb228b60124a upstream.
On my bttv card "Hauppauge WinTV [card=10]" capturing in YV12 f
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Tom Lendacky
commit ce0ae266feaf35930394bd770c69778e4ef03ba9 upstream.
Since a crypto_ahash_import() can be called against a request co
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Nikolay Borisov
commit ab73ef46398e2c0159f3a71de834586422d2a44a upstream.
When dqget() in __dquot_initialize() fails e.g. due to IO err
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Russell King
commit fafcfda9e78cae8796d1799f14e6457790797555 upstream.
The data timeout gives the minimum amount of time that should be
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Bart Van Assche
commit 51093254bf879bc9ce96590400a87897c7498463 upstream.
Let the target core check task existence instead of the SRP t
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: "J. Bruce Fields"
commit 4aed9c46afb80164401143aa0fdcfe3798baa9d5 upstream.
A number of spots in the xdr decoding follow a pattern like
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: "Michael S. Tsirkin"
commit 10e7ac22cdd4d211cef99afcb9371b70cb175be6 upstream.
Calling return copy_to_user(...) in an ioctl will not do
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Asai Thambi SP
commit d8a18d2d8f5de55666c6011ed175939d22c8e3d8 upstream.
Prevent standby immediate command from being issued in remove,
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Asai Thambi SP
commit e35b94738a2f7caa12017f69ef385cb6b8028965 upstream.
Remove setting and clearing MTIP_PF_EH_ACTIVE_BIT flag in
mtip
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Asai Thambi SP
commit cfc05bd31384c4898bf2437a4de5557f3cf9803a upstream.
Service thread does not detect the need for taskfile error han
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Asai Thambi SP
commit 5b7e0a8ac85e2dfd83830dc9e0b3554d153a37e3 upstream.
Print exact time when an internal command is interrupted.
Sig
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Mateusz Guzik
commit 2e83b79b2d6c78bf1b4aa227938a214dcbddc83f upstream.
This plugs 2 trivial leaks in xfs_attr_shortform_list and
xfs_a
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Vinayak Menon
commit e53b50c0cbe392c946807abf7d07615a3c588642 upstream.
early_init_dt_alloc_reserved_memory_arch passes end as 0 to
__m
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Oliver Neukum
commit 0d5ce778c43bf888328231bcdce05d5c860655aa upstream.
A typo of j for i led to a logic bug. To rule out future
confus
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Phil Elwell
commit 2c7e3306d23864d49f686f22e56e180ff0fffb7f upstream.
The DT bindings for pinctrl-bcm2835 allow both the function and p
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?=
commit 7dd0fdff145c5be7146d0ac06732ae3613412ac1 upstream.
Discard policy uses ack_notifiers t
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Anthony Wong
commit f36f299068794ffc5026f25b6a1b3ed615ea832d upstream.
Add USB ID 0411:01fd for Buffalo WLI-UC-G450 wireless adapter,
R
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Bjorn Helgaas
commit b894157145e4ac7598d7062bc93320898a5e059e upstream.
The Home Agent and PCU PCI devices in Broadwell-EP have a non-B
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Chris Friesen
commit f9c904b7613b8b4c85b10cd6b33ad41b2843fa9d upstream.
The callers of steal_account_process_tick() expect it to return
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Maurizio Lombardi
commit 84bd64993f916bcf86270c67686ecf4cea7b8933 upstream.
In beiscsi_setup_boot_info(), the boot_kset pointer should
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Mario Kleiner
commit 459ee1c3fd097ab56ababd8ff4bb7ef6a792de33 upstream.
As observed on Apple iMac10,1, DCE-3.2, RV-730,
link rate of 2.
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Thomas Gleixner
commit e9532e69b8d1d1284e8ecf8d2586de34aec61244 upstream.
On CPU hotplug the steal time accounting can keep a stale rq-
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Max Filippov
commit 362014c8d9d51d504c167c44ac280169457732be upstream.
Simulator stdin may be connected to a file, when its end is reac
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Eric Wheeler
commit 9b299728ed777428b3908ac72ace5f8f84b97789 upstream.
Fix null pointer dereference by changing register_cache() to ret
On 2016/04/02 at 01:41, Michael Holzheu wrote:
> Hello Xunlei again,
>
> Some initial comments below...
>
> On Wed, 30 Mar 2016 19:47:21 +0800
> Xunlei Pang wrote:
>
>> Commit 3f625002581b ("kexec: introduce a protection mechanism
>> for the crashkernel reserved memory") is a similar mechanism
>>
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Takashi Iwai
commit 0ab1ace856205d10cbc1924b2d931c01ffd216a6 upstream.
The commit [d507941beb1e: ALSA: pcm: Correct PCM BUG error messa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me
know.
---8<
From: Asai Thambi SP
commit 51c6570eb922146470c2fe660c34585414679bd6 upstream.
Flush inflight IOs using fsync_bdev() when the device is safel
1 - 100 of 890 matches
Mail list logo