|
i2c/imx: call ioremap only after request_mem_region
|
| |
accordingly adapt order of release_mem_region and release_mem_region on remove. Signed-off-by: Uwe Kleine-König <u.kleine-koe...@pengutronix.d e> Cc: Ben Dooks <ben-li...@fluff.org> Cc: Wolfram Sang <w.s...@pengutronix.de> Cc: Richard Zhao <linux...@gmail.com> Cc: Darius Augulis <augulis.dar...@gmail.com>... more »
|
|
hello!
|
| |
Hello Everyone! I am a new comer to linux kernel.I wish somebody say hello to me! haha
|
|
sched/perf: make sure irqs are disabled for perf_event_task_sched_in()
|
| |
perf_event_task_sched_in() expects interrupts to be disabled, but on architectures with __ARCH_WANT_INTERRUPTS_ON_CTXS W defined, this isn't true. If this is defined, disable irqs around the call in finish_task_switch(). Signed-off-by: Jamie Iles <jamie.i...@picochip.com> Cc: Ingo Molnar <mi...@elte.hu>... more »
|
|
compat_ioctl: unknown cmd on serial /dev/console
|
| |
After the commit fb07a5f8 ("compat_ioctl: remove all VT ioctl handling"), I got this error message on 64-bit mips kernel with 32-bit busybox userland: ioctl32(init:1): Unknown cmd fd(0) cmd(00005600){t:'V';sz:0} arg(7fd76480) on /dev/console The cmd 5600 is VT_OPENQRY. The busybox's init issues this ioctl to... more »
|
|
You've won
|
| |
You've won £500,000.00 pounds from the Microsoft End Of Year Lottery.Send your Names/Address/Sex/Tel to alves.pret...@live.com. Regards Mrs Mary Harmon
|
|
RFC: [PATCH V2 0/9 Integration of SmartMedia/xD into mtd subsystem
|
| |
Hi, This is second version of my patchset. Changes since V1: -> Ported to latest kernel revision (2.6.33-rc3) -> Resolved problem with oob layout -> Resoved all checkpatch.pl issues -> Tested that indeed all hardware devices of this type have same PCI ID Remaining issues: * Write speed is of course still very low, but like I said, it might be... more »
|
|
: hardware/mISDN/mISDNinfineon.c : Bail out of loop on error
|
| |
If setup_instance() fails we kfree() the card, and then use it in the next loop iteration. So lets bail out of the loop instead. Coverity CID: 13357 Signed-off-by: Darren Jenkins <darrenrjenk...@gmail.com> diff --git drivers/isdn/hardware/mISDN/mI SDNinfineon.c drivers/isdn/hardware/mISDN/mI SDNinfineon.c... more »
|
|
MMC: Atmel host kconfig cleanup for everyone else
|
| |
This prevents those without an Atmel chip having a line in kernel configuration which says "Atmel SD/MMC Driver" without any option. Signed-off-by: Jonathan Cameron <ji...@cam.ac.uk> Signed-off-by: Nicolas Ferre <nicolas.fe...@atmel.com> --- drivers/mmc/host/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)... more »
|
|
2.6.31.9: JFS - inconsistent lock state
|
| |
Hi all, I noticed this popped up in dmesg at one point. Based on the changelog between v2.6.31.9 and v2.6.31.10, I don't think this has been fixed yet (I see no JFS changes in v2.6.31.10). [ 2282.813001] [ 2282.813004] ============================== === [ 2282.813006] [ INFO: inconsistent lock state ]... more »
|
|
|