Re: Problem with MODULE_SIG=y

2016-06-15 Thread Jiri Pirko
Wed, Jun 15, 2016 at 05:47:45PM CEST, jwbo...@fedoraproject.org wrote: >On Wed, Jun 15, 2016 at 11:29 AM, Jiri Pirko wrote: >> Wed, Jun 15, 2016 at 05:22:23PM CEST, ido...@idosch.org wrote: >>>Wed, Jun 15, 2016 at 06:15:29PM IDT, labb...@redhat.com wrote: On 06/15/2016 02:55 AM, Ido Schimmel w

[PATCHv2] rpmbuild combination for bare minimum custom kernel

2016-06-15 Thread Miguel Flores Silverio
Signed-off-by: Miguel Flores Silverio --- scripts/fast-build.sh | 13 + 1 file changed, 13 insertions(+) create mode 100755 scripts/fast-build.sh diff --git a/scripts/fast-build.sh b/scripts/fast-build.sh new file mode 100755 index 000..1430fed --- /dev/null +++ b/scripts/fast-b

[PATCHv3] Script to generate perf-man tarball

2016-06-15 Thread Miguel Flores Silverio
Signed-off-by: Miguel Flores Silverio --- scripts/generate-perf-man.sh | 36 1 file changed, 36 insertions(+) create mode 100755 scripts/generate-perf-man.sh diff --git a/scripts/generate-perf-man.sh b/scripts/generate-perf-man.sh new file mode 100755 index

Re: Problem with MODULE_SIG=y

2016-06-15 Thread Peter Robinson
> Hi, > > I work on a driver (drivers/net/ethernet/mellanox/mlxsw) that is made up > of three modules: mlxsw_pci, mlxsw_core and a third module that is > loaded by mlxsw_core according to the probed PCI device ID via > request_module(). However, this function fails with rawh

Re: Problem with MODULE_SIG=y

2016-06-15 Thread Josh Boyer
On Wed, Jun 15, 2016 at 11:29 AM, Jiri Pirko wrote: > Wed, Jun 15, 2016 at 05:22:23PM CEST, ido...@idosch.org wrote: >>Wed, Jun 15, 2016 at 06:15:29PM IDT, labb...@redhat.com wrote: >>>On 06/15/2016 02:55 AM, Ido Schimmel wrote: Hi, I work on a driver (drivers/net/ethernet/mellanox/

Re: Problem with MODULE_SIG=y

2016-06-15 Thread Jiri Pirko
Wed, Jun 15, 2016 at 05:22:23PM CEST, ido...@idosch.org wrote: >Wed, Jun 15, 2016 at 06:15:29PM IDT, labb...@redhat.com wrote: >>On 06/15/2016 02:55 AM, Ido Schimmel wrote: >>> Hi, >>> >>> I work on a driver (drivers/net/ethernet/mellanox/mlxsw) that is made up >>> of three modules: mlxsw_pci, mlxs

Re: Problem with MODULE_SIG=y

2016-06-15 Thread Ido Schimmel
Wed, Jun 15, 2016 at 06:15:29PM IDT, labb...@redhat.com wrote: >On 06/15/2016 02:55 AM, Ido Schimmel wrote: >> Hi, >> >> I work on a driver (drivers/net/ethernet/mellanox/mlxsw) that is made up >> of three modules: mlxsw_pci, mlxsw_core and a third module that is >> loaded by mlxsw_core according t

Re: Problem with MODULE_SIG=y

2016-06-15 Thread Laura Abbott
On 06/15/2016 02:55 AM, Ido Schimmel wrote: Hi, I work on a driver (drivers/net/ethernet/mellanox/mlxsw) that is made up of three modules: mlxsw_pci, mlxsw_core and a third module that is loaded by mlxsw_core according to the probed PCI device ID via request_module(). However, this function fail

Problem with MODULE_SIG=y

2016-06-15 Thread Ido Schimmel
Hi, I work on a driver (drivers/net/ethernet/mellanox/mlxsw) that is made up of three modules: mlxsw_pci, mlxsw_core and a third module that is loaded by mlxsw_core according to the probed PCI device ID via request_module(). However, this function fails with rawhide kernels during boot. While deb