[PATCH] staging/lustre: fix build error when CONFIG_FS_POSIX_ACL is off (no...
We need to include <linux/posix_acl_xattr.h> regardless of CONFIG_FS_POSIX_ACL is set or not. Otherwise build fails as reported by kbuild robot: >>...
View Article[PATCH] staging/lustre: remove wirehdr.c (no replies)
It is not used. Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Peng Tao <bergwolf@gmail.com> --- drivers/staging/lustre/lustre/ptlrpc/wirehdr.c | 47 ------------------------...
View Article3.13.0-rc1+ INFO: inconsistent lock state (1 reply)
Hi, With current linus git (HEAD 8ae516aa), I got following kernel message. This is slightly different from what I had reported recently (14th Nov). [ 57.393228] ================================= [...
View Article[PATCH 0/4] spi: omap-100k: Style Fixes (4 replies)
First time contributer here submitting some style fixes. I watched Greg Kroah-Hartman's youtube video about getting started with submitting patches and thought I would give it a try. I fixed up some...
View Article[git pull] drm minor fixes (no replies)
Hi Linus, just two minor fixes as people keep resending since they are so low hanging. Dave. The following changes since commit 8ae516aa8b8161254d3e402b3348b2a9b8d1efd0: Merge tag...
View Article[PATCH] Fix race between oom kill and task exit (1 reply)
From: Leon Ma <xindong.ma@intel.com> Date: Thu, 28 Nov 2013 12:46:09 +0800 Subject: [PATCH] Fix race between oom kill and task exit There is a race between oom kill and task exit. Scenario is:...
View ArticleRe: [PATCH 1/5] serial: 8250_pci: use DEFINE_PCI_DEVICE_TABLE macro (3 replies)
On Thursday, November 28, 2013 1:08 PM, Greg Kroah-Hartman wrote: > On Thu, Nov 28, 2013 at 10:55:35AM +0900, Jingoo Han wrote: > > This macro is used to create a struct pci_device_id array....
View ArticleQ: use vlan in container (no replies)
Hello LXC experts, I meet a problem. When using vlan as network device in suse11 system container, I can not use halt to stop this container. It hung on "eth0 is still used from interfaces eth0" in...
View Article[PATCH] perf target: Move what map fucntion to call check into function. (no...
Check for cpu_map__dummy_new() or cpu_map__new() to be called in perf_evlist__create_maps() is more complicated. This patch moves the checking work into target.h, combining two conditions and making...
View Article[PATCH v1 0/2] of: irq: Ignore disabled interrupt controllers (2 replies)
Hi All, These two patches support the case where an interrupt controller is marked as disabled. Patch 1 fixed the dts interrupt-map search logic to ignore disabled interrupt controllers. Patch 2 stops...
View Article[PATCH v2] ASoC: SGTL5000: Fix kernel failed while trying to get optional...
The SGTL5000 requires 2 external power supplies: VDDA and VDDIO. An optional third external power supply VDDD may be provided externally to achieve lower power.If an external supply is not used for...
View Article[f2fs-dev] [PATCH 1/5] f2fs: correct type of wait in struct bio_private (no...
Signed-off-by: Chao Yu <chao2.yu@samsung.com> --- fs/f2fs/segment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h index b84dd23..5f733ec...
View Article[f2fs-dev] [PATCH 2/5] f2fs: add unlikely macro for compiler optimization (no...
Signed-off-by: Chao Yu <chao2.yu@samsung.com> --- fs/f2fs/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index 0fe9a97..954155b 100644...
View Article[f2fs-dev] [PATCH 3/5] f2fs: use true and false for boolean variable (no...
Signed-off-by: Chao Yu <chao2.yu@samsung.com> --- fs/f2fs/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index 954155b..daf8ee8 100644...
View Article[f2fs-dev] [PATCH 5/5] f2fs: convert recover_orphan_inodes to void (no replies)
Signed-off-by: Chao Yu <chao2.yu@samsung.com> --- fs/f2fs/checkpoint.c | 6 +++--- fs/f2fs/f2fs.h | 2 +- fs/f2fs/super.c | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git...
View Article[f2fs-dev] [PATCH 4/5] f2fs: check return value of f2fs_readpage in...
We should return error if we do not get an updated page in find_date_page when f2fs_readpage failed. Signed-off-by: Chao Yu <chao2.yu@samsung.com> --- fs/f2fs/data.c | 3 +++ 1 file changed, 3...
View Article[PATCH 9/9] mm/rmap: use rmap_walk() in page_mkclean() (no replies)
Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in page_mkclean(). In this patch, I change following things. 1. remove...
View Article[PATCH 1/9] mm/rmap: recompute pgoff for huge page (no replies)
We have to recompute pgoff if the given page is huge, since result based on HPAGE_SIZE is not approapriate for scanning the vma interval tree, as shown by commit 36e4f20af833 ("hugetlb: do not use...
View Article[PATCH 4/9] mm/rmap: make rmap_walk to get the rmap_walk_control argument (no...
In each rmap traverse case, there is some difference so that we need function pointers and arguments to them in order to handle these difference properly. For this purpose, struct rmap_walk_control is...
View Article[PATCH 8/9] mm/rmap: use rmap_walk() in page_referenced() (no replies)
Now, we have an infrastructure in rmap_walk() to handle difference from variants of rmap traversing functions. So, just use it in page_referenced(). In this patch, I change following things. 1. remove...
View Article