Re: [patch 10/15] sched/migration: Move calc_load_migrate() into C ...
Vaidyanathan Srinivasan writes: (Summary) [2016-07-12 18:33:56]: [...] Hi Thomas, Yes this patch fixes the issue. I was able to recreate the problem and also verify with this patch on 4.7.0-rc7.[...]...
View ArticleRe: [PATCH] cpuidle: powernv/pseries: Decrease the snooze residency
Vaidyanathan Srinivasan writes: (Summary) But in single threaded guest, this can force an unnecessary exit/context switch overhead. Now that we have fixed the snooze loop to be bounded and exit...
View ArticleRe: [PATCH] cpuidle: powernv/pseries: Decrease the snooze residency
Vaidyanathan Srinivasan writes: (Summary) So the policy in shared lpar case is to let PowerVM hypervisor know immediately that the guest cpu is idle which will allow the hypervisor to use the cycles...
View Article[PATCH 3/3] sched: Aggressive balance in domains whose groups shar ...
Vaidyanathan Srinivasan writes: (Summary) If the load cannot be moved from the busiest cpu to dst_cpu due to either tsk_cpus_allowed mask or cache hot tasks, then the dst_cpu is changed to be another...
View Article[PATCH 2/3] sched: Fix asymmetric scheduling for POWER7
Vaidyanathan Srinivasan writes: (Summary) The goal for the load balancer is to move tasks to lower order idle SMT threads within a core on a POWER7 system. In nohz_kick_needed(), we intend to check if...
View Article[PATCH 1/3] sched: Fix nohz_kick_needed to consider the nr_busy of ...
Vaidyanathan Srinivasan writes: (Summary) With the current implementation of nohz_kick_needed(), at this domain(sd), the nr_busy will be 1 always since it returns this parameter for sd->groups which...
View Article[PATCH 0/3] sched: Fixes for task placement in SMT threads
Vaidyanathan Srinivasan writes: (Summary) Hi, The following series fixes scheduler loadbalancing issues where we are missing opportunity to place tasks in SMT threads optimally especially on a POWER7...
View ArticleRe: [RFC PATCH 4/5] cpuidle/ppc: CPU goes tickless if there are no ...
Vaidyanathan Srinivasan writes: (Summary) We do pay a power penalty by waking up few jiffies earlier which we can mitigate by reevaluating the situation and queueing a fine grain timer to the right...
View ArticleRe: [RFC PATCH 4/5] cpuidle/ppc: CPU goes tickless if there are no ...
Vaidyanathan Srinivasan writes: (Summary) The cost of keeping the periodic tick ON on the broadcast CPU in minimal (but not zero) since we would not allow that CPU to enter any deep idle states even if...
View ArticleRe: [RFC PATCH 0/8][Sorted-buddy] mm: Linux VM Infrastructure to s ...
Vaidyanathan Srinivasan writes: (Summary) This optimization can be actually be delayed in the free fast path and completely avoided if our memory is full and we are doing direct reclaim during...
View ArticleRe: [PATCH v4 0/2] media: usb: pwc: Don't use coherent DMA buffers ...
Linus Torvalds writes: (Summary) s=20161025; h=sender:from:to:cc:subject:date:message-id; h=sender:from:to:cc:subject:date:message-id; where the problem is that the "sender" field is included in the...
View ArticleRe: [PATCH v5 0/6] Not restarting for due to signals.
Linus Torvalds writes: On Wed, Aug 8, 2018 at 11:53 PM Eric W. Biederman <ebiederm@xmission.com> wrote: [...] non-controversial I am not posting them again. Other than the one nit I just replied...
View ArticleRe: [PATCH v5 6/6] signal: Don't restart fork when signals come in.
Linus Torvalds writes: (Summary) This looks odd and unnecessary. This looks odd and unnecessary. Why isn't this just a Why isn't this just a sigdelsetmask(signal, SIG_KERNEL_STOP_MASK);...
View ArticleRe: [PATCH] vfs: fix statfs64() returning impossible EOVERFLOW for ...
Linus Torvalds writes: (Summary) wrote: [...] So the whole put_compat_statfs64() thing should be Ack, I'm ok with this simplification. Ack, I'm ok with this simplification.[...] I'm somewhat tempted to...
View ArticleRe: aio poll V22 (aka 2.0)
Linus Torvalds writes: (Summary) Looking at the patches, this is *much* more straightforward than your previous patch, is *much* more straightforward than your previous patch, It adds refcounting to...
View ArticleLinux 4.18-rc8
Linus Torvalds writes: (Summary) Wysocki (1): ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation Rafa=C5=82 Mi=C5=82ecki (1): brcmfmac: fix regression in parsing NVRAM for multiple...
View ArticleRe: [GIT] Networking
Linus Torvalds writes: (Summary) wrote: [...] gruops, from Dmitry Safonov. This one is written kind of stupidly. This one is written kind of stupidly. The code went from the original The code went from...
View ArticleRe: [PATCH 3/7] x86/mm/init: pass unconverted symbol addresses to ...
Linus Torvalds writes: (Summary) It does not follow page tables at all. follow page tables at all. And on 32-bit, it literally ends up doing (see __phys_addr_nodebug()) a simple And on 32-bit, it...
View ArticleRe: LVM snapshot broke between 4.14 and 4.16
Linus Torvalds writes: (Summary) I wonder why I didn't get a compiler warning for it... why I didn't get a compiler warning for it... [ Goes off and looks ] [ Goes off and looks ] Oh, because the...
View ArticleRe: [dm-devel] LVM snapshot broke between 4.14 and 4.16
Linus Torvalds writes: (Summary) Instead, what I suggest we do is: Case 1: if a user program notice that a new kernel breaks something, then (a) report it to kernel people with a test-case (b) if you...
View Article