[Kernel-packages] [Bug 1365914] Re: Incorrect backport to 2.6.32-stable - NFSD regression.

2014-10-08 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.32-67.134

---
linux (2.6.32-67.134) lucid; urgency=low

  [ Kamal Mostafa ]

  * Release Tracking Bug
- re-used previous tracking bug

  [ Upstream Kernel Changes ]

  * udf: Avoid infinite loop when processing indirect ICBs
- LP: #1370042
- CVE-2014-6410

linux (2.6.32-67.133) lucid; urgency=low

  [ Joseph Salisbury ]

  * Release Tracking Bug
- LP: #1372657

  [ Upstream Kernel Changes ]

  * Revert nfsd: correctly handle return value from nfsd_map_name_to_*
- LP: #1365914
  * HID: fix a couple of off-by-ones
- LP: #1370035
- CVE-2014-3184
  * USB: whiteheat: Added bounds checking for bulk command response
- LP: #1370036
- CVE-2014-3185
 -- Kamal Mostafa ka...@canonical.com   Wed, 24 Sep 2014 11:04:09 -0700

** Changed in: linux (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3184

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3185

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-6410

** Changed in: linux (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1365914

Title:
  Incorrect backport to 2.6.32-stable - NFSD regression.

Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  Fix Released

Bug description:
  SRU Justification:

  Impact:
  The original bug report[1] refers to the failure in running pulseaudio
  when $HOME is NFS4 mounted.

  [1] https://bugzilla.novell.com/show_bug.cgi?id=893787

  Fix:
  Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
  (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
  this issue.

  Testcase:
  Although I haven't tested this myself, the original bug reporter
  provides a test case:

  1. Mount ~ from NFS4

  2. start pulseaudio:
 ~$ pulseaudio
 E: [pulseaudio] core-util.c: Failed to create secure directory
 (/home/foo/bar/.pulse): Remote I/O error

  3. Actual Results:  
 pulseaudio does not work
 Expected Results:  
 pulseaudio should work

  --

  Neil Brown reported[1] in the stable mailing list that

  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100

  nfsd: correctly handle return value from nfsd_map_name_to_*

  commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.

  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.

  For more details, see
  https://bugzilla.novell.com/show_bug.cgi?id=893787

  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365914/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1365914] Re: Incorrect backport to 2.6.32-stable - NFSD regression.

2014-10-08 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.32-67.134

---
linux (2.6.32-67.134) lucid; urgency=low

  [ Kamal Mostafa ]

  * Release Tracking Bug
- re-used previous tracking bug

  [ Upstream Kernel Changes ]

  * udf: Avoid infinite loop when processing indirect ICBs
- LP: #1370042
- CVE-2014-6410

linux (2.6.32-67.133) lucid; urgency=low

  [ Joseph Salisbury ]

  * Release Tracking Bug
- LP: #1372657

  [ Upstream Kernel Changes ]

  * Revert nfsd: correctly handle return value from nfsd_map_name_to_*
- LP: #1365914
  * HID: fix a couple of off-by-ones
- LP: #1370035
- CVE-2014-3184
  * USB: whiteheat: Added bounds checking for bulk command response
- LP: #1370036
- CVE-2014-3185
 -- Kamal Mostafa ka...@canonical.com   Wed, 24 Sep 2014 11:04:09 -0700

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1365914

Title:
  Incorrect backport to 2.6.32-stable - NFSD regression.

Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  Fix Released

Bug description:
  SRU Justification:

  Impact:
  The original bug report[1] refers to the failure in running pulseaudio
  when $HOME is NFS4 mounted.

  [1] https://bugzilla.novell.com/show_bug.cgi?id=893787

  Fix:
  Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
  (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
  this issue.

  Testcase:
  Although I haven't tested this myself, the original bug reporter
  provides a test case:

  1. Mount ~ from NFS4

  2. start pulseaudio:
 ~$ pulseaudio
 E: [pulseaudio] core-util.c: Failed to create secure directory
 (/home/foo/bar/.pulse): Remote I/O error

  3. Actual Results:  
 pulseaudio does not work
 Expected Results:  
 pulseaudio should work

  --

  Neil Brown reported[1] in the stable mailing list that

  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100

  nfsd: correctly handle return value from nfsd_map_name_to_*

  commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.

  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.

  For more details, see
  https://bugzilla.novell.com/show_bug.cgi?id=893787

  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365914/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1365914] Re: Incorrect backport to 2.6.32-stable - NFSD regression.

2014-10-07 Thread Luis Henriques
This fix is available in upstream 2.6.32, so it can be considered as a
regular stable update -- we just SRU'ed it without waiting for the
upstream release.  As such, I'm tagging it as verified.

** Tags removed: verification-needed-lucid
** Tags added: verification-done-lucid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1365914

Title:
  Incorrect backport to 2.6.32-stable - NFSD regression.

Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  Fix Committed

Bug description:
  SRU Justification:

  Impact:
  The original bug report[1] refers to the failure in running pulseaudio
  when $HOME is NFS4 mounted.

  [1] https://bugzilla.novell.com/show_bug.cgi?id=893787

  Fix:
  Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
  (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
  this issue.

  Testcase:
  Although I haven't tested this myself, the original bug reporter
  provides a test case:

  1. Mount ~ from NFS4

  2. start pulseaudio:
 ~$ pulseaudio
 E: [pulseaudio] core-util.c: Failed to create secure directory
 (/home/foo/bar/.pulse): Remote I/O error

  3. Actual Results:  
 pulseaudio does not work
 Expected Results:  
 pulseaudio should work

  --

  Neil Brown reported[1] in the stable mailing list that

  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100

  nfsd: correctly handle return value from nfsd_map_name_to_*

  commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.

  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.

  For more details, see
  https://bugzilla.novell.com/show_bug.cgi?id=893787

  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365914/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1365914] Re: Incorrect backport to 2.6.32-stable - NFSD regression.

2014-10-02 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
lucid' to 'verification-done-lucid'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-lucid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1365914

Title:
  Incorrect backport to 2.6.32-stable - NFSD regression.

Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  Fix Committed

Bug description:
  SRU Justification:

  Impact:
  The original bug report[1] refers to the failure in running pulseaudio
  when $HOME is NFS4 mounted.

  [1] https://bugzilla.novell.com/show_bug.cgi?id=893787

  Fix:
  Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
  (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
  this issue.

  Testcase:
  Although I haven't tested this myself, the original bug reporter
  provides a test case:

  1. Mount ~ from NFS4

  2. start pulseaudio:
 ~$ pulseaudio
 E: [pulseaudio] core-util.c: Failed to create secure directory
 (/home/foo/bar/.pulse): Remote I/O error

  3. Actual Results:  
 pulseaudio does not work
 Expected Results:  
 pulseaudio should work

  --

  Neil Brown reported[1] in the stable mailing list that

  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100

  nfsd: correctly handle return value from nfsd_map_name_to_*

  commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.

  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.

  For more details, see
  https://bugzilla.novell.com/show_bug.cgi?id=893787

  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365914/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1365914] Re: Incorrect backport to 2.6.32-stable - NFSD regression.

2014-09-05 Thread Luis Henriques
** Description changed:

+ SRU Justification:
+ 
+ Impact:
+ The original bug report[1] refers to the failure in running pulseaudio
+ when $HOME is NFS4 mounted.
+ 
+ [1] https://bugzilla.novell.com/show_bug.cgi?id=893787
+ 
+ Fix:
+ Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
+ (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
+ this issue.
+ 
+ Testcase:
+ Although I haven't tested this myself, the original bug reporter
+ provides a test case:
+ 
+ 1. Mount ~ from NFS4
+ 
+ 2. start pulseaudio:
+~$ pulseaudio
+E: [pulseaudio] core-util.c: Failed to create secure directory
+(/home/foo/bar/.pulse): Remote I/O error
+ 
+ 3. Actual Results:  
+pulseaudio does not work
+Expected Results:  
+pulseaudio should work
+ 
+ --
+ 
  Neil Brown reported[1] in the stable mailing list that
  
  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100
  
- nfsd: correctly handle return value from nfsd_map_name_to_*
+ nfsd: correctly handle return value from nfsd_map_name_to_*
  
- commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.
+ commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.
  
  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.
  
  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.
  
  For more details, see https://bugzilla.novell.com/show_bug.cgi?id=893787
  
  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1365914

Title:
  Incorrect backport to 2.6.32-stable - NFSD regression.

Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Lucid:
  Triaged

Bug description:
  SRU Justification:

  Impact:
  The original bug report[1] refers to the failure in running pulseaudio
  when $HOME is NFS4 mounted.

  [1] https://bugzilla.novell.com/show_bug.cgi?id=893787

  Fix:
  Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
  (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
  this issue.

  Testcase:
  Although I haven't tested this myself, the original bug reporter
  provides a test case:

  1. Mount ~ from NFS4

  2. start pulseaudio:
 ~$ pulseaudio
 E: [pulseaudio] core-util.c: Failed to create secure directory
 (/home/foo/bar/.pulse): Remote I/O error

  3. Actual Results:  
 pulseaudio does not work
 Expected Results:  
 pulseaudio should work

  --

  Neil Brown reported[1] in the stable mailing list that

  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100

  nfsd: correctly handle return value from nfsd_map_name_to_*

  commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.

  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.

  For more details, see
  https://bugzilla.novell.com/show_bug.cgi?id=893787

  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365914/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1365914] Re: Incorrect backport to 2.6.32-stable - NFSD regression.

2014-09-05 Thread Tim Gardner
** Changed in: linux (Ubuntu Lucid)
   Status: Triaged = Fix Committed

** Changed in: linux (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1365914

Title:
  Incorrect backport to 2.6.32-stable - NFSD regression.

Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  Fix Committed

Bug description:
  SRU Justification:

  Impact:
  The original bug report[1] refers to the failure in running pulseaudio
  when $HOME is NFS4 mounted.

  [1] https://bugzilla.novell.com/show_bug.cgi?id=893787

  Fix:
  Reverting Lucid 0a69d50207d9e098eeb98b516b1b08b4d05dbc6f commit
  (47c85291d3dd1a51501555000b90f8e281a0458e commit upstream) will fix
  this issue.

  Testcase:
  Although I haven't tested this myself, the original bug reporter
  provides a test case:

  1. Mount ~ from NFS4

  2. start pulseaudio:
 ~$ pulseaudio
 E: [pulseaudio] core-util.c: Failed to create secure directory
 (/home/foo/bar/.pulse): Remote I/O error

  3. Actual Results:  
 pulseaudio does not work
 Expected Results:  
 pulseaudio should work

  --

  Neil Brown reported[1] in the stable mailing list that

  commit 63d059e73ff4574b79bd8aa252b5fc00b6326ddf
  Author: NeilBrown ne...@suse.de
  Date:   Wed Feb 16 13:08:35 2011 +1100

  nfsd: correctly handle return value from nfsd_map_name_to_*

  commit 47c85291d3dd1a51501555000b90f8e281a0458e upstream.

  in kernel 2.6.32.30 fixes a regression introduced by commit
  3c726023402a2f3b28f49b9d90ebf9e71151157d.  However, this commit hasn't
  been backported to the 2.6.32 kernel.

  So, rather an fixing a regression, it introduces one and this patch
  should be reverted.

  For more details, see
  https://bugzilla.novell.com/show_bug.cgi?id=893787

  [1] http://www.spinics.net/lists/linux-nfs/msg46403.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365914/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp