GET BACK TO ME
-- Hello. I have a business proposal for you. There are no risks involved. Pls reply for brief.From Zhang Tiejun ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- To unsubscribe from this list: send the line "unsubs... 17 Feb 2010 02:15
[GIT PATCH] IBFT patches for 2.6.33-rc8
Here is a IBFT patch for 2.6.33-rc8. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/ibft-2.6.git/ The patch has been in the mm-tree. ----- drivers/firmware/iscsi_ibft.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line ... 17 Feb 2010 02:15
[PATCH 2/2] class: Free the class private data in class_release
From: Laurent Pinchart <laurent.pinchart(a)ideasonboard.com> Fix a memory leak by freeing the memory allocated in __class_register for the class private data. Signed-off-by: Laurent Pinchart <laurent.pinchart(a)ideasonboard.com> Acked-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: stable <stable(a)kernel.org>... 17 Feb 2010 00:19
[GIT PATCH] USB patches for 2.6.33-rc8
Here are some USB patches for the 2.6.33-rc8 tree. They consist of a number of bug fixes, and some new device ids. There is also a kfifo fix in here that was required by one of the USB drivers (FHCI) to work properly after the recent kfifo changeover. That fix has been acked by the kfifo developer, as well as ... 17 Feb 2010 00:19
[GIT PATCH] driver core fixes for 2.6.33-rc8
Here are two 2.6.33-rc8 patches for the driver core: They fix: - memory leak fix for when struct class is removed from the system. - regression fix for sysfs loosing their attributes. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git/ Both of these patches have ... 17 Feb 2010 00:19
drivers/net: Use netif_<level> macros
From: Joe Perches <joe(a)perches.com> Date: Mon, 15 Feb 2010 10:34:19 -0800 And a few checkpatch cleanups All applied to net-next-2.6, thanks Joe. -- 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://vg... 17 Feb 2010 00:19
x86: Add iMac9,1 to pci_reboot_dmi_table
On 02/16/2010 03:33 PM, tip-bot for Justin P. Mattock wrote: Commit-ID: 30f541e8251d3a708544808292d96eaecbe7e3ab Gitweb: http://git.kernel.org/tip/30f541e8251d3a708544808292d96eaecbe7e3ab Author: Justin P. Mattock<justinmattock(a)gmail.com> AuthorDate: Tue, 16 Feb 2010 15:17:29 -0800 Committer: H... 17 Feb 2010 00:19
[PATCH]"X86",Resend_Add_iMac9,1_to_pci_reboot_dmi_table
On the iMac9,1 /sbin/reboot results in a black mangled screen. Adding this DMI entry gets the machine to reboot cleanly as it should. Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> --- arch/x86/kernel/reboot.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arc... 17 Feb 2010 00:19
[PATCH 1/8] p9auth: set fsuid
From: Serge E. Hallyn <serue(a)us.ibm.com> fsuid should always trail euid changes. So p9auth should set fsuid as well when it sets ruid and euid. Whether the suid should also be set is an open question - keeping the old uid in suid may be useful, or may just serve to trick lazy userspace. Note that so long as... 17 Feb 2010 00:18
x86_64: allow sections that are recycled to set _PAGE_RW
On Sat, Feb 13, 2010 at 12:08:17PM -0800, Suresh Siddha wrote: Konrad, I don't think this patch is correct. I am not sure if I understand why we see this failure in Xen. In native case, we have two kernel mappings for 64bit kernel. One is kernel text mapping: ffffffff80000000 - fffffff... 17 Feb 2010 00:18