CRYPTO_DEV_NX merge problem (Re: linux-next: Tree for July 31)

2012-07-30 Thread Michael Neuling
> Please do not add anything to linux-next included branches/series that is > destined for v3.7 until after v3.6-rc1 is released. Looks like there is a merge conflict between: commit 1b074ac867a2bd08a6f12f0feed7d91e06941723 Author: Seth Jennings Subject: powerpc/crypto: rework Kconfig and

Re: [3.5 regression / mcs7830 / bisected] bridge constantly toggeling between disabled and forwarding

2012-07-30 Thread Michael Leun
On Tue, 24 Jul 2012 01:36:34 +0200 Michael Leun wrote: My report might sound like I'm complaining that link state detection works because link state detection was implemented - sorry, but thats not true. I do NOT see this link state changes if there is no traffic on the interface, but I start

Re: boot panic regression introduced in 3.5-rc7

2012-07-30 Thread John Stultz
On 07/29/2012 08:51 PM, CAI Qian wrote: The bisecting pointed out this patch caused one of dell servers boot panic. 5baefd6d84163443215f4a99f6a20f054ef11236 hrtimer: Update hrtimer base offsets each hrtimer_interrupt [2.971092] WARNING: at kernel/time/clockevents.c:209

Re: linux-next: build failure after merge of the akpm tree

2012-07-30 Thread Michel Lespinasse
On Mon, Jul 30, 2012 at 9:40 PM, Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > net/ceph/osd_client.c: In function 'ceph_osdc_alloc_request': > net/ceph/osd_client.c:216:2: error: implicit declaration of

[PATCH 2/2][resend] genirq: export dummy_irq_chip

2012-07-30 Thread Kuninori Morimoto
Export dummy_irq_chip to modules to allow them to do things such as irq_set_chip_and_handler(virq, _irq_chip, handle_level_irq); This fixes ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined! when

[PATCH 0/2][resend] genirq: export patches

2012-07-30 Thread Kuninori Morimoto
Hi all These are "resend" of genirq export patches. Kuninori Morimoto (2): genirq: export irq_set_chip_and_handler_name() genirq: export dummy_irq_chip > > Hi Thomas > > Could you please teach me current status of these patches ? > > Kuninori Morimoto (2): > genirq:

[PATCH 1/2][resend] genirq: export irq_set_chip_and_handler_name()

2012-07-30 Thread Kuninori Morimoto
Export irq_set_chip_and_handler_name() to modules to allow them to do things such as irq_set_chip_and_handler(); This fixes ERROR: "irq_set_chip_and_handler_name" \ [drivers/gpio/gpio-pcf857x.ko] undefined! when gpio-pcf857x.c is being built as a module.

Re: [PATCH v3] SUNRPC: protect service sockets lists during per-net shutdown

2012-07-30 Thread NeilBrown
On Tue, 24 Jul 2012 15:40:37 -0400 "J. Bruce Fields" wrote: > On Tue, Jul 03, 2012 at 04:58:57PM +0400, Stanislav Kinsbursky wrote: > > v3: > > 1) rebased on 3.5-rc3 kernel. > > > > v2: destruction of currently processing transport added: > > 1) Added marking of currently processing transports

linux-next: Tree for July 31

2012-07-30 Thread Stephen Rothwell
Hi all, Please do not add anything to linux-next included branches/series that is destined for v3.7 until after v3.6-rc1 is released. Reminder: do not rebase your branches before asking Linus to pull them ... Changes since 20120730: Dropped tree: bjdooks-i2c (complex conflict against old code

Re: [PATCH] uprobes: don't enable/disable signle step if the user did it

2012-07-30 Thread Srikar Dronamraju
* Oleg Nesterov [2012-07-30 16:16:38]: > On 07/30, Ananth N Mavinakayanahalli wrote: > > > > On Thu, Jul 26, 2012 at 05:20:43PM +0200, Sebastian Andrzej Siewior wrote: > > > If someone is using single stepping over uprobe brackpoint then after > > > we pass the uprobe single step, single

linux-next: build failure after merge of the final tree

2012-07-30 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/regulator/s5m8767.c: In function 's5m8767_pmic_probe': drivers/regulator/s5m8767.c:575:2: error: implicit declaration of function 's5m_reg_write'

Re: [GIT PULL (PATCH 0/4)] VFIO driver for v3.6

2012-07-30 Thread Linus Torvalds
On Mon, Jul 30, 2012 at 4:17 PM, Alex Williamson wrote: > > I'm pretty anxious to find out as well. Linus, ping, any thoughts on > including this in 3.6? Thanks, I just pulled it, but then I unpulled again when I realized it's not a signed tag and it's on github. Please, people. Do tagged

[ 00/73] 3.2.25-stable review

2012-07-30 Thread Ben Hutchings
This is the start of the stable review cycle for the 3.2.25 release. There are 73 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu Aug 2 10:00:00 UTC 2012. Anything

[ 08/73] mm: vmscan: do not OOM if aborting reclaim to start compaction

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 7335084d446b83cbcb15da80497d03f0c1dc9e21 upstream. Stable note: Not tracked in Bugzilla. This patch makes later patches easier to apply but otherwise has little to

[ 06/73] mm: compaction: introduce sync-light migration for use by compaction

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit a6bc32b899223a877f595ef9ddc1e89ead5072b8 upstream. Stable note: Not tracked in Buzilla. This was part of a series that reduced interactivity stalls experienced when

[ 07/73] mm: vmscan: when reclaiming for compaction, ensure there are sufficient free pages available

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit fe4b1b244bdb96136855f2c694071cb09d140766 upstream. Stable note: Not tracked on Bugzilla. THP and compaction was found to aggressively reclaim pages and stall systems

[ 04/73] mm: page allocator: do not call direct reclaim for THP allocations while compaction is deferred

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 66199712e9eef5aede09dbcd9dfff87798a66917 upstream. Stable note: Not tracked in Buzilla. This was part of a series that reduced interactivity stalls experienced when

[ 09/73] mm: vmscan: check if reclaim should really abort even if compaction_ready() is true for one zone

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 0cee34fd72c582b4f8ad8ce00645b75fb4168199 upstream. Stable note: Not tracked on Bugzilla. THP and compaction was found to aggressively reclaim pages and stall systems

[ 17/73] [SCSI] Fix NULL dereferences in scsi_cmd_to_driver

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad commit 222a806af830fda34ad1f6bc991cd226916de060 upstream. Avoid crashing if the private_data pointer happens to be NULL. This has been seen sometimes when a host reset happens,

[ 16/73] mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit b1c12cbcd0a02527c180a862e8971e249d3b347d upstream. Stable note: Not tracked in Bugzilla. [get|put]_mems_allowed() is extremely expensive and severely

[ 03/73] mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit b969c4ab9f182a6e1b2a0848be349f99714947b0 upstream. Stable note: Not tracked in Bugzilla. A fix aimed at preserving page aging information by reducing LRU list

[ 13/73] mm: test PageSwapBacked in lumpy reclaim

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Hugh Dickins commit 043bcbe5ec51e0478ef2b44acef17193e01d7f70 upstream. Stable note: Not tracked in Bugzilla. There were reports of shared mapped pages being unfairly reclaimed in

[ 14/73] mm: vmscan: convert global reclaim to per-memcg LRU lists

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Weiner commit b95a2f2d486d0d768a92879c023a03757b9c7e58 upstream - WARNING: this is a substitute patch. Stable note: Not tracked in Bugzilla. This is a partial backport of an

[ 68/73] drm/radeon: fix bo creation retry path

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jerome Glisse commit d1c7871ddb1f588b8eb35affd9ee1a3d5e11cd0c upstream. Retry label was at wrong place in function leading to memory leak. Signed-off-by: Jerome Glisse Reviewed-by: Michel

[ 10/73] vmscan: promote shared file mapped pages

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit 34dbc67a644f11ab3475d822d72e25409911e760 upstream. Stable note: Not tracked in Bugzilla. There were reports of shared mapped pages being unfairly reclaimed

[ 71/73] drm/radeon: on hotplug force link training to happen (v2)

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jerome Glisse commit ca2ccde5e2f24a792caa4cca919fc5c6f65d1887 upstream. To have DP behave like VGA/DVI we need to retrain the link on hotplug. For this to happen we need to force link training

[ 15/73] cpuset: mm: reduce large amounts of memory barrier related damage v3

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit cc9a6c8776615f9c194ccf0b63a0aa5628235545 upstream. Stable note: Not tracked in Bugzilla. [get|put]_mems_allowed() is extremely expensive and severely impacted page

[ 70/73] drm/radeon: fix hotplug of DP to DVI|HDMI passive adapters (v2)

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jerome Glisse commit 266dcba541a1ef7e5d82d9e67c67fde2910636e8 upstream. No need to retrain the link for passive adapters. v2: agd5f - no passive DP to VGA adapters, update comments - assign

[ 66/73] locks: fix checking of fcntl_setlease argument

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: "J. Bruce Fields" commit 0ec4f431eb56d633da3a55da67d5c4b6ccc7 upstream. The only checks of the long argument passed to fcntl(fd,F_SETLEASE,.) are done after converting the long to an int.

[ 67/73] ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_register() return value check

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Lan Tianyu commit f197ac13f6eeb351b31250b9ab7d0da17434ea36 upstream. In the ac.c, power_supply_register()'s return value is not checked. As a result, the driver's add() ops may return success

[ 59/73] [SCSI] libsas: continue revalidation

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 26f2f199ff150d8876b2641c41e60d1c92d2fb81 upstream. Continue running revalidation until no more broadcast devices are discovered. Fixes cases where re-discovery completes

[ 54/73] block: add blk_queue_dead()

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 34f6055c80285e4efb3f602a9119db75239744dc upstream. There are a number of QUEUE_FLAG_DEAD tests. Add blk_queue_dead() macro and use it. This patch doesn't introduce any

[ 73/73] nouveau: Fix alignment requirements on src and dst addresses

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Maarten Lankhorst commit ce806a30470bcd846d148bf39d46de3ad7748228 upstream. Linear copy works by adding the offset to the buffer address, which may end up not being 16-byte aligned. Some

[ 62/73] mmc: sdhci-pci: CaFe has broken card detection

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Drake commit 55fc05b7414274f17795cd0e8a3b1546f3649d5e upstream. At http://dev.laptop.org/ticket/11980 we have determined that the Marvell CaFe SDHCI controller reports bad card presence

[ 69/73] drm/radeon: fix non revealent error message

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jerome Glisse commit 8d1c702aa0b2c4b22b0742b72a1149d91690674b upstream. We want to print link status query failed only if it's an unexepected fail. If we query to see if we need link training

[ 72/73] Btrfs: call the ordered free operation without any locks held

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Chris Mason commit e9fbcb42201c862fd6ab45c48ead4f47bb2dea9d upstream. Each ordered operation has a free callback, and this was called with the worker spinlock held. Josef made the free

[ 60/73] [SCSI] libsas: fix sas_discover_devices return code handling

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit b17caa174a7e1fd2e17b26e210d4ee91c4c28b37 upstream. commit 198439e4 [SCSI] libsas: do not set res = 0 in sas_ex_discover_dev() commit 19252de6 [SCSI] libsas: fix wide port

[ 57/73] [SCSI] fix hot unplug vs async scan race

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 3b661a92e869ebe2358de8f4b3230ad84f7fce51 upstream. The following crash results from cases where the end_device has been removed before scsi_sysfs_add_sdev has had a chance

[ 63/73] ext4: dont let i_reserved_meta_blocks go negative

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Brian Foster commit 97795d2a5b8d3c8dc4365d4bd3404191840453ba upstream. If we hit a condition where we have allocated metadata blocks that were not appropriately reserved, we risk underflow of

[ 61/73] iscsi-target: Drop bogus struct file usage for iSCSI/SCTP

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit bf6932f44a7b3fa7e2246a8b18a44670e5eab6c2 upstream. >From Al Viro: BTW, speaking of struct file treatment related to sockets - there's this piece of code in

[ 19/73] sched/nohz: Fix rq->cpu_load calculations some more

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra commit 5aaa0b7a2ed5b12692c9ffb5222182bd558d3146 upstream. Follow up on commit 556061b00 ("sched/nohz: Fix rq->cpu_load[] calculations") since while that fixed the busy case it

[ 02/73] mm: compaction: allow compaction to isolate dirty pages

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit a77ebd333cd810d7b680d544be88c875131c2bd3 upstream. Stable note: Not tracked in Bugzilla. A fix aimed at preserving page aging information by reducing LRU list

[ 11/73] vmscan: activate executable pages after first usage

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit c909e99364c8b6ca07864d752950b6b4ecf6bef4 upstream. Stable note: Not tracked in Bugzilla. There were reports of shared mapped pages being unfairly reclaimed

[ 05/73] mm: compaction: make isolate_lru_page() filter-aware again

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit c82449352854ff09e43062246af86bdeb628f0c3 upstream. Stable note: Not tracked in Bugzilla. A fix aimed at preserving page aging information by reducing LRU list

[ 18/73] sched/nohz: Fix rq->cpu_load[] calculations

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra commit 556061b00c9f2fd6a5524b6bde823ef12f299ecf upstream. While investigating why the load-balancer did funny I found that the rq->cpu_load[] tables were completely screwy.. a

[ 56/73] [SCSI] Avoid dangling pointer in scsi_requeue_command()

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit 940f5d47e2f2e1fa00443921a0abf4822335b54d upstream. When we call scsi_unprep_request() the command associated with the request gets destroyed and therefore drops its

[ 65/73] ASoC: dapm: Fix _PRE and _POST events for DAPM performance improvements

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mark Brown commit 0ff97ebf0804d2e519d578fcb4db03f104d2ca8c upstream. Ever since the DAPM performance improvements we've been marking all widgets as not dirty after each DAPM run. Since _PRE

[ 55/73] [SCSI] Fix device removal NULL pointer dereference

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit 67bd94130015c507011af37858989b199c52e1de upstream. Use blk_queue_dead() to test whether the queue is dead instead of !sdev. Since scsi_prep_fn() may be invoked

[ 46/73] target: Check number of unmap descriptors against our limit

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit 7409a6657aebf8be74c21d0eded80709b27275cb upstream. Fail UNMAP commands that have more than our reported limit on unmap descriptors. Signed-off-by: Roland Dreier

[ 43/73] target: Add range checking to UNMAP emulation

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit 2594e29865c291db162313187612cd9f14538f33 upstream. When processing an UNMAP command, we need to make sure that the number of blocks we're asked to UNMAP does not exceed

[ 37/73] udf: Improve table length check to avoid possible overflow

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit 57b9655d01ef057a523e810d29c37ac09b80eead upstream. When a partition table length is corrupted to be close to 1 << 32, the check for its length may overflow on 32-bit systems

[ 42/73] target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit e2397c704429025bc6b331a970f699e52f34283e upstream. Many SCSI commands are defined to return a CHECK CONDITION / ILLEGAL REQUEST with ASC set to LOGICAL BLOCK ADDRESS OUT

[ 47/73] s390/idle: fix sequence handling vs cpu hotplug

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens commit 0008204ffe85d23382d6fd0f971f3f0fbe70bae2 upstream. The s390 idle accounting code uses a sequence counter which gets used when the per cpu idle statistics get updated and

[ 48/73] rtlwifi: rtl8192de: Fix phy-based version calculation

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Forest Bond commit f1b00f4dab29b57bdf1bc03ef12020b280fd2a72 upstream. Commit d83579e2a50ac68389e6b4c58b845c702cf37516 incorporated some changes from the vendor driver that made it newly

[ 39/73] mwifiex: correction in mcs index check

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Amitkumar Karwar commit fe020120cb863ba918c6d603345342a880272c4d upstream. mwifiex driver supports 2x2 chips as well. Hence valid mcs values are 0 to 15. The check for mcs index is corrected

[ 41/73] USB: option: add ZTE MF821D

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork commit 09110529780890804b22e997ae6b4fe3f0b3b158 upstream. Sold by O2 (telefonica germany) under the name "LTE4G" Tested-by: Thomas Schäfer Signed-off-by: Bjørn Mork

[ 38/73] powerpc: Add "memory" attribute for mfmsr()

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Tiejun Chen commit b416c9a10baae6a177b4f9ee858b8d309542fbef upstream. Add "memory" attribute in inline assembly language as a compiler barrier to make sure 4.6.x GCC don't reorder mfmsr().

[ 45/73] target: Fix possible integer underflow in UNMAP emulation

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit b7fc7f3777582dea85156a821d78a522a0c083aa upstream. It's possible for an initiator to send us an UNMAP command with a descriptor that is less than 8 bytes; in that case

[ 51/73] iommu/amd: Fix hotplug with iommu=pt

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Joerg Roedel commit 2c9195e990297068d0f1f1bd8e2f1d09538009da upstream. This did not work because devices are not put into the pt_domain. Fix this. Signed-off-by: Joerg Roedel [bwh:

[ 52/73] drm/radeon: Try harder to avoid HW cursor ending on a multiple of 128 columns.

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Michel Dänzer commit f60ec4c7df043df81e62891ac45383d012afe0da upstream. This could previously fail if either of the enabled displays was using a horizontal resolution that is a multiple of

[ 50/73] ALSA: hda - Add support for Realtek ALC282

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson commit 4e01ec636e64707d202a1ca21a47bbc6d53085b7 upstream. This codec has a separate dmic path (separate dmic only ADC), and thus it looks mostly like ALC275. BugLink:

[ 64/73] ext4: undo ext4_calc_metadata_amount if we fail to claim space

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit 03179fe92318e7934c180d96f12eff2cb36ef7b6 upstream. The function ext4_calc_metadata_amount() has side effects, although it's not obvious from its function name. So if we

[ 35/73] ASoC: dapm: Fix locking during codec shutdown

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Liam Girdwood commit 01005a729a17ab419f61a366e22f3419e7a2c3fe upstream. Codec shutdown performs a DAPM power sequence that might cause conflicts and/or race conditions if another stream power

[ 44/73] target: Fix reading of data length fields for UNMAP commands

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit 1a5fa4576ec8a462313c7516b31d7453481ddbe8 upstream. The UNMAP DATA LENGTH and UNMAP BLOCK DESCRIPTOR DATA LENGTH fields are in the unmap descriptor (the payload transferred

[ 34/73] usbdevfs: Correct amount of data copied to user in processcompl_compat

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Hans de Goede commit 2102e06a5f2e414694921f23591f072a5ba7db9f upstream. iso data buffers may have holes in them if some packets were short, so for iso urbs we should always copy the entire

[ 30/73] ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit f6fb99cadcd44660c68e13f6eab28333653621e6 upstream. Make it possible for ext4_count_free to operate on buffers and not just data in buffer_heads. Signed-off-by: "Theodore

[ 33/73] x86, microcode: Sanitize per-cpu microcode reloading interface

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Borislav Petkov commit c9fc3f778a6a215ace14ee556067c73982b6d40f upstream. Microcode reloading in a per-core manner is a very bad idea for both major x86 vendors. And the thing is, we have such

[ 32/73] x86, microcode: microcode_core.c simple_strtoul cleanup

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Shuah Khan commit e826abd523913f63eb03b59746ffb16153c53dc4 upstream. Change reload_for_cpu() in kernel/microcode_core.c to call kstrtoul() instead of calling obsoleted simple_strtoul().

[ 26/73] wireless: rt2x00: rt2800usb more devices were identified

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Xose Vazquez Perez commit e828b9fb4f6c3513950759d5fb902db5bd054048 upstream. found in 2012_03_22_RT5572_Linux_STA_v2.6.0.0_DPO RT3070: (0x2019,0x5201) Planex Communications, Inc. RT8070

Re: [GPIO] Crashed when not using

2012-07-30 Thread Poddar, Sourav
Hi Kevin, On Tue, Jul 31, 2012 at 2:06 AM, Kevin Hilman wrote: > "Poddar, Sourav" writes: > >> On Mon, Jul 30, 2012 at 3:04 PM, DebBarma, Tarun Kanti >> wrote: >>> Sourav, >>> >>> On Mon, Jul 30, 2012 at 2:13 PM, Poddar, Sourav >>> wrote: Hi All, I tried using gpio as an

[ 25/73] wireless: rt2x00: rt2800usb add more devices ids

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Xose Vazquez Perez commit 63b376411173c343bbcb450f95539da91f079e0c upstream. They were taken from ralink drivers: 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO

[ 29/73] usb: gadget: Fix g_ether interface link status

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Kevin Cernekee commit 31bde1ceaa873bcaecd49e829bfabceacc4c512d upstream. A "usb0" interface that has never been connected to a host has an unknown operstate, and therefore the IFF_RUNNING flag

[ 22/73] x86: Fix boot on Twinhead H12Y

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Alan Cox commit 80b3e557371205566a71e569fbfcce5b11f92dbe upstream. Despite lots of investigation into why this is needed we don't know or have an elegant cure. The only answer found on this

[ 40/73] USB: option: Ignore ZTE (Vodafone) K3570/71 net interfaces

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: "Andrew Bird (Sphere Systems)" commit f264ddea0109bf7ce8aab920d64a637e830ace5b upstream. These interfaces need to be handled by QMI/WWAN driver Signed-off-by: Andrew Bird Signed-off-by:

[ 31/73] ftrace: Disable function tracing during suspend/resume and hibernation, again

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: "Srivatsa S. Bhat" commit 443772d408a25af62498793f6f805ce3c559309a upstream. If function tracing is enabled for some of the low-level suspend/resume functions, it leads to triple fault during

[ 24/73] cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 3cf003c08be785af4bee9ac05891a15bcbff856a upstream. Jian found that when he ran fsx on a 32 bit arch with a large wsize the process and one of the bdi writeback kthreads

[ 21/73] cx25821: Remove bad strcpy to read-only char*

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Ezequiel Garcia commit 380e99fc44d79bc35af9ff1d3316ef4027ce775e upstream. The strcpy was being used to set the name of the board. Since the destination char* was read-only and the name is set

[ 23/73] r8169: RxConfig hack for the 8168evl.

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: françois romieu commit eb2dc35d99028b698cdedba4f5522bc43e576bd2 upstream. The 8168evl (RTL_GIGA_MAC_VER_34) based Gigabyte GA-990FXA motherboards are very prone to NETDEV watchdog problems

[ 20/73] powerpc/ftrace: Fix assembly trampoline register usage

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: roger blofeld commit fd5a42980e1cf327b7240adf5e7b51ea41c23437 upstream. Just like the module loader, ftrace needs to be updated to use r12 instead of r11 with newer gcc's. Signed-off-by:

[ 27/73] rt2800usb: 2001:3c17 is an RT3370 device

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Albert Pool commit 8fd9d059af12786341dec5a688e607bcdb372238 upstream. D-Link DWA-123 rev A1 Signed-off-by: Albert Pool Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville

[ 28/73] ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad one

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Nishanth Menon commit b110547e586eb5825bc1d04aa9147bff83b57672 upstream. Commit 9fa2df6b90786301b175e264f5fa9846aba81a65 (ARM: OMAP2+: OPP: allow OPP enumeration to continue if device is not

[ 36/73] ext4: fix overhead calculation used by ext4_statfs()

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit 952fc18ef9ec707ebdc16c0786ec360295e5ff15 upstream. Commit f975d6bcc7a introduced bug which caused ext4_statfs() to miscalculate the number of file system overhead blocks.

[ 49/73] workqueue: perform cpu down operations from low priority cpu_notifier()

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 6575820221f7a4dd6eadecf7bf83cdd154335eda upstream. Currently, all workqueue cpu hotplug operations run off CPU_PRI_WORKQUEUE which is higher than normal notifiers. This is to

Re: [PATCH 2/2] xhci: EHCI/XHCI ports switching on Intense-PC.

2012-07-30 Thread Oliver Neukum
On Monday 30 July 2012 15:34:06 Sarah Sharp wrote: > Hi Denis, > > Can you send me the output of `sudo dmidecode`? I'd like to see if I > can make a more general patch apply to the Intense-PC. As this is for shutdown, why not all systems? Regards Oliver -- To

[ 53/73] ALSA: hda - Turn on PIN_OUT from hdmi playback prepare.

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Dylan Reid commit 9e76e6d031482194a5b24d8e9ab88063fbd6b4b5 upstream. Turn on the pin widget's PIN_OUT bit from playback prepare. The pin is enabled in open, but is disabled in hdmi_init_pin

[ 58/73] [SCSI] fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 57fc2e335fd3c2f898ee73570dc81426c28dc7b4 upstream. Rapid ata hotplug on a libsas controller results in cases where libsas is waiting indefinitely on eh to perform an ata

[ 12/73] mm/vmscan.c: consider swap space when deciding whether to continue reclaim

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Minchan Kim commit 86cfd3a45042ab242d47f3935a02811a402beab6 upstream. Stable note: Not tracked in Bugzilla. This patch reduces kswapd CPU usage on swapless systems with high anonymous

[ 01/73] mm: reduce the amount of work done when updating min_free_kbytes

2012-07-30 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 938929f14cb595f43cd1a4e63e22d36cab1e4a1f upstream. Stable note: Fixes https://bugzilla.novell.com/show_bug.cgi?id=726210 . Large machines with 1TB or more of RAM take

[PATCH v2] ACPI processor: Fix a typo error in commit 99b725084

2012-07-30 Thread Feng Tang
In commit 99b725084 "ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged cores", acpi_processor_hotplug(pr) was wrongly replaced by acpi_processor_cst_has_changed() inside the acpi_cpu_soft_notify(). This patch will restore it back, which also fixes a tick_broadcast_mask

Re: [GIT PULL] GPIO changes for v3.6

2012-07-30 Thread NeilBrown
On Mon, 30 Jul 2012 14:36:15 +0100 Mark Brown wrote: > On Mon, Jul 30, 2012 at 04:57:33PM +1000, NeilBrown wrote: > > > it means that if !gpio_is_valid(gpio), the error returned is EPROBE_DEFER > > which isn't right (an invalid gpio number will never become valid). > > If a driver happened to

linux-next: build failure after merge of the akpm tree

2012-07-30 Thread Stephen Rothwell
Hi Andrew, After merging the akpm tree, today's linux-next build (x86_64 allmodconfig) failed like this: net/ceph/osd_client.c: In function 'ceph_osdc_alloc_request': net/ceph/osd_client.c:216:2: error: implicit declaration of function 'rb_init_node' [-Werror=implicit-function-declaration]

Re: [patch] x86, avx: don't use avx instructions with "noxsave" boot param

2012-07-30 Thread H. Peter Anvin
I'm wondering if we shouldn't just kill the affected CPUID bits if osxsave is off... NeilBrown wrote: >On Mon, 30 Jul 2012 15:46:15 -0700 Suresh Siddha > >wrote: > >> Check the kernel has indeed enabled xsave before using AVX >instructions. >> >> Fixes the kernel boot panic with "noxsave"

[PATCH 2/4] perf tool: change strlist to use the new rblist

2012-07-30 Thread David Ahern
Replaces the direct use of rbtree code with the rblist API. In the end the patch is a no-op on strlist functionality; the API for strlist is not changed, only its implementaton. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc:

[PATCH 1/4] perf tool: introducing rblist

2012-07-30 Thread David Ahern
rblist is the rbtree based code from strlist. It will be the common code for strlist and the to-be-introduced intlist. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Frederic Weisbecker Cc: Peter Zijlstra --- tools/perf/Makefile

[PATCH 4/4] perf kvm top: limit guest kernel info message to once

2012-07-30 Thread David Ahern
'perf kvm top' shows a continual flurry of: Can't find guest [5201]'s kernel information if it can't find the guest info and with a lot of VMs running a user has no chance of reading them all. Limit message to once per guest. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo

[PATCH 3/4] perf tool: introduce intlist

2012-07-30 Thread David Ahern
Built on rblist - like strlist. Used in the next patch. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Frederic Weisbecker Cc: Peter Zijlstra --- tools/perf/Makefile |2 + tools/perf/util/intlist.c | 101

[PATCH 0/4] limit guest messages to once in perf kvm top

2012-07-30 Thread David Ahern
Some refactoring so that strlist and intlist have a common base - rblist. >From there use intlist to only show guest messages once. David Ahern (4): perf tool: introducing rblist perf tool: change strlist to use the new rblist perf tool: introduce intlist perf kvm top: limit guest kernel

linux-next: manual merge of the akpm tree with the nfs tree

2012-07-30 Thread Stephen Rothwell
Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in net/sunrpc/xprtsock.c between commit 5cf02d09b50b ("nfs: skip commit in releasepage if we're freeing memory for fs-related reasons") from the nfs tree and commit "nfs: enable swap on NFS" from the akpm tree. Just context

Re: [patch] x86, avx: don't use avx instructions with "noxsave" boot param

2012-07-30 Thread NeilBrown
On Mon, 30 Jul 2012 15:46:15 -0700 Suresh Siddha wrote: > Check the kernel has indeed enabled xsave before using AVX instructions. > > Fixes the kernel boot panic with "noxsave" boot parameter. > > Signed-off-by: Suresh Siddha Looks consistent with other usage - thanks. Applied. Should it

Re: [Regression 3.4] tick_broadcast_mask is not restored after a CPU has been offline/onlined

2012-07-30 Thread Paul E. McKenney
On Tue, Jul 31, 2012 at 11:18:32AM +0800, Feng Tang wrote: > Hi Paul, > > On Mon, 30 Jul 2012 10:42:18 -0700 > "Paul E. McKenney" wrote: > > > On Mon, Jul 30, 2012 at 10:08:47AM -0700, Paul E. McKenney wrote: > > > On Mon, Jul 30, 2012 at 11:07:47PM +0800, Feng Tang wrote: > > > > Hi Paul, > >

  1   2   3   4   5   6   7   8   9   10   >