[GIT PULL] ARM MSM updates for 2.6.35-rc1
Hi Linus, Here's a couple of simple patches. One fixes a compile failure in certain situations, and the other is just dead code removal. Daniel The following changes since commit 7b52161d14fa8a22a2387f4aa2fb7b854587830d: msm: 7x30 Kconfig and makefile changes (2010-05-13 16:08:55 -0700) are availabl... 27 May 2010 18:09
wireless:ath9k Fix ath_print in xmit.c
> - "Unable to stop TxDMA. Reset HAL!\n"); + "Unable to stop TxDMA. Reseting hardware!\n"); I hate to mention it but the correct spelling is "resetting." -- Roland Dreier <rolandd(a)cisco.com> || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html ... 27 May 2010 18:09
Fwd: Default security module feature of 2.6.34
---------- Forwarded message ---------- From: Stephen Smalley <sds(a)tycho.nsa.gov> Date: Fri, May 28, 2010 at 1:44 AM Subject: Re: Default security module feature of 2.6.34 To: Shaz <shazalive(a)gmail.com> Cc: selinux <selinux(a)tycho.nsa.gov> On Fri, 2010-05-28 at 01:28 +0500, Shaz wrote: On Fri, May 28, 2010 ... 27 May 2010 17:03
[PULL REQUEST] Quota mount handling and various fixes
Hello Linus, this changeset contains Christoph's quota mount handling reorg series, removal of dead quota code from UDF, UFS, pohmelfs and a couple of fixes. The tree has now sustained some xfsqa runs for ext2, ext3, ext4, and reiserfs so hopefully no new bugs are introduced. Could you please pull from ... 27 May 2010 17:03
superblock: add filesystem shrinker operations
On Tue, 25 May 2010 18:53:07 +1000 Dave Chinner <david(a)fromorbit.com> wrote: From: Dave Chinner <dchinner(a)redhat.com> Now we have a per-superblock shrinker implementation, we can add a filesystem specific callout to it to allow filesystem internal caches to be shrunk by the superblock shrinker. ... 27 May 2010 17:03
Dear friend!
Dear friend, How are you doing now? I bought a notebook from the website last week www.krrshop.com I have received the product in time. Not only its quality is very good,but alsoits price is very low. They also sell phone,TV,handheld game player,motorcycle and musical instruments. They import products from USA,... 27 May 2010 17:03
[tip:x86/urgent] x86, cpufeature: Unbreak compile with gcc 3.x
Commit-ID: 1ba4f22c426ba04b00fd717318d50620c621a0e1 Gitweb: http://git.kernel.org/tip/1ba4f22c426ba04b00fd717318d50620c621a0e1 Author: H. Peter Anvin <hpa(a)linux.intel.com> AuthorDate: Thu, 27 May 2010 12:02:00 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Thu, 27 May 2010 12:02:00 -07... 27 May 2010 17:03
sys_personality: make sure (int)personality >= 0
On 05/27/2010 08:36 AM, Oleg Nesterov wrote: Not sure about this patch. The kernel/libc part is correct, but since user-space declares "int personality(unsigned long persona)" the current behaviour can confuse the (poor written) applications even on 64-bit machines. Consider: personality(0xff... 28 May 2010 15:57
[PATCH 2/2] blackfin: use ->mmap_sem to protect mm_context_t->sram_list
Any usage of mm->context.sram_list is not safe, is_user_addr_valid() and sram_free_with_lsl/sram_free_with_lsl can race with each other. Change sram_free_with_lsl/sram_free_with_lsl to take mm->mmap_sem for writing, is_user_addr_valid() was already modified to take it for reading and it doesn't modify this list. ... 27 May 2010 17:03
[PATCH 1/2] blackfin: ptrace: fix the unsafe usage of mm/find_vma in is_user_addr_valid()
1. is_user_addr_valid() must not assume child->mm != NULL, we can race with SIGKILL. Use get_task_mm(). 2. find_vma() needs mm->mmap_sem, we can race with another thread which shares ->mm with the tracee. 3. Move the simple FIXED_CODE_ checks up, before other potentially costly checks, and thus outsid... 27 May 2010 17:03