From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751607AbbDPArk (ORCPT ); Wed, 15 Apr 2015 20:47:40 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:36665 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042AbbDPAra (ORCPT ); Wed, 15 Apr 2015 20:47:30 -0400 Date: Thu, 16 Apr 2015 09:47:44 +0900 From: Sergey Senozhatsky To: Andrew Morton Cc: Sergey Senozhatsky , Minchan Kim , Nitin Gupta , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [PATCHv3 0/8] introduce dynamic device creation/removal Message-ID: <20150416004744.GB2018@swordfish> References: <1425386990-6339-1-git-send-email-sergey.senozhatsky@gmail.com> <20150415143717.3c94969fbaef635d7afae9eb@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150415143717.3c94969fbaef635d7afae9eb@linux-foundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (04/15/15 14:37), Andrew Morton wrote: > Unfortunately these were the first-arriving zram patches, so the later > ones required quite a bit of mangling. Hopefully I got it all right. > > This was all a bit disruptive. Please let's not leave major patchsets > floating about in an incomplete/unresolved state for week after week? > Andrew, sorry for confusion. I will fold/cleanup and resend the whole patchset. sorry for I currently have: 0001-zram-cosmetic-ZRAM_ATTR_RO-code-formatting-tweak.patch 0002-zram-use-idr-instead-of-zram_devices-array.patch 0003-zram-factor-out-device-reset-from-reset_store.patch 0004-zram-reorganize-code-layout.patch 0005-zram-add-dynamic-device-add-remove-functionality.patch 0006-zram-add-dynamic-device-add-remove-functionality-fix.patch 0007-zram-remove-max_num_devices-limitation.patch 0008-zram-report-every-added-and-removed-device.patch 0009-zram-trivial-correct-flag-operations-comment.patch 0010-zram-return-zram-device_id-value-from-zram_add.patch 0011-zram-introduce-automatic-device_id-generation.patch 0012-zram-introduce-automatic-device_id-generation-fix.patch 0013-zram-do-not-let-user-enforce-new-device-dev_id.patch 0014-zram-support-compaction.patch 0015-zram-remove-num_migrated-device-attr.patch 0016-zram-move-compact_store-to-sysfs-functions-area.patch 0017-zram-use-generic-start-end-io-accounting.patch 0018-zram-export-new-io_stat-sysfs-attrs.patch 0019-zram-export-new-mm_stat-sysfs-attrs.patch 0020-zram-deprecate-zram-attrs-sysfs-nodes.patch 0021-zram-fix-error-return-code.patch in my tree. the resulting patchset will be smaller in size. I'll send it out later this day. -ss