[GIT] Networking (no replies)
1) There was a simplification in the ipv6 ndisc packet sending attempted here, which avoided using memory accounting on the per-netns ndisc socket for sending NDISC packets. It did fix some important...
View Article[PATCH v2] HID: usbhid: quirk for N-Trig DuoSense Touch Screen (no replies)
The DuoSense touchscreen device causes a 10 second timeout. This fix removes the delay. Signed-off-by: Vasily Titskiy <qehgt0@gmail.com> --- drivers/hid/hid-ids.h | 1 +...
View Article[PATCH v2 2/2] elevator: acquire q->sysfs_lock in elevator_change() (no replies)
Add locking of q->sysfs_lock into elevator_change() (an exported function) to ensure it is held to protect q->elevator from elevator_init(), even if elevator_change() is called from non-sysfs...
View Article[PATCH v2 1/2] elevator: Fix a race in elevator switching and md device...
The soft lockup below happens at the boot time of the system using dm multipath and the udev rules to switch scheduler. [ 356.127001] BUG: soft lockup - CPU#3 stuck for 22s! [sh:483] [ 356.127001]...
View Article[PATCH 0/4] i40e: Neatening and object size reductions (7 replies)
Just some potential cleanings... Joe Perches (4): i40e: Whitespace cleaning i40e: Add and use pf_<level> i40e: pf_<level> remove "%s: " ... __func__ i40e: Convert pf_<level> macros...
View Article[PATCH v2 0/8] Drop support for Renesas H8/300 architecture (8 replies)
H8/300 has been dead for several years, the kernel for it has not compiled for ages, and recent versions of gcc for it are broken. It is time to drop support for it. Yes, I understand it is not that...
View ArticlePlease add...
Hi Stephen, Please add the h8300-remove branch of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git to linux-next. Thanks, Guenter -- To unsubscribe from this list: send the line...
View Articlelinux-next: Tree for Aug 30 (no replies)
Hi all, Sorry for the late announcement - I wrote a draft and then forgot to send it. Changes since 20130829: The sound tree gained a conflict against the drm tree. The driver-core tree gained a...
View Article[PATCH] irq/of: Fix comment typo for irq_of_parse_and_map (no replies)
Fix trivial comment typo for irq_of_parse_and_map(). Signed-off-by: Yijing Wang <wangyijing@huawei.com> --- drivers/of/irq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git...
View Article[PATCH] Remove support for score architecture (no replies)
The web site associated with the score architecture in MAINTAINERS is non-functional and available for sale. The last Ack from one of the maintainers was in December 2012. The main maintainer's last...
View Article[PATCH-v5 2/6] target: Add transport_init_session_tags using per-cpu ida (no...
From: Nicholas Bellinger <nab@linux-iscsi.org> This patch adds lib/idr.c based transport_init_session_tags() logic that allows fabric drivers to setup a per-cpu se_sess->sess_tag_pool and...
View Article[PATCH-v5 0/6] target/vhost/iscsi: Add per-cpu ida tag pre-allocation for...
From: Nicholas Bellinger <nab@linux-iscsi.org> Hi folks, This is an updated -v5 series for adding tag pre-allocation support of target fabric descriptor memory, utilizing Kent's latest per-cpu...
View Article[GIT PULL -v2] target fixes for v3.11 (no replies)
Hi Linus, Here is a -v2 PULL request for the current set of target-pending fixes for v3.11. These fixes have not hit mainline yet, so I'm resending them now to be sure they hit v3.11 before the merge...
View Article[RFC][PATCH 12/18 v2] ftrace: Disable RCU unsafe checker when function graph...
From: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org> Having the RCU unsafe checker running when function graph is enabled can cause a live lock. That's because the RCU unsafe checker enables...
View Article[RFC][PATCH 00/18 v2] ftrace/rcu: Handle unsafe RCU functions and ftrace...
This is my final draft of the patches. I'm starting to run them through my formal tests now. They may change depending on the outcome of the tests. I'm also a bit tired, and I added the change logs...
View Article[PATCH 09/10] autofs - update fs/autofs4/Makefile (no replies)
Update Makefile to build from source in fs/autofs instead of fs/autofs4. Signed-off-by: Ian Kent <raven@themaw.net> --- fs/autofs4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1...
View Article[PATCH 08/10] autofs - update fs/autofs4/Kconfig (no replies)
Update Kconfig and add a depricated warning. Signed-off-by: Ian Kent <raven@themaw.net> --- fs/autofs4/Kconfig | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10...
View Article[PATCH 10/10] autofs - delete fs/autofs4 (no replies)
Deleting the now unused autofs4 module files. Signed-off-by: Ian Kent <raven@themaw.net> --- fs/autofs4/autofs_i.h | 341 ------------------ fs/autofs4/dev-ioctl.c | 760...
View Article[PATCH 05/10] autofs - use autofs instead of autofs4 everywhere (no replies)
Update naming within autofs source to be consistent by changing occurrences of autofs4 to autofs. Signed-off-by: Ian Kent <raven@themaw.net> --- fs/autofs4/autofs_i.h | 92 +++++++++--------...
View Article[PATCH 06/10] autofs - copy autofs4 to autofs (no replies)
Copy source files from the autofs4 directory to the autofs directory. Signed-off-by: Ian Kent <raven@themaw.net> --- fs/autofs/autofs_i.h | 341 +++++++++++++++++++ fs/autofs/dev-ioctl.c | 759...
View Article