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:	Mon, 21 Mar 2011 16:07:32 -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/87] 2.6.37.5-stable review

This is the start of the stable review cycle for the 2.6.37.5 release.
There are 87 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 Wed, March 23, 2011, 23: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.37.5-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

 Documentation/i2c/instantiating-devices            |    2 +-
 Makefile                                           |    2 +-
 arch/arm/mach-davinci/board-dm644x-evm.c           |    8 +-
 arch/microblaze/include/asm/uaccess.h              |    8 +-
 arch/mips/alchemy/mtx-1/platform.c                 |    9 ++
 arch/parisc/kernel/irq.c                           |    2 +-
 arch/powerpc/include/asm/reg.h                     |    1 +
 arch/powerpc/kernel/perf_event.c                   |   24 ++++-
 arch/x86/include/asm/pgtable-3level.h              |   11 +--
 arch/x86/kernel/alternative.c                      |    7 +-
 arch/x86/kernel/check.c                            |    8 +-
 arch/x86/kernel/e820.c                             |   10 ++-
 arch/x86/kernel/early-quirks.c                     |    7 +-
 arch/x86/kernel/entry_64.S                         |    2 +-
 arch/x86/mm/fault.c                                |   14 ++-
 arch/x86/mm/init_64.c                              |    6 +-
 arch/x86/mm/pageattr.c                             |   18 ++--
 arch/x86/mm/pgtable.c                              |   14 +--
 arch/x86/xen/mmu.c                                 |   10 +-
 block/blk-lib.c                                    |   19 ++--
 drivers/ata/ahci.c                                 |    4 +
 drivers/ata/libata-eh.c                            |    2 +-
 drivers/gpu/drm/drm_sysfs.c                        |    7 ++
 drivers/gpu/drm/i915/intel_panel.c                 |    1 -
 drivers/hid/Kconfig                                |    4 +-
 drivers/hid/hid-core.c                             |    1 +
 drivers/hid/hid-ids.h                              |    1 +
 drivers/hid/hid-magicmouse.c                       |    4 +-
 drivers/hid/hid-ortek.c                            |    3 +-
 drivers/hwmon/f71882fg.c                           |    2 +-
 drivers/hwmon/sht15.c                              |    4 +-
 drivers/infiniband/core/cm.c                       |    1 +
 drivers/infiniband/core/cma.c                      |   15 +++
 drivers/mmc/core/sdio.c                            |    8 ++
 drivers/mmc/host/sdhci-pci.c                       |    8 ++
 drivers/mtd/chips/cfi_cmdset_0001.c                |   43 ++++----
 drivers/mtd/chips/jedec_probe.c                    |   35 +++---
 drivers/mtd/mtd_blkdevs.c                          |    1 -
 drivers/mtd/nand/omap2.c                           |    2 +-
 drivers/mtd/onenand/generic.c                      |    2 +-
 drivers/mtd/onenand/omap2.c                        |    2 +-
 drivers/net/ixgbe/ixgbe_common.c                   |    3 +
 drivers/net/ixgbe/ixgbe_fcoe.c                     |   51 +++++++++-
 drivers/net/ixgbe/ixgbe_fcoe.h                     |    2 +
 drivers/net/ixgbe/ixgbe_sriov.c                    |    2 -
 drivers/net/wireless/ath/ath9k/hw.c                |   21 ++--
 drivers/net/wireless/ath/ath9k/recv.c              |    4 +-
 drivers/net/wireless/rt2x00/rt2x00dev.c            |   12 ++-
 drivers/net/wireless/rt2x00/rt2x00usb.c            |   22 +++--
 drivers/pci/pci-sysfs.c                            |    2 +-
 drivers/pci/quirks.c                               |  113 +++++++++-----------
 drivers/scsi/device_handler/scsi_dh_alua.c         |    3 +-
 drivers/staging/tidspbridge/rmgr/proc.c            |   19 +++-
 drivers/staging/winbond/core.h                     |    1 +
 drivers/usb/core/hcd-pci.c                         |   13 +--
 drivers/usb/core/hcd.c                             |   55 +++++++---
 drivers/usb/core/urb.c                             |   11 ++-
 drivers/usb/host/ehci-hub.c                        |   23 ++++-
 drivers/usb/host/isp1760-hcd.c                     |   22 +++-
 drivers/usb/host/isp1760-hcd.h                     |    1 +
 drivers/usb/host/xhci-ring.c                       |   43 +++++++-
 drivers/usb/host/xhci.h                            |    9 ++
 drivers/usb/serial/ch341.c                         |    1 +
 drivers/usb/serial/kobil_sct.c                     |    2 +-
 drivers/usb/serial/option.c                        |    3 +-
 drivers/usb/serial/usb-serial.c                    |    5 +-
 fs/btrfs/file.c                                    |   13 +++
 fs/ext3/namei.c                                    |    2 +-
 fs/nfs/nfs2xdr.c                                   |    6 +-
 fs/nfs/nfs3xdr.c                                   |    6 +-
 fs/nfs/nfs4proc.c                                  |    2 +-
 fs/nfs/nfsroot.c                                   |   29 +++---
 fs/partitions/osf.c                                |   12 ++-
 include/linux/ftrace.h                             |    2 +
 include/linux/usb/ch9.h                            |    2 +
 include/linux/usb/hcd.h                            |    4 +
 include/linux/usb/serial.h                         |    3 +-
 kernel/perf_event.c                                |    4 +-
 kernel/sched.c                                     |    2 +-
 kernel/smp.c                                       |   55 ++++++++--
 kernel/trace/ftrace.c                              |   52 ++++++++--
 .../netfilter/nf_conntrack_l3proto_ipv4_compat.c   |    2 +-
 net/netfilter/nf_conntrack_netlink.c               |   25 +++--
 net/netfilter/nf_conntrack_standalone.c            |    2 +-
 net/sunrpc/clnt.c                                  |    4 +-
 net/sunrpc/sched.c                                 |   14 +--
 net/sunrpc/xprtsock.c                              |    3 +-
 security/tomoyo/file.c                             |    5 +-
 sound/drivers/aloop.c                              |   19 ++--
 sound/pci/asihpi/hpioctl.c                         |    5 +
 sound/pci/ctxfi/ctatc.c                            |    2 +-
 sound/pci/ctxfi/ctdaio.c                           |    2 +
 sound/pci/ctxfi/ctmixer.c                          |   19 +---
 sound/pci/hda/patch_realtek.c                      |   56 +++++++----
 sound/pci/hda/patch_sigmatel.c                     |   11 ++-
 sound/soc/codecs/wm8978.c                          |   14 ++-
 tools/perf/util/PERF-VERSION-GEN                   |    8 +-
 97 files changed, 776 insertions(+), 384 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