Re: [RFC][PATCH 1/2] fs: use RCU for free_super() vs. __sb_start_write()
On 06/23/2015 04:09 AM, Jan Kara wrote: >> @@ -1340,7 +1344,7 @@ int freeze_super(struct super_block *sb) >> printk(KERN_ERR >> "VFS:Filesystem freeze failed\n"); >>...
View ArticleRe: [PATCH v6 10/12] KVM: arm64: guest debug, HW assisted debug support
On Fri, Jun 19, 2015 at 01:23:48PM +0100, Alex Bennée wrote: > This adds support for userspace to control the HW debug registers for > guest debug. In the debug ioctl we copy the IMPDEF defined...
View Article[GIT PULL] f2fs updates for v4.2
Hi Linus, Could you please pull the following patches? Thank you, The following changes since commit 68c2f356c9ec65e1eb50c31690b095673dbd8010: Merge tag 'for-f2fs-4.1-rc3' of...
View ArticleRe: [PATCH 2/2] ARM: dts: mediatek: add mt6580 basic support
On Wednesday, June 24, 2015 07:59:13 PM Mars Cheng wrote: > On Tue, 2015-06-23 at 21:45 +0200, Matthias Brugger wrote: > > > + soc { > > > > Please drop the soc node as well...
View ArticleRe: [PATCHv5 2/2] mailbox: Adding driver for Xilinx LogiCORE IP mailbox.
On Tue, 2015-06-23 at 11:00 -0700, Moritz Fischer wrote: > +MODULE_ALIAS("platform:xilinx-mailbox"); So I think this MODULE_ALIAS() is only useful if, in short, there's a corresponding...
View ArticleRe: kdbus: to merge or not to merge?
On Wed, Jun 24, 2015 at 9:43 PM, Andy Lutomirski <luto@amacapital.net> wrote: > On Wed, Jun 24, 2015 at 10:11 AM, Alexander Larsson > <alexander.larsson@gmail.com> wrote: >> My...
View Article[PATCH] s390/process: Delete an unnecessary check before the function call...
From: Markus Elfring <elfring@users.sourceforge.net> Date: Wed, 24 Jun 2015 22:40:30 +0200 The kfree() function tests whether its argument is NULL and then returns immediately. Thus the test...
View ArticleRe: [BUG ?] regmap: debugfs: WARN_ON at regmap-debugfs.c:151
On Mon, 15 Jun 2015 15:49:33 +0100, Mark Brown wrote: > On Mon, Jun 15, 2015 at 02:42:30PM +0200, Sergej Sawazki wrote: >> Am 15. Juni 2015 11:49:22 MESZ, schrieb Mark Brown...
View ArticleRe: HTTP/2 -- is support required on the back end?
On 6/24/2015 1:23 PM, Willy Tarreau wrote: > Thus my first goal with HTTP/2 in haproxy really is to make it a > solid H2->H1 gateway in order to provide a seamless migration to H2 > to...
View ArticleRe: [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
On Sat, 13 Jun 2015, Julia Lawall wrote: > On Sat, 13 Jun 2015, Thomas Gleixner wrote: > > > On Sat, 13 Jun 2015, Julia Lawall wrote: > > > > > The following are the cases...
View ArticleRe: [PATCH 01/10] cpumask: Introduce cpumask_any_online_but
On Wed, 24 Jun 2015, Thomas Gleixner wrote: > On Tue, 23 Jun 2015, Vikas Shivappa wrote: >> There is currently no cpumask helper function to pick a "random" cpu >> from a mask which is...
View ArticleRe: [PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling
On Wed, 24 Jun 2015, Thomas Gleixner wrote: > On Tue, 23 Jun 2015, Vikas Shivappa wrote: > >> This patch modifies hot cpu notification handling in Intel cache >> monitoring: >>...
View ArticleRe: [PATCH 09/10] x86/intel_rdt: Hot cpu support for Cache Allocation
On Wed, 24 Jun 2015, Thomas Gleixner wrote: > On Tue, 23 Jun 2015, Vikas Shivappa wrote: >> +/* >> + * cbm_update_msrs() - Updates all the existing IA32_L3_MASK_n MSRs >> + *...
View ArticleRe: [PATCH v3 09/15] x86/entry/64: Migrate 64-bit and compat syscalls to new...
On Tue, Jun 23, 2015 at 7:46 PM, Andy Lutomirski <luto@kernel.org> wrote: > > @@ -227,11 +227,10 @@ sysexit_from_sys_call: > testl %edi, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)...
View ArticleRe: [PATCH] ARM64: smp: Silence suspicious RCU usage with ipi tracepoints
On Wed, Jun 24, 2015 at 01:14:18PM -0700, Stephen Boyd wrote: > John Stultz reported an RCU splat on ARM with ipi trace events > enabled. It looks like the same problem exists on ARM64. >...
View ArticleRe: [PATCH v3 13/18] x86/tsc: Rename native_read_tsc() to rdtsc()
On Tue, Jun 16, 2015 at 05:36:01PM -0700, Andy Lutomirski wrote: > Now that there is no paravirt TSC, the "native" is inappropriate. > The function does RDTSC, so give it the obvious name:...
View ArticleRe: [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
> Now where my cocci foo ends is when I try to match both types in the > same rule, i.e. > > @ fun exists @ > identifier hf,irq,desc; > typedef u32; > @@ > > ( > void...
View ArticleRe: [PATCH] PM / hibernate: re-enable nonboot cpus on disable_nonboot_cpus()...
On Wednesday, June 24, 2015 04:02:06 PM Vitaly Kuznetsov wrote: > When disable_nonboot_cpus() fails on some cpu it doesn't bring back all > cpus it managed to offline, a consequent call to...
View ArticleRe: [PATCH] acpi/video: Inline acpi_video_set_dmi_backlight_type
On Wednesday, June 24, 2015 12:01:49 PM Borislav Petkov wrote: > From: Borislav Petkov <bp@suse.de> > > ... and kill this: > > In file included from...
View ArticleRe: [PATCH] of: acpi: Rename of_node() and acpi_node() to to_of_node() and...
On Tuesday, June 23, 2015 01:45:00 AM Rafael J. Wysocki wrote: > On Monday, June 22, 2015 10:38:53 PM Alexander Sverdlin wrote: > > Commit 8a0662d9 introduced of_node and acpi_node symbols in...
View Article