[Bug 1327619] Re: kernel version detection in module build

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be fixed for that release ** Changed in: linux (Ubuntu Precise) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1327619] Re: kernel version detection in module build

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as "Won't Fix". ** Changed in: linux (Ubuntu Lucid) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1327619] Re: kernel version detection in module build

2015-05-27 Thread Mathew Hodson
** Tags removed: verification-needed-trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327619 Title: kernel version detection in module build To manage notifications about this bug go to: https

[Bug 1327619] Re: kernel version detection in module build

2014-11-19 Thread Andy Whitcroft
** Also affects: linux (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Trusty) Importance: Undecided => Low ** Changed in: linux (Ubuntu Precise) Importance: Undecided => Low ** Changed in: linux (Ubuntu Lucid) Importance: Undecided => Low -- Yo

[Bug 1327619] Re: kernel version detection in module build

2014-10-10 Thread Andy Whitcroft
** Also affects: linux (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327619 Title: kernel version detection in module build To manage n

[Bug 1327619] Re: kernel version detection in module build

2014-07-16 Thread Hauke
Thanks for adding this, now I am able to automatically detect the version. It would sill be better if this define would be in include/generated/uapi/linux/version.h and not in include/generated/utsrelease.h, because utsrelease.h is not there in non ubuntu kernel and then an include will fail, but

[Bug 1327619] Re: kernel version detection in module build

2014-07-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.13.0-32.57 --- linux (3.13.0-32.57) trusty; urgency=low [ Upstream Kernel Changes ] * l2tp: Privilege escalation in ppp over l2tp sockets - LP: #1341472 - CVE-2014-4943 linux (3.13.0-32.56) trusty; urgency=low [ Luis Henriqu

[Bug 1327619] Re: kernel version detection in module build

2014-07-11 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.16.0-3.8 --- linux (3.16.0-3.8) utopic; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1340091 -- Tim GardnerThu, 10 Jul 2014 10:06:47 +0100 ** Changed in: linux (Ubuntu Utopic) Status: Fix Committed => Fix R

[Bug 1327619] Re: kernel version detection in module build

2014-07-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-keystone -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327619 Title: kernel version detection in module build To manage notifications about this b

[Bug 1327619] Re: kernel version detection in module build

2014-07-10 Thread Luis Henriques
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- trusty' to 'verification-done-trusty'. If verification is not done by 5 working days from t

[Bug 1327619] Re: kernel version detection in module build

2014-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327619 Title: kernel version detection in module build To manage notifications about thi

[Bug 1327619] Re: kernel version detection in module build

2014-06-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327619 Title: kernel version detection in module build To manage notifications about this bug go to: https://bugs.launchpad.net/u

[Bug 1327619] Re: kernel version detection in module build

2014-06-17 Thread Tim Gardner
Hauke - we ultimately ended up adding UTS_UBUNTU_RELEASE_ABI to include/generated/utsrelease.h ** Changed in: linux (Ubuntu Trusty) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Utopic) Status: In Progress => Fix Committed ** Patch added: "Add UTS_UBUNTU_RELEASE

[Bug 1327619] Re: kernel version detection in module build

2014-06-16 Thread Tim Gardner
** Also affects: linux (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Utopic) Importance: Low Assignee: Andy Whitcroft (apw) Status: In Progress ** Changed in: linux (Ubuntu Trusty) Status: New => In Progress -- You received this

[Bug 1327619] Re: kernel version detection in module build

2014-06-08 Thread Hauke
I saw that, but I am unable to parse this in the C preprocessor. I could do something like this: #if UTS_RELEASE == "3.15.0-5-generic" /* some code */ #else /some code */ #endif but that does not scale. Having something like: #define UTS_RELEASE_MINOR 5 would help, the rest is already in incl

[Bug 1327619] Re: kernel version detection in module build

2014-06-07 Thread Adam Conrad
I'm guessing parsing this wouldn't be particularly ideal, and having something more macro-friendly would be better? include/generated/utsrelease.h:#define UTS_RELEASE "3.15.0-5-generic" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1327619] Re: kernel version detection in module build

2014-06-07 Thread Andy Whitcroft
Ignore the bot. We have what we need. Will discuss with stable as well. ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Andy Whitcroft (apw) ** Changed in: linux (Ubuntu) Importance: Undecided => Low ** Changed in: linux (Ubuntu) Status: Incomplete => In Progress -- Yo