bitops: rename for_each_bit to for_each_set_bit
On Tue, 2010-02-02 at 00:10 +0900, Akinobu Mita wrote: Rename for_each_bit to for_each_set_bit in the kernel source tree. I preferred the for_each_bit because it gives some naming consistency. These look for set bits: find_first_bit find_next_bit find_last_bit These loo... 2 Feb 2010 22:12
[PATCH 1/3] trace-graph: fix printf compile warnings
Signed-off-by: Darren Hart <dvhltc(a)us.ibm.com> --- trace-graph.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trace-graph.c b/trace-graph.c index 135e516..1759163 100644 --- a/trace-graph.c +++ b/trace-graph.c @@ -886,13 +886,13 @@ static void draw_cpu_info(struct graph_info *gi... 2 Feb 2010 22:12
[PATCH 2/3] trace-cmd: fix printf compile warnings
Signed-off-by: Darren Hart <dvhltc(a)us.ibm.com> --- trace-read.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trace-read.c b/trace-read.c index a04c85b..5befaba 100644 --- a/trace-read.c +++ b/trace-read.c @@ -216,7 +216,7 @@ static void read_rest(void) r = read(input_fd, buf, ... 2 Feb 2010 22:12
[PATCH 0/3 V2] trace-cmd: compiler warning fixes
The following series fixes a few minor compiler warnings. These are mostly printf format type issues. Also includes an uninitialized variable fix. V2: actually send my patches and not 2 of rostedts... -- Darren Hart IBM Linux Technology Center Real-Time Linux Team -- To unsubscribe from this list: send the... 2 Feb 2010 22:12
[PATCH v2 -stable 2.6.32.7] clocksource: fix compilation if no GENERIC_TIME
Commit a9238ce3bb0fda6e760780b702c6cbd3793087d3 broke compilation on platforms that do not implement GENERIC_TIME (e.g. iop32x): kernel/time/clocksource.c: In function 'clocksource_register': kernel/time/clocksource.c:556: error: implicit declaration of function 'clocksource_max_deferment' Provide the imple... 2 Feb 2010 22:12
perf_events: fix bug in hw_perf_enable()
On Mon, 2010-02-01 at 14:50 +0200, Stephane Eranian wrote: We cannot assume that because hwc->idx == assign[i], we can avoid reprogramming the counter in hw_perf_enable(). The event may have been scheduled out and another event may have been programmed into this counter. Thus, we need a more rob... 2 Feb 2010 22:13
[GIT PULL] regulator fix
Linus, Please pull the following WM8350 regulator fix for v2.6.33-rc7. Thanks. Liam --- The following changes since commit abe94c756c08d50566c09a65b9c7fe72f83071c5: Linus Torvalds (1): Linux 2.6.33-rc6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/g... 2 Feb 2010 22:12
rmap: remove obsolete check from __page_check_anon_rmap
On Thu, 2010-01-28 at 01:43 -0500, Rik van Riel wrote: When an anonymous page is inherited from a parent process, the vma->anon_vma can differ from the page anon_vma. This can trip up __page_check_anon_rmap, which is indirectly called from do_swap_page(). Remove that obsolete check to prevent an oop... 2 Feb 2010 22:12
IRQ regression messes up xseries 330 SCI resulting in apic=off - bisected to commit b9c61b70075c87a861262473
Hi, booting a latest kernel on this machine results in: PCI: PCI BIOS revision 2.10 entry at 0xfd61c, last bus=1 PCI: Using configuration type 1 for base access bio: create slab <bio-0> at 0 ACPI: SCI (IRQ30) allocation failed ACPI Exception: AE_NOT_ACQUIRED, Unable to install System Control Interrupt handler ... 2 Feb 2010 22:16
may be wrong place #endif in include/linux/netfilter_ipv4.h
Jan Engelhardt wrote: On Sunday 2010-01-31 03:13, Helight.Xu wrote: hi all gys: when I make LKM with netfilter on "NF_IP_PRE_ROUTING" point, but it was reported that "NF_IP_PRE_ROUTING" is not defined. but I am surely including <linux/netfilter_ipv4.h>, when I opened include/linux... 2 Feb 2010 22:11