All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
To: Sean Paul <seanpaul@chromium.org>
Cc: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	dri-devel@lists.freedesktop.org,
	"Dave Airlie" <airlied@redhat.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/udl: Fix unaligned memory access in udl_render_hline
Date: Tue, 11 Apr 2017 17:34:41 +0200	[thread overview]
Message-ID: <20170411153441.ccjuq3upwrzjuf6x@latitude> (raw)
In-Reply-To: <20170411133053.stmwmsmjf7ybq42v@art_vandelay>

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

On Tue, Apr 11, 2017 at 09:30:53AM -0400, Sean Paul wrote:
> On Fri, Apr 07, 2017 at 10:02:29PM +0200, Jonathan Neuschäfer wrote:
> > On SPARC, the udl driver filled my kernel log with these messages:
> > 
> > [186668.910612] Kernel unaligned access at TPC[76609c] udl_render_hline+0x13c/0x3a0
> > 
> > Use put_unaligned_be16 to avoid them. On x86 this results in the same
> > code, but on SPARC the compiler emits two single-byte stores.
> > 
> 
> Pushed to drm-misc-fixes with Dave's IRC Ack.
> 
> Thanks,
> 
> Sean

Thanks as well :-)


Jonathan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2017-04-11 15:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-07 20:02 [PATCH] drm/udl: Fix unaligned memory access in udl_render_hline Jonathan Neuschäfer
2017-04-11 13:30 ` Sean Paul
2017-04-11 13:30   ` Sean Paul
2017-04-11 15:34   ` Jonathan Neuschäfer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170411153441.ccjuq3upwrzjuf6x@latitude \
    --to=j.neuschaefer@gmx.net \
    --cc=airlied@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=seanpaul@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.