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, 30 Apr 2009 10:01:22 -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/88] 2.6.28.10-stable review

This is the start of the stable review cycle for the 2.6.28.10 release.

NOTE!  This is going to be the last release in the 2.6.28-stable series!

There are 88 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 2, 17: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.28.10-rc1.gz
and the diffstat can be found below.


thanks,

greg k-h


 Makefile                               |    2 +-
 arch/powerpc/include/asm/futex.h       |   12 +-
 arch/powerpc/include/asm/processor.h   |   19 ++
 arch/powerpc/kernel/signal.c           |    4 +-
 arch/powerpc/kernel/signal.h           |    2 +-
 arch/powerpc/kernel/signal_32.c        |    4 +-
 arch/powerpc/kernel/signal_64.c        |    2 +-
 arch/x86/boot/memory.c                 |    7 +-
 arch/x86/include/asm/kvm_host.h        |   10 +-
 arch/x86/kernel/cpu/mtrr/generic.c     |   51 ++--
 arch/x86/kvm/i8254.c                   |    2 +-
 arch/x86/kvm/irq.c                     |    7 -
 arch/x86/kvm/irq.h                     |    1 -
 arch/x86/kvm/lapic.c                   |   66 +----
 arch/x86/kvm/lapic.h                   |    2 -
 arch/x86/kvm/mmu.c                     |   24 ++-
 arch/x86/kvm/paging_tmpl.h             |    8 +-
 arch/x86/kvm/svm.c                     |   17 ++-
 arch/x86/kvm/vmx.c                     |    7 +-
 arch/x86/kvm/vmx.h                     |    5 +-
 arch/x86/kvm/x86.c                     |   14 +-
 arch/x86/kvm/x86_emulate.c             |    2 +-
 arch/x86/pci/i386.c                    |    3 +
 block/genhd.c                          |   12 +-
 drivers/acpi/dock.c                    |    3 +-
 drivers/ata/pata_hpt37x.c              |   22 +--
 drivers/char/agp/generic.c             |    4 +-
 drivers/char/raw.c                     |    1 +
 drivers/crypto/ixp4xx_crypto.c         |  182 +++++--------
 drivers/ide/hpt366.c                   |    4 +-
 drivers/input/gameport/gameport.c      |   14 +-
 drivers/isdn/gigaset/bas-gigaset.c     |   16 +-
 drivers/md/md.c                        |   27 ++-
 drivers/misc/thinkpad_acpi.c           |   41 ++--
 drivers/net/b44.c                      |    2 +-
 drivers/net/bonding/bond_main.c        |   25 ++-
 drivers/net/bonding/bonding.h          |    6 +
 drivers/net/r8169.c                    |    5 +-
 drivers/net/wireless/ath9k/ath9k.h     |    4 +-
 drivers/net/wireless/ath9k/core.c      |    1 +
 drivers/net/wireless/ath9k/core.h      |   33 +++
 drivers/net/wireless/ath9k/hw.c        |   22 ++-
 drivers/net/wireless/b43/xmit.c        |    2 +-
 drivers/scsi/libiscsi.c                |    9 +-
 drivers/scsi/sg.c                      |  466 +++++++++++++++-----------------
 drivers/spi/spi.c                      |   22 +-
 drivers/usb/class/cdc-wdm.c            |    2 +-
 drivers/usb/core/message.c             |    3 +-
 drivers/usb/core/quirks.c              |    4 +
 drivers/usb/core/sysfs.c               |    4 +-
 drivers/usb/gadget/f_rndis.c           |    2 +-
 drivers/usb/gadget/u_ether.c           |    8 +-
 drivers/usb/host/ehci-q.c              |   32 +++
 drivers/usb/host/ehci.h                |    3 +
 drivers/usb/serial/ftdi_sio.c          |    1 +
 drivers/usb/serial/ftdi_sio.h          |    7 +
 drivers/usb/storage/cypress_atacb.c    |   15 +-
 drivers/usb/storage/scsiglue.c         |    6 +
 drivers/usb/storage/unusual_devs.h     |    6 +-
 fs/anon_inodes.c                       |    7 +-
 fs/buffer.c                            |    2 +-
 fs/cifs/CHANGES                        |    3 +
 fs/cifs/cifssmb.c                      |    6 +-
 fs/cifs/connect.c                      |    2 +-
 fs/compat.c                            |   12 +-
 fs/dquot.c                             |    2 +-
 fs/drop_caches.c                       |    2 +-
 fs/exec.c                              |    4 +-
 fs/fs-writeback.c                      |    3 +-
 fs/hugetlbfs/inode.c                   |    3 +-
 fs/ocfs2/file.c                        |    8 +-
 fs/proc/base.c                         |   50 ++---
 fs/splice.c                            |   25 ++-
 include/linux/capability.h             |   23 ++-
 include/linux/genhd.h                  |    1 +
 include/linux/kvm.h                    |    2 +
 include/linux/pagemap.h                |   12 +-
 include/linux/pci_regs.h               |    2 +-
 include/linux/raid/md_k.h              |    2 +
 include/linux/sched.h                  |    3 +-
 include/linux/usb/quirks.h             |    3 +
 kernel/exit.c                          |    3 +-
 kernel/kprobes.c                       |    4 +-
 kernel/posix-cpu-timers.c              |    7 +-
 kernel/sched.c                         |   65 ++++-
 kernel/signal.c                        |    8 +
 mm/filemap_xip.c                       |    4 +-
 mm/mmap.c                              |    2 +-
 net/bridge/br_if.c                     |    1 -
 net/ipv4/netfilter/arp_tables.c        |    4 +-
 net/ipv4/netfilter/ip_tables.c         |    4 +-
 net/ipv6/inet6_hashtables.c            |    4 +-
 net/ipv6/ip6_input.c                   |    4 +-
 net/ipv6/netfilter/ip6_tables.c        |    4 +-
 net/netfilter/nf_conntrack_proto_tcp.c |    3 +-
 net/netrom/af_netrom.c                 |    8 +-
 net/rose/af_rose.c                     |    4 +
 net/sctp/endpointola.c                 |    3 +-
 net/x25/af_x25.c                       |    6 +
 net/xfrm/xfrm_state.c                  |    2 +-
 security/selinux/hooks.c               |    1 +
 security/smack/smack_lsm.c             |    4 +-
 sound/pci/hda/patch_analog.c           |    2 +-
 virt/kvm/kvm_main.c                    |   41 +++-
 virt/kvm/kvm_trace.c                   |    1 +
 105 files changed, 952 insertions(+), 701 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