* Linux 2.6.32.59
@ 2012-03-17 13:09 Willy Tarreau
2012-03-18 11:20 ` Nikola Ciprich
2012-03-18 13:22 ` Arnd Hannemann
0 siblings, 2 replies; 7+ messages in thread
From: Willy Tarreau @ 2012-03-17 13:09 UTC (permalink / raw)
To: linux-kernel, stable
I've just released Linux 2.6.32.59.
The patch and changelog will appear soon at the following locations:
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.bz2
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.xz
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.gz
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/ChangeLog-2.6.32.59
The updated 2.6.32.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
The tree can be browsed on the gitweb interface:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y
Testing status (build/boot, OK/FAIL, otherwise not tested) :
ARCH | CONFIGURATION
--------+-----------------------------------
| allmodconfig other-config
x86_64 | build:OK -
i386 | build:OK boot:OK
Thanks to all reviewers, and to Greg for the final packaging.
Willy
---------
Makefile | 2 +-
arch/ia64/Kconfig | 17 -----------------
arch/s390/Kconfig | 3 +++
arch/s390/kernel/setup.c | 1 +
block/bsg.c | 3 ++-
drivers/block/xen-blkfront.c | 4 ++--
drivers/net/usb/usbnet.c | 2 ++
drivers/watchdog/hpwdt.c | 5 +++--
fs/binfmt_elf.c | 2 +-
fs/cifs/dir.c | 20 ++++++++++++++++++--
fs/ecryptfs/crypto.c | 21 +++++++++++++++++++++
fs/ecryptfs/ecryptfs_kernel.h | 2 ++
fs/ecryptfs/file.c | 3 ++-
fs/ecryptfs/inode.c | 18 +++---------------
include/linux/backing-dev.h | 1 +
include/linux/regset.h | 10 ++++++++--
mm/backing-dev.c | 15 ++++++++++-----
mm/page-writeback.c | 1 +
18 files changed, 81 insertions(+), 49 deletions(-)
Summary of changes from 2.6.32.58 to 2.6.32.59
==============================================
Ben Hutchings (1):
IA64: Remove COMPAT_IA32 support
David Howells (1):
KEYS: Enable the compat keyctl wrapper on s390x
David Vrabel (1):
blkfront: Fix backtrace in del_gendisk
H. Peter Anvin (2):
regset: Prevent null pointer reference on readonly regsets
regset: Return -EFAULT, not -EIO, on host-side memory fault
Heiko Carstens (1):
compat: Re-add missing asm/compat.h include to fix compile breakage on s390
Jeff Layton (1):
cifs: fix dentry refcount leak when opening a FIFO on lookup
Jens Axboe (1):
writeback: fixups for !dirty_writeback_centisecs
Maxim Uvarov (1):
watchdog: hpwdt: clean up set_memory_x call for 32 bit
Sebastian Siewior (1):
net/usbnet: avoid recursive locking in usbnet_stop()
Stanislaw Gruszka (1):
bsg: fix sysfs link remove warning
Tyler Hicks (1):
eCryptfs: Handle failed metadata read in lookup
Willy Tarreau (1):
Linux 2.6.32.59
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux 2.6.32.59
2012-03-17 13:09 Linux 2.6.32.59 Willy Tarreau
@ 2012-03-18 11:20 ` Nikola Ciprich
2012-03-18 11:59 ` Willy Tarreau
2012-03-18 13:22 ` Arnd Hannemann
1 sibling, 1 reply; 7+ messages in thread
From: Nikola Ciprich @ 2012-03-18 11:20 UTC (permalink / raw)
To: Willy Tarreau; +Cc: linux-kernel, stable, Nikola Ciprich
[-- Attachment #1: Type: text/plain, Size: 4475 bytes --]
Hi Willy,
thanks for the patches. There's small typo in the paths though:
> The patch and changelog will appear soon at the following locations:
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.bz2
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.xz
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.gz
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/ChangeLog-2.6.32.59
Should be:
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.59.bz2
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.59.xz
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.59.gz
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.59
cheers!
nik
>
> The updated 2.6.32.y git tree can be found at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
> http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
>
> The tree can be browsed on the gitweb interface:
> http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y
>
>
> Testing status (build/boot, OK/FAIL, otherwise not tested) :
>
> ARCH | CONFIGURATION
> --------+-----------------------------------
> | allmodconfig other-config
> x86_64 | build:OK -
> i386 | build:OK boot:OK
>
> Thanks to all reviewers, and to Greg for the final packaging.
> Willy
>
> ---------
> Makefile | 2 +-
> arch/ia64/Kconfig | 17 -----------------
> arch/s390/Kconfig | 3 +++
> arch/s390/kernel/setup.c | 1 +
> block/bsg.c | 3 ++-
> drivers/block/xen-blkfront.c | 4 ++--
> drivers/net/usb/usbnet.c | 2 ++
> drivers/watchdog/hpwdt.c | 5 +++--
> fs/binfmt_elf.c | 2 +-
> fs/cifs/dir.c | 20 ++++++++++++++++++--
> fs/ecryptfs/crypto.c | 21 +++++++++++++++++++++
> fs/ecryptfs/ecryptfs_kernel.h | 2 ++
> fs/ecryptfs/file.c | 3 ++-
> fs/ecryptfs/inode.c | 18 +++---------------
> include/linux/backing-dev.h | 1 +
> include/linux/regset.h | 10 ++++++++--
> mm/backing-dev.c | 15 ++++++++++-----
> mm/page-writeback.c | 1 +
> 18 files changed, 81 insertions(+), 49 deletions(-)
>
> Summary of changes from 2.6.32.58 to 2.6.32.59
> ==============================================
> Ben Hutchings (1):
> IA64: Remove COMPAT_IA32 support
>
> David Howells (1):
> KEYS: Enable the compat keyctl wrapper on s390x
>
> David Vrabel (1):
> blkfront: Fix backtrace in del_gendisk
>
> H. Peter Anvin (2):
> regset: Prevent null pointer reference on readonly regsets
> regset: Return -EFAULT, not -EIO, on host-side memory fault
>
> Heiko Carstens (1):
> compat: Re-add missing asm/compat.h include to fix compile breakage on s390
>
> Jeff Layton (1):
> cifs: fix dentry refcount leak when opening a FIFO on lookup
>
> Jens Axboe (1):
> writeback: fixups for !dirty_writeback_centisecs
>
> Maxim Uvarov (1):
> watchdog: hpwdt: clean up set_memory_x call for 32 bit
>
> Sebastian Siewior (1):
> net/usbnet: avoid recursive locking in usbnet_stop()
>
> Stanislaw Gruszka (1):
> bsg: fix sysfs link remove warning
>
> Tyler Hicks (1):
> eCryptfs: Handle failed metadata read in lookup
>
> Willy Tarreau (1):
> Linux 2.6.32.59
>
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
-------------------------------------
Ing. Nikola CIPRICH
LinuxBox.cz, s.r.o.
28. rijna 168, 709 01 Ostrava
tel.: +420 596 603 142
fax: +420 596 621 273
mobil: +420 777 093 799
www.linuxbox.cz
mobil servis: +420 737 238 656
email servis: servis@linuxbox.cz
-------------------------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux 2.6.32.59
2012-03-18 11:20 ` Nikola Ciprich
@ 2012-03-18 11:59 ` Willy Tarreau
0 siblings, 0 replies; 7+ messages in thread
From: Willy Tarreau @ 2012-03-18 11:59 UTC (permalink / raw)
To: Nikola Ciprich; +Cc: linux-kernel, stable, Nikola Ciprich
Hi Nikola,
On Sun, Mar 18, 2012 at 12:20:13PM +0100, Nikola Ciprich wrote:
> Hi Willy,
>
> thanks for the patches. There's small typo in the paths though:
> > The patch and changelog will appear soon at the following locations:
> > ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/
> > ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.bz2
> > ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.xz
> > ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/patch-2.6.32.59.gz
> > ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/2.6.32/ChangeLog-2.6.32.59
> Should be:
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.59.bz2
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.59.xz
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.59.gz
> ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.59
Sorry, I've fixed it now.
Thanks for reporting this !
Willy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux 2.6.32.59
2012-03-17 13:09 Linux 2.6.32.59 Willy Tarreau
2012-03-18 11:20 ` Nikola Ciprich
@ 2012-03-18 13:22 ` Arnd Hannemann
2012-03-18 13:28 ` Willy Tarreau
1 sibling, 1 reply; 7+ messages in thread
From: Arnd Hannemann @ 2012-03-18 13:22 UTC (permalink / raw)
To: Willy Tarreau; +Cc: linux-kernel, stable
Hi,
Am 17.03.2012 14:09, schrieb Willy Tarreau:
> The updated 2.6.32.y git tree can be found at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
> http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
>
> The tree can be browsed on the gitweb interface:
> http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y
Neither any commit after 2.6.32.58 nor the tag v2.6.32.59 seems to be available in the public git tree, yet.
Forgot to push?
Best regards
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux 2.6.32.59
2012-03-18 13:22 ` Arnd Hannemann
@ 2012-03-18 13:28 ` Willy Tarreau
2012-03-18 15:17 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Willy Tarreau @ 2012-03-18 13:28 UTC (permalink / raw)
To: Arnd Hannemann; +Cc: linux-kernel, stable
Hi Arnd,
On Sun, Mar 18, 2012 at 02:22:46PM +0100, Arnd Hannemann wrote:
> Hi,
>
> Am 17.03.2012 14:09, schrieb Willy Tarreau:
>
> > The updated 2.6.32.y git tree can be found at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
> > http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
> >
> > The tree can be browsed on the gitweb interface:
> > http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y
>
> Neither any commit after 2.6.32.58 nor the tag v2.6.32.59 seems to be available in the public git tree, yet.
> Forgot to push?
Greg was not available for the final push when I sent the announce yesterday
and I made a mistake in the pull request I sent him, further delaying the
update. This will be sorted out soon, don't worry.
Just for those who can't wait, I'm generally pushing there though it is
not official at all and may be removed or forced-updated without prior
notice (so don't track it) :
http://git.kernel.org/?p=linux/kernel/git/wtarreau/for-greg.git;a=shortlog;h=refs/heads/linux-2.6.32.y
Regards,
Willy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux 2.6.32.59
2012-03-18 13:28 ` Willy Tarreau
@ 2012-03-18 15:17 ` Greg KH
2012-03-18 16:30 ` Willy Tarreau
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2012-03-18 15:17 UTC (permalink / raw)
To: Willy Tarreau; +Cc: Arnd Hannemann, linux-kernel, stable
On Sun, Mar 18, 2012 at 02:28:55PM +0100, Willy Tarreau wrote:
> Hi Arnd,
>
> On Sun, Mar 18, 2012 at 02:22:46PM +0100, Arnd Hannemann wrote:
> > Hi,
> >
> > Am 17.03.2012 14:09, schrieb Willy Tarreau:
> >
> > > The updated 2.6.32.y git tree can be found at:
> > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
> > > http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
> > >
> > > The tree can be browsed on the gitweb interface:
> > > http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y
> >
> > Neither any commit after 2.6.32.58 nor the tag v2.6.32.59 seems to be available in the public git tree, yet.
> > Forgot to push?
>
> Greg was not available for the final push when I sent the announce yesterday
> and I made a mistake in the pull request I sent him, further delaying the
> update. This will be sorted out soon, don't worry.
Sorry for the delay, they are now pushed out and should show up on the
public mirrors within minutes now.
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux 2.6.32.59
2012-03-18 15:17 ` Greg KH
@ 2012-03-18 16:30 ` Willy Tarreau
0 siblings, 0 replies; 7+ messages in thread
From: Willy Tarreau @ 2012-03-18 16:30 UTC (permalink / raw)
To: Greg KH; +Cc: Arnd Hannemann, linux-kernel, stable
On Sun, Mar 18, 2012 at 08:17:53AM -0700, Greg KH wrote:
> On Sun, Mar 18, 2012 at 02:28:55PM +0100, Willy Tarreau wrote:
> > Hi Arnd,
> >
> > On Sun, Mar 18, 2012 at 02:22:46PM +0100, Arnd Hannemann wrote:
> > > Hi,
> > >
> > > Am 17.03.2012 14:09, schrieb Willy Tarreau:
> > >
> > > > The updated 2.6.32.y git tree can be found at:
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
> > > > http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
> > > >
> > > > The tree can be browsed on the gitweb interface:
> > > > http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y
> > >
> > > Neither any commit after 2.6.32.58 nor the tag v2.6.32.59 seems to be available in the public git tree, yet.
> > > Forgot to push?
> >
> > Greg was not available for the final push when I sent the announce yesterday
> > and I made a mistake in the pull request I sent him, further delaying the
> > update. This will be sorted out soon, don't worry.
>
> Sorry for the delay, they are now pushed out and should show up on the
> public mirrors within minutes now.
They show up now, thank you Greg!
Willy
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-03-18 16:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-17 13:09 Linux 2.6.32.59 Willy Tarreau
2012-03-18 11:20 ` Nikola Ciprich
2012-03-18 11:59 ` Willy Tarreau
2012-03-18 13:22 ` Arnd Hannemann
2012-03-18 13:28 ` Willy Tarreau
2012-03-18 15:17 ` Greg KH
2012-03-18 16:30 ` Willy Tarreau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox