[PATCH 1/4] Per IP network statistics: SNMP MIB subsets (no replies)
diff -r -U 4 a/include/linux/snmp.h b/include/linux/snmp.h --- a/include/linux/snmp.h 2013-09-01 09:03:35.355639246 +0300 +++ b/include/linux/snmp.h 2013-09-01 09:03:35.410960814 +0300 @@ -261,5...
View Article[PATCH 3/4] Per IP network statistics: socket API (no replies)
diff -r -U 4 a/include/net/ip.h b/include/net/ip.h --- a/include/net/ip.h 2013-08-27 17:15:42.952712200 +0300 +++ b/include/net/ip.h 2013-08-27 17:15:43.027698865 +0300 @@ -189,13 +189,20 @@ #define...
View Article[PATCH] clk: Move symbol export to proper location (no replies)
The __clk_get_flags() symbol is exported immediately following the clk_unprepare_unused_subtree() function. This is unusual, since a symbol export typically follows body of the function that it...
View Article[PATCH 4/4] Per IP network statistics: usage (no replies)
diff -r -U 4 a/include/net/ip.h b/include/net/ip.h --- a/include/net/ip.h 2013-08-25 15:51:01.609307946 +0300 +++ b/include/net/ip.h 2013-08-25 15:51:01.692293432 +0300 @@ -202,8 +202,10 @@ #define...
View Article[PATCH 2/4] Per IP network statistics: hash table implementation (no replies)
diff -r -U 4 a/include/linux/sysctl.h b/include/linux/sysctl.h --- a/include/linux/sysctl.h 2013-09-02 12:44:17.415733555 +0300 +++ b/include/linux/sysctl.h 2013-09-02 12:44:17.537622128 +0300 @@...
View Articlelinux-next: build failure after merge of the final tree (arm tree related)...
Hi all, After merging the final tree, today's linux-next build (arm defconfig) failed like this: arch/arm/kernel/built-in.o: In function `setup_arch': io.c:(.init.text+0x594): undefined reference to...
View Article[PATCH 1/3] autofs4 - fix device ioctl mount lookup (10 replies)
When reconnecting to automounts at startup an autofs ioctl is used to find the device and inode of existing mounts so they can be used to open a file descriptor of possibly covered mounts. At this...
View ArticleRe: [RFC, 14/18, v2] ftrace/lockdep: Have the RCU lockdep splat show what...
On Sun, 01 Sep 2013 16:28:36 +0800 Wang Shilong <wangshilong1991@gmail.com> wrote: > Hello, Using checkpatch.pl, i get the following warnings(errors): > WARNING: printk() should include...
View Article[PATCH] x86/irq: correct comment about i8259 initialization (1 reply)
From: Yanchuan Nian <ycnian@gmail.com> 0x30-0x3f have been used for ISA interrupts on i386 since 5 years ago, but some comments about i8259 initialization were missed to update at the same time....
View Article[RELEASE] LTTng modules 2.3.0 (no replies)
The LTTng modules provide Linux kernel tracing capability to the LTTng 2.x tracer toolset. Noteworthy changes: - Support for Linux kernels up to (including) 3.11, - Flight recorder (snapshot) support,...
View Article[PULL] PTR_RET -> PTR_ERR_OR_ZERO (no replies)
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at:...
View Article[PATCH] dma-buf: Expose buffer size to userspace (v2) (no replies)
Each dma-buf has an associated size and it's reasonable for userspace to want to know what it is. Since userspace already has an fd, expose the size using the size = lseek(fd, SEEK_END, 0); lseek(fd,...
View Articlelinux-next: manual merge of the tip tree with Linus' tree (no replies)
Hi all, Today's linux-next merge of the tip tree got a conflict in arch/x86/include/asm/spinlock.h between commit bc08b449ee14 ("lockref: implement lockless reference count updates using cmpxchg()")...
View Article[PATCH net-next 2/2] tuntap: orphan frags before trying to set tx timestamp...
sock_tx_timestamp() will clear all zerocopy flags of skb which may lead the frags never to be orphaned. This will break guest to guest traffic when zerocopy is enabled. Fix this by orphaning the frags...
View Article[PATCH net-next 1/2] tuntap: purge socket error queue on detach (no replies)
Commit eda297729171fe16bf34fe5b0419dfb69060f623 (tun: Support software transmit time stamping) will queue skbs into error queue when tx stamping is enabled. But it forgets to purge the error queue...
View Article[PATCH][RESEND] ARM: at91: remove IRQF_DISABLED (no replies)
This flag is a NOOP since 2.6.36 and can be removed. This is an update for 3.11 of a patch already sent for 3.10 Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> ---...
View Article[PATCH][RESEND] ARM: footbridge: remove obsolete IRQF_DISABLED (no replies)
This patch proposes to remove the IRQF_DISABLED flag from footbridge code. It's a NOOP since 2.6.35. This is an update for 3.11 of a patch already sent for 3.10 Signed-off-by: Michael Opdenacker...
View Article[PATCH][RESEND] ARM: imx: remove IRQF_DISABLED (no replies)
This flag is a NOOP since 2.6.35 and can be removed. This is an update for 3.11 of a patch already sent for 3.10 Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> ---...
View Article[PATCH][RESEND] blackfin: remove unused parameters in Kconfig (no replies)
This patch proposes to remove kernel configuration parameters defined in arch/blackfin/Kconfig, but used nowhere in the makefiles and source code. This is an update for 3.11 of a patch already sent...
View Article[PATCH][RESEND] cris: remove deprecated IRQF_DISABLED (no replies)
This patch proposes to remove the IRQF_DISABLED flag from CRIS architecture code. It's a NOOP since 2.6.35 and it will be removed one day. Comments mentioning IRQF_DISABLED are also updated, knowing...
View Article