Bug#1032104:

2023-11-18 Thread Timothy Pearson
Root cause found, merge request here: 
https://salsa.debian.org/kernel-team/linux/-/merge_requests/917



Processed: your mail

2023-11-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 1032104 
> https://lore.kernel.org/linuxppc-dev/1105090647.48374193.1700351103830.javamail.zim...@raptorengineeringinc.com/T/#u
>  
> https://lore.kernel.org/regressions/480932026.45576726.1699374859845.javamail.zim...@raptorengineeringinc.com/
>  https://lore.kernel.org/all/2b015a34-220e-674e-7301-2cf17ef45...@kernel.dk/
Bug #1032104 [src:linux] linux: ppc64el iouring corrupted read
Changed Bug forwarded-to-address to 
'https://lore.kernel.org/linuxppc-dev/1105090647.48374193.1700351103830.javamail.zim...@raptorengineeringinc.com/T/#u
 
https://lore.kernel.org/regressions/480932026.45576726.1699374859845.javamail.zim...@raptorengineeringinc.com/
 https://lore.kernel.org/all/2b015a34-220e-674e-7301-2cf17ef45...@kernel.dk/' 
from 
'https://lore.kernel.org/regressions/19221908.47168775.1699937769845.javamail.zim...@raptorengineeringinc.com/T/#u
 
https://lore.kernel.org/regressions/480932026.45576726.1699374859845.javamail.zim...@raptorengineeringinc.com/
 https://lore.kernel.org/all/2b015a34-220e-674e-7301-2cf17ef45...@kernel.dk/'.
> tags 1032104 + patch
Bug #1032104 [src:linux] linux: ppc64el iouring corrupted read
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1032104: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032104
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1035587: linux: broken AHCI controller on MIPS Loongson 3 (regression from 5.10.162-1)

2023-11-18 Thread Aurelien Jarno
Hi,

On 2023-10-30 09:46, Julien Cristau wrote:
> Hi,
> 
> On Mon, Oct  9, 2023 at 09:08:31 +0100, Jiaxun Yang wrote:
> 
> > 
> > 
> > 在2023年10月8日十月 上午11:11,Aurelien Jarno写道:
> > > On 2023-07-19 16:28, Jiaxun Yang wrote:
> > >> 
> > >> 
> > >> 在 2023/7/8 18:11, Aurelien Jarno 写道:
> > >> [...]
> > >> > Any news about that? We need to be able to run the latest stable kernel
> > >> > on the build daemon.
> > >> 
> > >> Hi all,
> > >> 
> > >> After receiving more reports on that patch I think we shoud workaround 
> > >> it in
> > >> Kernel.
> > >> 
> > >> I had posted a patch to kernel, kernel bug tracker [1].
> > >> 
> > >> [1]: https://bugzilla.kernel.org/show_bug.cgi?id=217680
> > >
> > > Any news about that? I haven't spotted any fix for this in Linus' tree
> > > nor in next.
> > 
> > Still waiting for a response from PCI folks.
> > Will resend the patch later.
> > 
> Any news on this?  It's been several months...

Gentle ping about the issue.

Thanks,
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net



Re: consolidate linux-libc-dev headers

2023-11-18 Thread Bastian Blank
On Thu, Nov 16, 2023 at 10:27:26PM +0100, Bastian Blank wrote:
>   However it does not matter,
> because the include list already is correct:
> 
> | #include <...> search starts here:
> |  /usr/lib/gcc-cross/s390x-linux-gnu/13/include
> |  /usr/lib/gcc-cross/s390x-linux-gnu/13/../../../../s390x-linux-gnu/include
> |  /usr/include/s390x-linux-gnu
> |  /usr/include
> | End of search list.

I can confirm that this works:

| % cat test.c 
| #include 
| % dpkg --print-architecture 
| arm64
| % s390x-linux-gnu-gcc -E test.c | grep errno.h
| # 1 "/usr/lib/linux/uapi/s390/asm/errno.h" 1 3 4
| # 1 "/usr/include/asm-generic/errno.h" 1 3 4
| # 6 "/usr/include/asm-generic/errno.h" 2 3 4
| # 2 "/usr/lib/linux/uapi/s390/asm/errno.h" 2 3 4

Bastian

-- 
Beam me up, Scotty!  It ate my phaser!