On Wed, Mar 20, 2013 at 07:33:18AM +0100, Marek Szyprowski wrote:
> Hello,
>
> On 3/19/2013 3:24 PM, Luis Henriques wrote:
> >Hi Marek,
> >
> >On Tue, Mar 19, 2013 at 08:24:21AM +0100, Marek Szyprowski wrote:
> >> commit 9d1400cf79afb49584b4873eb22cd5130cb341db upstream.
> >>
> >> Atomic pool shou
Le mercredi 20 mars 2013 à 03:14 +, Ben Hutchings a écrit :
> On Sun, 2013-03-17 at 21:54 +0100, Vincent Blut wrote:
> > Package: src:linux
> > Version: 3.2.39-2
> > Severity: normal
> > Tags: upstream
> >
> > Hi,
> >
> > Since Linux 3.7, the brightness hotkeys work on this laptop. Initially
Hi,
This is just a short note to let you know that 3.8.2 panics on closing a
bluetooth dun connection.
This is seen with the ubuntu mainline kernel 3.8.2 that should be a vanilla
stable kernel.
Observed on a DELL E6500 which has BCM2046 Bluetooth while connecting to the
internet using a Sam
From: Ananth N Mavinakayanahalli
GDB uses a variant of the trap instruction that is different from the
one used by uprobes. Currently, running gdb on a program being traced
by uprobes causes an endless loop since uprobes doesn't understand
that the trap is inserted by some other entity and hence
On Tue, 19 Mar 2013, David Vrabel wrote:
> From: David Vrabel
>
> In unmask_evtchn(), when the mask bit is cleared after testing for
> pending and the event becomes pending between the test and clear, then
> the upcall will not become pending and the event may be lost or
> delayed.
>
> Avoid thi
Hi Ananth,
First of all, let me remind that I know nothing about powerpc ;)
But iirc we already discussed this a bit, I forgot the details but
still I have some concerns...
On 03/20, Ananth N Mavinakayanahalli wrote:
>
> GDB uses a variant of the trap instruction that is different from the
> one
In data=journal mode, if we unmount the file system before a
transaction has a chance to complete, when the journal inode is being
evicted, we can end up calling into jbd2_log_wait_commit() for the
current transaction.
Arguably we should adjust ext4_should_journal_data() to return FALSE
for the jo
On 03/20, Oleg Nesterov wrote:
>
> But we did not install UPROBE_SWBP_INSN. Is it fine? I hope yes, just to
> verify. If not, we need 2 definitions. is_uprobe_insn() should still check
> insns == UPROBE_SWBP_INSN, and is_swbp_insn() should check is_trap().
>
> And I am just curious, could you expla
On Wed 20-03-13 08:37:37, Ted Tso wrote:
> In data=journal mode, if we unmount the file system before a
> transaction has a chance to complete, when the journal inode is being
> evicted, we can end up calling into jbd2_log_wait_commit() for the
> current transaction.
>
> Arguably we should adjust
On Wed, Mar 20, 2013 at 02:38:11PM +0100, Jan Kara wrote:
> I'll also push a similar fix to ext3.
Great. I did make some minor adjustments to the commit description
for clarity's sake, and to fix a typo.
- Ted
>From ed4fe107ccba4424a9a07
- 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 Thu, Feb 28, 2013 at 04:52:20PM -0800, H. Peter Anvin wrote:
> > >>On 02/28/2013 04:42 PM, Josh Boyer wrote:
> > >>>On Fri, Mar 01, 2013 at 01:3
This reverts commit 891104ed008e8646c7860fe5bc70b0aac55dcc6c
(upstream: 891104ed008e8646c7860fe5bc70b0aac55dcc6c).
Current IPsec ESN implementation for authencesn(cbc(aes), hmac(sha))
(separate encryption and integrity algorithms) does not conform
to RFC4303.
ICV is generated by hashing the seque
This reverts commit e763eb699be723fb41af818118068c6b3afdaf8d
(upstream: 891104ed008e8646c7860fe5bc70b0aac55dcc6c).
Current IPsec ESN implementation for authencesn(cbc(aes), hmac(sha))
(separate encryption and integrity algorithms) does not conform
to RFC4303.
ICV is generated by hashing the seque
On 3/20/2013 4:15 PM, Horia Geanta wrote:
This reverts commit 891104ed008e8646c7860fe5bc70b0aac55dcc6c
(upstream: 891104ed008e8646c7860fe5bc70b0aac55dcc6c).
This line is not needed.
Will resend this with commit message updated.
Sorry for the noise.
--
To unsubscribe from this list: send the l
On Tue, Mar 19, 2013 at 01:06:46PM +0800, Lingzhu Xiang wrote:
> commit 6ef9e2f6d12ce9e2120916804d2ddd46b954a70b upstream.
>
> Backported for 3.4-stable. Removed code of simultaneous AP and mesh
> mode added in 4a5fc6d 3.9-rc1.
I'm also queuing this for the 3.5 kernel as well.
Cheers,
--
Luis
>
On 3/20/2013 4:15 PM, Horia Geanta wrote:
This reverts commit e763eb699be723fb41af818118068c6b3afdaf8d
(upstream: 891104ed008e8646c7860fe5bc70b0aac55dcc6c).
This line is not needed.
Will resend this with commit message updated.
Sorry for the noise.
--
To unsubscribe from this list: send the
This reverts commit 891104ed008e8646c7860fe5bc70b0aac55dcc6c.
Current IPsec ESN implementation for authencesn(cbc(aes), hmac(sha))
(separate encryption and integrity algorithms) does not conform
to RFC4303.
ICV is generated by hashing the sequence
SPI, SeqNum-High, SeqNum-Low, IV, Payload
instead
This reverts commit e763eb699be723fb41af818118068c6b3afdaf8d.
Current IPsec ESN implementation for authencesn(cbc(aes), hmac(sha))
(separate encryption and integrity algorithms) does not conform
to RFC4303.
ICV is generated by hashing the sequence
SPI, SeqNum-High, SeqNum-Low, IV, Payload
instead
While readdir() is running, lseek() may set filp->f_pos as zero,
then may leave filp->private_data pointing to one sysfs_dirent
object without holding its reference counter, so the sysfs_dirent
object may be used after free in next readdir().
This patch holds inode->i_mutex to avoid the problem si
In case of 'if (filp->f_pos == 0 or 1)' of sysfs_readdir(),
the failure from filldir() isn't handled, and the reference counter
of the sysfs_dirent object pointed by filp->private_data will be
released without clearing filp->private_data, so use after free
bug will be triggered later.
This patch
On Wed, Mar 20, 2013 at 01:26:39PM +0100, Oleg Nesterov wrote:
> Hi Ananth,
>
> First of all, let me remind that I know nothing about powerpc ;)
>
> But iirc we already discussed this a bit, I forgot the details but
> still I have some concerns...
>
> On 03/20, Ananth N Mavinakayanahalli wrote:
On Wed, Mar 20, 2013 at 01:43:01PM +0100, Oleg Nesterov wrote:
> On 03/20, Oleg Nesterov wrote:
> >
> > But we did not install UPROBE_SWBP_INSN. Is it fine? I hope yes, just to
> > verify. If not, we need 2 definitions. is_uprobe_insn() should still check
> > insns == UPROBE_SWBP_INSN, and is_swbp_
From: Nithin Sujir
Hi Greg,
Resubmitting this patch for the stable 3.4.y and 3.8.y trees.
It is now in Linus's tree.
Upstream commit id: 7c6cdead7cc9a99650d15497aae47d7472217eb1
The upstream patch has been modified to compile on 3.4 and 3.8.
Specifically tg3_asic_rev() has been changed to GET_A
On 03/20, Ananth N Mavinakayanahalli wrote:
>
> On Wed, Mar 20, 2013 at 01:26:39PM +0100, Oleg Nesterov wrote:
> > But, at the same time, is the new definition fine for verify_opcode()?
> >
> > IOW, powerpc has another is_trap() insn(s) used by gdb, lets denote it X.
> > X != UPROBE_SWBP_INSN.
> >
On 03/20, Ananth N Mavinakayanahalli wrote:
>
> On Wed, Mar 20, 2013 at 01:43:01PM +0100, Oleg Nesterov wrote:
> > On 03/20, Oleg Nesterov wrote:
> > >
> > > But we did not install UPROBE_SWBP_INSN. Is it fine? I hope yes, just to
> > > verify. If not, we need 2 definitions. is_uprobe_insn() should
On Wed, Mar 20, 2013 at 11:18:38AM +0100, Sergio Callegari wrote:
> Hi,
>
> This is just a short note to let you know that 3.8.2 panics on
> closing a bluetooth dun connection.
Have you notified the linux bluetooth developers about this? Is this
new in 3.8.2 and 3.8.1 or 3.8 works fine?
thanks,
On Wed, Mar 20, 2013 at 9:25 AM, Ming Lei wrote:
> In case of 'if (filp->f_pos == 0 or 1)' of sysfs_readdir(),
> the failure from filldir() isn't handled, and the reference counter
> of the sysfs_dirent object pointed by filp->private_data will be
> released without clearing filp->private_data, s
commit: 5f0fabf84d7b52f979dcbafa3d3c530c60d9a92c
From: Bing Zhao
Date: Thu, 7 Mar 2013 20:00:16 -0800
Subject: mwifiex: fix potential out-of-boundary access to ibss rate table
smatch found this error:
CHECK drivers/net/wireless/mwifiex/join.c
drivers/net/wireless/mwifiex/join.c:1121
mwifie
commit: 46aa92d1ba162b4b3d6b7102440e459d4e4ee255
From: "Michael S. Tsirkin"
Date: Sun, 17 Mar 2013 02:46:09 +
Subject: vhost/net: fix heads usage of ubuf_info
ubuf info allocator uses guest controlled head as an index,
so a malicious guest could put the same head entry in the ring twice,
and
commit: 664899786cb49cb52f620e06ac19c0be524a7cfa
From: Larry Finger
Date: Wed, 27 Feb 2013 14:10:30 -0600
Subject: rtlwifi: rtl8192cu: Fix schedule while atomic bug splat
When run at debug 3 or higher, rtl8192cu reports a BUG as follows:
BUG: scheduling while atomic: kworker/u:0/5281/0x0002
commit: eb2834285cf172856cd12f66892fc7467935ebed
From: Lai Jiangshan
Date: Fri, 8 Mar 2013 15:18:28 -0800
Subject: workqueue: fix possible pool stall bug in wq_unbind_fn()
Since multiple pools per cpu have been introduced, wq_unbind_fn() has
a subtle bug which may theoretically stall work item pr
commit: 9437a248e7cac427c898bdb11bd1ac6844a1ead4
From: Larry Finger
Date: Wed, 13 Mar 2013 10:28:13 -0500
Subject: rtlwifi: rtl8192cu: Fix problem that prevents reassociation
The driver was failing to clear the BSSID when a disconnect happened. That
prevented a reconnection. This problem is repor
From: Ville Syrjälä
Cc: stable@vger.kernel.org
Signed-off-by: Ville Syrjälä
---
drivers/gpu/drm/i915/intel_pm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 8a3d89e..89a2d6f 100644
--- a/drivers/gpu/d
I'm announcing the release of the 3.2.41 kernel.
All users of the 3.2 kernel series should upgrade.
The updated 3.2.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.2.y
and can be browsed at the normal kernel.org git web browser:
On Tue, Mar 19, 2013 at 10:44:30PM +0100, Sven Joachim wrote:
> On 2013-03-19 22:00 +0100, Alan Stern wrote:
>
> > On Tue, 19 Mar 2013, Sven Joachim wrote:
> >
> >> On 2013-03-19 21:10 +0100, Alan Stern wrote:
> >>
> >> > On Tue, 19 Mar 2013, Sven Joachim wrote:
> >> >
> >> >> > In what way is re
I'm announcing the release of the 3.0.70 kernel.
All users of the 3.0 kernel series must upgrade.
The updated 3.0.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.0.y
and can be browsed at the normal kernel.org git web browser:
diff --git a/Makefile b/Makefile
index 534f7de..6754172 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 0
-SUBLEVEL = 69
+SUBLEVEL = 70
EXTRAVERSION =
NAME = Sneaky Weasel
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 9fb9332
I'm announcing the release of the 3.4.37 kernel.
All users of the 3.4 kernel series must upgrade.
The updated 3.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.4.y
and can be browsed at the normal kernel.org git web browser:
diff --git a/Makefile b/Makefile
index 2659987..a9e4d61 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 4
-SUBLEVEL = 36
+SUBLEVEL = 37
EXTRAVERSION =
NAME = Saber-toothed Squirrel
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
inde
I'm announcing the release of the 3.8.4 kernel.
All users of the 3.8 kernel series must upgrade.
The updated 3.8.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.8.y
and can be browsed at the normal kernel.org git web browser:
On 2013-03-20 21:08 +0100, Greg Kroah-Hartman wrote:
> On Tue, Mar 19, 2013 at 10:44:30PM +0100, Sven Joachim wrote:
>> On 2013-03-19 22:00 +0100, Alan Stern wrote:
>>
>> > On Tue, 19 Mar 2013, Sven Joachim wrote:
>> >
>> >> On 2013-03-19 21:10 +0100, Alan Stern wrote:
>> >>
>> >> > On Tue, 19 M
On Wed, Mar 20, 2013 at 09:14:38PM +0100, Sven Joachim wrote:
> On 2013-03-20 21:08 +0100, Greg Kroah-Hartman wrote:
>
> > On Tue, Mar 19, 2013 at 10:44:30PM +0100, Sven Joachim wrote:
> >> On 2013-03-19 22:00 +0100, Alan Stern wrote:
> >>
> >> > On Tue, 19 Mar 2013, Sven Joachim wrote:
> >> >
>
On Wed, 20 Mar 2013, Greg Kroah-Hartman wrote:
> > > Ok, I'll postpone this patch for the next stable release, in time for
> > > the fix to be put in at the same time.
> >
> > I think patch 13/75 ("USB: EHCI: dont check DMA values in QH overlays")
> > should also be postponed then, at least Alan
This is a note to let you know that I've just added the patch titled
USB: EHCI: work around silicon bug in Intel's EHCI controllers
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
Am 20.03.2013 20:02, schrieb Sebastian Gottschall (DD-WRT):
Hello
The patch for sa_restorer will break mips builds, since sa_restorer
isnt defined as field within the struct, but the MACRO is.
so use the __ARCH_HAS_SA_RESTORER way which is implemented in that way
in linux 3.9 or simply revert
The patch titled
Subject: drivers/video/ep93xx-fb.c: include for devm_ioremap()
has been added to the -mm tree. Its filename is
drivers-video-ep93xx-fbc-include-linux-ioh-for-devm_ioremap.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) P
On Wed, 20 Mar 2013, Gerlando Falauto wrote:
> On 03/19/2013 12:56 PM, Jason Cooper wrote:
> > On Tue, Mar 19, 2013 at 07:44:31AM -0400, Jason Cooper wrote:
> > > Those commit IDs are going to change once LinusW (I presume) applies
> > > them to his tree, so he'll have to edit each commit message t
On Wed, Mar 20, 2013 at 09:51:05PM +0200, ville.syrj...@linux.intel.com wrote:
> From: Ville Syrjälä
>
> Cc: stable@vger.kernel.org
One of the stable rules is that patches should fix real issues. So can you
please hunt through bugzillas quickly and feed this to relevant bug
reports?
-Daniel
> Si
This is a note to let you know that I've just added the patch titled
Revert "USB: EHCI: don't check DMA values in QH overlays"
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
Revert "USB: EHCI: don't check DMA values in QH overlays"
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 filename of the patch is:
On Wed, Mar 20, 2013 at 04:41:21PM -0400, Alan Stern wrote:
> On Wed, 20 Mar 2013, Greg Kroah-Hartman wrote:
>
> > > > Ok, I'll postpone this patch for the next stable release, in time for
> > > > the fix to be put in at the same time.
> > >
> > > I think patch 13/75 ("USB: EHCI: dont check DMA v
On Wed, Mar 20, 2013 at 11:05:37PM +0100, Daniel Vetter wrote:
> On Wed, Mar 20, 2013 at 09:51:05PM +0200, ville.syrj...@linux.intel.com wrote:
> > From: Ville Syrjälä
> >
> > Cc: stable@vger.kernel.org
>
> One of the stable rules is that patches should fix real issues. So can you
> please hunt
consider that this kernel is not compileable on mips targets due the
patch in kernel/signal.c
SA_RESTORER is defined in mips, but sa_restorer does not exist on that
platform
Am 20.03.2013 21:15, schrieb Greg KH:
I'm announcing the release of the 3.8.4 kernel.
All users of the 3.8 kernel se
On Wed, Mar 20, 2013 at 11:39 PM, Chris Wilson wrote:
> On Wed, Mar 20, 2013 at 11:05:37PM +0100, Daniel Vetter wrote:
>> On Wed, Mar 20, 2013 at 09:51:05PM +0200, ville.syrj...@linux.intel.com
>> wrote:
>> > From: Ville Syrjälä
>> >
>> > Cc: stable@vger.kernel.org
>>
>> One of the stable rules
The patch titled
Subject: drivers/char/random.c: fix priming of last_data
has been added to the -mm tree. Its filename is
drivers-char-randomc-fix-priming-of-last_data.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitabl
The patch titled
Subject: drivers/char/random.c: fix priming of last_data
has been added to the -mm tree. Its filename is
drivers-char-randomc-fix-priming-of-last_data.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitabl
This is a note to let you know that I've just added the patch titled
USB: EHCI: fix regression in QH unlinking
to my usb git tree which can be found at
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
in the usb-linus branch.
The patch will show up in the next release of the
On Wed, 20 Mar 2013 16:31:38 +0200
Horia Geanta wrote:
> This reverts commit e763eb699be723fb41af818118068c6b3afdaf8d.
>
> Current IPsec ESN implementation for authencesn(cbc(aes), hmac(sha))
> (separate encryption and integrity algorithms) does not conform
> to RFC4303.
>
> ICV is generated by
On Wed, 20 Mar 2013 16:31:58 +0200
Horia Geanta wrote:
> This reverts commit 891104ed008e8646c7860fe5bc70b0aac55dcc6c.
>
> Current IPsec ESN implementation for authencesn(cbc(aes), hmac(sha))
> (separate encryption and integrity algorithms) does not conform
> to RFC4303.
>
> ICV is generated by
This is a note to let you know that I've just added the patch titled
sysfs: fix race between readdir and lseek
to my driver-core git tree which can be found at
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
in the driver-core-linus branch.
The patch will show up in
This is a note to let you know that I've just added the patch titled
sysfs: handle failure path correctly for readdir()
to my driver-core git tree which can be found at
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
in the driver-core-linus branch.
The patch will s
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 Thu, Feb 28, 2013 at 04:52:20PM -0800, H. Peter Anvin wrote:
> > >
On Wed, 2013-03-20 at 21:43 +0100, Sebastian Gottschall (DD-WRT) wrote:
> Am 20.03.2013 20:02, schrieb Sebastian Gottschall (DD-WRT):
> > Hello
> >
> > The patch for sa_restorer will break mips builds, since sa_restorer
> > isnt defined as field within the struct, but the MACRO is.
> > so use the
On Thu, 2013-03-14 at 12:01 +0100, Jiri Slaby wrote:
> Hi,
>
> please include the patch below to all maintained stable trees.
>
> commit b81273a132177edd806476b953f6afeb17b786d5
> Author: Jiri Slaby
> Date: Tue Jan 15 23:26:22 2013 +0100
>
> TTY: do not reset master's packet mode
Queued
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
A set of device-mapper fixes for 3.9.
Fix reported data loss with
On 2013/3/20 23:25, Ming Lei wrote:
> While readdir() is running, lseek() may set filp->f_pos as zero,
> then may leave filp->private_data pointing to one sysfs_dirent
> object without holding its reference counter, so the sysfs_dirent
> object may be used after free in next readdir().
>
> This pa
On Fri, 2013-03-15 at 18:57 -0600, Shuah Khan wrote:
> This patch fixes a kernel crash when using precise sampling (PEBS)
> after a suspend/resume. Turns out the CPU notifier code is not invoked
> on CPU0 (BP). Therefore, the DS_AREA (used by PEBS) is not restored properly
> by the kernel and keeps
On Thu, Mar 21, 2013 at 10:41 AM, Li Zefan wrote:
>
> In fact the same race exists between readdir() and read()/write()...
Fortunately, no read()/write() are implemented on sysfs directory, :-)
Thanks,
--
Ming Lei
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body o
On Mon, 2013-03-18 at 15:30 -0400, David Miller wrote:
> Please apply the following networking bug fixes to 3.0.x, 3.2.x,
> 3.4.x, and 3.8.x -stable, respectively.
Queued up for 3.2, thanks.
Ben.
--
Ben Hutchings
It is easier to write an incorrect program than to understand a correct one.
sig
On Mon, 2013-03-18 at 14:10 -0700, Greg Kroah-Hartman wrote:
> 3.0-stable review patch. If anyone has any objections, please let me know.
>
> --
>
> This reverts commit 2431496fbdd142ccc83138d94f3f510a36ce9270 as it was
> applied incorrectly twice.
>
> Thanks to Jiri for pointin
On 2013/3/21 11:17, Ming Lei wrote:
> On Thu, Mar 21, 2013 at 10:41 AM, Li Zefan wrote:
>>
>> In fact the same race exists between readdir() and read()/write()...
>
> Fortunately, no read()/write() are implemented on sysfs directory, :-)
>
That's irrelevant...
See my report:
https://patchwork
I believe this fix is needed on stable branches 3.2.y, 3.4.y and 3.5.7.z:
commit 95a69adab9acfc3981c504737a2b6578e4d846ef
Author: Tomas Hozza
Date: Thu Nov 8 10:53:29 2012 +0100
tools: hv: Netlink source address validation allows DoS
The source code without this patch caused hyper
This fix is needed on stable branches 3.0.y, 3.2.y, 3.4.y and 3.5.7.z:
commit 0143fc5e9f6f5aad4764801015bc8d4b4a278200
Author: Mathias Krause
Date: Thu Jul 12 08:46:55 2012 +0200
udf: avoid info leak on export
For type 0x51 the udf.parent_partref member in struct fid gets copied
This fix is needed on stable branches 3.0.y, 3.2.y, 3.4.y and 3.5.7.z:
commit fe685aabf7c8c9f138e5ea900954d295bf229175
Author: Mathias Krause
Date: Thu Jul 12 08:46:54 2012 +0200
isofs: avoid info leak on export
For type 1 the parent_offset member in struct isofs_fid gets copied
On Thu, Mar 21, 2013 at 11:28 AM, Li Zefan wrote:
> On 2013/3/21 11:17, Ming Lei wrote:
>> On Thu, Mar 21, 2013 at 10:41 AM, Li Zefan wrote:
>>>
>>> In fact the same race exists between readdir() and read()/write()...
>>
>> Fortunately, no read()/write() are implemented on sysfs directory, :-)
>>
On Wed, Nov 28, 2012 at 03:46:08AM +0530, Jiang, Dave wrote:
> The existing code set a value in the PCI_CHANERRMSK_INT register
> for a workaround to address a pre-silicon bug on the Intel 5520 IO hub that
> has been fixed when the hardware was released. There is no need for this
> code.
>
> Signe
This fix is needed in stable branches 3.0.y, 3.2.y, 3.4.y and 3.5.7.z:
commit a84a921978b7d56e0e4b87ffaca6367429b4d8ff
Author: Alan Cox
Date: Fri Sep 28 12:20:02 2012 +0100
key: Fix resource leak
On an error iov may still have been reallocated and need freeing
Signed-off-
77 matches
Mail list logo