[PATCH v3 2/7] net: remove old tcp_optlen function
The tcp_optlen() function returns a potential *negative* unsigned. In the only two existing files using the old tcp_optlen() function, clean up confusing and inconsistent mixing of both byte and word offsets, and other coding style issues. Document assumptions. Quoth David Miller: This is transmit, and th... 14 Feb 2010 01:58
[PATCH v3 1/7] net: tcp_header_len_th and tcp_option_len_th
Redefine two TCP header functions to accept TCP header pointer. When subtracting, return signed int to allow error checking. These functions will be used in subsequent patches that implement additional features. Signed-off-by: William.Allen.Simpson(a)gmail.com --- include/linux/tcp.h | 12 ++++++++++++ 1 ... 14 Feb 2010 01:58
[RFC][PATCH 3/4] anon_inode fcntl() checks: report failure for fcntl(F_SETFL) on epoll
Report failure when userspace attempts to set unsupported flags on epoll files with fcntl(). Signed-off-by: Matt Helsley <matthltc(a)us.ibm.com> Cc: Davide Libenzi <davidel(a)xmailserver.org> --- fs/eventpoll.c | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/fs/eventpoll... 13 Feb 2010 20:32
ARM: ftrace: add Thumb-2 support
Rabin Vincent wrote: Fix the mcount routines to build and run on a kernel built with the Thumb-2 instruction set. Cc: Catalin Marinas <catalin.marinas(a)arm.com> Signed-off-by: Rabin Vincent <rabin(a)rab.in> --- arch/arm/kernel/entry-common.S | 8 +++++--- 1 files changed, 5 insertions(+), 3 de... 23 Apr 2010 17:51
ARM: ftrace: clean up mcount assembly indentation
On Sun, Feb 14, 2010 at 01:18:29AM +0530, Rabin Vincent wrote: The mcount implementation currently uses a different indentation style from the rest of the file (and the rest of the ARM assembly in the kernel). Clean it up. Signed-off-by: Rabin Vincent <rabin(a)rab.in> Acked-by: Uwe Kleine-K�nig <u.klein... 22 Feb 2010 14:08
[PATCH 08/10] ARM: ftrace: fix and update dynamic ftrace
This adds mcount recording and updates dynamic ftrace for ARM to work with the new ftrace dyamic tracing implementation. It also adds support for the mcount format used by newer ARM compilers. With dynamic tracing, mcount() is implemented as a nop. Callsites are patched on startup with nops, and dynamically pat... 13 Feb 2010 14:55
33-rc8 Running aplay with pulse as the default
On Saturday 13 February 2010 12:17:10 Ed Tomlinson wrote: Looks like can also trigger an opps that force me to reboot. I tried su - <id> pulseaudio -D and got the following lockdep traceback followed by an opps This is grover.unknown_domain (Linux x86_64 2.6.33-rc8-crc) 13:53:37 grover login: [ 87.2549... 18 Feb 2010 09:27
sched: fix SMT scheduler regression in find_busiest_queue()
* Suresh Siddha <suresh.b.siddha(a)intel.com> [2010-02-12 17:14:22]: PeterZ/Ingo, Ling Ma and Yanmin reported this SMT scheduler regression which lead to the condition where both the SMT threads on a core are busy while the other cores in the same socket are completely idle, causing major performance... 17 Feb 2010 00:18
[LOCKDEP] 33-rc8 Running aplay with pulse as the default
Hi, Inorder to get skype working with linux I have the following in .asoundrc for my normal userid. --- pcm.pulse { type pulse } ctl.pulse { type pulse } pcm.!default { type pulse } ctl.!default { type pulse --- Try #1 Starting as root if I do: su - <id> aplay sound.wav <tra... 13 Feb 2010 12:40
Hung task - sync - 2.6.33-rc7 w/md6 multicore rebuild in process
Scenario: 1. raid6 (software - 6 1Tb sata drives) doing a resync (multi core enabled) 2. rebuilding kernel (rc8) 3. system became sluggish - top & vmstat showed all 12Gb ram used - albeit 10g of fs cache. It seemed as though relcaim of fs cache became really slow once there were no more "free" pages. vmstat <... 13 Feb 2010 13:47