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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 3DE2FC433DF for ; Tue, 2 Jun 2020 12:03:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 17D5520772 for ; Tue, 2 Jun 2020 12:03:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726922AbgFBMDz (ORCPT ); Tue, 2 Jun 2020 08:03:55 -0400 Received: from mail-oi1-f193.google.com ([209.85.167.193]:42036 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725940AbgFBMDy (ORCPT ); Tue, 2 Jun 2020 08:03:54 -0400 Received: by mail-oi1-f193.google.com with SMTP id s21so3038878oic.9; Tue, 02 Jun 2020 05:03:54 -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=IgExh/ny3ZdfEOHfQwIXJ7oTzjh0IcO4NnZTa4lzZZg=; b=XoPJY8dgVqI6dF88I4ohPzj5yp8a2ZWH4R+ajgNEzXhq6XLxNCzSYot84tzVh06OEq IG3qdoMrFGI65d6DZXI13xdl4FvdZGvVA7v6Sxm4ejvRyNMDli/ebrI4hqfr7dtOLnDv HvaclkeqFxosFfZa2Nh+FXhkqX6j2I2D+1GwyHDUn4KRGURp5GRyVHfXROXBsj4WNNcC rQEUPit6w4HE15n1HqxuFuN1WcxZpB3iy1BAAHJiVGJNF+TQQdYmEsIjpgWj0YwmiGEt wZ5Zz6v51hu19dKh8LBWI93gkkZ/Vfj5L0+dyaiJXxy0GYrAjYjbzmtzs3pmjHtmVA86 W3Nw== X-Gm-Message-State: AOAM533PMqnXWUjN6qvNQp1FlV93jCj1LEPi3imOy/JPv+z51dDiSdZm Fm5YzP9hlqrt2RnTcOnaWSI5lsqfOvbKFTkXHO4= X-Google-Smtp-Source: ABdhPJz2czAuYGYJfe62NGAvi2DIXZQZsfLZD8OxGXlID6t22QF7K8A5fIlnr/Ug64ryYGdMa83JGneje4dJWf0Q67U= X-Received: by 2002:aca:1a19:: with SMTP id a25mr1947756oia.54.1591099433899; Tue, 02 Jun 2020 05:03:53 -0700 (PDT) MIME-Version: 1.0 References: <380c0494-ed02-b2be-65b0-d385627fb894@samsung.com> In-Reply-To: <380c0494-ed02-b2be-65b0-d385627fb894@samsung.com> From: Geert Uytterhoeven Date: Tue, 2 Jun 2020 14:03:38 +0200 Message-ID: Subject: Re: [PATCH v2 2/2] video: fbdev: amifb: add FIXMEs about {put,get}_user() failures To: Bartlomiej Zolnierkiewicz Cc: Linux Fbdev development list , DRI Development , Linux Kernel Mailing List , linux-m68k , Al Viro 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 Tue, Jun 2, 2020 at 1:52 PM Bartlomiej Zolnierkiewicz wrote: > Since we lack the hardware (or proper emulator setup) for > testing needed changes add FIXMEs to document the issues > (so at least they are not forgotten). > > Cc: Al Viro > Cc: Geert Uytterhoeven > Signed-off-by: Bartlomiej Zolnierkiewicz Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Tue, 02 Jun 2020 12:03:38 +0000 Subject: Re: [PATCH v2 2/2] video: fbdev: amifb: add FIXMEs about {put,get}_user() failures Message-Id: List-Id: References: <380c0494-ed02-b2be-65b0-d385627fb894@samsung.com> In-Reply-To: <380c0494-ed02-b2be-65b0-d385627fb894@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bartlomiej Zolnierkiewicz Cc: linux-m68k , Linux Fbdev development list , Linux Kernel Mailing List , DRI Development , Al Viro On Tue, Jun 2, 2020 at 1:52 PM Bartlomiej Zolnierkiewicz wrote: > Since we lack the hardware (or proper emulator setup) for > testing needed changes add FIXMEs to document the issues > (so at least they are not forgotten). > > Cc: Al Viro > Cc: Geert Uytterhoeven > Signed-off-by: Bartlomiej Zolnierkiewicz Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds 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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 58ABBC433E0 for ; Tue, 2 Jun 2020 12:03:56 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3B561207D8 for ; Tue, 2 Jun 2020 12:03:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3B561207D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AC2506E172; Tue, 2 Jun 2020 12:03:55 +0000 (UTC) Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id 914826E172 for ; Tue, 2 Jun 2020 12:03:54 +0000 (UTC) Received: by mail-oi1-f195.google.com with SMTP id c194so6994120oig.5 for ; Tue, 02 Jun 2020 05:03:54 -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=IgExh/ny3ZdfEOHfQwIXJ7oTzjh0IcO4NnZTa4lzZZg=; b=LzFiUBTPVIgLA2jr4Lj+ofSDUFtwuTguXphq46SmGyhoif1JcUl0d8FArWNVw9IOgm 3gAIxP6Tek2sI+XEQhl7wFhQarr+DlSwyXLwnQNc8H4QH7MTMPpRE6M1FpONOgG7kOac S9zArU3oOEC6GqAiQbB8wCBUDZ0sk9p2MY8o/N9uXMC/IpAWgBO3vHm5i4sfOYl1gt8a qAzyn/P7Ed9rqRvwhnqEwkPTj+mYS/mQv1bSbxALJrcytThUU8C1Dvi4+uTBib7XmJBo q4RDBB0cPUFcsaQA73PWAc+7dyZxB7zdh3LLylh8m3ph3PiCI2AmV/q/CD/lhBaZHLtd iGWg== X-Gm-Message-State: AOAM5336HNJYU45JyL5FiJD7cor9CzwNvGyZ6acawAlii9pUD0f/KzB7 4aniL7F11+M1bQYuM13AWMN64m31bEZ8L1ocvVU= X-Google-Smtp-Source: ABdhPJz2czAuYGYJfe62NGAvi2DIXZQZsfLZD8OxGXlID6t22QF7K8A5fIlnr/Ug64ryYGdMa83JGneje4dJWf0Q67U= X-Received: by 2002:aca:1a19:: with SMTP id a25mr1947756oia.54.1591099433899; Tue, 02 Jun 2020 05:03:53 -0700 (PDT) MIME-Version: 1.0 References: <380c0494-ed02-b2be-65b0-d385627fb894@samsung.com> In-Reply-To: <380c0494-ed02-b2be-65b0-d385627fb894@samsung.com> From: Geert Uytterhoeven Date: Tue, 2 Jun 2020 14:03:38 +0200 Message-ID: Subject: Re: [PATCH v2 2/2] video: fbdev: amifb: add FIXMEs about {put,get}_user() failures To: Bartlomiej Zolnierkiewicz X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-m68k , Linux Fbdev development list , Linux Kernel Mailing List , DRI Development , Al Viro Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Jun 2, 2020 at 1:52 PM Bartlomiej Zolnierkiewicz wrote: > Since we lack the hardware (or proper emulator setup) for > testing needed changes add FIXMEs to document the issues > (so at least they are not forgotten). > > Cc: Al Viro > Cc: Geert Uytterhoeven > Signed-off-by: Bartlomiej Zolnierkiewicz Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel