Use callback to deal with skb_release_data() specially.
Le samedi 05 juin 2010 à 18:14 +0800, xiaohui.xin(a)intel.com a écrit : From: Xin Xiaohui <xiaohui.xin(a)intel.com> If buffer is external, then use the callback to destruct buffers. Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Yu <yzhao81new(a)gmail.com> Reviewed-by: Jeff D... 9 Jun 2010 04:16
Export 2 func for device to assign/deassign new strucure
Le samedi 05 juin 2010 à 18:14 +0800, xiaohui.xin(a)intel.com a écrit : From: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Zhao Yu <yzhao81new(a)gmail.com> Reviewed-by: Jeff Dike <jdike(a)linux.intel.com> --- include/linux/netdevice.h | 3 +++ ... 5 Jun 2010 11:25
Make __alloc_skb() to get external buffer.
Le samedi 05 juin 2010 à 18:14 +0800, xiaohui.xin(a)intel.com a écrit : From: Xin Xiaohui <xiaohui.xin(a)intel.com> child->fclone = SKB_FCLONE_UNAVAILABLE; } + /* Record the external buffer info in this field. It's not so good, + * but we cannot find another place easily. + */ + shinfo->destructor... 9 Jun 2010 04:16
Kernel 2.6.32-22-generic sata problems
SYNOPSES ========== Kernel fails to boot when multiple SATA drives are connected. After a day of working on the problem (changing cables, sata positions, motherboards, CPUs, power supplies, etc.) I discovered that with only the boot drive connected everything worked fine. BACKGROUND ============= I had a ... 7 Jun 2010 19:58
[PATCH 10/13] staging: rtl8192u: fix c99 issues in file r8192U_core.c to line 3000 This is a patch to r8192U_core.c file to begin to rid the file of c99 style comments
Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 583 ++++++++++++++++++-------------- 1 files changed, 335 insertions(+), 248 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 26f671f..a7b43a0 100... 5 Jun 2010 11:25
[PATCH 13/13] staging: rtl8192u: remove all C99 style comments from file r8192U_core This patch removes all C99 comments from file rtl8192U_core.c
Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 395 +++++++++++++++++--------------- 1 files changed, 214 insertions(+), 181 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 895f748..dc4d2b6 100... 5 Jun 2010 11:25
[PATCH 08/13] staging: rtl8192u: fix checkpatch.pl issues to line 514
Fixed most problems pointed out by checkpatch.pl in file r8192U_core.c up to line 500 Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 73 ++++++++++++------------------- 1 files changed, 28 insertions(+), 45 deletions(-) diff --git a/drivers/staging/rtl8... 5 Jun 2010 11:25
[PATCH 05/13] checkpatch.pl issues removed to line 296
From: Mike Gilks <kernel.online(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 47 ++++++++++++++++++------------- 1 files changed, 27 insertions(+), 20 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index ba9df82..7bfbbfe 100644 ---... 5 Jun 2010 11:25
[PATCH 07/13] fix most checkpatch.pl issues to line 400
From: Mike Gilks <kernel.online(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 21 ++++++--------------- 1 files changed, 6 insertions(+), 15 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index ac620a5..ae388f7 100644 --- a/drivers/... 5 Jun 2010 11:25
[PATCH 01/13] Linux 2.6.35-rc1
From: Linus Torvalds <torvalds(a)linux-foundation.org> ... and thus endeth the merge window. --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ebc8225..6e39ec7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 ... 5 Jun 2010 11:24