From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0C2AD128809; Thu, 1 Feb 2024 18:05:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706810735; cv=none; b=ptR0Xv+OOh95qYcKz+VkiUcWinZsZGWVbVR8t1JMsVgMj54WfJuKG79nwe96pES6WdKwDmTeuhMLczrEpUl08jnXKFaz2QOcbvm8c0RwbiG7lJXYnnwkriGmviNoZtGksxPmq9jnPtlAtlCJxe57qHLTIhdt49y/liawHcXyStE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706810735; c=relaxed/simple; bh=JfeVxZ9QXBYGCIGLV8XksPrBTz+Oq09ud0x6s4kFSSw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fOQO3hAZxqUKa4PrWAH9j543QO3JFxXJw+vL1KUWutHB23zmcFHeneYpNhKEThSZcAg5KOpHXBUjUKtFv73btdpIFzhuOvSCAfi5R6DyXNm+0rfCS4XhGXdz2D1xjPyAnzzOTMEM5mtUxZxkBpNreeouyv8WnwKz7J3Yu3e/i18= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=JefXNSrB; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="JefXNSrB" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kBzBIT+OwKc/KgOM6TRSOd+0Koav1Y3FPhSbpX2zBBg=; b=JefXNSrBtf/VmcM3GreDAPNGfS K1DwjzfgCb+iQPR3znjOL0WinjE8Rr7KAHTy3kuRFuIdjibhuHw/+nVi5/vVwpmhcHoUri/L7KtsN GO/Zl9jhfzeg58LLL+J/pFPmpuWrca/gnfzqfMkuKaBQ84IivqGOB75oEf9WjG2MJsMfDFAAIYRlq PNhh1dkTlfI8CuusZwQBlc7pQqdy1kOf0DwdtSdfJUNQg9XZyEz8OmbBSU2go+WULGNlGcDV2EORM KMPvQnaEftMyW6EZlHC0Y6tp+4z3a3AVl22ZXBjzIaYA3R/VAPdo1nmau6Vthn0PG3y7UWwoK+PL2 xM4+qJ9A==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVbRN-00000008vr4-1mff; Thu, 01 Feb 2024 18:05:33 +0000 Date: Thu, 1 Feb 2024 10:05:33 -0800 From: Luis Chamberlain To: masahiroy@kernel.org, deller@gmx.de Cc: arnd@arndb.de, linux-arch@vger.kernel.org, linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/3] modules: few of alignment fixes Message-ID: References: <20240129192644.3359978-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: linux-arch@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain On Wed, Jan 31, 2024 at 02:11:44PM -0800, Luis Chamberlain wrote: > On Mon, Jan 29, 2024 at 11:26:39AM -0800, Luis Chamberlain wrote: > > Masahiro, if there no issues feel free to take this or I can take them in > > too via the modules-next tree. Lemme know! > > I've queued this onto modules-testing to get winder testing [0] I've moved it to modules-next as I've found no issues. Luis