Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1445439ybt; Thu, 2 Jul 2020 05:47:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzSkVx3u6eEGzgQSJJqSm7RoziOomJHZKuAhrEcGvuRJHZWHEQOAZUal5hBig2P23f69Pfb X-Received: by 2002:a50:f384:: with SMTP id g4mr33226162edm.205.1593694065788; Thu, 02 Jul 2020 05:47:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593694065; cv=none; d=google.com; s=arc-20160816; b=lqvofDyI2GYqdWX0yuVORFIAZhd+hXH0cKQOXekS6ZagA8GLfgcuz389BwF6lCsMHk gb9qssHeLYV+b8e0vwjsKSpJFDE77XPQWYQPZKRGDhGZvDI+hW1AnhhHl872vBPJegkZ vOhIlO6jS22sX1Q1XeOi0QHBlMpZXd0m56Qi8ok7RYOnSbkhgO1cZjMs9pIAHpTsjBmK iGRPR/ykTLyBcN4nsR/sBL/NA7WUVxqmtK6Qoe/OxfqGMndEs/NboKIjuB6gIhsXhuNp R6PUAGCuJtXqIgiVaMkK5+5GWdAzrf9wjQ4y3t9HL5tDw05UENfL1WAv+3np3aveJPYN qBHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=u/bmEWk8wl6hERxDhB1u0g1YZVNoLDSxOgY9p7KzwiA=; b=SF2aNKFzPDjLxeaUZI3HTO1jREiP5oJ3MqbaY34Nsp4b6/fw3ZRQUGFvITpKLB7kgO kbqpvOMV1GV2621DSO5UccQfYa6YLdOlIJ6NiZpiec6tjS+ElntoHkA9Ba89QJHkDm+t nKNtXt9vxSCNR1zgkJoO4EJGAsCT7sEg6GRosEZoqcZDR8TsML4WXDNE3H7Z4z5yaN3d jeg4nyDVjoSw6l9lCIHMOOc9Y3JelJd3E0RfXlujRhQxpPuLXdssoJF5/myHtL10YI3b VDJPSBewEAzHf3ASJGthxbFXAVBQKQBwFChZIRulOTBxqJfGreYzMwUtzDv5u/mHAkmP JCtw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=JIxIoN4C; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i2si5633353ejp.662.2020.07.02.05.47.18; Thu, 02 Jul 2020 05:47:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=JIxIoN4C; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729075AbgGBMoe (ORCPT + 99 others); Thu, 2 Jul 2020 08:44:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:48638 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728808AbgGBMoe (ORCPT ); Thu, 2 Jul 2020 08:44:34 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4009720885; Thu, 2 Jul 2020 12:44:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593693873; bh=z4WEJ5Hsxfu7qusUUGh6nlSscD0yPifHc1h20biJqGk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JIxIoN4C7RW3jqu40wTnpeGXh0QwXkvEQOm8JJcXv7ql7bYh0e9VzsinHisKnOxEk TAwwwmT8pzUqWsYX3IBxAWOYDUWfTrrx1H/z0pGK+fEBFQK8NPgfObDhs20MJqjKmA s5Wcuj1B4iAZgSg9pHQUcVWB5OLia2U9Ij9rg44A= Date: Thu, 2 Jul 2020 14:44:37 +0200 From: Greg Kroah-Hartman To: Bartosz Golaszewski Cc: Jonathan Corbet , "Rafael J . Wysocki" , Guenter Roeck , Jean Delvare , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH v2 0/6] devres: provide and use devm_krealloc() Message-ID: <20200702124437.GC1882489@kroah.com> References: <20200629065008.27620-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200629065008.27620-1-brgl@bgdev.pl> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 29, 2020 at 08:50:02AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Regular krealloc() obviously can't work with managed memory. This series > implements devm_krealloc() and adds the first user with hope that this > helper will be adopted by other drivers currently using non-managed > krealloc(). > > Some additional changes to the code modified by main patches are included. I've applied the first 4, the other two I had questions on. thanks, greg k-h