From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4A5CC433E0 for ; Wed, 17 Jun 2020 14:23:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9BFAF206FA for ; Wed, 17 Jun 2020 14:23:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726868AbgFQOXK (ORCPT ); Wed, 17 Jun 2020 10:23:10 -0400 Received: from mail-vs1-f65.google.com ([209.85.217.65]:43121 "EHLO mail-vs1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726331AbgFQOXI (ORCPT ); Wed, 17 Jun 2020 10:23:08 -0400 Received: by mail-vs1-f65.google.com with SMTP id l10so1464089vsr.10; Wed, 17 Jun 2020 07:23:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rysiege4ewceJPc3gwx3OHjg/Sz57CcfTXrTH8sNnQY=; b=Jug4RjNoNO0MNSXvtchqM3USPVvIH08Dxp+rh6E0PrKuc3/mh3HkCcI8XOgVWnN8a1 jT7qka2D+vf54xLFxb5mcZNcSVsRwYlS0upfGpL5o0nKiR5876Z60MH1+IJzldiC69Ek rBV2gkBjMhuD1/DOIWvt4ob9jDfCAmdMlWHgIANk+w/HnxdvlfHLp/3+oBYlXfvmlqPg HdauIJ7MDqY7RgNKOvD7nODePFfEKkpWI5ZKdfNLzxH0krOZjfzFkyacp3uqVAlcmXLk YcjgpSBIb7+AkK416XBc+FCmvh38vdwlhEVgCovS3SQtfjqtImafzVbgULnhjmBYHqv3 wAbg== X-Gm-Message-State: AOAM532UZhj+B2KmpjN0IioFrXmF6GB65oWbzomccLraPmTYpZLU89TD C+i2S4ZrORTQ18FKH6TaRTEJi4qbmqLqabFiM1E= X-Google-Smtp-Source: ABdhPJzn/zfo5AEdsDaePxkqMiOapFfEhJdW/VmoDB4Nl2Rxkmmy/GNkNpeWH7q7VuhQ901+644Tsx5KfnoumGJm3+U= X-Received: by 2002:a67:79ce:: with SMTP id u197mr6191346vsc.17.1592403787157; Wed, 17 Jun 2020 07:23:07 -0700 (PDT) MIME-Version: 1.0 References: <20200605162518.28099-1-florian.fainelli@broadcom.com> <6b1f0668-572e-ae52-27e6-c897bab4204c@gmail.com> <0c0ba84e-4b2d-53ac-5092-40312ecba13b@gmail.com> In-Reply-To: <0c0ba84e-4b2d-53ac-5092-40312ecba13b@gmail.com> From: Michael Ira Krufky Date: Wed, 17 Jun 2020 10:22:55 -0400 Message-ID: Subject: Re: [PATCH stable 4.9 00/21] Unbreak 32-bit DVB applications on 64-bit kernels To: Florian Fainelli Cc: LKML , Mauro Carvalho Chehab , Shuah Khan , Greg Kroah-Hartman , stable@vger.kernel.org, Alexander Viro , Jaedon Shin , Colin Ian King , Katsuhiro Suzuki , Satendra Singh Thakur , "open list:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)" , "open list:FILESYSTEMS (VFS and infrastructure)" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 17, 2020 at 12:39 AM Florian Fainelli wrote: > > > > On 6/11/2020 9:45 PM, Florian Fainelli wrote: > > > > > > On 6/5/2020 9:24 AM, Florian Fainelli wrote: > >> Hi all, > >> > >> This long patch series was motivated by backporting Jaedon's changes > >> which add a proper ioctl compatibility layer for 32-bit applications > >> running on 64-bit kernels. We have a number of Android TV-based products > >> currently running on the 4.9 kernel and this was broken for them. > >> > >> Thanks to Robert McConnell for identifying and providing the patches in > >> their initial format. > >> > >> In order for Jaedon's patches to apply cleanly a number of changes were > >> applied to support those changes. If you deem the patch series too big > >> please let me know. > > > > Mauro, can you review this? I would prefer not to maintain those patches > > in our downstream 4.9 kernel as there are quite a few of them, and this > > is likely beneficial to other people. > > Hello? Anybody here? > -- > Florian Ouch. I top-posted - oops! Please reply on this email rather than the previous. Hey Florian, Thank you for the time and effort that you put into this patch series. I was excited to see this, when I first saw it posted a few weeks ago. I have every intention of giving it a review, but just haven't found the time yet. I'm sure that Mauro would say the same. I'm sure that he and I both will find some time, hopefully over the next few weeks or sooner, to give this a thorough review and provide some feedback. Hopefully we can put this on its way for merge soon. Please bear with us.. Thanks again for your contribution. -Mike Krufky