[PATCH 01/12] Fixed checkpatch.pl issues to Line 172 Fixed most problems pointed out by checkpatch.pl in file r8192U_core.c up to line 172
From: Mike Gilks <kernel.online(a)gilksonline.com> Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 95 ++++++++++++++++--------------- 1 files changed, 49 insertions(+), 46 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/r... 5 Jun 2010 07:03
remove pointless debug printk in rt_ioctl_giwscan()
On Saturday 05 June 2010, Giangiacomo Mariotti wrote: This debug printk is only useful if you're debugging the staging drivers 2860 e 2870, but, if you're just using them, it becomes really annoying, because it uselessly clobbers the kernel log. I guess this patch shouldn't really get merged, but it's more ... 18 Jun 2010 20:10
[RFC PATCH v7 18/19] Add a kconfig entry and make entry for mp device.
From: Xin Xiaohui <xiaohui.xin(a)intel.com> Signed-off-by: Xin Xiaohui <xiaohui.xin(a)intel.com> Reviewed-by: Jeff Dike <jdike(a)linux.intel.com> --- drivers/vhost/Kconfig | 10 ++++++++++ drivers/vhost/Makefile | 2 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/vhost/Kconfig b/d... 5 Jun 2010 07:03
[RFC PATCH v7 11/19] Use callback to deal with skb_release_data() specially.
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 Dike <jdike(a)linux.intel.com> --- net/core/skbuff.c | 11 +++++++++++ 1 files chang... 5 Jun 2010 07:03
skbuff: add check for non-linear to warn_if_lro and needs_linearize
From: Jeff Kirsher <jeffrey.t.kirsher(a)intel.com> Date: Wed, 02 Jun 2010 15:24:37 -0700 From: Alexander Duyck <alexander.h.duyck(a)intel.com> We can avoid an unecessary cache miss by checking if the skb is non-linear before accessing gso_size/gso_type in skb_warn_if_lro, the same can also be done to avo... 5 Jun 2010 07:03
Dear Webmail/E-mail user
Dear Webmail/E-mail user, This message is from our Webmail Messaging Center to all our account owners.We are currently upgrading our database and e-mail center. We are deleting all unused webmail account to create more space for new accounts. To ensure that you do not experience service interruption during this ... 5 Jun 2010 03:51
[GIT] Networking
1) act_nat miscomputes checksum when there isn't an address match. From Changli Gao. 2) cls_u32 and act_pedit access illegally past skb->data linear data end on fragmented packets, fix also from Changli Gao. 3) Fix integer overflow in tcp_hybla, from Daniele Lacamera. 4) Two SFC bug fixes from Ben Hu... 5 Jun 2010 02:47
Offer
We offer Loans to individuals, businesses and other cooperate bodies who need financial help or assistant at 3% annual interest rate. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/major... 5 Jun 2010 02:47
[GIT PULL] nilfs2 fixes
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git for-linus to grab the following fixes. A style fix and a cleanup, both of which are against changes in rc1. Thanks, Ryusuke Konishi -- The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637... 5 Jun 2010 01:43
[PATCH] remove pointless debug printk in rt_ioctl_giwscan()
This debug printk is only useful if you're debugging the staging drivers 2860 e 2870, but, if you're just using them, it becomes really annoying, because it uselessly clobbers the kernel log. I guess this patch shouldn't really get merged, but it's more like a request to remove these annoying debugging messages for ... 5 Jun 2010 01:43