Re: lockdep issue booting v4.1 upstream kernel with >64 x86_64 CPUs
On Sat, Jun 27, 2015 at 03:32:40AM -0700, Michel Lespinasse wrote: > Yes, tried this successfully both with <64 and >64 CPUs, this does get > rid of the lockdep warning for me. Thanks,...
View ArticleRe: [PATCH] timer: Fix unsafe cpu variable access in migrate_timers
On Sat, Jun 27, 2015 at 11:55:49AM +0200, Jan Kiszka wrote: > From: Jan Kiszka <jan.kiszka@siemens.com> > > migrate_timers is invoked with preemption enabled. Therefore we have to >...
View ArticleRe: [all better] Re: regression: massive trouble with fpu rework
On Sat, 2015-06-27 at 11:37 +0200, Borislav Petkov wrote: > On Sat, Jun 27, 2015 at 10:55:28AM +0200, Mike Galbraith wrote: > > Yup, that made it not care about the BIOS setting.. again. >...
View ArticleHELLO DEAR
-- I am very sorry If I interfere into your privacy,i will like to get acquainted with you. I will appreciate if granted this Privilege to know you more. Get back to me for formal introduction...
View ArticleRe: [RFC PATCH 1/3] perf probe: Init symbol as kprobe if any pev is kprobe
On 2015/6/27 16:30, Masami Hiramatsu wrote: > Hi Wang, > > On 2015/06/27 16:34, Wangnan (F) wrote: >> >> On 2015/6/27 15:29, Masami Hiramatsu wrote: >>> On 2015/06/25...
View ArticleRe: [PATCH] timer: Fix unsafe cpu variable access in migrate_timers
On 2015-06-27 13:00, Borislav Petkov wrote: > On Sat, Jun 27, 2015 at 11:55:49AM +0200, Jan Kiszka wrote: >> From: Jan Kiszka <jan.kiszka@siemens.com> >> >> migrate_timers...
View ArticleRe: [PATCH] timer: Fix unsafe cpu variable access in migrate_timers
On Sat, Jun 27, 2015 at 01:19:24PM +0200, Jan Kiszka wrote: > Oh, there is a fix already. It's just the same: both implicitly > disable preemption via get_cpu_ptr/var, look at the macros. Ah,...
View ArticleRe: [PATCH RFC v2 0/2] hwspinlock: Introduce raw capability for...
Hi Lina, On Sat, Jun 27, 2015 at 6:05 AM, Lina Iyer <lina.iyer@linaro.org> wrote: > Hi Ohad, > > Any comments? Sorry, I was under the impression the discussion with Bjorn is still open....
View ArticleRe: [PATCH v3 2/2] hwmon: Allow to compile dell-smm-hwmon driver without...
Hi Pali, I've just noticed an issue with this patch. See the comment here below. Gabriele On Wednesday 29 April 2015 13:41:26 Pali Rohár wrote: > This patch splits CONFIG_I8K compile option to...
View ArticleRe: [PHP] PHP mail() and SMTP Authentication ?
------------ Original Message ------------ > Date: Saturday, June 27, 2015 08:08:44 AM +0100 > From: Ashley Sheridan <ash@ashleysheridan.co.uk> > > > On 27 June 2015 00:28:36 BST,...
View Article[PATCH 01/10] Drivers: hv: vmbus: remove hv_synic_free_cpu() call from...
From: Vitaly Kuznetsov <vkuznets@redhat.com> We already have hv_synic_free() which frees all per-cpu pages for all CPUs, let's remove the hv_synic_free_cpu() call from hv_synic_cleanup() so it...
View Article[PATCH 02/10] kexec: define kexec_in_progress in !CONFIG_KEXEC case
From: Vitaly Kuznetsov <vkuznets@redhat.com> If some piece of code wants to check kexec_in_progress it has to be put in #ifdef CONFIG_KEXEC block to not break the build in !CONFIG_KEXEC case....
View Article[PATCH 03/10] Drivers: hv: vmbus: add special kexec handler
From: Vitaly Kuznetsov <vkuznets@redhat.com> When general-purpose kexec (not kdump) is being performed in Hyper-V guest the newly booted kernel fails with an MCE error coming from the host. It...
View ArticleRe: [PATCH] ASoC: fsl_ssi: fix AC'97 mode
Maciej S. Szmigiero wrote: > + if (newbinding && fsl_ssi_is_ac97(ssi_private)) { Is the "newbinding" necessary? I thought only the original PowerPC device trees were the only one that have...
View ArticleRe: [PATCH] clocksource: imx: define clocksource for mx27
On Sat, Jun 27, 2015 at 11:11:44PM +0200, Philippe Reynes wrote: > The clocksource imx27 wasn't defined in timer-imx-gpt.c, > so the kernel no longer boot on imx27. Just define > clocksource...
View ArticleRe: [PATCH] modules: elide param_lock if !CONFIG_SYSFS
Stephen Rothwell <sfr@canb.auug.org.au> writes: > Hi Rusty, > > On Thu, 25 Jun 2015 17:34:31 -0400 Dan Streetman <ddstreet@ieee.org> wrote: >> >> On Thu, Jun 25, 2015...
View Article[SPAM] Cut down electricity expenses
Gooddaytoyou! *Energysav=ing lightingfixture,helpstokeepyourelectric=expensesaslowaspossible;**Longlifetime,m=orethan10years(working8hoursaday),severaltimeslongerthanthe=lifespanoftraditional...
View Article[PATCH] staging: lustre: lnet: fix type warning in lib-socket.c
This patch fixes the following sparse warning: drivers/staging/lustre/lnet/lnet/lib-socket.c:175:29: warning: incorrect type in assignment (different address spaces) expected char [noderef]...
View ArticleRe: f_op->read seems to be always NULL since Linux 4.1
On Sat, Jun 27, 2015 at 8:10 PM, Richard Weinberger wrote: > On Sat, Jun 27, 2015 at 7:32 PM, Andreas Hartmann > <andihartmann@01019freenet.de> wrote: [...] > See __vfs_read(). >...
View ArticleLIBCFS_ALLOC
It is not clear that all of the uses of LIBCFS_ALLOC really risk needing vmalloc. For example: lnet/klnds/socklnd/socklnd.c, function ksocknal_accept: ksock_connreq_t *cr; .... LIBCFS_ALLOC(cr,...
View Article