Re: [ 00/40] 3.4.36-stable review

2013-03-14 Thread Satoru Takeuchi
At Tue, 12 Mar 2013 15:43:21 -0700,
Greg Kroah-Hartman wrote:
> 
> This is the start of the stable review cycle for the 3.4.36 release.
> There are 40 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 me know.
> 
> Responses should be made by Thu Mar 14 22:31:37 UTC 2013.
> Anything received after that time might be too late.

This kernel can be built and boot without any problem.
Building a kernel with this kernel also works fine.

 - Build Machine: debian wheezy x86_64
   CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz x 4
   memory: 8GB

 - Test machine: debian wheezy x86_64(KVM guest on the Build Machine)
   vCPU: x2
   memory: 2GB

I reviewed the following patches.

> Rusty Russell 
> hw_random: make buffer usable in scatterlist.

There is a memory leak possibility at unloding rng-core.ko as I replied
to this patch. However I consider it doesn't need to be dropped here since
this memory leak only happen with CONFIG_HW_RANDOM=m and unloading
rng-core.ko seldom happens.

> Steven Rostedt 
> ftrace: Update the kconfig for DYNAMIC_FTRACE
> 
> Tu, Xiaobing 
> Fix memory leak in cpufreq stats.
...
> Al Viro 
> vfs: fix pipe counter breakage

Theese patches looks good to me.

Thanks,
Satoru
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ 00/40] 3.4.36-stable review

2013-03-14 Thread Satoru Takeuchi
At Tue, 12 Mar 2013 15:43:21 -0700,
Greg Kroah-Hartman wrote:
 
 This is the start of the stable review cycle for the 3.4.36 release.
 There are 40 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 me know.
 
 Responses should be made by Thu Mar 14 22:31:37 UTC 2013.
 Anything received after that time might be too late.

This kernel can be built and boot without any problem.
Building a kernel with this kernel also works fine.

 - Build Machine: debian wheezy x86_64
   CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz x 4
   memory: 8GB

 - Test machine: debian wheezy x86_64(KVM guest on the Build Machine)
   vCPU: x2
   memory: 2GB

I reviewed the following patches.

 Rusty Russell ru...@rustcorp.com.au
 hw_random: make buffer usable in scatterlist.

There is a memory leak possibility at unloding rng-core.ko as I replied
to this patch. However I consider it doesn't need to be dropped here since
this memory leak only happen with CONFIG_HW_RANDOM=m and unloading
rng-core.ko seldom happens.

 Steven Rostedt srost...@redhat.com
 ftrace: Update the kconfig for DYNAMIC_FTRACE
 
 Tu, Xiaobing xiaobing...@intel.com
 Fix memory leak in cpufreq stats.
...
 Al Viro v...@zeniv.linux.org.uk
 vfs: fix pipe counter breakage

Theese patches looks good to me.

Thanks,
Satoru
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ 00/40] 3.4.36-stable review

2013-03-12 Thread Shuah Khan
On Tue, Mar 12, 2013 at 4:43 PM, Greg Kroah-Hartman
 wrote:
> This is the start of the stable review cycle for the 3.4.36 release.
> There are 40 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 me know.
>
> Responses should be made by Thu Mar 14 22:31:37 UTC 2013.
> 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/v3.0/stable-review/patch-3.4.36-rc1.gz
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>

Patches applied cleanly to 3.0.68, 3.4.35, and 3.8.2

Compiled and booted on the following systems:

HP EliteBook 6930p Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz
HP ProBook 6475b AMD A10-4600M APU with Radeon(tm) HD Graphics

dmesgs for all releases look good. No regressions compared to the previous
dmesgs for each of these releases.

Cross-compile tests results:

alpha: defconfig passed on all
arm: defconfig passed on all
arm64: not applicable to 3.0.y, 3.4.y. defconfig passed on 3.8.y
c6x: not applicable to 3.0.y, defconfig passed on 3.4.y, and 3.8.y.
mips: defconfig passed on all
mipsel: defconfig passed on all
powerpc: wii_defconfig passed on all
sh: defconfig passed on all
sparc: defconfig passed on all
tile: tilegx_defconfig passed on all

-- Shuah
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[ 00/40] 3.4.36-stable review

2013-03-12 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.4.36 release.
There are 40 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 me know.

Responses should be made by Thu Mar 14 22:31:37 UTC 2013.
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/v3.0/stable-review/patch-3.4.36-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman 
Linux 3.4.36-rc1

Greg Kroah-Hartman 
Revert "ALSA: hda - hdmi: Make jacks phantom, if they're not detectable"

Sarah Sharp 
USB: Rip out recursive call on warm port reset.

Sarah Sharp 
USB: Prepare for refactoring by adding extra udev checks.

Sarah Sharp 
USB: Don't use EHCI port sempahore for USB 3.0 hubs.

Ben Hutchings 
dmi_scan: fix missing check for _DMI_ signature in smbios_present()

Steven Rostedt 
ftrace: Update the kconfig for DYNAMIC_FTRACE

Tu, Xiaobing 
Fix memory leak in cpufreq stats.

Andrew Lunn 
rtc: rtc-mv: Add support for clk to avoid lockups

Al Viro 
vfs: fix pipe counter breakage

Mathieu Desnoyers 
Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and 
security keys

David Howells 
keys: fix race with concurrent install_user_keyrings()

Mathias Krause 
crypto: user - fix info leaks in report API

Konrad Rzeszutek Wilk 
xen/pat: Disable PAT using pat_enabled value.

Benjamin Tissoires 
HID: logitech-dj: do not directly call hid_output_raw_report() during probe

Konstantin Khlebnikov 
e1000e: fix pci-device enable-counter balance

Takashi Iwai 
ALSA: vmaster: Fix slave change notification

Sean Connor 
ALSA: ice1712: Initialize card->private_data properly

Will Deacon 
ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bit

Alex Deucher 
drm/radeon: add primary dac adj quirk for R200 board

Guenter Roeck 
hwmon: (pmbus/ltc2978) Use detected chip ID to select supported 
functionality

Guenter Roeck 
hwmon: (pmbus/ltc2978) Fix peak attribute handling

Mark Brown 
hwmon: (sht15) Check return value of regulator_enable()

NeilBrown 
md: raid0: fix error return from create_stripe_zones.

NeilBrown 
md: fix two bugs when attempting to resize RAID0 array.

Sebastian Riemer 
md: protect against crash upon fsync on ro array

Felix Fietkau 
ath9k_hw: improve reset reliability after errors

Felix Fietkau 
ath9k: fix RSSI dummy marker value

Avinash Patil 
mwifiex: correct sleep delay counter

Rusty Russell 
hw_random: make buffer usable in scatterlist.

Olaf Hering 
ata_piix: reenable MS Virtual PC guests

Trond Myklebust 
SUNRPC: Don't start the retransmission timer when out of socket space

Trond Myklebust 
NFS: Don't allow NFS silly-renamed files to be deleted, no signal

Jeff Layton 
cifs: ensure that cifs_get_root() only traverses directories

Thomas Gleixner 
btrfs: Init io_lock after cloning btrfs device struct

Asias He 
target/pscsi: Fix page increment

K. Y. Srinivasan 
SCSI: storvsc: Initialize the sglist

Dan Carpenter 
SCSI: dc395x: uninitialized variable in device_alloc()

Konrad Rzeszutek Wilk 
xen/pci: We don't do multiple MSI's.

Russell King 
ARM: fix scheduling while atomic warning in alignment handling code

Russell King 
ARM: VFP: fix emulation of second VFP instruction


-

Diffstat:

 Makefile   |   4 +-
 arch/arm/boot/dts/kirkwood.dtsi|   1 +
 arch/arm/kernel/perf_event_v7.c|   2 +-
 arch/arm/mm/alignment.c|  11 +--
 arch/arm/vfp/vfpmodule.c   |   2 +-
 arch/x86/pci/xen.c |   9 ++
 arch/x86/xen/enlighten.c   |  10 +-
 crypto/ablkcipher.c|  12 +--
 crypto/aead.c  |   9 +-
 crypto/ahash.c |   2 +-
 crypto/blkcipher.c |   6 +-
 crypto/crypto_user.c   |  22 ++---
 crypto/pcompress.c |   3 +-
 crypto/rng.c   |   2 +-
 crypto/shash.c |   3 +-
 drivers/ata/ata_piix.c |  25 -
 drivers/char/hw_random/core.c  |  19 +++-
 drivers/cpufreq/cpufreq_stats.c|   1 +
 drivers/firmware/dmi_scan.c|   5 +-
 drivers/gpu/drm/radeon/radeon_combios.c|   9 ++
 drivers/hid/hid-logitech-dj.c  |  22 +++--
 drivers/hwmon/pmbus/ltc2978.c  |  30 +++---
 drivers/hwmon/sht15.c  |   8 +-
 drivers/md/md.c|   7 ++
 drivers/md/raid0.c |   5 +-
 drivers/net/ethernet/intel/e1000e/netdev.c |   2 +-
 drivers/net/wireless/ath/ath9k/common.h|   2 +-
 

[ 00/40] 3.4.36-stable review

2013-03-12 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.4.36 release.
There are 40 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 me know.

Responses should be made by Thu Mar 14 22:31:37 UTC 2013.
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/v3.0/stable-review/patch-3.4.36-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-
Pseudo-Shortlog of commits:

Greg Kroah-Hartman gre...@linuxfoundation.org
Linux 3.4.36-rc1

Greg Kroah-Hartman gre...@linuxfoundation.org
Revert ALSA: hda - hdmi: Make jacks phantom, if they're not detectable

Sarah Sharp sarah.a.sh...@linux.intel.com
USB: Rip out recursive call on warm port reset.

Sarah Sharp sarah.a.sh...@linux.intel.com
USB: Prepare for refactoring by adding extra udev checks.

Sarah Sharp sarah.a.sh...@linux.intel.com
USB: Don't use EHCI port sempahore for USB 3.0 hubs.

Ben Hutchings b...@decadent.org.uk
dmi_scan: fix missing check for _DMI_ signature in smbios_present()

Steven Rostedt srost...@redhat.com
ftrace: Update the kconfig for DYNAMIC_FTRACE

Tu, Xiaobing xiaobing...@intel.com
Fix memory leak in cpufreq stats.

Andrew Lunn and...@lunn.ch
rtc: rtc-mv: Add support for clk to avoid lockups

Al Viro v...@zeniv.linux.org.uk
vfs: fix pipe counter breakage

Mathieu Desnoyers mathieu.desnoy...@efficios.com
Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and 
security keys

David Howells dhowe...@redhat.com
keys: fix race with concurrent install_user_keyrings()

Mathias Krause mini...@googlemail.com
crypto: user - fix info leaks in report API

Konrad Rzeszutek Wilk konrad.w...@oracle.com
xen/pat: Disable PAT using pat_enabled value.

Benjamin Tissoires benjamin.tissoi...@redhat.com
HID: logitech-dj: do not directly call hid_output_raw_report() during probe

Konstantin Khlebnikov khlebni...@openvz.org
e1000e: fix pci-device enable-counter balance

Takashi Iwai ti...@suse.de
ALSA: vmaster: Fix slave change notification

Sean Connor sconnor...@allyinics.org
ALSA: ice1712: Initialize card-private_data properly

Will Deacon will.dea...@arm.com
ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bit

Alex Deucher alexander.deuc...@amd.com
drm/radeon: add primary dac adj quirk for R200 board

Guenter Roeck li...@roeck-us.net
hwmon: (pmbus/ltc2978) Use detected chip ID to select supported 
functionality

Guenter Roeck li...@roeck-us.net
hwmon: (pmbus/ltc2978) Fix peak attribute handling

Mark Brown broo...@opensource.wolfsonmicro.com
hwmon: (sht15) Check return value of regulator_enable()

NeilBrown ne...@suse.de
md: raid0: fix error return from create_stripe_zones.

NeilBrown ne...@suse.de
md: fix two bugs when attempting to resize RAID0 array.

Sebastian Riemer sebastian.rie...@profitbricks.com
md: protect against crash upon fsync on ro array

Felix Fietkau n...@openwrt.org
ath9k_hw: improve reset reliability after errors

Felix Fietkau n...@openwrt.org
ath9k: fix RSSI dummy marker value

Avinash Patil pat...@marvell.com
mwifiex: correct sleep delay counter

Rusty Russell ru...@rustcorp.com.au
hw_random: make buffer usable in scatterlist.

Olaf Hering o...@aepfle.de
ata_piix: reenable MS Virtual PC guests

Trond Myklebust trond.mykleb...@netapp.com
SUNRPC: Don't start the retransmission timer when out of socket space

Trond Myklebust trond.mykleb...@netapp.com
NFS: Don't allow NFS silly-renamed files to be deleted, no signal

Jeff Layton jlay...@redhat.com
cifs: ensure that cifs_get_root() only traverses directories

Thomas Gleixner t...@linutronix.de
btrfs: Init io_lock after cloning btrfs device struct

Asias He as...@redhat.com
target/pscsi: Fix page increment

K. Y. Srinivasan k...@microsoft.com
SCSI: storvsc: Initialize the sglist

Dan Carpenter dan.carpen...@oracle.com
SCSI: dc395x: uninitialized variable in device_alloc()

Konrad Rzeszutek Wilk konrad.w...@oracle.com
xen/pci: We don't do multiple MSI's.

Russell King rmk+ker...@arm.linux.org.uk
ARM: fix scheduling while atomic warning in alignment handling code

Russell King rmk+ker...@arm.linux.org.uk
ARM: VFP: fix emulation of second VFP instruction


-

Diffstat:

 Makefile   |   4 +-
 arch/arm/boot/dts/kirkwood.dtsi|   1 +
 arch/arm/kernel/perf_event_v7.c|   2 +-
 arch/arm/mm/alignment.c|  11 +--
 arch/arm/vfp/vfpmodule.c   |   2 +-
 arch/x86/pci/xen.c |   9 ++
 arch/x86/xen/enlighten.c   |  10 +-
 crypto/ablkcipher.c|  12 +--
 crypto/aead.c  |   9 +-
 crypto/ahash.c |   2 +-
 crypto/blkcipher.c

Re: [ 00/40] 3.4.36-stable review

2013-03-12 Thread Shuah Khan
On Tue, Mar 12, 2013 at 4:43 PM, Greg Kroah-Hartman
gre...@linuxfoundation.org wrote:
 This is the start of the stable review cycle for the 3.4.36 release.
 There are 40 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 me know.

 Responses should be made by Thu Mar 14 22:31:37 UTC 2013.
 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/v3.0/stable-review/patch-3.4.36-rc1.gz
 and the diffstat can be found below.

 thanks,

 greg k-h


Patches applied cleanly to 3.0.68, 3.4.35, and 3.8.2

Compiled and booted on the following systems:

HP EliteBook 6930p Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz
HP ProBook 6475b AMD A10-4600M APU with Radeon(tm) HD Graphics

dmesgs for all releases look good. No regressions compared to the previous
dmesgs for each of these releases.

Cross-compile tests results:

alpha: defconfig passed on all
arm: defconfig passed on all
arm64: not applicable to 3.0.y, 3.4.y. defconfig passed on 3.8.y
c6x: not applicable to 3.0.y, defconfig passed on 3.4.y, and 3.8.y.
mips: defconfig passed on all
mipsel: defconfig passed on all
powerpc: wii_defconfig passed on all
sh: defconfig passed on all
sparc: defconfig passed on all
tile: tilegx_defconfig passed on all

-- Shuah
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/