* [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? @ 2018-01-26 7:58 Guillermo Rodriguez Garcia 2018-01-26 12:40 ` Alexander Dahl 0 siblings, 1 reply; 7+ messages in thread From: Guillermo Rodriguez Garcia @ 2018-01-26 7:58 UTC (permalink / raw) To: ptxdist [-- Attachment #1.1: Type: text/plain, Size: 401 bytes --] Hi all, I am creating a ptxdist BSP and have a series.<platform> patchset for a given kernel version. I have noticed that this patchset is ignored when the KERNEL_HEADER package is built -- instead, a "series" file is automatically created and used. Is this normal/expected? Shouldn't the series.<platform> file be used instead? Best regards, Guillermo Rodriguez Garcia guille.rodriguez@gmail.com [-- Attachment #1.2: Type: text/html, Size: 665 bytes --] [-- Attachment #2: Type: text/plain, Size: 91 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? 2018-01-26 7:58 [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? Guillermo Rodriguez Garcia @ 2018-01-26 12:40 ` Alexander Dahl 2018-01-26 12:58 ` Michael Olbrich 2018-01-29 9:51 ` Guillermo Rodriguez Garcia 0 siblings, 2 replies; 7+ messages in thread From: Alexander Dahl @ 2018-01-26 12:40 UTC (permalink / raw) To: ptxdist [-- Attachment #1.1: Type: text/plain, Size: 907 bytes --] Hei hei, On Fri, Jan 26, 2018 at 08:58:52AM +0100, Guillermo Rodriguez Garcia wrote: > I am creating a ptxdist BSP and have a series.<platform> patchset for a > given kernel version. I have noticed that this patchset is ignored when the > KERNEL_HEADER package is built -- instead, a "series" file is automatically > created and used. > > Is this normal/expected? Shouldn't the series.<platform> file be used > instead? It is at least known. I stumbled over this last year: https://www.mail-archive.com/ptxdist@pengutronix.de/msg12233.html Michael gave some hints for possible workarounds. Greets Alex -- »With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie) *** GnuPG-FP: C28E E6B9 0263 95CF 8FAF 08FA 34AD CD00 7221 5CC6 *** [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] [-- Attachment #2: Type: text/plain, Size: 91 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? 2018-01-26 12:40 ` Alexander Dahl @ 2018-01-26 12:58 ` Michael Olbrich 2018-01-29 9:51 ` Guillermo Rodriguez Garcia 2018-01-29 9:51 ` Guillermo Rodriguez Garcia 1 sibling, 1 reply; 7+ messages in thread From: Michael Olbrich @ 2018-01-26 12:58 UTC (permalink / raw) To: ptxdist Hi, On Fri, Jan 26, 2018 at 01:40:31PM +0100, Alexander Dahl wrote: > On Fri, Jan 26, 2018 at 08:58:52AM +0100, Guillermo Rodriguez Garcia wrote: > > I am creating a ptxdist BSP and have a series.<platform> patchset for a > > given kernel version. I have noticed that this patchset is ignored when the > > KERNEL_HEADER package is built -- instead, a "series" file is automatically > > created and used. > > > > Is this normal/expected? Shouldn't the series.<platform> file be used > > instead? > > It is at least known. I stumbled over this last year: > > https://www.mail-archive.com/ptxdist@pengutronix.de/msg12233.html > > Michael gave some hints for possible workarounds. Right, check that thread. Also, why do you need a 'series.<platform>' instead of a normal series file? And why do you need the patches for the kernel headers? Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? 2018-01-26 12:58 ` Michael Olbrich @ 2018-01-29 9:51 ` Guillermo Rodriguez Garcia 2018-01-29 10:37 ` Michael Olbrich 0 siblings, 1 reply; 7+ messages in thread From: Guillermo Rodriguez Garcia @ 2018-01-29 9:51 UTC (permalink / raw) To: ptxdist [-- Attachment #1.1: Type: text/plain, Size: 1676 bytes --] 2018-01-26 13:58 GMT+01:00 Michael Olbrich <m.olbrich@pengutronix.de>: > Hi, > > On Fri, Jan 26, 2018 at 01:40:31PM +0100, Alexander Dahl wrote: > > On Fri, Jan 26, 2018 at 08:58:52AM +0100, Guillermo Rodriguez Garcia > wrote: > > > I am creating a ptxdist BSP and have a series.<platform> patchset for a > > > given kernel version. I have noticed that this patchset is ignored > when the > > > KERNEL_HEADER package is built -- instead, a "series" file is > automatically > > > created and used. > > > > > > Is this normal/expected? Shouldn't the series.<platform> file be used > > > instead? > > > > It is at least known. I stumbled over this last year: > > > > https://www.mail-archive.com/ptxdist@pengutronix.de/msg12233.html > > > > Michael gave some hints for possible workarounds. > > > Right, check that thread. > > Also, why do you need a 'series.<platform>' instead of a normal series > file? > I used series.<platform> because the BSP currently supports two platforms (two boards), and some of the patches are platform-specific. > And why do you need the patches for the kernel headers? > This is because I am building imx6 specific packages which require a set of kernel headers, and these must include imx6-specific bits. In the thread that Alexander mentioned in his reply you mention the following: 1. Move the patches to configs/platform-XXX/patches/linux-4.9.47/ and just use 'series'. I guess this solves my problem, however, just out of curiosity: If the kernel headers package will pick up the correct patchset from configs/platform-XXX/patches/linux-4.9.47, shouldn't it also pick it up if it lives in patches/linux-4.9.47/series.XXX ? Guillermo [-- Attachment #1.2: Type: text/html, Size: 2644 bytes --] [-- Attachment #2: Type: text/plain, Size: 91 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? 2018-01-29 9:51 ` Guillermo Rodriguez Garcia @ 2018-01-29 10:37 ` Michael Olbrich 2018-01-29 11:55 ` Guillermo Rodriguez Garcia 0 siblings, 1 reply; 7+ messages in thread From: Michael Olbrich @ 2018-01-29 10:37 UTC (permalink / raw) To: ptxdist Hi, On Mon, Jan 29, 2018 at 10:51:07AM +0100, Guillermo Rodriguez Garcia wrote: > 2018-01-26 13:58 GMT+01:00 Michael Olbrich <m.olbrich@pengutronix.de>: > > On Fri, Jan 26, 2018 at 01:40:31PM +0100, Alexander Dahl wrote: > > > On Fri, Jan 26, 2018 at 08:58:52AM +0100, Guillermo Rodriguez Garcia > > wrote: > > > > I am creating a ptxdist BSP and have a series.<platform> patchset for a > > > > given kernel version. I have noticed that this patchset is ignored > > when the > > > > KERNEL_HEADER package is built -- instead, a "series" file is > > automatically > > > > created and used. > > > > > > > > Is this normal/expected? Shouldn't the series.<platform> file be used > > > > instead? > > > > > > It is at least known. I stumbled over this last year: > > > > > > https://www.mail-archive.com/ptxdist@pengutronix.de/msg12233.html > > > > > > Michael gave some hints for possible workarounds. > > > > > > Right, check that thread. > > > > Also, why do you need a 'series.<platform>' instead of a normal series > > file? > > > > I used series.<platform> because the BSP currently supports two platforms > (two boards), and some of the patches are platform-specific. > > > > And why do you need the patches for the kernel headers? > > > > This is because I am building imx6 specific packages which require a set of > kernel headers, and these must include imx6-specific bits. > > In the thread that Alexander mentioned in his reply you mention the > following: > > 1. Move the patches to configs/platform-XXX/patches/linux-4.9.47/ and just > use 'series'. In most cases, that's the correct way to handle this. All platform specific files should be in configs/platform-XXX/ anyways. Keeping the patches Toplevel has one use-case: Some patches are used by both platforms. I'd still move the patches to the platforms and use symlinks to share: Patches can be in subdirs, so just on Symlink to the common set of patches is enough. > I guess this solves my problem, however, just out of curiosity: If the > kernel headers package will pick up the correct patchset from > configs/platform-XXX/patches/linux-4.9.47, shouldn't it also pick it up if > it lives in patches/linux-4.9.47/series.XXX ? Checking in configs/platform-XXX/patches/ is a generic PTXdist mechanism. Using 'series.XXX' is a hack in the Kernel patches to work with bad patches. It's a mechanism that I'd like to get rid of. But there are still people using it. It's not something I want to spread to other packages. Regards, Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? 2018-01-29 10:37 ` Michael Olbrich @ 2018-01-29 11:55 ` Guillermo Rodriguez Garcia 0 siblings, 0 replies; 7+ messages in thread From: Guillermo Rodriguez Garcia @ 2018-01-29 11:55 UTC (permalink / raw) To: ptxdist [-- Attachment #1.1: Type: text/plain, Size: 3082 bytes --] Hi, 2018-01-29 11:37 GMT+01:00 Michael Olbrich <m.olbrich@pengutronix.de>: > Hi, > > On Mon, Jan 29, 2018 at 10:51:07AM +0100, Guillermo Rodriguez Garcia wrote: > > 2018-01-26 13:58 GMT+01:00 Michael Olbrich <m.olbrich@pengutronix.de>: > > > On Fri, Jan 26, 2018 at 01:40:31PM +0100, Alexander Dahl wrote: > > > > On Fri, Jan 26, 2018 at 08:58:52AM +0100, Guillermo Rodriguez Garcia > > > wrote: > > > > > I am creating a ptxdist BSP and have a series.<platform> patchset > for a > > > > > given kernel version. I have noticed that this patchset is ignored > > > when the > > > > > KERNEL_HEADER package is built -- instead, a "series" file is > > > automatically > > > > > created and used. > > > > > > > > > > Is this normal/expected? Shouldn't the series.<platform> file be > used > > > > > instead? > > > > > > > > It is at least known. I stumbled over this last year: > > > > > > > > https://www.mail-archive.com/ptxdist@pengutronix.de/msg12233.html > > > > > > > > Michael gave some hints for possible workarounds. > > > > > > > > > Right, check that thread. > > > > > > Also, why do you need a 'series.<platform>' instead of a normal series > > > file? > > > > > > > I used series.<platform> because the BSP currently supports two platforms > > (two boards), and some of the patches are platform-specific. > > > > > > > And why do you need the patches for the kernel headers? > > > > > > > This is because I am building imx6 specific packages which require a set > of > > kernel headers, and these must include imx6-specific bits. > > > > In the thread that Alexander mentioned in his reply you mention the > > following: > > > > 1. Move the patches to configs/platform-XXX/patches/linux-4.9.47/ and > just > > use 'series'. > > In most cases, that's the correct way to handle this. All platform specific > files should be in configs/platform-XXX/ anyways. > > Keeping the patches Toplevel has one use-case: > Some patches are used by both platforms. I'd still move the patches to the > platforms and use symlinks to share: Patches can be in subdirs, so just on > Symlink to the common set of patches is enough. > > > I guess this solves my problem, however, just out of curiosity: If the > > kernel headers package will pick up the correct patchset from > > configs/platform-XXX/patches/linux-4.9.47, shouldn't it also pick it up > if > > it lives in patches/linux-4.9.47/series.XXX ? > > Checking in configs/platform-XXX/patches/ is a generic PTXdist mechanism. > Using 'series.XXX' is a hack in the Kernel patches to work with bad > patches. It's a mechanism that I'd like to get rid of. But there are still > people using it. > It's not something I want to spread to other packages. > Thank you for the explanation, I know understand the background and motivations. Still I would suggest to either get rid of the "series.XXX" hack (perhaps with a check and a warning) or make it applicable to kernel headers as well. The current behaviour is a bit surprising. Anyway my problem is solved now so thank you again. Guillermo Rodriguez Garcia guille.rodriguez@gmail.com [-- Attachment #1.2: Type: text/html, Size: 4428 bytes --] [-- Attachment #2: Type: text/plain, Size: 91 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? 2018-01-26 12:40 ` Alexander Dahl 2018-01-26 12:58 ` Michael Olbrich @ 2018-01-29 9:51 ` Guillermo Rodriguez Garcia 1 sibling, 0 replies; 7+ messages in thread From: Guillermo Rodriguez Garcia @ 2018-01-29 9:51 UTC (permalink / raw) To: ptxdist [-- Attachment #1.1: Type: text/plain, Size: 821 bytes --] 2018-01-26 13:40 GMT+01:00 Alexander Dahl <post@lespocky.de>: > Hei hei, > > On Fri, Jan 26, 2018 at 08:58:52AM +0100, Guillermo Rodriguez Garcia wrote: > > I am creating a ptxdist BSP and have a series.<platform> patchset for a > > given kernel version. I have noticed that this patchset is ignored when > the > > KERNEL_HEADER package is built -- instead, a "series" file is > automatically > > created and used. > > > > Is this normal/expected? Shouldn't the series.<platform> file be used > > instead? > > It is at least known. I stumbled over this last year: > > https://www.mail-archive.com/ptxdist@pengutronix.de/msg12233.html > > Michael gave some hints for possible workarounds. > Thank you, this is indeed helpful -- even though I don't quite understand the rationale behind the current behaviour. Guillermo [-- Attachment #1.2: Type: text/html, Size: 1404 bytes --] [-- Attachment #2: Type: text/plain, Size: 91 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-01-29 11:55 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2018-01-26 7:58 [ptxdist] Platform-specific kernel patchset not applied to kernel headers package? Guillermo Rodriguez Garcia 2018-01-26 12:40 ` Alexander Dahl 2018-01-26 12:58 ` Michael Olbrich 2018-01-29 9:51 ` Guillermo Rodriguez Garcia 2018-01-29 10:37 ` Michael Olbrich 2018-01-29 11:55 ` Guillermo Rodriguez Garcia 2018-01-29 9:51 ` Guillermo Rodriguez Garcia
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox