On Thu, 2013-03-21 at 20:34 +0100, Johannes Berg wrote:
> On Mon, 2012-09-17 at 17:41 +0300, Artem Bityutskiy wrote:
>
> > OK, finally I got it. After 3 days of hardcore intelligent bisecting
> > I've found out that tethering in 3.5 works for me if I revert
> > these 2
> > patches:
On Fri, Mar 22, 2013 at 1:48 PM, Li Zefan wrote:
> On 2013/3/21 12:48, Ming Lei wrote:
>
> Yes, it can...As I said, it's irrelevant, because it's vfs that changes
> file->f_pos.
>
> SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count)
> {
> struct fd f = fdget(fd);
>
This patch guards the console_drivers list to be corrupted. The
for_each_console() macro insist on a strictly forward list ended by NULL:
con0->next->con1->next->NULL
Without this patch it may happen easily to destroy this list for example by
adding 'earlyprintk' twice. This will result in the f
On Thu, Mar 21, 2013 at 03:30:19PM +, Chris Wilson wrote:
> In order to fully serialize access to the fenced region and the update
> to the fence register we need to take extreme measures on SNB+, and
> write the fence from each cpu taking care to serialise memory accesses
> on each. The usual
In order to fully serialize access to the fenced region and the update
to the fence register we need to take extreme measures on SNB+, and
write the fence from each cpu taking care to serialise memory accesses
on each. The usual mb(), or even a mb() on each CPU is not enough to
ensure that access
On 03/22, Ananth N Mavinakayanahalli wrote:
>
> On Thu, Mar 21, 2013 at 04:58:09PM +0100, Oleg Nesterov wrote:
> >
> > - verify_opcode()->is_swbp_insn() means:
> >
> > is this insn fine for uprobe? (we do not care about
> > gdb, we simply ignore this problem)
>
> I will
For the s626 driver, there is a bug in the handling of asynchronous
commands on the AI subdevice when the stop source is `TRIG_NONE`. The
command should run continuously until cancelled, but the interrupt
handler stops the command running after the first scan.
The command set-up function `s626_ai
as already written multiple times here, all current kernels are unable
to compile on mips due a bad patch.
to avoid these problems i advice to use the following patch or any other
modified variant which works in the same way
Index: arch/mips/include/asm/signal.h
===
On Fri, Mar 22, 2013 at 04:50:04PM +0100, Sebastian Gottschall wrote:
> as already written multiple times here, all current kernels are
> unable to compile on mips due a bad patch.
> to avoid these problems i advice to use the following patch or any
> other modified variant which works in the same
Hi,
On Fri, Mar 15 2013, Ludovic Desroches wrote:
> On Wed, Mar 13, 2013 at 05:11:59PM +0100, Johan Hovold wrote:
>> Fix regression introduced by commit 796211b7953 ("mmc: atmel-mci: add
>> pdc support and runtime capabilities detection") which removed the need
>> for CONFIG_MMC_ATMELMCI_DMA but k
commit: 24261fc23db950951760d00c188ba63cc756b932
From: Mateusz Guzik
Date: Fri, 8 Mar 2013 16:30:03 +0100
Subject: cifs: delay super block destruction until all cifsFileInfo objects
are gone
cifsFileInfo objects hold references to dentries and it is possible that
these will still be around in wo
commit: 2b405bfa84063bfa35621d2d6879f52693c614b0
From: Theodore Ts'o
Date: Wed, 20 Mar 2013 09:42:11 -0400
Subject: ext4: fix data=journal fast mount/umount hang
In data=journal mode, if we unmount the file system before a
transaction has a chance to complete, when the journal inode is being
evic
commit: 4f42f80a8f08d4c3f52c4267361241885d5dee3a
From: Lukas Czerner
Date: Tue, 12 Mar 2013 12:40:04 -0400
Subject: ext4: use s_extent_max_zeroout_kb value as number of kb
Currently when converting extent to initialized, we have to decide
whether to zeroout part/all of the uninitialized extent in
commit: 90ba983f6889e65a3b506b30dc606aa9d1d46cd2
From: Theodore Ts'o
Date: Mon, 11 Mar 2013 23:39:59 -0400
Subject: ext4: use atomic64_t for the per-flexbg free_clusters count
A user who was using a 8TB+ file system and with a very large flexbg
size (> 65536) could cause the atomic_t used in the
commit: f853c616883a8de966873a1dab283f1369e275a1
From: Jeff Layton
Date: Mon, 11 Mar 2013 09:52:19 -0400
Subject: cifs: ignore everything in SPNEGO blob after mechTypes
We've had several reports of people attempting to mount Windows 8 shares
and getting failures with a return code of -EINVAL. The
commit: 3a2256702e47f68f921dfad41b1764d05c572329
From: Zheng Liu
Date: Sun, 10 Mar 2013 21:20:23 -0400
Subject: ext4: fix the wrong number of the allocated blocks in
ext4_split_extent()
This commit fixes a wrong return value of the number of the allocated
blocks in ext4_split_extent. When the l
commit: ad56edad089b56300fd13bb9eeb7d0424d978239
From: Jan Kara
Date: Mon, 11 Mar 2013 13:24:56 -0400
Subject: jbd2: fix use after free in jbd2_journal_dirty_metadata()
jbd2_journal_dirty_metadata() didn't get a reference to journal_head it
was working with. This is OK in most of the cases since
On Fri, 2013-03-22 at 11:10 +0100, Andreas Bießmann wrote:
> This patch guards the console_drivers list to be corrupted. The
> for_each_console() macro insist on a strictly forward list ended by NULL:
>
> con0->next->con1->next->NULL
>
> Without this patch it may happen easily to destroy this li
On Thu, Mar 21, 2013 at 02:26:26AM +, Alasdair G Kergon wrote:
> Please pull from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm tags/dm-3.9-fixes
>
> to get the following device-mapper fixes for 3.9.
>
> Thanks,
> Alasdair
>
>
The 'CONFIG_' prefix is not implicit in IS_ENABLED().
Signed-off-by: Ben Hutchings
Cc: Seth Forshee
Cc:
---
drivers/firmware/efivars.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/efivars.c b/drivers/firmware/efivars.c
index d64661f..7acafb8 100644
--
On Wed, Mar 20, 2013 at 08:08:45PM -0400, Josh Boyer wrote:
> On Wed, Mar 20, 2013 at 06:53:55AM -0700, Boris Ostrovsky wrote:
> >
> > - jwbo...@redhat.com wrote:
> >
> > > On Wed, Mar 13, 2013 at 09:25:44AM -0400, Boris Ostrovsky wrote:
> > > > On 03/01/2013 07:14 AM, Josh Boyer wrote:
> > >
On Fri, 2013-03-22 at 19:56 +, Ben Hutchings wrote:
> The 'CONFIG_' prefix is not implicit in IS_ENABLED().
$ git grep -n "\bIS_ENABLED(" | grep -v "(CONFIG_"
arch/arm/mach-clps711x/board-autcpu12.c:161:if
(IS_ENABLED(MTD_NAND_GPIO) && IS_ENABLED(GPIO_GENERIC_PLATFORM)) {
The new writethrough strategy for dm-cache issues a bio to the origin device,
remaps the bio to the cache device, and issues the bio to the cache device.
However, the block layer modifies bi_sector and bi_size, so we need to preserve
these or else nothing gets written to the cache (bi_size == 0).
On 22/03/13 19:56, Ben Hutchings wrote:
> The 'CONFIG_' prefix is not implicit in IS_ENABLED().
>
> Signed-off-by: Ben Hutchings
> Cc: Seth Forshee
> Cc:
> ---
> drivers/firmware/efivars.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied. Thanks for catching this!
--
To uns
On Fri, Mar 22, 2013 at 11:53:26AM -0700, Darrick J. Wong wrote:
> On Thu, Mar 21, 2013 at 02:26:26AM +, Alasdair G Kergon wrote:
> > Please pull from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
> > tags/dm-3.9-fixes
> >
> > to get the following device-mapper fixes
On Fri, 2013-03-22 at 21:11 +0100, Paul Bolle wrote:
> On Fri, 2013-03-22 at 19:56 +, Ben Hutchings wrote:
> > The 'CONFIG_' prefix is not implicit in IS_ENABLED().
>
> $ git grep -n "\bIS_ENABLED(" | grep -v "(CONFIG_"
> arch/arm/mach-clps711x/board-autcpu12.c:161: if
> (IS_ENAB
On Fri, 2013-03-22 at 13:11 -0700, Darrick J. Wong wrote:
> The new writethrough strategy for dm-cache issues a bio to the origin device,
> remaps the bio to the cache device, and issues the bio to the cache device.
> However, the block layer modifies bi_sector and bi_size, so we need to
> preserv
On Fri, 2013-03-22 at 20:18 +, Ben Hutchings wrote:
> I found those too[...]!
Great! Would you mind CC-ing me if you find the time to fix these, if
that turns out to be necessary?
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to maj
Sure.
Konrad Rzeszutek Wilk wrote:
>On Wed, Mar 20, 2013 at 08:08:45PM -0400, Josh Boyer wrote:
>> On Wed, Mar 20, 2013 at 06:53:55AM -0700, Boris Ostrovsky wrote:
>> >
>> > - jwbo...@redhat.com wrote:
>> >
>> > > On Wed, Mar 13, 2013 at 09:25:44AM -0400, Boris Ostrovsky wrote:
>> > > > On
commit: dbcea7615d8d7d58f6ff49d2c5568113f70effe9
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:24 +0100
Subject: USB: spcp8x5: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This i
commit: 51f0885e5415b4cc6535e9cdcc5145bfbc134353
From: Linus Torvalds
Date: Fri, 22 Mar 2013 11:44:04 -0700
Subject: vfs,proc: guarantee unique inodes in /proc
Dave Jones found another /proc issue with his Trinity tool: thanks to
the namespace model, we can have multiple /proc dentries that point
commit: 43a66b4c417ad15f6d2f632ce67ad195bdf999e8
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:25 +0100
Subject: USB: ssu100: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This is
commit: 69f87f40d2b98e8b4ab82a121fd2bd584690b887
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:23 +0100
Subject: USB: quatech2: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This
commit: 8edfdab37157d2683e51b8be5d3d5697f66a9f7b
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:21 +0100
Subject: USB: oti6858: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This i
commit: 40509ca982c00c4b70fc00be887509feca0bff15
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:22 +0100
Subject: USB: pl2303: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This is
commit: 7b2459690584f239650a365f3411ba2ec1c6d1e0
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:17 +0100
Subject: USB: io_ti: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This is
commit: 333576255d4cfc53efd056aad438568184b36af6
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:16 +0100
Subject: USB: io_edgeport: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
Th
commit: e670c6af12517d08a403487b1122eecf506021cf
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:19 +0100
Subject: USB: mos7840: fix broken TIOCMIWAIT
Make sure waiting processes are woken on modem-status changes.
Currently processes are only woken on termios changes regardless of
whether the mo
commit: a14430db686b8e459e1cf070a6ecf391515c9ab9
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:20 +0100
Subject: USB: mos7840: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This i
commit: 508f940f1407656076a2e7d8f7fa059b567ecac2
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:14 +0100
Subject: USB: f81232: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This is
commit: 71ccb9b01981fabae27d3c98260ea4613207618e
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:15 +0100
Subject: USB: ftdi_sio: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This
commit: 356050d8b1e526db093e9d2c78daf49d6bf418e3
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:13 +0100
Subject: USB: cypress_m8: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
Thi
commit: 5018860321dc7a9e50a75d5f319bc981298fb5b7
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:11 +0100
Subject: USB: ark3116: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This i
commit: e5b33dc9d16053c2ae4c2c669cf008829530364b
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:10 +0100
Subject: USB: serial: add modem-status-change wait queue
Add modem-status-change wait queue to struct usb_serial_port that
subdrivers can use to implement TIOCMIWAIT.
Currently subdrivers us
commit: d7971051e4df825e0bc11b995e87bfe86355b8e5
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:09 +0100
Subject: USB: serial: fix interface refcounting
Make sure the interface is not released before our serial device.
Note that drivers are still not allowed to access the interface in
any way t
commit: fa1e11d5231c001c80a479160b5832933c5d35fb
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:12 +0100
Subject: USB: ch341: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This is
commit: 5492bf3d5655b4954164f69c02955a7fca267611
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:08 +0100
Subject: USB: io_ti: fix get_icount for two port adapters
Add missing get_icount field to two-port driver.
The two-port driver was not updated when switching to the new icount
interface in c
commit: d714aaf649460cbfd5e82e75520baa856b4fa0a0
From: Alan Stern
Date: Wed, 20 Mar 2013 15:07:26 -0400
Subject: USB: EHCI: fix regression in QH unlinking
This patch (as1670) fixes a regression caused by commit
6402c796d3b4205d3d7296157956c5100a05d7d6 (USB: EHCI: work around
silicon bug in Intel'
commit: cb25505fc604292c70fc02143fc102f54c8595f0
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:06 +0100
Subject: USB: cdc-acm: fix device unregistration
Unregister tty device in disconnect as is required by the USB stack.
By deferring unregistration to when the last tty reference is dropped,
t
commit: 83ea5d18d74f032a760fecde78c0210f66f7f70c
From: Daniel Mack
Date: Tue, 19 Mar 2013 21:09:25 +0100
Subject: ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls()
Creation of individual mixer controls may fail, but that shouldn't cause
the entire mixer creation to fail. Even worse
commit: 2a40f324541ee61c22146214349c2ce9f5c30bcf
From: Alan Stern
Date: Fri, 15 Mar 2013 14:40:26 -0400
Subject: USB: EHCI: fix regression during bus resume
This patch (as1663) fixes a regression caused by commit
6e0c3339a6f19d748f16091d0a05adeb1e1f822b (USB: EHCI: unlink one async
QH at a time).
commit: 61ac51301e6c6d4ed977d7674ce2b8e713619a9b
From: Torstein Hegge
Date: Tue, 19 Mar 2013 17:12:14 +0100
Subject: ALSA: usb: Parse UAC2 extension unit like for UAC1
UAC2_EXTENSION_UNIT_V2 differs from UAC1_EXTENSION_UNIT, but can be handled in
the same way when parsing the unit. Otherwise pars
commit: db9e51617faad3a54d10b7cb340a82688ec0232d
From: Mikhail Kshevetskiy
Date: Thu, 14 Mar 2013 10:18:29 +0100
Subject: usb: musb: da8xx: Fix build breakage due to typo
Commit 032ec49f5351e9cb242b1a1c367d14415043ab95 (usb: musb: drop useless
board_mode usage) introduced a typo that breaks the b
commit: fc98ab873aa3dbe783ce56a2ffdbbe7c7609521a
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:26 +0100
Subject: USB: ti_usb_3410_5052: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up
commit: 29f86e66428ee083aec106cca1748dc63d98ce23
From: Dmitry Artamonow
Date: Sat, 9 Mar 2013 20:30:58 +0400
Subject: usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player
Device stucks on filesystem writes, unless following quirk is passed:
echo 04e8:5136:m > /sys/module/usb_storage
commit: 00eed9c814cb8f281be6f0f5d8f45025dc0a97eb
From: Hannes Reinecke
Date: Mon, 4 Mar 2013 17:14:43 +0100
Subject: USB: xhci: correctly enable interrupts
xhci has its own interrupt enabling routine, which will try to
use MSI-X/MSI if present. So the usb core shouldn't try to enable
legacy inter
commit: a86b1a2cd2f81f74e815e07f756edd7bc5b6f034
From: Takashi Iwai
Date: Mon, 18 Mar 2013 11:00:44 +0100
Subject: ALSA: hda/cirrus - Fix the digital beep registration
The argument passed to snd_hda_attach_beep_device() is a widget NID
while spec->beep_amp holds the composed value for amp control
commit: 4d7b86c98e445b075c2c4c3757eb6d3d6efbe72e
From: Daniel Mack
Date: Tue, 19 Mar 2013 21:09:24 +0100
Subject: ALSA: snd-usb: mixer: propagate errors up the call chain
In check_input_term() and parse_audio_feature_unit(), propagate the
error value that has been returned by a failing function i
commit: 511f3c5326eabe1ece35202a404c24c0aeacc246
From: Alan Stern
Date: Fri, 15 Mar 2013 14:02:14 -0400
Subject: usb: gadget: udc-core: fix a regression during gadget driver
unbinding
This patch (as1666) fixes a regression in the UDC core. The core
takes care of unbinding gadget drivers, and it
commit: f8264340e694604863255cc0276491d17c402390
From: Dmitry Torokhov
Date: Mon, 25 Feb 2013 10:56:01 -0800
Subject: USB: xhci - fix bit definitions for IMAN register
According to XHCI specification (5.5.2.1) the IP is bit 0 and IE is bit 1
of IMAN register. Previously their definitions were rev
commit: a686fd141e20244ad75f80ad54706da07d7bb90a
From: Takashi Iwai
Date: Wed, 20 Mar 2013 15:42:00 +0100
Subject: ALSA: hda - Fix typo in checking IEC958 emphasis bit
There is a typo in convert_to_spdif_status() about checking the
emphasis IEC958 status bit. It should check the given value inst
commit: 618aa1068df29c37a58045fe940f9106664153fd
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:07 +0100
Subject: USB: garmin_gps: fix memory leak on disconnect
Remove bogus disconnect test introduced by 95bef012e ("USB: more serial
drivers writing after disconnect") which prevented queued data
commit: cf1d24443677a0758cfa88ca40f24858b89261c0
From: Johan Hovold
Date: Tue, 19 Mar 2013 09:21:18 +0100
Subject: USB: mct_u232: fix use-after-free in TIOCMIWAIT
Use the port wait queue and make sure to check the serial disconnected
flag before accessing private port data after waking up.
This
commit: 3416905ba058e43112ad7b1b4859797f027f5a07
From: Andrzej Pietrasiewicz
Date: Mon, 11 Mar 2013 16:32:14 +0100
Subject: usb: gadget: ffs: fix enable multiple instances
This patch fixes an "off-by-one" bug found in
581791f (FunctionFS: enable multiple functions).
During gfs_bind/gfs_unbind th
On Fri, Mar 22, 2013 at 08:21:56PM +, Ben Hutchings wrote:
> On Fri, 2013-03-22 at 13:11 -0700, Darrick J. Wong wrote:
> > The new writethrough strategy for dm-cache issues a bio to the origin
> > device,
> > remaps the bio to the cache device, and issues the bio to the cache device.
> > Howev
This is a note to let you know that I've just added the patch titled
sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline
option
to the 3.0-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filenam
This is a note to let you know that I've just added the patch titled
sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline
option
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filenam
This is a note to let you know that I've just added the patch titled
sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline
option
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filenam
On Thu, Mar 21, 2013 at 03:42:55PM -0400, David Miller wrote:
>
> Please queue up the following sparc bug fix for 3.0.x, 3.2.x,
> 3.4.x, and 3.8.x -stable respectively.
Applied, thanks.
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majo
This is a note to let you know that I've just added the patch titled
batman-adv: verify tt len does not exceed packet len
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
bat
This is a note to let you know that I've just added the patch titled
bnx2x: fix occasional statistics off-by-4GB error
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
bnx2x-
This is a note to let you know that I've just added the patch titled
bnx2x: add missing napi deletion in error path
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
bnx2x-add
This is a note to let you know that I've just added the patch titled
bridge: reserve space for IFLA_BRPORT_FAST_LEAVE
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
bridge-
This is a note to let you know that I've just added the patch titled
bonding: don't call update_speed_duplex() under spinlocks
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
drivers/net/ethernet/sfc/ptp.c: adjust duplicate test
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
dr
This is a note to let you know that I've just added the patch titled
ipv4: fix definition of FIB_TABLE_HASHSZ
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ipv4-fix-defini
This is a note to let you know that I've just added the patch titled
inet: limit length of fragment queue hash table bucket lists
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
netconsole: don't call __netpoll_cleanup() while atomic
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibility
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename o
This is a note to let you know that I've just added the patch titled
net/ipv4: Ensure that location of timestamp option is stored
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
net: qmi_wwan: set correct altsetting for Gobi 1K devices
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
rtnetlink: Mask the rta_type when range checking
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
rtnetli
This is a note to let you know that I've just added the patch titled
Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP
unconditionally"
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
T
This is a note to let you know that I've just added the patch titled
sctp: Use correct sideffect command in duplicate cookie handling
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch
This is a note to let you know that I've just added the patch titled
sctp: don't break the loop while meeting the active_path so as to find the
matched transport
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summar
This is a note to let you know that I've just added the patch titled
sfc: Disable soft interrupt handling during efx_device_detach_sync()
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the pa
This is a note to let you know that I've just added the patch titled
sfc: Detach net device when stopping queues for reconfiguration
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch i
This is a note to let you know that I've just added the patch titled
sfc: Only use TX push if a single descriptor is to be written
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
sfc: Fix efx_rx_buf_offset() in the presence of swiotlb
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
sfc: Properly sync RX DMA buffer when it is not the last in the page
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the pa
This is a note to let you know that I've just added the patch titled
skb: Propagate pfmemalloc on skb from head page only
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
skb
This is a note to let you know that I've just added the patch titled
tcp: fix skb_availroom()
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
tcp-fix-skb_availroom.patch
and
This is a note to let you know that I've just added the patch titled
tcp: dont handle MTU reduction on LISTEN socket
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
tcp-dont
This is a note to let you know that I've just added the patch titled
vhost/net: fix heads usage of ubuf_info
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
vhost-net-fix-he
This is a note to let you know that I've just added the patch titled
tg3: 5715 does not link up when autoneg off
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
tg3-5715-doe
This is a note to let you know that I've just added the patch titled
bnx2x: fix occasional statistics off-by-4GB error
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
bnx2x-
This is a note to let you know that I've just added the patch titled
bonding: don't call update_speed_duplex() under spinlocks
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
ipv4: fix definition of FIB_TABLE_HASHSZ
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ipv4-fix-defini
This is a note to let you know that I've just added the patch titled
inet: limit length of fragment queue hash table bucket lists
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
This is a note to let you know that I've just added the patch titled
netconsole: don't call __netpoll_cleanup() while atomic
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
1 - 100 of 173 matches
Mail list logo