public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nikola Ciprich <nikola.ciprich@linuxbox.cz>
To: Greg KH <gregkh@suse.de>
Cc: linux-kernel@vger.kernel.org, stable@kernel.org,
	akpm@linux-foundation.org, torvalds@linux-foundation.org,
	stable-review@kernel.org, alan@lxorguk.ukuu.org.uk
Subject: Re: [Stable-review] [00/91] 2.6.32.42-longterm review
Date: Fri, 17 Jun 2011 22:36:49 +0200	[thread overview]
Message-ID: <20110617203649.GA29317@nik-comp.lan> (raw)
In-Reply-To: <20110616001900.GA25375@kroah.com>

[-- Attachment #1: Type: text/plain, Size: 6773 bytes --]

Hi Greg,
seems like only first 55 mails made it to the list, also the link seems to be wrong...
maybe some bug in the script?
n.

On Wed, Jun 15, 2011 at 05:19:00PM -0700, Greg KH wrote:
> This is the start of the longterm review cycle for the 2.6.32.42 release.
> There are 91 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 Sat, Jun 18, 2011, 00: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.-rc1.gz
> and the diffstat can be found below.
> 
> The full set of patches will be sent, as normal, however they will be
> delayed by a few hours out of respect for those still awake and trying
> to get work done.
> 
> thanks,
> 
> greg k-h
> 
>  Makefile                                |    2 +-
>  arch/powerpc/kernel/misc_64.S           |   13 ++++--
>  arch/powerpc/oprofile/op_model_power4.c |   24 +++++++++++-
>  arch/x86/include/asm/uaccess.h          |    2 +-
>  arch/x86/kernel/amd_iommu_init.c        |    8 ++--
>  arch/x86/kernel/cpu/amd.c               |   16 +++++--
>  arch/x86/kernel/process_32.c            |    1 -
>  arch/x86/kernel/process_64.c            |    1 -
>  arch/x86/lib/copy_user_64.S             |    4 +-
>  arch/x86/xen/mmu.c                      |    2 +-
>  arch/x86/xen/multicalls.c               |   12 +++---
>  block/blk-core.c                        |    2 +
>  block/blk.h                             |    3 +-
>  drivers/acpi/scan.c                     |   12 +++---
>  drivers/ata/pata_cmd64x.c               |   66 ++++++++++++++++++++----------
>  drivers/ata/pata_hpt366.c               |    8 +---
>  drivers/ata/pata_hpt37x.c               |   21 ++++------
>  drivers/ata/pata_hpt3x2n.c              |   15 ++-----
>  drivers/ata/pata_sil680.c               |    6 +--
>  drivers/block/brd.c                     |   11 +++--
>  drivers/block/loop.c                    |   11 +++--
>  drivers/block/nbd.c                     |    6 +++
>  drivers/char/i8k.c                      |    4 +-
>  drivers/cpufreq/cpufreq.c               |   20 ++++++++-
>  drivers/cpufreq/cpufreq_stats.c         |   22 +++++++++-
>  drivers/cpuidle/governors/menu.c        |    4 +-
>  drivers/gpu/drm/i915/intel_lvds.c       |    8 ++++
>  drivers/gpu/drm/radeon/radeon_device.c  |    1 +
>  drivers/md/dm-table.c                   |   17 ++++++++
>  drivers/md/md.c                         |    2 +-
>  drivers/md/raid5.c                      |    8 ++--
>  drivers/mtd/mtdconcat.c                 |    4 +-
>  drivers/net/wireless/iwlwifi/iwl-5000.c |    2 +-
>  drivers/net/wireless/p54/p54usb.c       |    1 +
>  drivers/pci/hotplug/pcihp_slot.c        |   45 +++++++++++++++++++++
>  drivers/pci/pci.c                       |    8 +++-
>  drivers/pci/quirks.c                    |   10 +++++
>  drivers/scsi/scsi_scan.c                |   11 +++--
>  drivers/scsi/scsi_sysfs.c               |   19 ++++-----
>  drivers/scsi/ultrastor.c                |    2 +-
>  drivers/staging/usbip/usbip_common.c    |    2 +-
>  drivers/usb/class/cdc-acm.c             |    2 +
>  drivers/usb/core/hub.c                  |    6 ++-
>  drivers/usb/gadget/at91_udc.c           |    2 +-
>  drivers/usb/gadget/f_rndis.c            |    3 +-
>  drivers/usb/host/ohci-pci.c             |   12 +++++-
>  drivers/usb/host/xhci-mem.c             |   18 +++++++--
>  drivers/usb/serial/cp210x.c             |    4 ++
>  drivers/usb/serial/ftdi_sio.c           |    2 +
>  drivers/usb/serial/ftdi_sio_ids.h       |    6 +++
>  drivers/usb/serial/garmin_gps.c         |   20 ++++++---
>  drivers/usb/serial/moto_modem.c         |    1 +
>  drivers/xen/events.c                    |    9 +----
>  fs/block_dev.c                          |   27 ++++++++----
>  fs/dcookies.c                           |    3 +
>  fs/ecryptfs/keystore.c                  |   46 ++++++++++------------
>  fs/exec.c                               |    5 +--
>  fs/ext3/namei.c                         |   13 +++++-
>  fs/ext4/mballoc.c                       |    2 +
>  fs/fat/file.c                           |    2 +-
>  fs/jbd/commit.c                         |    9 +++-
>  fs/jbd/journal.c                        |   16 ++++++-
>  fs/partitions/ldm.c                     |    5 ++
>  fs/ubifs/journal.c                      |    1 +
>  fs/ubifs/sb.c                           |    3 +-
>  fs/ubifs/shrinker.c                     |    6 ++-
>  fs/ubifs/super.c                        |    1 +
>  fs/xfs/linux-2.6/xfs_sync.c             |   16 ++++++--
>  fs/xfs/linux-2.6/xfs_sync.h             |    1 +
>  fs/xfs/xfs_iget.c                       |    1 +
>  include/linux/interrupt.h               |    3 +-
>  include/linux/pci_ids.h                 |    2 +
>  include/linux/seqlock.h                 |    4 +-
>  kernel/irq/manage.c                     |   11 +++++-
>  kernel/irq/pm.c                         |    3 -
>  kernel/lockdep.c                        |    2 +-
>  kernel/time/timekeeping.c               |    9 +++-
>  kernel/trace/ftrace.c                   |   12 +++--
>  lib/locking-selftest.c                  |    2 +-
>  mm/hugetlb.c                            |    4 +-
>  mm/kmemleak.c                           |    7 ++-
>  mm/page_alloc.c                         |    2 +-
>  net/atm/atm_sysfs.c                     |   10 +++++
>  net/ipv6/netfilter/ip6t_REJECT.c        |    4 +-
>  net/ipv6/netfilter/nf_conntrack_reasm.c |    8 +---
>  net/netfilter/xt_DSCP.c                 |    2 +-
>  net/sunrpc/xprtsock.c                   |   16 ++++++-
>  net/wireless/nl80211.c                  |    2 +-
>  sound/pci/hda/patch_realtek.c           |    1 +
>  sound/pci/hda/patch_sigmatel.c          |    2 +-
>  sound/soc/codecs/wm_hubs.c              |   24 +++++++-----
>  91 files changed, 552 insertions(+), 256 deletions(-)
> 
> _______________________________________________
> Stable-review mailing list
> Stable-review@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/stable-review
> 

-- 
-------------------------------------
Ing. Nikola CIPRICH
LinuxBox.cz, s.r.o.
28. rijna 168, 709 01 Ostrava

tel.:   +420 596 603 142
fax:    +420 596 621 273
mobil:  +420 777 093 799

www.linuxbox.cz

mobil servis: +420 737 238 656
email servis: servis@linuxbox.cz
-------------------------------------

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2011-06-17 20:39 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-16  0:19 [00/91] 2.6.32.42-longterm review Greg KH
2011-06-16  0:14 ` [01/91] ftrace: Only update the function code on write to filter files Greg KH
2011-06-16  0:14 ` [02/91] kmemleak: Do not return a pointer to an object that kmemleak did not get Greg KH
2011-06-16  0:15 ` [03/91] [CPUFREQ] CPU hotplug, re-create sysfs directory and symlinks Greg KH
2011-06-16  0:15 ` [04/91] [CPUFREQ] Fix memory leak in cpufreq_stat Greg KH
2011-06-16  0:15 ` [05/91] powerpc/kexec: Fix memory corruption from unallocated slaves Greg KH
2011-06-16  0:15 ` [06/91] powerpc/oprofile: Handle events that raise an exception without overflowing Greg KH
2011-06-16  0:15 ` [07/91] block: rescan partitions on invalidated devices on -ENOMEDIA Greg KH
2011-06-16  0:15 ` [08/91] block: add proper state guards to __elv_next_request Greg KH
2011-06-16  0:15 ` [09/91] mtd: mtdconcat: fix NAND OOB write Greg KH
2011-06-16  0:15 ` [10/91] x86, 64-bit: Fix copy_[to/from]_user() checks for the Greg KH
2011-06-16  0:15 ` [11/91] ext3: Fix fs corruption when make_indexed_dir() fails Greg KH
2011-06-16  0:15 ` [12/91] jbd: Fix forever sleeping process in do_get_write_access() Greg KH
2011-06-16  0:15 ` [13/91] jbd: fix fsync() tid wraparound bug Greg KH
2011-06-16  0:15 ` [14/91] ext4: release page cache in ext4_mb_load_buddy error path Greg KH
2011-06-16  0:15 ` [15/91] [SCSI] Fix Ultrastor asm snippet Greg KH
2011-06-16  0:15 ` [16/91] x86, amd: Do not enable ARAT feature on AMD processors below Greg KH
2011-06-16  0:15 ` [17/91] x86, amd: Use _safe() msr access for GartTlbWlk disable code Greg KH
2011-06-16  0:15 ` [18/91] rcu: Fix unpaired rcu_irq_enter() from locking selftests Greg KH
2011-06-16  0:15 ` [19/91] staging: usbip: fix wrong endian conversion Greg KH
2011-06-16  0:15 ` [20/91] Fix for buffer overflow in ldm_frag_add not sufficient Greg KH
2011-06-16  0:15 ` [21/91] seqlock: Dont smp_rmb in seqlock reader spin loop Greg KH
2011-06-16  0:15 ` [22/91] ALSA: HDA: Use one dmic only for Dell Studio 1558 Greg KH
2011-06-16  0:15 ` [23/91] ASoC: Ensure output PGA is enabled for line outputs in Greg KH
2011-06-16  0:15 ` [24/91] ASoC: Add some missing volume update bit sets for wm_hubs Greg KH
2011-06-16  0:15 ` [25/91] mm/page_alloc.c: prevent unending loop in Greg KH
2011-06-16  0:15 ` [26/91] PCI: allow matching of prefetchable resources to Greg KH
2011-06-16  0:15 ` [27/91] loop: limit max_part module param to DISK_MAX_PARTS Greg KH
2011-06-16  0:15 ` [28/91] loop: handle on-demand devices correctly Greg KH
2011-06-16  0:15 ` [29/91] USB: CP210x Add 4 Device IDs for AC-Services Devices Greg KH
2011-06-16  0:15 ` [30/91] USB: moto_modem: Add USB identifier for the Motorola VE240 Greg KH
2011-06-16  0:15 ` [31/91] USB: serial: ftdi_sio: adding support for TavIR STK500 Greg KH
2011-06-16  0:15 ` [32/91] USB: gamin_gps: Fix for data transfer problems in native Greg KH
2011-06-16  0:15 ` [33/91] usb/gadget: at91sam9g20 fix end point max packet size Greg KH
2011-06-16  0:15 ` [34/91] usb: gadget: rndis: dont test against req->length Greg KH
2011-06-16  0:15 ` [35/91] xhci: Fix full speed bInterval encoding Greg KH
2011-06-16  0:15 ` [36/91] OHCI: fix regression caused by nVidia shutdown workaround Greg KH
2011-06-16  0:15 ` [37/91] p54usb: add zoom 4410 usbid Greg KH
2011-06-16  0:15 ` [38/91] eCryptfs: Allow 2 scatterlist entries for encrypted Greg KH
2011-06-16  0:15 ` [39/91] UBIFS: fix a rare memory leak in ro to rw remounting path Greg KH
2011-06-16  0:15 ` [40/91] i8k: Avoid lahf in 64-bit code Greg KH
2011-06-16  0:15 ` [53/91] UBIFS: fix shrinker object count reports Greg KH
2011-06-16  0:15 ` [54/91] UBIFS: fix memory leak on error path Greg KH
2011-06-16  0:15 ` [55/91] nbd: limit module parameters to a sane value Greg KH
2011-06-17 20:36 ` Nikola Ciprich [this message]
2011-06-20 22:28   ` [Stable-review] [00/91] 2.6.32.42-longterm review Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110617203649.GA29317@nik-comp.lan \
    --to=nikola.ciprich@linuxbox.cz \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable-review@kernel.org \
    --cc=stable@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox