Documentation/timers/hpet_example.c compile bug
Hi Randy, since your commit e61863099f58e458f08c101da87da752a1e009f5 "Documentation/timers/: split txt and source files" I get this compile error on s390 with an allyesconfig: In file included from Documentation/timers/hpet_example.c:15: /usr/include/linux/hpet.h:11: error: expected specifier-qualifier-list be... 31 May 2010 00:05
[GIT] Networking
Several fixes including the one for the bootup failure Ingo reported yesterday: 1) Network cgroup needs to initialize classid properly when module is absent, fix from Herbert Xu. 2) GRO packets unconditionally dropped in ipv6 forwarding path, oops, also from Herbert Xu. 3) {un,}lock_sock_bh() is bus... 28 May 2010 08:14
[PATCH] Make kunmap_atomic() harder to misuse
kunmap_atomic() is currently at level -4 on Rusty's "Hard To Misuse" list[1] ("Follow common convention and you'll get it wrong"), except in some architectures when CONFIG_DEBUG_HIGHMEM is set[2][3]. kunmap() takes a pointer to a struct page; kunmap_atomic(), however, takes takes a pointer to within the page itse... 28 May 2010 07:09
[PATCH] arch/um: fix kunmap_atomic call in skas/uaccess.c
kunmap_atomic() takes a pointer to within the page, not the struct page. Signed-off-by: Cesar Eduardo Barros <cesarb(a)cesarb.net> --- arch/um/kernel/skas/uaccess.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/kernel/skas/uaccess.c b/arch/um/kernel/skas/uaccess.c index e22c9... 28 May 2010 07:09
[PATCHv2 4/7] USB: gadget: composite: usb_string_ids_*() functions added
usb_string_ids_tab() and usb_string_ids_n() functions added to the composite framework. The first accepts an array of usb_string object and for each registeres a string id and the second registeres a given number of ids and returns the first. This may simplify string ids registration since gadgets and composite... 28 May 2010 07:09
[PATCHv2 1/7] USB: gadget: g_mass_storage: static data instead of dynamic allocation
This patch changes msg_do_config() function so that it uses a static object for a fsg_common structure instead of dynamically allocated. This is a micro-optimisation. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/usb/gadget/mas... 28 May 2010 07:09
: sendfile: remove flags paramter of do_splice_direct()
On Fri, May 28, 2010 at 5:40 PM, Miklos Szeredi <miklos(a)szeredi.hu> wrote: On Wed, 26 May 2010, Changli Gao wrote: remove flags paramter of do_splice_direct(). the flags parameter of do_splice_direct() doesn't mean non-block read of in file, Actually, it does.  Look at the SPLICE_F_NONBLOCK usa... 30 May 2010 00:26
[PATCHv2 2/7] USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()
Mass Storage Function had a bit unique name for function used to add it to USB configuration. Renamed as to match naming convention of other functions. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/usb/gadget/f_mass_storage.c |... 28 May 2010 07:09
[PATCH] perf: make perf report -D print sampled CPU
It is useful to know on which CPU a sample was captured on. The information is captured with perf record -R but it was not printed out by perf report -D. This patch adds this. When -R is not used, cpu is set to -1to indicate that the CPU is unknown (it is not captured). Signed-off-by: Stephane Eranian <eranian... 28 May 2010 07:09
[PATCHv2 5/7] USB: gadget: f_fs: use usb_string_ids_n()
Use usb_string_ids_n() function to simplify string ids registeration. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/usb/gadget/f_fs.c | 30 ++++++++++++------------------ 1 files changed, 12 insertions(+), 18 deletions(-) d... 28 May 2010 07:09