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:	Wed, 13 Apr 2011 08:54:06 -0700
From:	Greg KH <gregkh@...e.de>
To:	linux-kernel@...r.kernel.org, stable@...nel.org
Cc:	stable-review@...nel.org, torvalds@...ux-foundation.org,
	akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk
Subject: [00/74] 2.6.32.37-longterm review

This is the start of the longterm review cycle for the 2.6.32.37 release.
There are 74 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.

Responses should be made by Friday, Apr 15 2011, 15: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/longterm-review/patch-2.6.32.37-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h


 Makefile                               |    2 +-
 arch/powerpc/kernel/crash.c            |    4 ++
 arch/x86/kernel/cpu/mtrr/main.c        |   20 ++++++--
 arch/x86/kernel/head64.c               |    3 +
 arch/x86/kernel/microcode_amd.c        |   72 +++++++++++++++++++------------
 arch/x86/kernel/setup.c                |    5 --
 arch/x86/mm/init.c                     |   19 ++++++++
 arch/x86/mm/init_64.c                  |   11 ++---
 drivers/atm/solos-pci.c                |    9 +++-
 drivers/block/cciss.h                  |    1 +
 drivers/bluetooth/btusb.c              |    3 +
 drivers/char/tpm/tpm.c                 |    2 +-
 drivers/mfd/ab3100-core.c              |    4 +-
 drivers/misc/ep93xx_pwm.c              |    6 +-
 drivers/net/myri10ge/myri10ge.c        |    1 +
 drivers/net/wireless/ath/ath9k/main.c  |    4 ++
 drivers/net/wireless/b43/dma.c         |    2 +-
 drivers/net/wireless/b43/dma.h         |    2 +-
 drivers/net/wireless/p54/p54usb.c      |    2 +
 drivers/rtc/rtc-ds1511.c               |    2 +-
 drivers/scsi/ses.c                     |    4 +-
 drivers/staging/hv/Channel.c           |    8 ++--
 drivers/staging/hv/Connection.c        |    6 ++-
 drivers/staging/hv/Vmbus.c             |    2 +-
 drivers/staging/hv/VmbusPrivate.h      |    1 +
 drivers/staging/hv/netvsc_drv.c        |   24 ++++++++++
 drivers/staging/usbip/stub_rx.c        |   40 ++++++-----------
 drivers/staging/usbip/stub_tx.c        |   74 ++++++++++++++++++++++++++------
 drivers/staging/usbip/usbip_common.c   |   64 +++++++++++++++++++++++++++-
 drivers/staging/usbip/usbip_common.h   |    2 +
 drivers/staging/usbip/vhci_rx.c        |    3 +
 fs/btrfs/ctree.h                       |    4 ++
 fs/btrfs/disk-io.c                     |    4 +-
 fs/btrfs/ioctl.c                       |    4 ++
 fs/btrfs/root-tree.c                   |   18 ++++++++
 fs/btrfs/transaction.c                 |    1 +
 fs/compat.c                            |   28 ++++++------
 fs/ecryptfs/keystore.c                 |    1 +
 fs/ecryptfs/mmap.c                     |    5 ++
 fs/exec.c                              |   32 ++++++++++++--
 fs/ext4/inode.c                        |   11 ++---
 fs/nfsd/lockd.c                        |    1 -
 fs/nilfs2/file.c                       |   12 +++---
 fs/ocfs2/aops.c                        |    6 +++
 fs/quota/dquot.c                       |   13 ++----
 fs/squashfs/dir.c                      |    9 ++++
 fs/squashfs/namei.c                    |   12 +++++
 fs/ubifs/commit.c                      |    2 +-
 fs/ubifs/debug.c                       |   41 +++++++++++++++--
 fs/ubifs/lpt.c                         |    7 +--
 fs/xfs/xfs_fsops.c                     |    3 +
 include/linux/binfmts.h                |    5 ++
 include/scsi/scsi_device.h             |    2 +-
 include/sound/soc-dapm.h               |   16 +++---
 kernel/kgdb.c                          |    9 +---
 kernel/perf_event.c                    |    3 +-
 kernel/signal.c                        |    4 +-
 mm/mremap.c                            |   11 ++++-
 net/ax25/af_ax25.c                     |    2 +-
 net/bluetooth/bnep/sock.c              |    1 +
 net/bluetooth/sco.c                    |    1 +
 net/bridge/netfilter/ebtables.c        |    2 +
 net/can/bcm.c                          |    4 +-
 net/core/dev.c                         |    2 +
 net/econet/af_econet.c                 |    8 +++-
 net/ipv4/inet_diag.c                   |   27 +++++++-----
 net/ipv4/netfilter/arp_tables.c        |    3 +
 net/ipv4/netfilter/ip_tables.c         |    3 +
 net/ipv4/netfilter/ipt_CLUSTERIP.c     |    5 ++-
 net/ipv6/netfilter/ip6_tables.c        |    3 +
 net/irda/af_irda.c                     |   16 ++++---
 net/irda/iriap.c                       |    6 +++
 net/irda/irnet/irnet_ppp.c             |    3 +
 net/mac80211/sta_info.c                |    1 +
 net/netfilter/nf_conntrack_h323_asn1.c |    2 +-
 net/packet/af_packet.c                 |    3 +-
 net/rds/rdma.c                         |    8 +++
 net/rose/rose_subr.c                   |   18 +++++++-
 net/sctp/sm_make_chunk.c               |   17 ++++---
 net/tipc/socket.c                      |    1 +
 sound/core/init.c                      |    4 ++
 sound/oss/dev_table.h                  |    2 +-
 sound/oss/midi_synth.c                 |   34 +++++++--------
 sound/oss/midi_synth.h                 |    2 +-
 sound/oss/opl3.c                       |   23 ++++++---
 sound/oss/sequencer.c                  |    2 +-
 sound/pci/ens1370.c                    |   23 ++++++++--
 sound/pci/hda/patch_realtek.c          |    2 +-
 88 files changed, 652 insertions(+), 242 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