linux-next: Tree for June 14
Hi all, This tree has not had the build testing between merges just after all the merges had been done. Changes since 20100611: Dropped tree: drbd (based on an old version of the block tree) My fixes tree contains: v4l-dvb: update gfp/slab.h includes arm: update gfp/slab.h includes dav... 13 Jun 2010 22:41
linux-next: build warning after merge of the ubi tree
Hi Artem, After merging the ubi tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/mtd/ubi/scan.c: In function 'check_what_we_have': drivers/mtd/ubi/scan.c:960: warning: passing argument 1 of 'get_random_bytes' discards qualifiers from pointer target type Introduced by commit... 13 Jun 2010 22:41
[PATCH 1/1] Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
This patch adds support or getting and setting feature reports for bluetooth HID devices from HIDRAW. Signed-off-by: Alan Ott <alan(a)signal11.us> --- net/bluetooth/hidp/core.c | 121 +++++++++++++++++++++++++++++++++++++++++++-- net/bluetooth/hidp/hidp.h | 8 +++ 2 files changed, 125 insertions(+), 4 deleti... 13 Jun 2010 19:24
[PATCH 0/1] Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
This patch adds support to the bluetooth hidp module for getting and setting FEATURE reports from hidraw, as requested by Jiri Kosina. This patch depends on the patch named: [PATCH v2] HID: Add Support for Setting and Getting Feature Reports from hidraw I have a couple of concerns with this patch, which ... 13 Jun 2010 19:24
[PATCHv2] kmmio/mmiotrace: fix double free of kmmio_fault_pages
After every iounmap mmiotrace has to free kmmio_fault_pages, but it can't do it directly, so it defers freeing by RCU. It usually works, but when mmiotraced code calls ioremap-iounmap multiple times without sleeping between (so RCU won't kick in and start freeing) it can be given the same virtual address, so at ... 13 Jun 2010 18:17
[PATCH] [fs/sysv] Fix NULL deref. when allocating new inode
A call to sysv_write_inode() in sysv_new_inode() to its new interface that replaced wait flag with writeback structure. This was broken by a9185b41a4f84971b930c519f0c63bd450c4810d. Signed-off-by: Lubomir Rintel <lkundrak(a)v3.sk> --- fs/sysv/ialloc.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-... 13 Jun 2010 18:17
BUG: using smp_processor_id() in preemptible code: s2disk
Hello, ..35-rc3, x86 Hit the following error today: kernel: [ 94.817525] CPU1: Thermal monitoring handled by SMI kernel: [ 94.951454] BUG: using smp_processor_id() in preemptible [00000000] code: s2disk/3392 kernel: [ 94.951462] caller is nr_iowait_cpu+0xe/0x1e kernel: [ 94.951466] Pid: 3392, comm: ... 15 Jun 2010 00:02
Business Proposal
Dear Friend, I am Chun Hsieh The Executive Vice President and Chief Auditor Bank Sino Pac Taiwan ,I have a business proposal for you of my partner fund in my bank,get back to me via my personal e-mail chuhsieh60(a)hotmail.com for more details. -- To unsubscribe from this list: send the line "unsubscribe ... 13 Jun 2010 16:02
Linux/Guest unmapped page cache control
* Balbir Singh <balbir(a)linux.vnet.ibm.com> [2010-06-08 21:21:46]: Selectively control Unmapped Page Cache (nospam version) From: Balbir Singh <balbir(a)linux.vnet.ibm.com> This patch implements unmapped page cache control via preferred page cache reclaim. The current patch hooks into kswapd and recl... 14 Jun 2010 04:05
2.6.34-rc1: Badness at fs/proc/generic.c:316
On Sun, 13 Jun 2010 at 17:22, Stefan Lippers-Hollmann wrote: Still existing in 2.6.34 and 2.6.35 HEAD, however a patch fixing the issue for b2c2-flexcop/ flexcop-pci has been posted last week: So, now we have two patches for slightly different issues? * http://lkml.indiana.edu/hypermail/linux/kernel/1006.0... 14 Jun 2010 12:52