[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-11-30 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1863116 Title: debian/rules editconfigs does not work on

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-11-30 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-56.62 --- linux (5.4.0-56.62) focal; urgency=medium * focal/linux: 5.4.0-56.62 -proposed tracker (LP: #1905300) * CVE-2020-4788 - selftests/powerpc: rfi_flush: disable entry flush if present - powerpc/64s: flush L1D on

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-11-17 Thread Frank Heimes
I have to update the verification status for focal. I re-did everything from scratch and it worked now. (Did it twice, just to be sure - there was either a problem in the git tree I used or s/t went wrong while I transferred the data to a s390x test system or a racy situation ...) I can now

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-11-17 Thread Frank Heimes
This is a bit different to verify, since it's kernel scripting and infrastructure rather than doing testing with the proposed kernel itself. But I tested it on groovy in the past, so the same should apply now with focal ... I created a fresh focal master-next clone on a s390x system, like this:

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-11-17 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- focal' to 'verification-done-focal'. If the problem still exists, change the tag

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-10-07 Thread Frank Heimes
Patch "UBUNTU: [Packaging] kernelconfig -- only update/edit configurations on architectures we have compiler support" c4baeb418d79 landed in focal master-next now, hence updating status to Fix Committed. ** Changed in: linux (Ubuntu Focal) Status: In Progress => Fix Committed ** Changed

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-09-29 Thread Frank Heimes
** Changed in: linux (Ubuntu Focal) Status: Triaged => In Progress ** Changed in: ubuntu-z-systems Status: Confirmed => In Progress -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-20.21 --- linux (5.8.0-20.21) groovy; urgency=medium * groovy/linux: 5.8.0-20.21 -proposed tracker (LP: #1896668) * Lenovo ThinkBook 14-IML Touchpad not showing up in /proc/bus/input/devices (LP: #1853277) - i2c: core: Call

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-09-23 Thread Frank Heimes
** Description changed: + SRU Justification: + == + + [Impact] + + * With focal (and even eoan) it is no longer possible to run the + updateconfigs Debian build rule (needed in case of kernel option + updates) on all supported arhitectures. + + * Changes upstream led to the

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-09-23 Thread Stefan Bader
** Also affects: linux (Ubuntu Groovy) Importance: Undecided Status: Triaged ** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Groovy) Status: Triaged => Fix Committed ** Changed in: linux (Ubuntu Focal)

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-09-17 Thread Frank Heimes
Patch request submitted: https://lists.ubuntu.com/archives/kernel-team/2020-September/thread.html#113547 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1863116 Title: debian/rules

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-09-17 Thread Dimitri John Ledkov
** Changed in: linux (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1863116 Title: debian/rules editconfigs does not work on s390x to change

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-07-30 Thread Frank Heimes
Thanks Andy, that worked fine for me. I still had 'some' focal kernel git tree lying around on a s390x system, updated it, ran 'fakeroot debian/rules updateconfigs' w/o the patch (neg. test) and it failed. I then applied your patch to 'debian/scripts/misc/kernelconfig' did a clean (just to be

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-07-29 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1863116 Title: debian/rules editconfigs does not work on s390x to change s390x only configs Status in Ubuntu on

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-07-29 Thread Andy Whitcroft
Fundamentally you have to have a compiler to update the configuration on an architecture. We can however limit update/edit operations to the architectures for which appropriate compilers are available. Attached is a patch implementing this exclusion. Could those affected try applying this to

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-07-28 Thread Dimitri John Ledkov
Only "linux-5.4" task was changed to invalid before it was removed. The "linux" task was and still is confirmed. Launchpad bug tracker supports tracking multiple states across multiple packages simultaniously. You can always see the correct status of the bug, for each task, at the top of the

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-07-27 Thread Jiandi An
Same here. Why is this changed from New to Invalid? On arm64 system, Checking out this https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.7.10/ cod/mainline/v5.7.10 (d4563ab7fb2d4e8303c493a4eaa34e0189843e5b) git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-06-26 Thread Robert Henry
Running on an arm64 build machine, I checked out from git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal the branch HEAD detached at Ubuntu-5.4.0-39.43 and follow the instructions at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel#Modifying_the_configuration and find

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-06-05 Thread Dimitri John Ledkov
** Changed in: linux-5.4 (Ubuntu) Status: New => Invalid ** No longer affects: linux-5.4 (Ubuntu) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-5.4 in Ubuntu. https://bugs.launchpad.net/bugs/1863116 Title: debian/rules

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-04-29 Thread Frank Heimes
$ DEB_BUILD_OPTIONS=parallel=8 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-headers binary-generic ... make[2]: Leaving directory '/home/ubuntu/focal-lp1874057/debian/build/build-generic' make[1]: *** [Makefile:179: sub-make] Error 2 make[1]: Leaving directory

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-04-29 Thread Frank Heimes
Looks like things got even worse now - currently I get: $ DEB_BUILD_OPTIONS=parallel=8 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-headers binary-generic binary-perarch ... CC [M] kernel/kheaders.o make[2]: Leaving directory '/home/ubuntu/focal-lp1874057/debian/build/build-generic'

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-03-31 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-5.4 in Ubuntu. https://bugs.launchpad.net/bugs/1863116 Title: debian/rules editconfigs does not work on s390x

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-03-31 Thread Francis Ginther
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-5.4 in Ubuntu. https://bugs.launchpad.net/bugs/1863116 Title: debian/rules editconfigs does not work on s390x to

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-03-04 Thread Dimitri John Ledkov
No, we must not require cross-compilers to all ubuntu kernel supported architectures to change a config of just one arch. Ubuntu kernel build machinery must provide a way to rebuild a single arch kernel with different options without rebuilding configs of all other arches. Please seek help from

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-02-22 Thread Frank Heimes
Let me provide some more background on this (getting some lines back from the initial bug description): On an (as of today) updated focal installation (on s390x) I needed to install the crossbuild-essential-amd64 package, but it's not installable and it seems to be the same for all

[Kernel-packages] [Bug 1863116] Re: debian/rules editconfigs does not work on s390x to change s390x only configs

2020-02-22 Thread Matthias Klose
currently we don't build any cross compilers on s390x. Is this a scenario which is needed? We do that on ppc64el, given that you actually can buy even some workstations. and if needed, which targets should be supported? ** Changed in: ubuntu-z-systems Status: New => Incomplete -- You