[git pull] Please pull powerpc.git merge branch
Hi Linus ! Here's a handful of powerpc fixes for 2.6.34, along with a patch from Fujita Tomonori to remove a config option that is mostly useless nowadays. Cheers, Ben. The following changes since commit 39710479303fd3affb3e204e9a7a75cc676977b5: Linus Torvalds (1): Merge branch 'for-linus' of gi... 19 Mar 2010 03:49
Netfilter: Remove unused headers in net/ipv6/netfilter/ip6t_LOG.c
On Fri, Mar 19, 2010 at 5:18 AM, <wzt.wzt(a)gmail.com> wrote: Remove unused headers in net/ipv6/netfilter/ip6t_LOG.c It'd be better to search whole tree and send one patch that send one by one. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger... 19 Mar 2010 11:59
[PATCH] kconfig: recalc symbol value before showing search results
A symbol's value won't be recalc-ed until we save config file or enter the menu where the symbol sits. So If I enable OPTIMIZE_FOR_SIZE, and search FUNCTION_GRAPH_TRACER: Symbol: FUNCTION_GRAPH_TRACER [=y] Prompt: Kernel Function Graph Tracer Defined at kernel/trace/Kconfig:140 Depends on: ... [=y... 19 Mar 2010 03:49
[PATCH 1/2] pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma
If !CONFIG_HUGETLB_PAGE, pagemap_hugetlb_range() is never called. So put it (and its calling function) into #ifdef block. Signed-off-by: Naoya Horiguchi <n-horiguchi(a)ah.jp.nec.com> --- fs/proc/task_mmu.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/fs/proc/task_mmu.c b/fs/proc/t... 19 Mar 2010 02:43
PPC: Skip over OF_DT_NOP when unflattening the device tree
On Fri, Mar 19, 2010 at 12:06 AM, Jason Gunthorpe <jgunthorpe(a)obsidianresearch.com> wrote: On Fri, Mar 19, 2010 at 04:50:38PM +1100, Benjamin Herrenschmidt wrote: On Tue, 2010-03-09 at 12:30 -0700, Jason Gunthorpe wrote: NOPs within the property section are skipped, but NOPs between OF_DT_END_NODE a... 19 Mar 2010 02:43
PPC: Skip over OF_DT_NOP when unflattening the device tree
On Fri, Mar 19, 2010 at 04:50:38PM +1100, Benjamin Herrenschmidt wrote: On Tue, 2010-03-09 at 12:30 -0700, Jason Gunthorpe wrote: NOPs within the property section are skipped, but NOPs between OF_DT_END_NODE and OF_DT_BEGIN_NODE were not. My firmware NOPs out entire nodes depending on various environm... 19 Mar 2010 02:43
PPC: Skip over OF_DT_NOP when unflattening the device tree
On Tue, 2010-03-09 at 12:30 -0700, Jason Gunthorpe wrote: NOPs within the property section are skipped, but NOPs between OF_DT_END_NODE and OF_DT_BEGIN_NODE were not. My firmware NOPs out entire nodes depending on various environment parameters. of_scan_flat_dt already handles NOP more generally.. Go... 19 Mar 2010 02:43
memcg: fix typo in memcg documentation
* Greg Thelen <gthelen(a)google.com> [2010-03-18 15:04:39]: Updated memory.txt to be more consistent: s/swapiness/swappiness/ Signed-off-by: Greg Thelen <gthelen(a)google.com> --- Documentation/cgroups/memory.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documenta... 19 Mar 2010 07:05
patch b43-workaround-circular-locking-in-hw-tkip-key-update-callback.patch added to 2.6.33-stable tree
On Fri, Mar 19, 2010 at 03:16:22AM +0100, Stefan Lippers-Hollmann wrote: Hi On Friday 19 March 2010, gregkh(a)suse.de wrote: This is a note to let you know that we have just queued up the patch titled Subject: b43: Workaround circular locking in hw-tkip key update callback to the ... 19 Mar 2010 00:34
[PATCH] Netfilter: Remove unused headers in net/ipv6/netfilter/ip6t_LOG.c
Remove unused headers in net/ipv6/netfilter/ip6t_LOG.c Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- net/ipv6/netfilter/ip6t_LOG.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/net/ipv6/netfilter/ip6t_LOG.c b/net/ipv6/netfilter/ip6t_LOG.c index 3a23169..55de0cf ... 18 Mar 2010 23:28