smatch stuff: range checking issues 2.6.35-rc3
This is the list of range checking issues and potential array overflows reported by smatch for 2.6.35-rc3. I hand edited the list to remove false positives. Also I changed the format a bit to make the lines shorter. filename.c +[line number] function() 'array_name' [array size] <= [array offset] I added bu... 15 Jun 2010 07:35
[GIT PULL] sound fixes for 2.6.35-rc4
Linus, please pull sound fixes for v2.6.35-rc4 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus So far, little surprises came for 2.6.35 in the sound area. This one includes only a few USB audio v2-specific fixes, a regression (Oops) fix on 2.6.34, and a quirk fix for Inte... 15 Jun 2010 07:35
DMAENGINE: driver for the ARM PL080/PL081 PrimeCells
Op 15-06-10 12:45, Jassi Brar schreef: On Tue, Jun 15, 2010 at 7:25 PM, Kukjin Kim <kgene.kim(a)samsung.com> wrote: Linus Walleij wrote: This creates a DMAengine driver for the ARM PL080/PL081 PrimeCells based on the implementation earlier submitted by Peter Pearse. This is working like a charm... 15 Jun 2010 07:35
acpi: Fix bogus preemption logic
The ACPI_PREEMPTION_POINT() logic was introduced in commit 8bd108d (ACPICA: add preemption point after each opcode parse). The follow up commits abe1dfab6, 138d15692, c084ca70 tried to fix the preemption logic back and forth, but nobody noticed that the usage of in_atomic_preempt_off() in that context is wrong. ... 15 Jun 2010 07:35
vmscan: Setup pagevec as late as possible in shrink_inactive_list()
On Mon, Jun 14, 2010 at 12:17:49PM +0100, Mel Gorman wrote: /* + * TODO: Try merging with migrations version of putback_lru_pages + */ +static noinline_for_stack void putback_lru_pages(struct zone *zone, + struct zone_reclaim_stat *reclaim_stat, + unsigned long nr_anon, unsigned long nr_file, ... 16 Jun 2010 19:56
Your Webmail Quota Has Exceeded The Set Quota
Your Webmail Quota Has Exceeded The Set Quota/Limit Which Is 20GB. You Are Currently Running On 23GB Due To Hidden Files And Folder On Your Mailbox.Please Click the Link Below To Validate Your Mailbox And Increase Your Quota. http://qoutaupdate.4-all.org/ Failure To Click This Link And Validate Your Quota May ... 15 Jun 2010 07:35
regulator: make sure the regulator is available prior to the consumers.
On Thu, 2010-06-10 at 12:49 +0100, Mark Brown wrote: On Thu, Jun 10, 2010 at 04:53:47PM +0800, sonic zhang wrote: From 5a71b38961b0889a239842defd733774ed3d9cdf Mon Sep 17 00:00:00 2001 From: Sonic Zhang <sonic.zhang(a)analog.com> Date: Thu, 10 Jun 2010 16:50:20 +0800 Subject: [PATCH] regulator: ma... 15 Jun 2010 07:35
[PATCH V2] i2c-imx: do not allow interruptions when waiting for I2C to complete (resend)
The i2c_imx_trx_complete() function is using wait_event_interruptible_timeout() to wait for the I2C controller to signal that it has completed an I2C bus operation. If the process that causes the I2C operation receives a signal, the wait will be interrupted, returning an error. It is better to let the I2C operation... 15 Jun 2010 06:30
USB: gadget: g_fs: possible invalid pointer reference bug fixed
Hello. Michal Nazarewicz wrote: During __gfs_do_config() some invalid pointers may be left in usb_configuration::interfaces array from previous calls to the __gfs_do_config() for the same configuration. This will always happen if an user space function which has a fewer then the last user space fun... 15 Jun 2010 06:30
drivers:tmp.c Fix warning: variable 'rc' set but not used
On Tue, 15 Jun 2010 07:29:44 +0200, Peter Stuge wrote: Justin P. Mattock wrote: *baffled* Why did you think that would work? transmit_cmd()s signature has 4 parameters. I have no manual in front of me. Did a quick google, but came up with (no hits) info on what that function does. grep... 15 Jun 2010 06:30