Re: Is this a security issue?

2024-03-13 Thread jslee via misc
Hi,

On Thu, 14 Mar 2024, at 00:25, ofthecentury wrote:
>. And I was under the impression there would be no graphics
> errors week 1 of me using OpenBSD due to the way OpenBSD was
> centered around code auditing and only releasing something very
> stable and tested, especially something so senstive as graphics.

A nice but naive assumption, I think.

There’s a wild variety of hardware out there and AIUI developers are mostly 
volunteers who probably give their paid jobs, family, etc a higher priority.

John



Re: Is this a security issue?

2024-03-13 Thread ofthecentury
Thanks, Ze. In all fairness, people jump at an opportunity to attack
someone, but it actually takes a certain level of expertise to interpret
highly technical search results. I google. I don't write intel graphics
drivers. And I was under the impression there would be no graphics
errors week 1 of me using OpenBSD due to the way OpenBSD was
centered around code auditing and only releasing something very
stable and tested, especially something so senstive as graphics.

On Wed, Mar 13, 2024 at 5:42 PM Zé Loff  wrote:
>
> On Wed, Mar 13, 2024 at 05:01:57PM +0500, ofthecentury wrote:
> > Just saw this in my /var/log/messages:
> >
> > '/bsd: drm:pid1338:intel_pipe_update_start *ERROR*
> > [drm] *ERROR* Potential atomic update failure on pipe B'
> >
> > Intel_pipe_update???
> >
>
> No, it isn't a security issue, it's an underrun on the graphics driver.
>
> 
> A quick search would have told you so.  This is a mailing list, with
> people that actually have to take some of their time to reply, not a
> search engine.
> 
>
>
> --
>



Re: Is this a security issue?

2024-03-13 Thread Peter N. M. Hansteen
On Wed, Mar 13, 2024 at 05:01:57PM +0500, ofthecentury wrote:
> Just saw this in my /var/log/messages:
> 
> '/bsd: drm:pid1338:intel_pipe_update_start *ERROR*
> [drm] *ERROR* Potential atomic update failure on pipe B'
> 
> Intel_pipe_update???
> 
A fairly simple web search would have provided potetially useful information 
such as

https://marc.info/?l=openbsd-bugs=2=1=Potential+atomic+update+failure=b

Try fw_update (possibly after reading its man page) and see if it makes a 
difference.

Also, *complete* dmesg output would have told anyone trying to help diagnose 
the issue
a lot more.

As somebody (sorry, I forget who) posted earlier, https://idownvotedbecau.se/ 
is actually
worth reading.

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
https://bsdly.blogspot.com/ https://www.bsdly.net/ https://www.nuug.no/
"Remember to set the evil bit on all malicious network traffic"
delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.



Re: Is this a security issue?

2024-03-13 Thread Zé Loff
On Wed, Mar 13, 2024 at 05:01:57PM +0500, ofthecentury wrote:
> Just saw this in my /var/log/messages:
> 
> '/bsd: drm:pid1338:intel_pipe_update_start *ERROR*
> [drm] *ERROR* Potential atomic update failure on pipe B'
> 
> Intel_pipe_update???
> 

No, it isn't a security issue, it's an underrun on the graphics driver.


A quick search would have told you so.  This is a mailing list, with
people that actually have to take some of their time to reply, not a
search engine.



--