From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753455AbcHVFrv (ORCPT ); Mon, 22 Aug 2016 01:47:51 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:57432 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198AbcHVFru (ORCPT ); Mon, 22 Aug 2016 01:47:50 -0400 Date: Mon, 22 Aug 2016 07:47:40 +0200 From: Willy Tarreau To: Johannes Berg Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Prasun Maiti , Ujjal Roy Subject: Re: [PATCH 3.10 098/180] wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel Message-ID: <20160822054740.GA12504@1wt.eu> References: <1471793510-13022-1-git-send-email-w@1wt.eu> <1471793510-13022-99-git-send-email-w@1wt.eu> <1471844118.4126.0.camel@sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471844118.4126.0.camel@sipsolutions.net> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 22, 2016 at 07:35:18AM +0200, Johannes Berg wrote: > On Sun, 2016-08-21 at 15:30 +0000, Willy Tarreau wrote: > > From: Prasun Maiti > > > > commit 3d5fdff46c4b2b9534fa2f9fc78e90a48e0ff724 upstream. > > > > iwpriv app uses iw_point structure to send data to Kernel. The > > iw_point structure holds a pointer. > > Ben Hutchings pointed out that while the commit actually is a bugfix, > and I thought it was important, it actually breaks other things and > isn't important since nothing uses this. > > I've reverted it and you should just drop it. OK now dropped, thanks Johannes. Willy