Re: [PATCH tip/core/rcu 15/16] scripts: Make checkpatch.pl warn on expedited...
On Mon, Jul 20, 2015 at 05:48:40PM -0700, Joe Perches wrote: > On Mon, 2015-07-20 at 17:41 -0700, Paul E. McKenney wrote: > > On Fri, Jul 17, 2015 at 03:37:54PM -0700, Joe Perches wrote: >...
View ArticleRe: [PATCH tip/core/rcu 15/16] scripts: Make checkpatch.pl warn on expedited...
On Mon, 2015-07-20 at 20:55 -0400, Steven Rostedt wrote: > On Fri, 17 Jul 2015 15:37:54 -0700 > Joe Perches <joe@perches.com> wrote: > > > > + if ($line =~...
View ArticleRe: [PATCH v10 6/7] sched: Provide runnable_load_avg back to cfs_rq
Hi Yuyang, On Wed, Jul 15, 2015 at 08:04:41AM +0800, Yuyang Du wrote: > The cfs_rq's load_avg is composed of runnable_load_avg and blocked_load_avg. > Before this series, sometimes the...
View Articlepaskolos pasiūlymas
Gera diena, Tai DIAMOND ŠVEICARIJOS paskola bendrovei Paskolos pasiūlymas. DIAMOND ŠVEICARIJOS paskola bendrovei siūlo lanksčias ir prieinamas paskolas bet kokiam tikslui, siekiant padėti jums...
View ArticleRe: [PATCH] cpufreq: Avoid double addition/removal of sysfs links
On Tue, Jul 21, 2015 at 2:47 AM, Rafael J. Wysocki <rafael@kernel.org> wrote: > Hi Russell, > > On Mon, Jul 20, 2015 at 12:36 PM, Russell King - ARM Linux >...
View ArticleRe: [PATCH tip/core/rcu 15/16] scripts: Make checkpatch.pl warn on expedited...
On Mon, 20 Jul 2015 18:06:19 -0700 Joe Perches <joe@perches.com> wrote: > On Mon, 2015-07-20 at 20:55 -0400, Steven Rostedt wrote: > > On Fri, 17 Jul 2015 15:37:54 -0700 > > Joe...
View Article[PATCH] mn10300: time: Provide 64-bit persistent clock time
From: Xunlei Pang <pang.xunlei@linaro.org> As part of addressing the "y2038 problem" for in-kernel uses, convert update_persistent_clock() to update_persistent_clock64(), read_persistent_clock()...
View ArticleRe: [rtc-linux] [PATCH 4/4] RTC: switch to using is_visible() to control...
2015-07-21 8:02 GMT+09:00 Dmitry Torokhov <dmitry.torokhov@gmail.com>: > Instead of creating an attribute manually, after the device has been > registered, let's rely on facilities...
View ArticleRe: [PATCH] genksyms: Duplicate function pointer type definitions segfault
On 20 July 2015 at 19:52, Richard Yao <ryao@gentoo.org> wrote: > > From: Richard Yao <richard.yao@clusterhq.com> > > I noticed that genksyms will segfault when it sees...
View ArticleRe: [PATCH tip/core/rcu 15/16] scripts: Make checkpatch.pl warn on expedited...
On Mon, Jul 20, 2015 at 06:06:19PM -0700, Joe Perches wrote: > On Mon, 2015-07-20 at 20:55 -0400, Steven Rostedt wrote: > > On Fri, 17 Jul 2015 15:37:54 -0700 > > Joe Perches...
View ArticleRE: Ghost Lid switch on Baytrail tablet
Hi, If the issue is already identified and confirmed: For example, you've confirmed the QR_EC(0x14) can only arrive when the keyboard accessory is plugged in. Then please ignore my previous reply. I...
View ArticleRE: [PATCH v1 3/7] input: cyapa: add proximity function support for gen5 and...
Dmitry, Yes, It cannot report the distance per-contact. Thanks for the update. Thanks, Dudley > -----Original Message----- > From: Dmitry Torokhov [mailto:dmitry.torokhov@gmail.com] > Sent:...
View ArticleRe: [PATCH tip/core/rcu 15/16] scripts: Make checkpatch.pl warn on expedited...
On Mon, 2015-07-20 at 18:29 -0700, Paul E. McKenney wrote: > On Mon, Jul 20, 2015 at 06:06:19PM -0700, Joe Perches wrote: > > On Mon, 2015-07-20 at 20:55 -0400, Steven Rostedt wrote: >...
View Article[PATCH V5 1/1] usb:serial add Fintek F81532/534 driver
This driver is for Fintek F81532/F81534 USB to Serial Ports IC. Features: 1. F81534 is 1-to-4 & F81532 is 1-to-2 serial ports IC 2. Support Baudrate from B50 to B1500000 (excluding B1000000). 3....
View Article[regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory conditions
Hi Ming, With the recent merge of the loop device changes, I'm now seeing XFS deadlock on my single CPU, 1GB RAM VM running xfs/073. The deadlocked is as follows: kloopd1: loop_queue_read_work...
View ArticleRE: [PATCH v1 6/7] input: cyapa: add of match device support and description...
> -----Original Message----- > From: Dmitry Torokhov [mailto:dmitry.torokhov@gmail.com] > Sent: 2015?7?21? 8:15 > To: Dudley Du > Cc: mark.rutland@arm.com; robh+dt@kernel.org;...
View ArticleRe: Traceback in -next due to commit 'clockevents/drivers/sh_tmu: Migrate to...
On 20-07-15, 14:07, Guenter Roeck wrote: > Hi, > > Commit 991a7f4970ed1 ("clockevents/drivers/sh_tmu: Migrate to new 'set-state' interface") > in -next causes the following traceback. This...
View ArticleRe: [PATCH v2 0/3] ACPI / cpufreq: ACPI processor driver and ACPI cpufreq...
On 21-07-15, 00:12, Rafael J. Wysocki wrote: > On Saturday, July 18, 2015 03:13:41 AM Rafael J. Wysocki wrote: > > Hi, > > > > The following two patches clean up a couple of...
View Article[PATCH] drbdsetup: Allow zeroing out devices locally to instead of initial...
Full sync for drbd initial usually take a long time, allow "--zap-devices" on "new-current-uuid" to zero out device on both side. Signed-off-by: Nick Wang <nwang@suse.com> CC: Philipp Reisner...
View ArticleRe: Traceback in -next due to commit 'clockevents/drivers/sh_tmu: Migrate to...
On 07/20/2015 07:31 PM, Viresh Kumar wrote: > On 20-07-15, 14:07, Guenter Roeck wrote: >> Hi, >> >> Commit 991a7f4970ed1 ("clockevents/drivers/sh_tmu: Migrate to new 'set-state'...
View Article