From: Julia Lawall
If list_for_each_entry, etc complete a traversal of the list, the iterator
variable ends up pointing to an address at an offset from the list head,
and not a meaningful structure. Thus this value should not be used after
the end of the iterator.
After the iteractor, entry->ba
From: Julia Lawall
If list_for_each_entry, etc complete a traversal of the list, the iterator
variable ends up pointing to an address at an offset from the list head,
and not a meaningful structure. Thus this value should not be used after
the end of the iterator.
A break is added after the swi
From: Julia Lawall
If list_for_each_entry, etc complete a traversal of the list, the iterator
variable ends up pointing to an address at an offset from the list head,
and not a meaningful structure. Thus this value should not be used after
the end of the iterator.
A break is added after the swi
On Sun, 8 Jul 2012, Paul Menzel wrote:
> Dear Julia,
>
>
> Am Sonntag, den 08.07.2012, 13:37 +0200 schrieb Julia Lawall:
>> From: Julia Lawall
>>
>> If list_for_each_entry, etc complete a traversal of the list, the iterator
>> variable ends up pointing to an address at an offset from the list hea
On Sun, 8 Jul 2012, Alan Cox wrote:
> On Sun, 8 Jul 2012 10:39:43 +0200 (CEST)
> Julia Lawall wrote:
>
>> In the function oaktrail_lvds_mode_set, I don't think that the following
>> code makes any sense:
>>
>> /* Find the connector we're trying to set up */
>> list_for_each_entr
y: Paul Menzel
Thanks,
Paul
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120708/4b1d03e3/attachment.pgp>
https://bugzilla.kernel.org/show_bug.cgi?id=44341
Christopher Fr?mmel changed:
What|Removed |Added
Attachment #75061|0 |1
is obsolete|
with addfb request by user, wrong framebuffer or gem size could be sent
to kernel side so this could induce invalid memory access by dma of a device.
this patch checks if framebuffer and gem size are valid or not to avoid
this issue.
Changelog v2:
use fb->pitches instead of caculating it with fb->
Hi Dave,
Please pull from
git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-fixes
these patch sets below had already been posted several weeks ago for review
and include some fixes and exceptions.
thes patch sets are based on git repository below:
git://people.freedes
https://bugzilla.kernel.org/show_bug.cgi?id=43751
--- Comment #2 from Petr Grigoriev 2012-07-08
21:44:19 ---
degraded - on 3.2.21 all right, two days in too configuration work normally.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving thi
https://bugzilla.kernel.org/show_bug.cgi?id=43751
--- Comment #1 from Petr Grigoriev 2012-07-08
21:43:20 ---
kde, firefox, chrome, chromium, opera,
dolphin, smplayer, vmware 8.0.4, virtualbox 4.1.18
latest updates.
after two-three hours computer slow down and big kernel error. in log tail
On Sun, 8 Jul 2012 10:39:43 +0200 (CEST)
Julia Lawall wrote:
> In the function oaktrail_lvds_mode_set, I don't think that the following
> code makes any sense:
>
> /* Find the connector we're trying to set up */
> list_for_each_entry(connector, &mode_config->connector_list, he
https://bugzilla.kernel.org/show_bug.cgi?id=44341
--- Comment #3 from Christopher Fr?mmel 2012-07-08
20:31:13 ---
Created an attachment (id=75091)
--> (https://bugzilla.kernel.org/attachment.cgi?id=75091)
kernel config
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=e
https://bugzilla.kernel.org/show_bug.cgi?id=44341
--- Comment #2 from Christopher Fr?mmel 2012-07-08
20:30:17 ---
Created an attachment (id=75081)
--> (https://bugzilla.kernel.org/attachment.cgi?id=75081)
lspci -v
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
https://bugzilla.kernel.org/show_bug.cgi?id=44341
--- Comment #1 from Christopher Fr?mmel 2012-07-08
20:29:15 ---
Created an attachment (id=75071)
--> (https://bugzilla.kernel.org/attachment.cgi?id=75071)
full dmesg
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=emai
https://bugzilla.kernel.org/show_bug.cgi?id=44341
Summary: Radeon HD6990M: HDMI audio output works now! Kernel
gives new warning
Product: Drivers
Version: 2.5
Kernel Version: 3.5.0-rc6
Platform: All
OS/Version: Linux
On Sun, Jul 8, 2012 at 10:16 PM, Alan Cox wrote:
> On Sun, 8 Jul 2012 10:39:43 +0200 (CEST)
> Julia Lawall wrote:
>
>> In the function oaktrail_lvds_mode_set, I don't think that the following
>> code makes any sense:
>>
>> /* Find the connector we're trying to set up */
>> list_
https://bugs.freedesktop.org/show_bug.cgi?id=42162
--- Comment #7 from Johan Brannlund
2012-07-08 08:31:56 PDT ---
This is still an issue with kernel 3.5-rc4.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
https://bugzilla.kernel.org/show_bug.cgi?id=44341
Christopher Frömmel changed:
What|Removed |Added
Attachment #75061|0 |1
is obsolete|
https://bugzilla.kernel.org/show_bug.cgi?id=43751
--- Comment #2 from Petr Grigoriev 2012-07-08 21:44:19
---
degraded - on 3.2.21 all right, two days in too configuration work normally.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving thi
https://bugzilla.kernel.org/show_bug.cgi?id=43751
--- Comment #1 from Petr Grigoriev 2012-07-08 21:43:20
---
kde, firefox, chrome, chromium, opera,
dolphin, smplayer, vmware 8.0.4, virtualbox 4.1.18
latest updates.
after two-three hours computer slow down and big kernel error. in log tail
Dear Julia,
Am Sonntag, den 08.07.2012, 13:37 +0200 schrieb Julia Lawall:
> From: Julia Lawall
>
> If list_for_each_entry, etc complete a traversal of the list, the iterator
> variable ends up pointing to an address at an offset from the list head,
> and not a meaningful structure. Thus this v
From: Julia Lawall
If list_for_each_entry, etc complete a traversal of the list, the iterator
variable ends up pointing to an address at an offset from the list head,
and not a meaningful structure. Thus this value should not be used after
the end of the iterator.
In the first two cases, a a br
https://bugzilla.kernel.org/show_bug.cgi?id=44341
--- Comment #3 from Christopher Frömmel 2012-07-08 20:31:13
---
Created an attachment (id=75091)
--> (https://bugzilla.kernel.org/attachment.cgi?id=75091)
kernel config
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=e
https://bugzilla.kernel.org/show_bug.cgi?id=44341
--- Comment #2 from Christopher Frömmel 2012-07-08 20:30:17
---
Created an attachment (id=75081)
--> (https://bugzilla.kernel.org/attachment.cgi?id=75081)
lspci -v
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
https://bugzilla.kernel.org/show_bug.cgi?id=44341
--- Comment #1 from Christopher Frömmel 2012-07-08 20:29:15
---
Created an attachment (id=75071)
--> (https://bugzilla.kernel.org/attachment.cgi?id=75071)
full dmesg
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=emai
https://bugzilla.kernel.org/show_bug.cgi?id=44341
Summary: Radeon HD6990M: HDMI audio output works now! Kernel
gives new warning
Product: Drivers
Version: 2.5
Kernel Version: 3.5.0-rc6
Platform: All
OS/Version: Linux
On Sun, 8 Jul 2012 10:39:43 +0200 (CEST)
Julia Lawall wrote:
> In the function oaktrail_lvds_mode_set, I don't think that the following
> code makes any sense:
>
> /* Find the connector we're trying to set up */
> list_for_each_entry(connector, &mode_config->connector_list, he
In the function oaktrail_lvds_mode_set, I don't think that the following
code makes any sense:
/* Find the connector we're trying to set up */
list_for_each_entry(connector, &mode_config->connector_list, head) {
if (!connector->encoder || connector->encoder->crt
On Fri, Jul 6, 2012 at 11:58 PM, Greg Kroah-Hartman
wrote:
> On Mon, Jul 02, 2012 at 12:05:06PM +0200, Sascha Hauer wrote:
>> On Thu, Jun 14, 2012 at 03:43:22PM +0200, Sascha Hauer wrote:
>> > Hi All,
>> >
>> > The following is the state-of-the-art i.MX IPU (Image Processing Unit)
>> > DRM support
From: Julia Lawall
If list_for_each_entry, etc complete a traversal of the list, the iterator
variable ends up pointing to an address at an offset from the list head,
and not a meaningful structure. Thus this value should not be used after
the end of the iterator.
In the first two cases, a a br
In the function oaktrail_lvds_mode_set, I don't think that the following
code makes any sense:
/* Find the connector we're trying to set up */
list_for_each_entry(connector, &mode_config->connector_list, head) {
if (!connector->encoder || connector->encoder->crtc
https://bugs.freedesktop.org/show_bug.cgi?id=42162
--- Comment #7 from Johan Brannlund
2012-07-08 08:31:56 PDT ---
This is still an issue with kernel 3.5-rc4.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
out. If
this happens to cause problems at some point in the future we can always
address it then. If host1x is tightly coupled to DRM then I think we can
also keep the driver with the rest of the DRM code.
Thierry
-- next part --
A non-text attachment was scrubbed...
Name:
On Fri, Jul 6, 2012 at 11:58 PM, Greg Kroah-Hartman
wrote:
> On Mon, Jul 02, 2012 at 12:05:06PM +0200, Sascha Hauer wrote:
>> On Thu, Jun 14, 2012 at 03:43:22PM +0200, Sascha Hauer wrote:
>> > Hi All,
>> >
>> > The following is the state-of-the-art i.MX IPU (Image Processing Unit)
>> > DRM support
35 matches
Mail list logo