[PATCH 1/2] ceph: update atime after read. (no replies)
Now ceph don't update atime after read.So add this function. Signed-off-by: Jianpeng Ma <majianpeng@gmail.com> --- fs/ceph/file.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git...
View Articlelinux-next: build warning after merge of the mfd tree (no replies)
Hi Samuel, After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/mfd/ti_am335x_tscadc.c: In function 'ti_tscadc_probe':...
View Articlelinux-next: manual merge of the xen-two tree with the tip tree (no replies)
Hi Konrad, Today's linux-next merge of the xen-two tree got a conflict in arch/x86/xen/time.c between commit 5584880e44e4 ("x86: xen: Sync the wallclock when the system time is set") from the tip tree...
View Article[PATCH 2/2] ceph: for sync_read, call file_accessed to update atime. (no...
For ceph_sync_read,it don't call file_accessed to update atime.But the buffer_read do it .So add it. Signed-off-by: Jianpeng Ma <majianpeng@gmail.com> --- fs/ceph/file.c | 1 + 1 file changed, 1...
View Article[FMC] BUG: scheduling while atomic: swapper/1/0x10000002 (2 replies)
Greetings, I got the below dmesg and the first bad commit is commit 4debfe409b6e550032bfef9733e9f6f7c5613617 Author: Alessandro Rubini <rubini@gnudd.com> Date: Tue Jun 18 23:48:07 2013 +0200...
View Article[GIT PULL] s390 patches for the 3.11 merge window #1 (no replies)
Hi Linus, please pull from the 'for-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus to receive the following updates: This is the bulk of the s390 patches for...
View Articlelinux-next: build failure after merge of the final tree (net-next tree...
Hi all, After merging the final tree, today's linux-next build (powerpc allnoconfig) failed like this: fs/select.c: In function 'do_select': fs/select.c:408:2: error: implicit declaration of function...
View Articlelinux-next: Tree for Jul 3 (no replies)
Hi all, Changes since 20130702: The powerpc tree lost its build failure. The device-mapper tree gained a conflict against the md tree. The net-next tree gained a build failure for which I...
View Article[PATCH linux-next 2/2] arm: multi_v7_defconfig: add support for NFS root (no...
Add the necessary config options, to allow booting with NFS root on an i.MX6 sabre sd. Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com> Cc: Russell King...
View Articlelinux-next arm multi_v7_defconfig: add support for i.MX6 on NFS root (1 reply)
Hi, I would like to propose the following two patches, which allow me to boot next-20130702 with NFS root on an i.MX6 sabre sd: [PATCH linux-next 1/2] arm: multi_v7_defconfig: add i.MX serial [PATCH...
View Article[RFC][PATCH 1/4] tracing: Add ref count to ftrace_event_call (1 reply)
From: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org> When one of the event files is opened, we need to prevent them from being removed. Modules do with with the module owner set (automated...
View Article[RFC][PATCH 4/4] tracing/uprobes: Fail to unregister if probe event files are...
From: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org> When one of the event files is opened, we need to prevent them from being removed. Modules do with with the module owner set (automated...
View Article[RFC][PATCH 0/4] tracing/kprobes/uprobes: Fix race between opening probe...
Currently there exists a race with deleting a kprobe or uprobe and a user opening the probe event file or using perf events. The problem stems from not being able to take the probe_lock from the...
View ArticleIntel_pstate: One Core always 100% C0 state and never scale down (no replies)
I am using a laptop with Intel Ivy bridge core i7 3610QM. I updated my kernel to 3.10 and started to use intel_pstate as scaling driver: #cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver...
View Articlelinux-next: manual merge of the akpm tree with the kbuild tree (2 replies)
Hi Andrew, Today's linux-next merge of the akpm tree got conflicts in tools/include/tools/be_byteshift.h and tools/include/tools/le_byteshift.h between commit b35310627f39 ("tools/include: use stdint...
View Article[PATCH v3 0/2] sched: smart wake-affine (2 replies)
Since v2: Add patch [PATCH 2/2] sched: reduce the overhead of obtain factor for optimization. (Thanks to PeterZ) This patch-set will implement a smart wake-affine, in order to regain the lost...
View Articlelinux-next: build warnings in Linus' tree (no replies)
Hi all, Building Linus' tree, today's linux-next build (x86_64 allmodconfig) produced this warning (these have been around for a while): drivers/infiniband/hw/nes/nes_hw.c:81:23: warning:...
View Article[BUG] Failed to open a file after setgid (no replies)
Hi guys! I encountered that a file cannot be opened even if the process has a valid access authority for the file on linux-3.10. This problem is caused since the group list which getgroups() returns...
View Article[URGENT rfc patch 0/3] tsc clocksource bug fix (5 replies)
We find some benchmarks drop a lot on tip/sched/core on many Intel boxes, like oltp, tbench, hackbench etc. and bisected the commit 5d33b883ae cause this regression. Due to this commit, the...
View Article[PATCH 3/4] video: make goldfish video depend on GOLDFISH || COMPILE_TEST (no...
Nearly all the other goldfish peripherals (mtd, keyboard, etc) have a dependency on the main platform's GOLDFISH Kconfig item, but this one got skipped. It was suggested to add it earlier[1], but that...
View Article