lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 May 2009 15:37:55 -0700
From:	Greg KH <gregkh@...e.de>
To:	linux-kernel@...r.kernel.org, stable@...nel.org
Cc:	Justin Forbes <jmforbes@...uxtx.org>,
	Zwane Mwaikambo <zwane@....linux.org.uk>,
	Theodore Ts'o <tytso@....edu>,
	Randy Dunlap <rdunlap@...otime.net>,
	Dave Jones <davej@...hat.com>,
	Chuck Wolber <chuckw@...ntumlinux.com>,
	Chris Wedgwood <reviews@...cw.f00f.org>,
	Michael Krufky <mkrufky@...uxtv.org>,
	Chuck Ebbert <cebbert@...hat.com>,
	Domenico Andreoli <cavokz@...il.com>, Willy Tarreau <w@....eu>,
	Rodrigo Rubira Branco <rbranco@...checkpoint.com>,
	Jake Edge <jake@....net>, Eugene Teo <eteo@...hat.com>,
	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	alan@...rguk.ukuu.org.uk
Subject: [patch 00/51] 2.6.29-stable review

This is the start of the stable review cycle for the 2.6.29.4 release.
There are 51 patches in this series, all will be posted as a response to
this one.  If anyone has any issues with these being applied, please let
us know.  If anyone is a maintainer of the proper subsystem, and wants
to add a Signed-off-by: line to the patch, please respond with it.

These patches are sent out with a number of different people on the Cc:
line.  If you wish to be a reviewer, please email stable@...nel.org to
add your name to the list.  If you want to be off the reviewer list,
also email us.

Responses should be made by Saturday, May 16, 20:00:00 UTC.  Anything
received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.29.4-rc1.gz
and the diffstat can be found below.


thanks,

greg k-h


 Documentation/filesystems/Locking   |   26 ++-
 Makefile                            |    2 +-
 arch/x86/kvm/svm.c                  |    1 -
 arch/x86/kvm/x86.c                  |    4 +-
 drivers/dma/dmatest.c               |    4 +-
 drivers/hid/hid-ids.h               |    5 +
 drivers/hid/usbhid/hid-quirks.c     |    3 +
 drivers/hwmon/w83781d.c             |    3 +-
 drivers/i2c/algos/i2c-algo-bit.c    |    2 +-
 drivers/i2c/algos/i2c-algo-pca.c    |   11 ++
 drivers/md/bitmap.c                 |   29 ++--
 drivers/md/md.c                     |    7 +-
 drivers/md/raid10.c                 |   12 +-
 drivers/net/e1000/e1000_main.c      |    2 +-
 drivers/net/ehea/ehea_main.c        |   31 +++--
 drivers/net/ne2k-pci.c              |    7 +-
 drivers/serial/mpc52xx_uart.c       |    2 +-
 drivers/usb/gadget/usbstring.c      |    6 +-
 drivers/usb/serial/ftdi_sio.c       |   18 ++-
 drivers/video/fb_defio.c            |    3 +-
 fs/btrfs/ctree.h                    |    2 +-
 fs/btrfs/inode.c                    |   12 +-
 fs/buffer.c                         |   20 ++-
 fs/cifs/cifs_unicode.h              |    7 +
 fs/cifs/cifssmb.c                   |   17 +-
 fs/cifs/connect.c                   |    6 +-
 fs/cifs/misc.c                      |    5 +-
 fs/cifs/readdir.c                   |    2 +-
 fs/cifs/sess.c                      |   46 +++---
 fs/eventpoll.c                      |    2 +-
 fs/ext4/ext4.h                      |    2 +-
 fs/ext4/inode.c                     |    5 +-
 fs/fcntl.c                          |    6 +-
 fs/fuse/file.c                      |    3 +-
 fs/fuse/inode.c                     |    1 +
 fs/gfs2/ops_file.c                  |    7 +-
 fs/ioctl.c                          |   75 +++++++---
 fs/lockd/svc.c                      |   15 ++-
 fs/nfs/dir.c                        |    9 +-
 fs/nfs/file.c                       |    9 +-
 fs/nfsd/nfs4xdr.c                   |   16 ++-
 fs/ocfs2/file.c                     |   94 ++++++++++---
 fs/ocfs2/mmap.c                     |    6 +-
 fs/splice.c                         |  276 ++++++++++++++++++++++-------------
 fs/ubifs/file.c                     |    9 +-
 fs/xfs/linux-2.6/xfs_file.c         |    4 +-
 include/linux/buffer_head.h         |    2 +-
 include/linux/compiler.h            |    3 +-
 include/linux/mm.h                  |    3 +-
 include/linux/splice.h              |   12 ++
 include/net/cipso_ipv4.h            |   17 ++
 include/net/netlabel.h              |   15 ++-
 mm/memory.c                         |  132 ++++++++++++-----
 net/ipv4/cipso_ipv4.c               |  130 ++++++++++++++++
 net/ipv4/syncookies.c               |    9 +-
 net/ipv4/tcp_ipv4.c                 |    7 +-
 net/mac80211/rc80211_pid_algo.c     |   73 +++++-----
 net/netlabel/netlabel_kapi.c        |   84 +++++++++++
 security/selinux/hooks.c            |   49 ++-----
 security/selinux/include/netlabel.h |   23 ++-
 security/selinux/netlabel.c         |  185 +++++++-----------------
 security/smack/smack.h              |    1 -
 security/smack/smack_lsm.c          |  130 ++++++++++-------
 sound/pci/hda/patch_sigmatel.c      |    7 +-
 sound/soc/codecs/wm8990.c           |   40 +++---
 65 files changed, 1131 insertions(+), 625 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ