Bug#1002553: marked as done (firmware-amd-graphics: Memory clock always at 100% (thinkpads w/ryzen 3XXXu))

2022-11-18 Thread Debian Bug Tracking System
Your message dated Sat, 19 Nov 2022 08:28:25 +0100
with message-id 
and subject line Re: Bug#1002553: firmware-amd-graphics: Memory clock always at 
100% (thinkpads w/ryzen 3XXXu)
has caused the Debian Bug report #1002553,
regarding firmware-amd-graphics: Memory clock always at 100% (thinkpads w/ryzen 
3XXXu)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1002553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002553
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: firmware-amd-graphics
Version: 20210315-3
Severity: wishlist

Dear Maintainer,

Several Thinkpads with the ryzen 3xxx cpu have a certain bug, using the tool
'radeontop' you can check that the Memory Clock is always at 100.00% (draining
battery, etc).

The patch seems to be on it's way (VCN firmware); it would be great if you guys
can keep an eye on this: https://gitlab.freedesktop.org/drm/amd/-/issues/1455



This bug is moderate/severe. Hopefully we can get this fix for stable directly
or through backports.
Sorry if I filed this bug in the wrong way or against the wrong package.


Happy holidays!





-- System Information:
Debian Release: 11.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-10-amd64 (SMP w/8 CPU threads)
Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmap=UTF-8),
LANGUAGE=es_CO:es
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

firmware-amd-graphics depends on no packages.

firmware-amd-graphics recommends no packages.

Versions of packages firmware-amd-graphics suggests:
ii  initramfs-tools  0.140
--- End Message ---
--- Begin Message ---
Source: firmware-nonfree
Source-Version: 20220913-1

On Tue, Jun 21, 2022 at 03:06:19PM -0300, ng wrote:
> I tried on a separate partition to run Fedora with the firmware 20220310, 
> and it works correctly there.  You were right.

The updated update raven VCN firmware is now included since the
20220913-1 update.

Upstream commit: 
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?h=20220310=efcfe180c92302c4eec8ed6cfb26dadc0b391fbe

Regards,
Salvatore--- End Message ---


Bug#1002553: firmware-amd-graphics: Memory clock always at 100% (thinkpads w/ryzen 3XXXu)

2022-11-18 Thread Salvatore Bonaccorso
Source: firmware-nonfree
Source-Version: 20220913-1

On Tue, Jun 21, 2022 at 03:06:19PM -0300, ng wrote:
> I tried on a separate partition to run Fedora with the firmware 20220310, 
> and it works correctly there.  You were right.

The updated update raven VCN firmware is now included since the
20220913-1 update.

Upstream commit: 
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?h=20220310=efcfe180c92302c4eec8ed6cfb26dadc0b391fbe

Regards,
Salvatore



Bug#1024149: linux-image-amd64: 32-bit mmap() puts large files at non-random address

2022-11-18 Thread Jakub Wilk
I've bisected this; the first bad commit is 1854bc6e24204726 
("mm/readahead: Align file mappings for non-DAX").


--
Jakub Wilk



Processed: limit source to firmware-nonfree, tagging 1016945

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

> limit source firmware-nonfree
Limiting to bugs with field 'source' containing at least one of 
'firmware-nonfree'
Limit currently set to 'source':'firmware-nonfree'

> tags 1016945 + pending
Bug #1016945 [firmware-qlogic] firmware-qlogic: Firmware required by 
debiantesting kernel not available in firmware-qlogic
Added tag(s) pending.
> thanks
Stopping processing here.

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



Processed: closing 1023085

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

> close 1023085 20221012-1
Bug #1023085 [firmware-iwlwifi] firmware-iwlwifi: timeout waiting for hardware 
access on Intel Wireless-AC 9260 160MHz
Ignoring request to alter fixed versions of bug #1023085 to the same values 
previously set
Bug #1023085 [firmware-iwlwifi] firmware-iwlwifi: timeout waiting for hardware 
access on Intel Wireless-AC 9260 160MHz
Marked Bug as done
> thanks
Stopping processing here.

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



Bug#1024082: Bug#1022172: Bug#1024082: Bug#1022172: /lib/modprobe.d/50-nfs.conf causes initramfs-tools to stop including sunrpc module for nfs

2022-11-18 Thread Andras Korn
On Tue, Nov 15, 2022 at 10:00:43PM +0100, Salvatore Bonaccorso wrote:

Hi,

> > Try something like this in /lib/udev/rules.d/60-nfs.rules:
> > 
> > ACTION=="add", SUBSYSTEM=="module", KERNEL=="sunrpc", \
> >   RUN+="/sbin/sysctl -q --pattern ^sunrpc --system"
> > ACTION=="add", SUBSYSTEM=="module", KERNEL=="rpcrdma", \
> >   RUN+="/sbin/sysctl -q --pattern ^sunrpc.svc_rdma --system"
> > ACTION=="add", SUBSYSTEM=="module", KERNEL=="lockd", \
> >   RUN+="/sbin/sysctl -q --pattern ^fs.nfs.n[sl]m --system"
> > ACTION=="add", SUBSYSTEM=="module", KERNEL=="nfsv4", \
> >   RUN+="/sbin/sysctl -q --pattern 
> > ^fs.nfs.(nfs_callback_tcpport|idmap_cache_timeout) --system"
> > ACTION=="add", SUBSYSTEM=="module", KERNEL=="nfs", \
> >   RUN+="/sbin/sysctl -q --pattern ^fs.nfs --system"
> > 
> > Differently from the original file I tired anchoring the patterns, which 
> > looks more correct to me.
> 
> Thanks, I will try to test this and bring to nfs-utils upstream.
> Michael or Andras, if you can help testing it in your use cases that
> would be helpful.

I don't have a real world test case for this; I don't set any of those sysctls.

Incidentally, busybox sysctl doesn't support --pattern, so if this 
functionality is important, nfs-kernel-server needs to force inclusion of the 
"big" /sbin/sysctl in the initramfs.

András

-- 
 To understand recursion, we must first understand recursion.



Processed: closing 919652

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

> close 919652 20220913-1
Bug #919652 [firmware-atheros] ath10k - QCA6174 - Surface Go - missing board 
data - fix .bin included extracted form official .msi
Marked as fixed in versions firmware-nonfree/20220913-1.
Bug #919652 [firmware-atheros] ath10k - QCA6174 - Surface Go - missing board 
data - fix .bin included extracted form official .msi
Marked Bug as done
> thanks
Stopping processing here.

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



firmware-nonfree_20221109-1_source.changes ACCEPTED into unstable

2022-11-18 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Nov 2022 11:18:32 +0100
Source: firmware-nonfree
Architecture: source
Version: 20221109-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Salvatore Bonaccorso 
Closes: 1023240 1023245
Changes:
 firmware-nonfree (20221109-1) unstable; urgency=medium
 .
   * New upstream version
 .
   [ Didier Raboud ]
   * Update dependency to linux 6.0.0-4
   * iwlwifi: update 9000-family firmwares to core72-129
   * iwlwifi: add new FWs from core69-81 release (Closes: #1023240)
   * iwlwifi: update firmware files for Intel Bluetooth AX2*
   * iwlwifi: Add Intel Wireless AX211 Bluethooth firmware and
 configuration (Closes: #1023245)
   * qcom-soc: venus: replace split firmware with mbn files
 .
   [ Salvatore Bonaccorso ]
   * Add myself to Uploaders
Checksums-Sha1:
 b8e57c313edfdeeb0801cee8c039e87590987c38 4060 firmware-nonfree_20221109-1.dsc
 bc1d4893bc12102ceb9eb5df313e58dea351028e 229118064 
firmware-nonfree_20221109.orig.tar.xz
 207a6fa4397b5623242b77bffb66dbd1c92b7c02 825916 
firmware-nonfree_20221109-1.debian.tar.xz
 2ea416856e64707989e3289737a421dcf6559e48 5993 
firmware-nonfree_20221109-1_source.buildinfo
Checksums-Sha256:
 294486cf2cfc635258252c502136667e0f3c99eb66f78ee0296dafe6f69f6600 4060 
firmware-nonfree_20221109-1.dsc
 48f5a68c8297c0b3ecc6b79c53ecc4f023cecc2be809d41b84297536489dbe02 229118064 
firmware-nonfree_20221109.orig.tar.xz
 97dd7475725b45cabbf147c7cb75605a31ff714c6509b15f93adf6e4558deee8 825916 
firmware-nonfree_20221109-1.debian.tar.xz
 dc5a7817fb9aa376fb3e45fd6ea0a6cda8e35cc670456d49246864fc7b95871e 5993 
firmware-nonfree_20221109-1_source.buildinfo
Files:
 a32eaa4e01d3e50b43a7b2caa98ab5d4 4060 non-free/kernel optional 
firmware-nonfree_20221109-1.dsc
 1dab1b7cc8b0d11058fc6cc5f99faedf 229118064 non-free/kernel optional 
firmware-nonfree_20221109.orig.tar.xz
 2b7b3733c0bd03e22936e74fc0d00dee 825916 non-free/kernel optional 
firmware-nonfree_20221109-1.debian.tar.xz
 07e3d8e4aed4fef95c4619c7ae314d56 5993 non-free/kernel optional 
firmware-nonfree_20221109-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmN3XhRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89EcbgP/3QYwwqw3o4IFMrf+4uGqDrNU41ZgzDJ
97j2WoO0hn5NKETXrrxGZARY/R0P/DJPOoO/9yVpf2RlxC1O2Ql2hnxHbt0tmq4a
SSj3BHkDHEJvktFJf4qBUAvUniYOrXagvghr3bfB2dg6FiEPyYKito+pZalfyKEJ
U5jwM59F25n3jS8wREPBLxxToSgD9jFNWQ2UWHW5DJ4wg2/7I6Dcyef4sdLNCS/4
xyDB0qghgd3M+Taf0/8wFzu/NJI7SkYk1Cd1PWH8QiOONKhTq6k32quiutbc4c1m
sa9squps+OE7V3oO7gsM/disGeOWeznk0wDejEank5a4svf3sUXhCqX37FnvpRYl
zsfkULEUO4Lh5EnwJcV0URIdscQM2oGurrGB71EYShogetWJa2TcMy+ohgWSntVJ
7LYs6IsuIKu2O4Q1DPzoZ4BuaUWiLNwqQxrVujCO8VkFjhCYC84sAbiJtkD69aQ1
j8vTTBF8bPG126GqT3i+YjpY6XfLGttEcyzjkT/k0HNaFNVKpYvqWBoSGoQzvODT
bpZ6ITbkaKMhG0XEKWoEFHGlXN9P9AOgf6G3lC/KCtXY9PhVVI4JP/wUCtRiey3C
XtoxBOzw2kuwtMgtjVBzDKFWZPXBalS8kMB2Hf91Cv48QJ9rCxDCWUYLf9tCxUsE
VX87xBRUdaoM
=+SbO
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1023245: marked as done (firmware-iwlwifi: missing ibt-0040-0041.sfi causes Bluetooth device 8087:0033 to not work)

2022-11-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Nov 2022 11:22:10 +
with message-id 
and subject line Bug#1023245: fixed in firmware-nonfree 20221109-1
has caused the Debian Bug report #1023245,
regarding firmware-iwlwifi: missing ibt-0040-0041.sfi causes Bluetooth device 
8087:0033 to not work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1023245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: firmware-iwlwifi
Version: 20221012-1
Severity: normal


Hey there.

My new Fujitsu Lifebook U7512 has some Intel USB Bluetooh device:
# lsusb -v -d 8087:0033

Bus 001 Device 009: ID 8087:0033 Intel Corp. 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.01
  bDeviceClass  224 Wireless
  bDeviceSubClass 1 Radio Frequency
  bDeviceProtocol 1 Bluetooth
  bMaxPacketSize064
  idVendor   0x8087 Intel Corp.
  idProduct  0x0033 
  bcdDevice0.00
  iManufacturer   0 
  iProduct0 
  iSerial 0 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   0x00c8
bNumInterfaces  2
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0xe0
  Self Powered
  Remote Wakeup
MaxPower  100mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   3
  bInterfaceClass   224 Wireless
  bInterfaceSubClass  1 Radio Frequency
  bInterfaceProtocol  1 Bluetooth
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02  EP 2 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   224 Wireless
  bInterfaceSubClass  1 Radio Frequency
  bInterfaceProtocol  1 Bluetooth
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03  EP 3 OUT
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   1
  bNumEndpoints   2
  bInterfaceClass   224 Wireless
  bInterfaceSubClass  1 Radio Frequency
  bInterfaceProtocol  1 Bluetooth
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03  EP 3 OUT
bmAttributes1
  Transfer Type

Bug#1023240: marked as done (firmware-iwlwifi: iwlwifi-so-a0-gf-a0-72.ucode possibly missing)

2022-11-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Nov 2022 11:22:10 +
with message-id 
and subject line Bug#1023240: fixed in firmware-nonfree 20221109-1
has caused the Debian Bug report #1023240,
regarding firmware-iwlwifi: iwlwifi-so-a0-gf-a0-72.ucode possibly missing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1023240: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023240
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: firmware-iwlwifi
Version: 20221012-1
Severity: normal


Hey there.

There possibly is a firmware file missing. In the kernel log I see:
# dmesg | grep -i wifi
[  158.112234] Intel(R) Wireless WiFi driver for Linux
[  158.114662] iwlwifi :00:14.3: firmware: failed to load 
iwlwifi-so-a0-gf-a0-72.ucode (-2)
[  158.114669] iwlwifi :00:14.3: firmware: failed to load 
iwlwifi-so-a0-gf-a0-72.ucode (-2)
[  158.114670] iwlwifi :00:14.3: Direct firmware load for 
iwlwifi-so-a0-gf-a0-72.ucode failed with error -2
[  158.116799] iwlwifi :00:14.3: firmware: direct-loading firmware 
iwlwifi-so-a0-gf-a0-71.ucode
[  158.116804] iwlwifi :00:14.3: api flags index 2 larger than supported by 
driver
[  158.116822] iwlwifi :00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
[  158.117057] iwlwifi :00:14.3: firmware: failed to load 
iwl-debug-yoyo.bin (-2)
[  158.117061] iwlwifi :00:14.3: firmware: failed to load 
iwl-debug-yoyo.bin (-2)
[  158.117063] iwlwifi :00:14.3: loaded firmware version 71.058653f6.0 
so-a0-gf-a0-71.ucode op_mode iwlmvm
[  158.278035] iwlwifi :00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, 
REV=0x370
[  158.451222] iwlwifi :00:14.3: firmware: direct-loading firmware 
iwlwifi-so-a0-gf-a0.pnvm
[  158.451242] iwlwifi :00:14.3: loaded PNVM version 881c99e1
[  158.466456] iwlwifi :00:14.3: Detected RF GF, rfid=0x2010d000
[  158.536276] iwlwifi :00:14.3: base HW address: 7c:b5:66:f7:a8:a5
[  165.944059] iwlwifi :00:14.3: Unhandled alg: 0x707

So it first tries to load iwlwifi-so-a0-gf-a0-72.ucode, which fails and only
then tries iwlwifi-so-a0-gf-a0-71.ucode, which does in fact succeed...
and as far as I can see the device *is* working.

So maybe this is a non-issue, but maybe the missing file should be added.

Cheers,
Chris.


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
merged-usr: no
Architecture: amd64 (x86_64)

Kernel: Linux 6.0.0-2-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

firmware-iwlwifi depends on no packages.

firmware-iwlwifi recommends no packages.

Versions of packages firmware-iwlwifi suggests:
ii  initramfs-tools  0.142

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: firmware-nonfree
Source-Version: 20221109-1
Done: Salvatore Bonaccorso 

We believe that the bug you reported is fixed in the latest version of
firmware-nonfree, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso  (supplier of updated firmware-nonfree 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Nov 2022 11:18:32 +0100
Source: firmware-nonfree
Architecture: source
Version: 20221109-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Salvatore Bonaccorso 
Closes: 1023240 1023245
Changes:
 firmware-nonfree (20221109-1) unstable; urgency=medium
 .
   * New upstream version
 .
   [ Didier Raboud ]
   * Update dependency to linux 6.0.0-4
   * iwlwifi: update 9000-family firmwares to core72-129
   * iwlwifi: add new FWs from core69-81 release (Closes: #1023240)
   * iwlwifi: update firmware files for Intel Bluetooth AX2*
   * iwlwifi: Add Intel Wireless AX211 Bluethooth firmware and
 configuration (Closes: #1023245)
   * qcom-soc: venus: replace split firmware with mbn files
 .
   [ Salvatore Bonaccorso ]
   * Add myself to 

Processing of firmware-nonfree_20221109-1_source.changes

2022-11-18 Thread Debian FTP Masters
firmware-nonfree_20221109-1_source.changes uploaded successfully to localhost
along with the files:
  firmware-nonfree_20221109-1.dsc
  firmware-nonfree_20221109.orig.tar.xz
  firmware-nonfree_20221109-1.debian.tar.xz
  firmware-nonfree_20221109-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processed: limit source to firmware-nonfree, tagging 1023240, tagging 1023245

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

> limit source firmware-nonfree
Limiting to bugs with field 'source' containing at least one of 
'firmware-nonfree'
Limit currently set to 'source':'firmware-nonfree'

> tags 1023240 + pending
Bug #1023240 [firmware-iwlwifi] firmware-iwlwifi: iwlwifi-so-a0-gf-a0-72.ucode 
possibly missing
Added tag(s) pending.
> tags 1023245 + pending
Bug #1023245 [firmware-iwlwifi] firmware-iwlwifi: missing ibt-0040-0041.sfi 
causes Bluetooth device 8087:0033 to not work
Added tag(s) pending.
> thanks
Stopping processing here.

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



Processed: closing 1014451

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

> close 1014451 20220913-1
Bug #1014451 [firmware-brcm80211] firmware-brcm80211: brcmfmac mmc0:0001:1: 
firmware: failed to load brcm/brcmfmac43455-sdio.txt on a Raspberry Pi 4
Ignoring request to alter fixed versions of bug #1014451 to the same values 
previously set
Bug #1014451 [firmware-brcm80211] firmware-brcm80211: brcmfmac mmc0:0001:1: 
firmware: failed to load brcm/brcmfmac43455-sdio.txt on a Raspberry Pi 4
Marked Bug as done
> thanks
Stopping processing here.

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



[DEVEL] Enable support for Renesas platform

2022-11-18 Thread Huỳnh Thành Hưng
Dear Debian-developer,



I’m from Renesas Electronics Corporation,



My group is developing to support running Debian OS on our devices, also
for getting ARM System Ready IR certificate.



I recognize that the latest Debian 11 (Bullseye) has the kernel which do
not enable support for Renesas platform.

   - *linux-image-5.10.0-18-arm64_5.10.140-1_arm64.deb*

Can you help me to enable those configs, also support the official release
version of Debian Live Installer ISO which support Renesas platform?



I classify the defconfig, also classify the new kernel module to support
our devices.

   - For new kernel defconfig:

CONFIG_ARCH_RENESAS=y

CONFIG_SOC_RENESAS=y

CONFIG_ARCH_RCAR_GEN3=y

CONFIG_ARCH_R8A774A1=y

CONFIG_RST_RCAR=y

CONFIG_SYSC_RCAR=y

CONFIG_SYSC_R8A774A1=y

CONFIG_RENESAS_IRQC=y

CONFIG_RAVB=y

CONFIG_SERIAL_SH_SCI=y

CONFIG_CLK_RCAR_GEN3_CPG=y

CONFIG_CLK_RENESAS_CPG_MSSR=y

CONFIG_CLK_RENESAS_DIV6=y

CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y

CONFIG_PINCTRL_RENESAS=y

CONFIG_PINCTRL_SH_PFC=y

CONFIG_PINCTRL_PFC_R8A774A1=y

CONFIG_RCAR_THERMAL=y

CONFIG_RCAR_GEN3_THERMAL=y

CONFIG_RENESAS_DMA=y

CONFIG_RCAR_DMAC=y

CONFIG_PCIE_RCAR=y

CONFIG_PCIE_RCAR_HOST=y

CONFIG_SYS_SUPPORTS_SH_CMT=y

CONFIG_SYS_SUPPORTS_SH_TMU=y

CONFIG_SH_TIMER_CMT=y

CONFIG_SH_TIMER_TMU=y

CONFIG_RENESAS_OSTM=y

CONFIG_IPMMU_VMSA=y

CONFIG_COMMON_CLK_VC5=y



CONFIG_MMC_TMIO_CORE=m

CONFIG_MMC_SDHI=m

CONFIG_MMC_SDHI_INTERNAL_DMAC=m

CONFIG_MMC_SDHI_SYS_DMAC=m

CONFIG_RENESAS_USB_DMAC=m

CONFIG_I2C_RCAR=m

CONFIG_GPIO_RCAR=m

CONFIG_VIDEO_RENESAS_FCP=m

CONFIG_VIDEO_RENESAS_VSP1=m

CONFIG_VIDEO_RCAR_CSI2=m

CONFIG_VIDEO_RCAR_VIN=m

CONFIG_DRM_RCAR_DU=m

CONFIG_DRM_RCAR_CMM=m

CONFIG_DRM_RCAR_DW_HDMI=m

CONFIG_DRM_RCAR_LVDS=m

CONFIG_PHY_RCAR_GEN3_USB2=m

CONFIG_PHY_RCAR_GEN3_USB3=m

CONFIG_USB_XHCI_RCAR=m

CONFIG_USB_RENESAS_USBHS=m

CONFIG_USB_RENESAS_USBHS_HCD=m

CONFIG_USB_RENESAS_USBHS_UDC=m

CONFIG_USB_RENESAS_USB3=m

CONFIG_PWM_RCAR=m

CONFIG_SPI_SH_MSIOF=m

CONFIG_SND_SOC_RCAR=m

CONFIG_CAN_RCAR=m

CONFIG_CAN_RCAR_CANFD=m

CONFIG_RENESAS_WDT=y





   - For new kernel modules to be installed in
   *linux-image-5.10.0-18-arm64_5.10.140-1_arm64.deb*
  - *I2C Common:*
 - drivers/i2c/*.ko
  - *Renesas I2C: depend on I2C Common*
 - drivers/i2c/busses/i2c-rcar.ko
  - *Renesas GPIO:*
 - drivers/gpio/gpio-rcar.ko
  - *Renesas SDHI:*
 - drivers/mmc/host/tmio_mmc_core.ko
 - drivers/mmc/host/renesas_sdhi_core.ko
 - drivers/mmc/host/renesas_sdhi_internal_dmac.ko
 - drivers/mmc/host/renesas_sdhi_sys_dmac.ko
  - *V4L2 Common driver:*
 - drivers/media/common/videobuf2/*.ko
 - drivers/media/v4l2-core/*.ko
 - drivers/media/mc/mc.ko
  - *Renesas video device: depend on "V4L2 Common driver"*
 - drivers/media/platform/rcar-fcp.ko
 - drivers/media/platform/vsp1/vsp1.ko
  - *Renesas display: depend on "Renesas video device"*
 - drivers/gpu/drm/rcar-du/*.ko
  - *Renesas USB:*
 - drivers/phy/renesas/phy-rcar-gen3-usb2.ko
 - drivers/phy/renesas/phy-rcar-gen3-usb3.ko
 - drivers/usb/renesas_usbhs/renesas_usbhs.ko
 - drivers/usb/gadget/udc/renesas_usb3.ko
  - *Realtek driver:*
 - drivers/net/phy/realtek.ko
 - drivers/net/mdio/mdio-mux.ko
  - *Renesas CAN/CANFD*
 - drviers/net/can/rcar/rcar_can.ko
 - drviers/net/can/rcar/rcar_canfd.ko
  - *Renesas SPI/MSIOF*
 - drivers/spi/spi-sh-msiof.ko
  - *Renesas Sound*
 - sound/soc/sh/rcar/snd-soc-rcar.ko
  - *Renesas PWM driver*
 - drivers/pwm/pwm-rcar.ko

Thank you so much.



Best Regards,

*Huynh Thanh Hung*

---

*SS4 – RZS2 Group.*

*Renesas Design Vietnam Co., Ltd.*

---