[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-06-20 Thread gerald.yang
For now, I'm trying to rebuild the whole main archive using this SRU gcc, and see if there is any package failed to build on SRU gcc but succeeded on original gcc (without SRU) For gcc-12 mentioned above, I applied the additional commit: aarch64: Fix loose ldpstp check [PR111411] And then rebuil

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-06-13 Thread gerald.yang
Thanks for the suggestion, let me check with the customer to see if they still need this -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated netplan con

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-06-11 Thread gerald.yang
I found this commit fixes the above issue: commit 74f99f1adc696f446115f36974a3f94f66294a53 Author: Richard Sandiford Date: Wed Sep 20 11:13:20 2023 +0100 aarch64: Fix loose ldpstp check [PR111411] aarch64_operands_ok_for_ldpstp contained the code: /* One of the memory a

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-06-10 Thread gerald.yang
Regarding the issue So cloud-init already fixes this, now it doesn't return 2 when applying deprecated netplan config: https://github.com/canonical/cloud-init/pull/5348 But this SRU still fixes the deprecated netplan config generated by initramfs-tools, I'm not sure if we still need it. Hi Nic

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-06-10 Thread gerald.yang
I ran the same tests (build apparmor, bash, kernel, openssl, systemd) on jammy and got the following results: - on amd64 all builds completed without any issue on gcc-10, gcc-11 and gcc-12 - on arm64 build systemd by gcc-12 failed with the following error: [1982/2068] cc -o systemd-nspawn syste

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-06-09 Thread gerald.yang
I installed gcc-10 from https://launchpad.net/~ubuntu-security/+archive/ubuntu/ubuntu-security-collab on focal and use it to build the following packages on both amd64 and arm64 machines without any issues: apparmor bash kernel openssl systemd I'm working on gcc-10, gcc-11 and gcc-12 on jammy t

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-05-29 Thread gerald.yang
Launchpad team mentioned there is still an issue on RISCV, but unsure if it's the issue I hit in the past. I re-triggered the RISCV build and it succeeded: https://launchpad.net/~gerald-yang-tw/+archive/ubuntu/2054343-gcc-sru/+packages The above PPA is used to build the gcc with this SRU (CVE-20

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-05-27 Thread gerald.yang
Hi Sudhakar, It seems the previous SRU sbeattie sent out was for the same CVE: CVE-2023-4039 but somehow it didn't publish to -updates, do you know the reason? The SRU I sent was for the same CVE (CVE-2023-4039) plus gcc build issue (https://bugs.launchpad.net/bugs/2107313) -- You received this

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-05-25 Thread gerald.yang
Hi Sudhakar, For the RISCV builds, I checked with launchpad team last month, there were some issues on RISCV builds. From launchpad team: Yes there have been many reports of issues with riscv64 builds recently, but it has been unclear what causes it, other than "timeouts" We are still actively l

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-05-23 Thread gerald.yang
Thank you Sudhakar -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: CVE-2023-4039: ARM64 GCC To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gcc-

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-05-23 Thread gerald.yang
Got it, that makes sense. Let me modify the test plan, thanks! ** Description changed: [Impact] According to netplan doc https://netplan.readthedocs.io/en/latest/netplan-yaml gateway4/gateway6 are deprecated and the first version deprecates these fields is 0.103, it should use "r

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-05-23 Thread gerald.yang
I've modified the [Test Case] session to add cloud-init check. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated netplan config gateway4 and gateway

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-05-22 Thread gerald.yang
Hi Nick, Thanks for the feedback and keep sponsoring this. Yes, the actual routes created are the same, this PR for cloud-init fixes the netplan change: https://github.com/canonical/cloud-init/pull/1794 In the unittest: https://github.com/canonical/cloud-init/pull/1794/files#diff-5f2dee2a7c430

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-05-22 Thread gerald.yang
Hi Sudhakar, Just would like to check if building gcc with the following source lists works: deb http://archive.ubuntu.com/ubuntu focal main restricted universe deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe With focal-security should work too, maybe it failed due to run

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-05-07 Thread gerald.yang
Hi Nick, Thanks for looking into this, let me explain this in more details. This is an issue reported by one of our customers, in their environment when they first boot the live-server ISO, they do not run DHCP, instead, they pass network info via the kernel cmdline. So the system is able to ge

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-05-06 Thread gerald.yang
Thank you Heitor! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated netplan config gateway4 and gateway6 To manage notifications about this bug go

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-05-06 Thread gerald.yang
Hi Sudhakar, Yesterday I also tried to build it on LP with security updates only: Security (basic dependencies and important security updates) It still built successfully: https://launchpad.net/~gerald-yang-tw/+archive/ubuntu/2054343-gcc-sru1 BTW, gcc build needs around 40G disk space, not sure

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-05-05 Thread gerald.yang
Thank you Sudhakar, I will try this too -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: CVE-2023-4039: ARM64 GCC To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-05-05 Thread gerald.yang
Hi Sudhakar, Thanks for checking this. Previously we used launchpad builder or my local machine which is noble VM + sbuild to build all gcc versions for this SRU. For launchpad builder, I just pushed source changes, like this one: https://launchpad.net/~gerald-yang-tw/+archive/ubuntu/2054343-gcc-

[Bug 2104326] Re: Remove floppy kernel module causes null pointer deference

2025-04-29 Thread gerald.yang
After installing 5.15.0-140 from jammy-proposed: ubuntu@floppy:~$ apt policy linux-image-5.15.0-140-generic linux-image-5.15.0-140-generic: Installed: 5.15.0-140.150 Candidate: 5.15.0-140.150 Version table: *** 5.15.0-140.150 500 500 http://archive.ubuntu.com/ubuntu jammy-proposed/

[Bug 2100246] Re: ethtool module info missing sff-8472 output in netlink path

2025-04-22 Thread gerald.yang
** Changed in: ethtool (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100246 Title: ethtool module info missing sff-8472 output in netlink path To manage

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-22 Thread gerald.yang
debdiff for gcc-12 on jammy ** Patch added: "gcc-12-jammy.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/gcc-12/+bug/2054343/+attachment/5873493/+files/gcc-12-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-22 Thread gerald.yang
debdiff for gcc-11 on jammy ** Patch added: "gcc-11-jammy.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/gcc-12/+bug/2054343/+attachment/5873492/+files/gcc-11-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-22 Thread gerald.yang
debdiff for gcc-10 on jammy ** Patch added: "gcc-10-jammy.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/gcc-12/+bug/2054343/+attachment/5873491/+files/gcc-10-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-22 Thread gerald.yang
Discussed with Matthew, update debdiff based on security updates policy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: CVE-2023-4039: ARM64 GCC To manage notifications about this bug

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-22 Thread gerald.yang
debdiff for gcc-10 on focal ** Patch added: "gcc-10-focal.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/gcc-12/+bug/2054343/+attachment/5873490/+files/gcc-10-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2104326] Re: Remove floppy kernel module causes null pointer deference

2025-04-21 Thread gerald.yang
** Changed in: linux (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104326 Title: Remove floppy kernel module causes null pointer deference To ma

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-18 Thread gerald.yang
Thanks Mauricio for all the great help, Congrats too! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: CVE-2023-4039: ARM64 GCC To manage notifications about this bug go to: https://bug

[Bug 2100264] Re: Fix NIC name changes for ice

2025-04-18 Thread gerald.yang
** Changed in: linux (Ubuntu) Status: In Progress => Fix Released ** Changed in: linux (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100264 Title:

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-16 Thread gerald.yang
Test builds: https://launchpad.net/~gerald-yang-tw/+archive/ubuntu/2054343-gcc-sru -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: CVE-2023-4039: ARM64 GCC To manage notifications abou

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-16 Thread gerald.yang
** Changed in: gcc-10 (Ubuntu Focal) Status: Triaged => In Progress ** Changed in: gcc-10 (Ubuntu Jammy) Status: Triaged => In Progress ** Changed in: gcc-11 (Ubuntu Jammy) Status: Triaged => In Progress ** Changed in: gcc-12 (Ubuntu Jammy) Status: Triaged => In Progr

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-16 Thread gerald.yang
debdiff for jammy gcc-12 ** Patch added: "gcc-12-jammy.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/gcc-12/+bug/2054343/+attachment/5872070/+files/gcc-12-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-16 Thread gerald.yang
debdiff for jammy gcc-11 ** Patch added: "gcc-11-jammy.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/gcc-12/+bug/2054343/+attachment/5872069/+files/gcc-11-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-16 Thread gerald.yang
debdiff for jammy gcc-10 ** Patch added: "gcc-10-jammy.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/gcc-12/+bug/2054343/+attachment/5872067/+files/gcc-10-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-16 Thread gerald.yang
debdiff for focal gcc-10 ** Patch added: "gcc-10-focal.debdiff" https://bugs.launchpad.net/ubuntu/jammy/+source/gcc-12/+bug/2054343/+attachment/5872066/+files/gcc-10-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-15 Thread gerald.yang
After discussing with Matthew, merge fix for gcc build issue into this SRU -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: CVE-2023-4039: ARM64 GCC To manage notifications about this b

[Bug 2107313] Re: fix amd build issue on the newer kernel with higher entropy

2025-04-14 Thread gerald.yang
*** This bug is a duplicate of bug 2054343 *** https://bugs.launchpad.net/bugs/2054343 Merge this into https://bugs.launchpad.net/bugs/2054343 ** This bug has been marked a duplicate of bug 2054343 CVE-2023-4039: ARM64 GCC -- You received this bug notification because you are a member of

[Bug 2107313] Re: fix amd build issue on the newer kernel with higher entropy

2025-04-14 Thread gerald.yang
This SRU fix the build issue on focal and jammy found in: https://bugs.launchpad.net/bugs/2054343 ** Changed in: gcc-10 (Ubuntu) Importance: Undecided => Medium ** Changed in: gcc-10 (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: gcc-10 (Ubuntu Jammy) Importance: Undecide

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-14 Thread gerald.yang
SRU to fix the build issue: https://bugs.launchpad.net/bugs/2107313 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: CVE-2023-4039: ARM64 GCC To manage notifications about this bug go t

[Bug 2107313] Re: fix amd build issue on the newer kernel with higher entropy

2025-04-14 Thread gerald.yang
debdiff for gcc-12 on jammy ** Patch added: "gcc-12-jammy.debdiff" https://bugs.launchpad.net/ubuntu/+source/gcc-12/+bug/2107313/+attachment/5871727/+files/gcc-12-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 2107313] Re: fix amd build issue on the newer kernel with higher entropy

2025-04-14 Thread gerald.yang
debdiff for gcc-11 on jammy ** Patch added: "gcc-11-jammy.debdiff" https://bugs.launchpad.net/ubuntu/+source/gcc-12/+bug/2107313/+attachment/5871726/+files/gcc-11-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 2107313] Re: fix amd build issue on the newer kernel with higher entropy

2025-04-14 Thread gerald.yang
debdiff for gcc-10 on jammy ** Patch added: "gcc-10-jammy.debdiff" https://bugs.launchpad.net/ubuntu/+source/gcc-12/+bug/2107313/+attachment/5871725/+files/gcc-10-jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 2107313] Re: fix amd build issue on the newer kernel with higher entropy

2025-04-14 Thread gerald.yang
debdiff for gcc-10 on focal ** Patch added: "gcc-10-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/gcc-12/+bug/2107313/+attachment/5871724/+files/gcc-10-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 2107313] [NEW] fix amd build issue on the newer kernel with higher entropy

2025-04-14 Thread gerald.yang
s: gcc-10 (Ubuntu) Importance: Undecided Assignee: gerald.yang (gerald-yang-tw) Status: In Progress ** Affects: gcc-11 (Ubuntu) Importance: Undecided Assignee: gerald.yang (gerald-yang-tw) Status: In Progress ** Affects: gcc-12 (Ubuntu) Importance: Unde

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-13 Thread gerald.yang
Thanks Mauricio! Turn out we can patch gcc based on this llvm commit: https://github.com/llvm/llvm-project/commit/fb77ca05ffb4f8e666878f2f6718a9fb4d686839 I did a mistake to apply the above commit to llvm because I thought gcc build depends on it, but this should be done on gcc itself instead of

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-10 Thread gerald.yang
More information below This value "vm.mmap_rnd_bits" is distro specific, in this SRU: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1983357 It's been changed from 28 to 32. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-10 Thread gerald.yang
Thanks Mauricio! glad to see you here again :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: CVE-2023-4039: ARM64 GCC To manage notifications about this bug go to: https://bugs.launc

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-04-09 Thread gerald.yang
For anyone who is interested, below is the summary of the build issue: Only "amd64" build is failed because it consumes all disk space in the builder, after checking the build files, some gcc build logs are filled with "AddressSanitizer:DEADLYSIGNAL". Even the official gcc-10 is failed to build.

[Bug 2100246] Re: ethtool module info missing sff-8472 output in netlink path

2025-04-08 Thread gerald.yang
With this SRU, "Optical diagnostics support" and all the fields below it can be displayed normally: openstack@lc2bp-vscp0010n:~$ sudo ethtool -m ens15f0 Identifier: 0x03 (SFP) Extended identifier : 0x04 (GBIC/SFP defined by 2-w

[Bug 2100264] Re: Fix NIC name changes for ice

2025-04-08 Thread gerald.yang
This SRU just removes the unused code but turn out it doesn't affect the NIC renaming. NIC name is usually set by netplan or cloud init, we can safely pick this patch. ** Tags removed: verification-needed-noble-linux ** Tags added: verification-done-noble-linux -- You received this bug notifica

[Bug 2104326] Re: Remove floppy kernel module causes null pointer deference

2025-03-27 Thread gerald.yang
** Description changed: BugLink: https://bugs.launchpad.net/bugs/2104326 [Impact] Remove the floppy kernel module by "modprobe -r floppy" causes the following: [ 26.594748] Floppy drive(s): fd0 is 2.88M AMI BIOS [ 26.615036] FDC 0 is a S82078B [ 37.356072] BUG: kernel

[Bug 2104326] Re: Remove floppy kernel module causes null pointer deference

2025-03-26 Thread gerald.yang
** Description changed: BugLink: https://bugs.launchpad.net/bugs/2104326 [Impact] Remove the floppy kernel module by "modprobe -r floppy" causes the following: [ 26.594748] Floppy drive(s): fd0 is 2.88M AMI BIOS

[Bug 2104326] Re: Remove floppy kernel module causes null pointer deference

2025-03-26 Thread gerald.yang
** Also affects: linux (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New => In Progress ** Changed in: linux (Ubuntu Jammy) Status: New => In Progress ** Changed in: linux (Ubuntu) Assignee: (unassigned) => ge

[Bug 2104326] [NEW] Remove floppy kernel module causes null pointer deference

2025-03-26 Thread gerald.yang
Public bug reported: BugLink: https://bugs.launchpad.net/bugs/2104326 [Impact] Remove the floppy kernel module by "modprobe -r floppy" causes the following: [ 26.594748] Floppy drive(s): fd0 is 2.88M AMI BIOS

[Bug 2054343] Re: CVE-2023-4039: ARM64 GCC

2025-03-11 Thread gerald.yang
** Changed in: gcc-11 (Ubuntu Jammy) Assignee: Mauricio Faria de Oliveira (mfo) => gerald.yang (gerald-yang-tw) ** Changed in: gcc-10 (Ubuntu Focal) Assignee: Mauricio Faria de Oliveira (mfo) => gerald.yang (gerald-yang-tw) ** Changed in: gcc-10 (Ubuntu Jammy) Assignee: Ma

[Bug 2100246] Re: ethtool module info missing sff-8472 output in netlink path

2025-03-11 Thread gerald.yang
verified by the customer ** Tags removed: verification-needed verification-needed-jammy ** Tags added: verification-done verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100246

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-03-09 Thread gerald.yang
** Changed in: initramfs-tools (Ubuntu Oracular) Importance: Undecided => Medium ** Changed in: initramfs-tools (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: initramfs-tools (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: initramfs-tools (Ubuntu Jammy) I

[Bug 2100246] Re: ethtool module info missing sff-8472 output in netlink path

2025-03-06 Thread gerald.yang
** Description changed: [ Impact ] - On ethtool 1:5.16-1ubuntu0.1, it doesn't display sff-8472 output in netlink path, + On ethtool 1:5.16-1ubuntu0.1, it doesn't display sff-8472 optical diagnostics info in netlink path, this is a regression and has been fixed by upstream: https://git.

[Bug 2100264] Re: Fix NIC name changes for ice

2025-03-02 Thread gerald.yang
** Summary changed: - ice: Remove ndo_get_phys_port_name + Fix NIC name changes for ice -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100264 Title: Fix NIC name changes for ice To manage notifica

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-03-02 Thread gerald.yang
modified debdiff for noble ** Patch added: "noble.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5861697/+files/noble.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-03-02 Thread gerald.yang
modified debdiff for jammy ** Patch added: "jammy.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5861696/+files/jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-03-02 Thread gerald.yang
modified debdiff for oracular ** Patch added: "oracular.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5861698/+files/oracular.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-03-02 Thread gerald.yang
modified debdiff for focal ** Patch added: "focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5861695/+files/focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-03-02 Thread gerald.yang
ok, let me modify it and re-upload debdiffs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated netplan config gateway4 and gateway6 To manage notifi

[Bug 2100264] [NEW] ice: Remove ndo_get_phys_port_name

2025-02-26 Thread gerald.yang
e the "phys_port_name" is never actually used, it's find to remove it. ** Affects: linux (Ubuntu) Importance: Undecided Assignee: gerald.yang (gerald-yang-tw) Status: In Progress ** Affects: linux (Ubuntu Noble) Importance: Undecided Assignee: ge

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-02-26 Thread gerald.yang
Hi Benjamin, Thanks for sponsoring this, should I modify other debdiffs to keep ipv4static too? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated net

[Bug 2100246] Re: ethtool module info missing sff-8472 output in netlink path

2025-02-26 Thread gerald.yang
test PPA with the patch: https://launchpad.net/~gerald-yang-tw/+archive/ubuntu/ethtool-sru -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100246 Title: ethtool module info missing sff-8472 output in

[Bug 2100246] Re: ethtool module info missing sff-8472 output in netlink path

2025-02-26 Thread gerald.yang
debdiff for jammy ** Patch added: "jammy.debdiff" https://bugs.launchpad.net/ubuntu/+source/ethtool/+bug/2100246/+attachment/5860705/+files/jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 2100246] [NEW] ethtool module info missing sff-8472 output in netlink path

2025-02-25 Thread gerald.yang
to display, won't affect any other functions [ Other Info ] Same issue was reported in redhat https://bugzilla.redhat.com/show_bug.cgi?id=2080414 ** Affects: ethtool (Ubuntu) Importance: Undecided Assignee: gerald.yang (gerald-yang-tw) Status: In Progress ** Affects: ethto

[Bug 2100246] Re: ethtool module info missing sff-8472 output in netlink path

2025-02-25 Thread gerald.yang
focal doesn't has the commit that introduces the issue noble and later version already have the fix we only need to sru to jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100246 Title: ethtool

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-02-24 Thread gerald.yang
debdiff for oracular ** Patch added: "oracular.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5860272/+files/oracular.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-02-24 Thread gerald.yang
debdiff for focal ** Patch added: "focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5860269/+files/focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-02-24 Thread gerald.yang
I've also added an ipv6 test case, will upload debdiffs later -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated netplan config gateway4 and gateway6

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-02-24 Thread gerald.yang
Currently, focal and jammy are blocked by this SRU https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2056187 noble and oracular are waiting to release to -updates for this SRU https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2091904 -- You received this bug notificati

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-02-24 Thread gerald.yang
debdiff for plucky ** Patch added: "plucky.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5860273/+files/plucky.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-02-24 Thread gerald.yang
debdiff for noble ** Patch added: "noble.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5860271/+files/noble.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-02-24 Thread gerald.yang
debdiff for jammy ** Patch added: "jammy.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5860270/+files/jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2025-02-23 Thread gerald.yang
I'd like to check if this SRU is still blocked? I have another SRU which should base on this one, thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056187 Title: fails to configure BOOTIF when u

[Bug 2071474] Re: fsck.xfs doesn't call xfs_repair in force mode from systemd unit during the system startup

2025-02-18 Thread gerald.yang
This has been fixed by the SRU https://bugs.launchpad.net/ubuntu/+source/xfsprogs/+bug/2081163 mark this one as fixed ** Changed in: xfsprogs (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-16 Thread gerald.yang
Sure, thank you Benjamin for reviewing this SRU, I will add a test case for it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated netplan config gatew

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-15 Thread gerald.yang
updated debdiffs and test PPA based on Lukas's suggestion: https://launchpad.net/~gerald-yang-tw/+archive/ubuntu/402790-test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-to

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-15 Thread gerald.yang
debdiff for focal ** Patch added: "focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5851998/+files/focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-15 Thread gerald.yang
debdiff for noble ** Patch added: "noble.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5852001/+files/noble.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-15 Thread gerald.yang
debdiff for plucky ** Patch added: "plucky.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5852003/+files/plucky.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-15 Thread gerald.yang
debdiff for oracular ** Patch added: "oracular.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5852002/+files/oracular.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-15 Thread gerald.yang
debdiff for jammy ** Patch added: "jammy.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5852000/+files/jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-15 Thread gerald.yang
Thanks Lukas for reviewing this, that makes sense I will update the debdiff to set different default routes for gateway4 and gateway6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: in

[Bug 2081163] Re: fix fsck.xfs run by different shells when fsck.mode=force is set

2025-01-12 Thread gerald.yang
Verified xfsprogs 6.6.0-1ubuntu2.1 in noble-proposed and confirmed it fixes the issue ** Tags removed: verification-needed verification-needed-noble ** Tags added: verification-done verification-done-noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-09 Thread gerald.yang
test PPA: https://launchpad.net/~gerald-yang-tw/+archive/ubuntu/402790-test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093164 Title: initramfs-tools generates deprecated netplan config gateway4

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-09 Thread gerald.yang
debdiff for oracular ** Patch added: "oracular.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5850722/+files/oracular.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-09 Thread gerald.yang
debdiff for plucky ** Patch added: "plucky.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5850723/+files/plucky.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-09 Thread gerald.yang
debdiff for noble ** Patch added: "noble.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5850582/+files/noble.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-08 Thread gerald.yang
debdiff for focal ** Patch added: "focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5850580/+files/focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2093164] Re: initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-08 Thread gerald.yang
debdiff for jammy ** Patch added: "jammy.debdiff" https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2093164/+attachment/5850581/+files/jammy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2093164] [NEW] initramfs-tools generates deprecated netplan config gateway4 and gateway6

2025-01-07 Thread gerald.yang
194.146.1"] [Where problems could occur] This patch follows the netplan doc to use "routes:" for default gateway, if the format is correct, it shouldn't cause any issue. [Other Info] https://bugs.launchpad.net/cloud-init/+bug/1992512 ** Affects: initramfs-tools (Ubuntu)

[Bug 2038492] Re: workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 16 times, consider switching to WQ_UNBOUND

2025-01-05 Thread gerald.yang
Thanks David for the feedback on the test kernel and the awesome blog post! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2038492 Title: workqueue: inode_switch_wbs_work_fn hogged CPU for >1us 1

[Bug 2038492] Re: workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 16 times, consider switching to WQ_UNBOUND

2024-12-18 Thread gerald.yang
I suspect the issue is caused by this commit: commit c22d70a162d3cc177282c4487be4d54876ca55c8 Author: Roman Gushchin Date: Mon Jun 28 19:36:03 2021 -0700 writeback, cgroup: release dying cgwbs by switching attached inodes It introduces a kworker "cleanup_offline_cgwbs_work", which lever

[Bug 2085018] Re: Commit "net/mlx5e: Don't offload internal port if filter device is out device" breaks OpenStack/OVN distributed gateway use case

2024-12-12 Thread gerald.yang
It looks the above mentioned kernels linux-hwe-6.8/6.8.0-51.52~22.04.1 and linux-hwe-6.11/6.11.0-13.14~24.04.1 are still not in -proposed yet Jammy: ubuntu@jammy-c:~$ sudo apt update Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:2 http://archive.ubuntu.com

[Bug 2081163] Re: fix fsck.xfs run by different shells when fsck.mode=force is set

2024-12-11 Thread gerald.yang
Hi Brian, It seems that xfsprogs contains the fix is still in focal-proposed and jammy-proposed, not released to -updates. Only oracular and plucky have it in -updates, could you help to check? Thanks, Gerald -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 2081163] Re: fix fsck.xfs run by different shells when fsck.mode=force is set

2024-11-24 Thread gerald.yang
Hi Julian, I can send another noble debdiff for this SRU once bug 2076309 is merged. Thanks, Gerald -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2081163 Title: fix fsck.xfs run by different shell

  1   2   3   >