Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1234392 > unrolled thread
| Started by | Alexander Kapshuk <alexander.kapshuk@gmail.com> |
|---|---|
| First post | 2015-09-28 21:50 +0200 |
| Last post | 2015-09-28 21:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] ver_linux: uniform output across various linux distros Alexander Kapshuk <alexander.kapshuk@gmail.com> - 2015-09-28 21:50 +0200
| From | Alexander Kapshuk <alexander.kapshuk@gmail.com> |
|---|---|
| Date | 2015-09-28 21:50 +0200 |
| Subject | [PATCH] ver_linux: uniform output across various linux distros |
| Message-ID | <qdMAV-Dy-15@gated-at.bofh.it> |
On Mon, Sep 28, 2015 at 5:09 PM, Greg KH <gregkh@linuxfoundation.org> wrote: > On Mon, Sep 28, 2015 at 07:50:37AM +0300, Alexander Kapshuk wrote: >> Hello, > > Hi! > > First off, your Subject: is a bit odd, you might want to fix up your > email client :) > >> >> Having run 'scripts/ver_linux' on my Gentoo system, as well as having >> looked through some recent bug reports on the kernel bugzilla website >> showing the output of the script in question, I have observed that >> the output is not accurate across various distros. While the current >> implementation of the script expects the version info to be found in >> particular fields, some of the utilities invoked by the script, output >> their version information in varying formats, which results in the >> script displaying information other than the version number. >> >> The proposed implementation relies mostly on sed to detect the version >> numbers more accurately. Running the patched version of the script on >> the distros below resulted in accurate and uniform output. >> >> Gentoo Linux >> Debian 6.0.10 >> Oracle Linux Server release 7.1 >> Arch Linux >> >> The items left unchanged are those I did not have access to. I would >> be willing to work on those too, if supplied the output of the affected >> commands whose format differs based on the distro. > > <snip> > > Your patch is a bit complex, you are changing the formatting, and at the > same time, also changing the code. Please do this in multiple patches, > one to fix any issues you see, and the second to then clean up the > formatting, making it easier to actually see what the difference is > here. > > Also, take a look at Documentation/SubmittingPatches for the proper > format of a kernel patch to ensure we are able to accept it (hint, your > patch is missing the signed-off-by line in the body of the changelog > area). > > thanks, > > greg k-h Thanks very much for the tips you've given. I'll go and read through 'Documentation/SubmittingPatches' again, as I seem not to have clearly understood the things you've pointed out. I'll get back to the list at a later time, hopefully, with a patch that meets the requirements. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web