Messages in this thread |  | | Date | Sat, 5 Apr 2008 15:22:48 +0200 | From | "Oliver Pinter" <> | Subject | [OP] linux v2.6.22.21-op1 |
| |
I announced the v2.6.22.21-op1 "stable" kernel.
gitweb: http://repo.or.cz/w/linux-2.6.22.y-op.git git-tree: git://repo.or.cz/linux-2.6.22.y-op.git patches-gitweb : http://repo.or.cz/w/linux-2.6.22.y-op-patches.git tar-bz2: http://students.zipernowsky.hu/~oliverp/kernel-stable/v2.6.22.21-op1.tar.bz2 patch: http://students.zipernowsky.hu/~oliverp/kernel-stable/patch-v2.6.22.20-op1-v2.6.22.21-op1.bz2 chlog: http://students.zipernowsky.hu/~oliverp/kernel-stable/chlog-v2.6.22.21-op1 ======================================
Makefile | 2 +- drivers/md/raid5.c | 14 ++--- drivers/net/tulip/tulip_core.c | 4 + fs/cifs/cifs_debug.c | 92 +++-------------------------- fs/cifs/cifsglob.h | 11 ++++ fs/cifs/cifsproto.h | 4 +- fs/cifs/cifssmb.c | 130 ++++++++++++++++++---------------------- fs/cifs/connect.c | 9 ++- fs/cifs/file.c | 14 ++-- fs/cifs/sess.c | 3 +- fs/cifs/transport.c | 88 +++++++++++++++++++++------ mm/slab.c | 5 +- 12 files changed, 174 insertions(+), 202 deletions(-)
====================================== gitweb: http://repo.or.cz/w/linux-2.6.22.y-op.git git-tree: git://repo.or.cz/linux-2.6.22.y-op.git patches-gitweb : http://repo.or.cz/w/linux-2.6.22.y-op-patches.git tar-bz2: http://students.zipernowsky.hu/~oliverp/kernel-stable/v2.6.22.21-op1.tar.bz2 patch: http://students.zipernowsky.hu/~oliverp/kernel-stable/patch-v2.6.22.20-op1-v2.6.22.21-op1.bz2 chlog: http://students.zipernowsky.hu/~oliverp/kernel-stable/chlog-v2.6.22.21-op1 ======================================
Makefile | 2 +- drivers/md/raid5.c | 14 ++--- drivers/net/tulip/tulip_core.c | 4 + fs/cifs/cifs_debug.c | 92 +++-------------------------- fs/cifs/cifsglob.h | 11 ++++ fs/cifs/cifsproto.h | 4 +- fs/cifs/cifssmb.c | 130 ++++++++++++++++++---------------------- fs/cifs/connect.c | 9 ++- fs/cifs/file.c | 14 ++-- fs/cifs/sess.c | 3 +- fs/cifs/transport.c | 88 +++++++++++++++++++++------ mm/slab.c | 5 +- 12 files changed, 174 insertions(+), 202 deletions(-)
======================================
Joe Korty (1): slab: NUMA slab allocator migration bugfix
NeilBrown (1): md: fix an occasional deadlock in raid5
Oliver Pinter (1): v2.6.22.21-op1
Steve French (2): Fix buffer overflow if server sends corrupt response to small Fix sign mount option and sign proc config setting
andrew.patterson@hp.com (1): MCA when shutting down tulip quad-NIC
====================================== Thanks, Oliver /* http://students.zipernowsky.hu/~oliverp/ */
|  |