[PATCH 05/11] vfs: Support null pathname in readlink
From: NeilBrown <neilb(a)suse.de> This enables to use readlink to get the link target name from a file descriptor point to the link. This can be used with open_by_handle syscall that returns a file descriptor for a link. We can then use this file descriptor to get the target name. Signed-off-by: NeilBrown <neilb... 3 Jun 2010 12:17
linux-next: Tree for June 3 (qlcnic)
On Thu, 3 Jun 2010 13:47:53 +1000 Stephen Rothwell wrote: Hi all, Changes since 20100602: when CONFIG_INET=n: ERROR: "qlcnicvf_set_ilb_mode" [drivers/net/qlcnic/qlcnic.ko] undefined! ERROR: "qlcnicvf_config_bridged_mode" [drivers/net/qlcnic/qlcnic.ko] undefined! ERROR: "qlcnicvf_config_led" [drive... 3 Jun 2010 14:31
drivers/net/enic: Use (pr|netdev)_<level> macro helpers
On Thu, 2010-06-03 at 00:19 -0700, Scott Feldman wrote: I like the dev_name(dev) in there but not the "(unregister net_device)". Also there where a couple of lines longer than 80 chars. We can fix up the patch and resubmit if you like. I'm not constrained by 80 char lines for formats. Have at it. Fix it u... 3 Jun 2010 12:16
sctp multistream scheduling: declare sctp_sched_ops
Yaogong Wang wrote: Declare sctp_sched_ops structure and related functions Signed-off-by: Yaogong Wang <ywang15(a)ncsu.edu> --- diff -uprN -X linux-2.6.32.8/Documentation/dontdiff linux-2.6.32.8/include/net/sctp/structs.h p1/include/net/sctp/structs.h --- linux-2.6.32.8/include/net/sctp/struc... 5 Jun 2010 15:49
MIPS: Add base support for Ingenic JZ4740 System-on-a-Chip
Hi Lars, On Wednesday 02 June 2010 21:02:52 Lars-Peter Clausen wrote: This patch adds a new cpu type for the JZ4740 to the Linux MIPS architecture code. It also adds the iomem addresses for the different components found on a JZ4740 SoC. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- [sn... 3 Jun 2010 11:08
Winning Code (AQ11WWRZZA1)!!!
�1,200,000Pounds has been awarded to you in the U.K PROMO.send to this office the following: Names,,,,,,,,,,, Tel,,,,,,,,,,,,,,,,,, Age,,,,,,,,,,,,,,,, Address,,,,,,,,,,,, Occupation,,,,,,,,,, Country,,,,,,,,,,,,,,, Email: bnl.org100(a)btinternet.com Agent Name: Mr. Richard Carpenter Tel: +44-701-1132-955 ... 3 Jun 2010 11:08
[PATCH 1/4] x86: mm: create symbolic index into address_markers array
Without this, adding entries into the address_markers array means adding more and more of an #ifdef maze in pt_dump_init(). By using indices, we can keep it a bit saner. Signed-off-by: Andres Salomon <dilinger(a)queued.net> --- arch/x86/mm/dump_pagetables.c | 32 ++++++++++++++++++++++++++------ 1 files cha... 3 Jun 2010 11:08
[PATCH 4/4] lxfb: fix incorrect __init annotation
WARNING: vmlinux.o(.data+0x196e8): Section mismatch in reference from the variable lxfb_driver to the function .init.text:lxfb_probe() The variable lxfb_driver references the function __init lxfb_probe() This changes lxfb_probe and friends to use __devinit, and also adds __devexit to lxfb_remove. Signed-off-... 3 Jun 2010 11:08
[PATCH 3/4] gxfb: fix incorrect __init annotation
WARNING: vmlinux.o(.data+0x195d8): Section mismatch in reference from the variable gxfb_driver to the function .init.text:gxfb_probe() The variable gxfb_driver references the function __init gxfb_probe() This changes gxfb_probe and friends to use __devinit, and also adds __devexit to gxfb_remove. Signed-off-... 3 Jun 2010 11:08
fs: wrong type for 'magic' argument in 'simple_fill_super()', fs/libfs.c
On Tue, Jun 1, 2010 at 1:05 PM, Roberto Sassu <roberto.sassu(a)polito.it> wrote: Description of the issue: The function 'simple_fill_super()' in the path 'fs/libfs.c' takes the 'magic' argument as int. In the include file 'include/linux/fs.h' the 's_magic' field of the 'super_block' structure is declared a... 3 Jun 2010 11:08