RE: [RFC][PATCH] Oops messages transfer using QR codes
> I'm glad to see someone continuing on this work. For the next version, can > you break it up for ease of review? I'd say put the lib/qr/ addition as one > patch and then the print_oops as a...
View ArticleRe: [GIT PULL] locking changes for v4.4
On Tue, Nov 03, 2015 at 05:30:29PM -0800, Linus Torvalds wrote: > From 105ff3cbf225036b75a6a46c96d1ddce8e7bdc66 Mon Sep 17 00:00:00 2001 > From: Linus Torvalds...
View ArticleRe: [PATCH tip/locking/core] atomics: Add test for atomic operations with...
On Wed, Nov 04, 2015 at 06:52:45PM +0800, Boqun Feng wrote: > Some atomic operations now have _relaxed/acquire/release variants, this > patch then adds some trivial tests for two purpose: >...
View ArticleRe: [RFC] arm64: perf: associate LL with L2 cache accesses and refills
On Wed, Nov 04, 2015 at 12:24:13PM +0100, hw.claudio@gmail.com wrote: > From: Claudio Fontana <claudio.fontana@huawei.com> > > Signed-off-by: Claudio Fontana...
View ArticleRe: [PATCH 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c
On Tue, Nov 03, 2015 at 11:46:30AM -0800, Palmer Dabbelt wrote: > This has a "#ifdef CONFIG_*" that used to be exposed to userspace. > > The names in here are so generic that I don't think...
View ArticleRe: [PATCH v2 1/7] staging: lustre: remove white space in libcfs_hash.h
On Tue, Nov 03, 2015 at 07:46:07PM -0800, Greg Kroah-Hartman wrote: > On Mon, Nov 02, 2015 at 12:22:07PM -0500, James Simmons wrote: > > Cleanup all the unneeded white space in libcfs_hash.h....
View ArticleRe: [PATCH v2 3/3] ibmvscsi: Allow to configure maximum LUN
On 04/11/2015 12:16, Hannes Reinecke wrote: > On 11/04/2015 11:20 AM, Laurent Vivier wrote: >> QEMU allows until 32 LUNs. >> >> Signed-off-by: Laurent Vivier...
View ArticleRe: timer code oops when calling mod_delayed_work
On Tue, 3 Nov 2015 19:06:58 -0500 Tejun Heo <tj@kernel.org> wrote: > Hello, Jeff. > > Can you please verify whether the following patch fixes the issue? > > Thanks. > > diff...
View ArticleRe: [GIT PULL] locking changes for v4.4
* Linus Torvalds <torvalds@linux-foundation.org> wrote: > On Tue, Nov 3, 2015 at 3:58 PM, Linus Torvalds > <torvalds@linux-foundation.org> wrote: > > > > I think I'll...
View Article[PATCH v14 17/22] richacl: Automatic Inheritance
Automatic Inheritance (AI) allows changes to the acl of a directory to propagate down to children. This is mostly implemented in user space: when a process changes the permissions of a directory and...
View Article[PATCH v14 18/22] richacl: xattr mapping functions
Map between "system.richacl" xattrs and the in-kernel representation. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> --- fs/Makefile | 2 +- fs/richacl_xattr.c | 220...
View Article[PATCH v14 19/22] richacl: Add richacl xattr handler
Add richacl xattr handler implementing the xattr operations based on the get_richacl and set_richacl inode operations. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> ---...
View Article[PATCH v14 20/22] vfs: Add richacl permission checking
Hook the richacl permission checking function into the vfs. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> --- fs/namei.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++--...
View Article[PATCH v14 21/22] ext4: Add richacl support
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> Support the richacl permission model in ext4. The richacls are stored in "system.richacl" xattrs. Richacls need to be enabled by...
View Article[PATCH v14 22/22] ext4: Add richacl feature flag
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> This feature flag selects richacl instead of POSIX ACL support on the filesystem. When this feature is off, the "acl" and "noacl" mount...
View ArticleRe: [PATCH] arm64: Increase the max granular size
2015-11-05 19:32 GMT+09:00 Catalin Marinas <catalin.marinas@arm.com>: > On Thu, Nov 05, 2015 at 01:40:14PM +0900, Joonsoo Kim wrote: >> On Tue, Sep 22, 2015 at 07:59:48PM +0200, Robert...
View Article[PATCH] powerpc: allow cross-compilation of ppc64 kernel
When I try to cross compile a ppc64 kernel, it generally fails on the VDSO stage. This is true for powerpc64 cross- compiler, but also when I try to build a ppc64le kernel on a ppc64 host. VDSO64L...
View Article[PATCH v14 14/22] richacl: Update the file masks in chmod()
Doing a chmod() sets the file mode, which includes the file permission bits. When a file has a richacl, the permissions that the richacl grants need to be limited to what the new file permission bits...
View Article[PATCH] mm: slab: Only move management objects off-slab for sizes larger than...
Commit 8fc9cf420b36 ("slab: make more slab management structure off the slab") enables off-slab management objects for sizes starting with PAGE_SIZE >> 5. This means 128 bytes for a 4KB page...
View ArticleRe: [RFC PATCH 3/7] spi: tegra: remove redundant "depends on RESET_CONTROLLER"
On Thu, Nov 05, 2015 at 08:15:24PM +0900, Masahiro Yamada wrote: > ARCH_TEGRA selects RESET_CONTROLLER. > The dependency "depends on RESET_CONTROLLER" is already met. > tristate "NVIDIA...
View Article