Re: [PATCH v5 0/3] modversions: redefine kcrctab entries as 32-bit values

2017-02-03 Thread Linus Torvalds
On Fri, Feb 3, 2017 at 1:54 AM, Ard Biesheuvel wrote: > This v4 is a followup to [0] 'modversions: redefine kcrctab entries as > relative CRC pointers' [...] ok, I have this in a local branch now, assuming it passes my (admittedly fairly superficial) testing I'll merge

Re: [PATCH v5 0/3] modversions: redefine kcrctab entries as 32-bit values

2017-02-03 Thread Linus Torvalds
On Fri, Feb 3, 2017 at 1:54 AM, Ard Biesheuvel wrote: > This v4 is a followup to [0] 'modversions: redefine kcrctab entries as > relative CRC pointers' [...] ok, I have this in a local branch now, assuming it passes my (admittedly fairly superficial) testing I'll merge it so that we can put this

[PATCH v5 0/3] modversions: redefine kcrctab entries as 32-bit values

2017-02-03 Thread Ard Biesheuvel
This v4 is a followup to [0] 'modversions: redefine kcrctab entries as relative CRC pointers', but since relative CRC pointers do not work in modules, and are actually only needed by powerpc with CONFIG_RELOCATABLE=y, I have made it a Kconfig selectable feature instead. Patch #1 introduces the

[PATCH v5 0/3] modversions: redefine kcrctab entries as 32-bit values

2017-02-03 Thread Ard Biesheuvel
This v4 is a followup to [0] 'modversions: redefine kcrctab entries as relative CRC pointers', but since relative CRC pointers do not work in modules, and are actually only needed by powerpc with CONFIG_RELOCATABLE=y, I have made it a Kconfig selectable feature instead. Patch #1 introduces the

Re: modversions: redefine kcrctab entries as 32-bit values

2017-02-03 Thread Ard Biesheuvel
On 3 February 2017 at 05:09, Jessica Yu wrote: > +++ Jessica Yu [02/02/17 22:54 -0500]: >> >> +++ Ard Biesheuvel [24/01/17 16:16 +]: >>> >>> This v4 is a followup to [0] 'modversions: redefine kcrctab entries as >>> relative CRC pointers', but since relative CRC pointers do

Re: modversions: redefine kcrctab entries as 32-bit values

2017-02-03 Thread Ard Biesheuvel
On 3 February 2017 at 05:09, Jessica Yu wrote: > +++ Jessica Yu [02/02/17 22:54 -0500]: >> >> +++ Ard Biesheuvel [24/01/17 16:16 +]: >>> >>> This v4 is a followup to [0] 'modversions: redefine kcrctab entries as >>> relative CRC pointers', but since relative CRC pointers do not work in >>>

Re: modversions: redefine kcrctab entries as 32-bit values

2017-02-02 Thread Jessica Yu
+++ Jessica Yu [02/02/17 22:54 -0500]: +++ Ard Biesheuvel [24/01/17 16:16 +]: This v4 is a followup to [0] 'modversions: redefine kcrctab entries as relative CRC pointers', but since relative CRC pointers do not work in modules, and are actually only needed by powerpc with

Re: modversions: redefine kcrctab entries as 32-bit values

2017-02-02 Thread Jessica Yu
+++ Jessica Yu [02/02/17 22:54 -0500]: +++ Ard Biesheuvel [24/01/17 16:16 +]: This v4 is a followup to [0] 'modversions: redefine kcrctab entries as relative CRC pointers', but since relative CRC pointers do not work in modules, and are actually only needed by powerpc with

Re: modversions: redefine kcrctab entries as 32-bit values

2017-02-02 Thread Jessica Yu
+++ Ard Biesheuvel [24/01/17 16:16 +]: This v4 is a followup to [0] 'modversions: redefine kcrctab entries as relative CRC pointers', but since relative CRC pointers do not work in modules, and are actually only needed by powerpc with CONFIG_RELOCATABLE=y, I have made it a Kconfig selectable

Re: modversions: redefine kcrctab entries as 32-bit values

2017-02-02 Thread Jessica Yu
+++ Ard Biesheuvel [24/01/17 16:16 +]: This v4 is a followup to [0] 'modversions: redefine kcrctab entries as relative CRC pointers', but since relative CRC pointers do not work in modules, and are actually only needed by powerpc with CONFIG_RELOCATABLE=y, I have made it a Kconfig selectable

Re: [PATCH v4 0/2] modversions: redefine kcrctab entries as 32-bit values

2017-01-27 Thread Ard Biesheuvel
On 24 January 2017 at 16:16, Ard Biesheuvel wrote: > This v4 is a followup to [0] 'modversions: redefine kcrctab entries as > relative CRC pointers', but since relative CRC pointers do not work in > modules, and are actually only needed by powerpc with

Re: [PATCH v4 0/2] modversions: redefine kcrctab entries as 32-bit values

2017-01-27 Thread Ard Biesheuvel
On 24 January 2017 at 16:16, Ard Biesheuvel wrote: > This v4 is a followup to [0] 'modversions: redefine kcrctab entries as > relative CRC pointers', but since relative CRC pointers do not work in > modules, and are actually only needed by powerpc with CONFIG_RELOCATABLE=y, > I have made it a

[PATCH v4 0/2] modversions: redefine kcrctab entries as 32-bit values

2017-01-24 Thread Ard Biesheuvel
This v4 is a followup to [0] 'modversions: redefine kcrctab entries as relative CRC pointers', but since relative CRC pointers do not work in modules, and are actually only needed by powerpc with CONFIG_RELOCATABLE=y, I have made it a Kconfig selectable feature instead. Patch #1 introduces the

[PATCH v4 0/2] modversions: redefine kcrctab entries as 32-bit values

2017-01-24 Thread Ard Biesheuvel
This v4 is a followup to [0] 'modversions: redefine kcrctab entries as relative CRC pointers', but since relative CRC pointers do not work in modules, and are actually only needed by powerpc with CONFIG_RELOCATABLE=y, I have made it a Kconfig selectable feature instead. Patch #1 introduces the