lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 7 Sep 2008 20:21:24 +0200 From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com> To: Borislav Petkov <petkovbb@...glemail.com> Cc: linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org, Borislav Petkov <petkovbb@...il.com> Subject: Re: [PATCH 2/2] ide-cd: add a debug_mask module parameter On Saturday 23 August 2008, Borislav Petkov wrote: > Signed-off-by: Borislav Petkov <petkovbb@...il.com> applied > --- > drivers/ide/ide-cd.c | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c > index cca1011..5e0b9cd 100644 > --- a/drivers/ide/ide-cd.c > +++ b/drivers/ide/ide-cd.c > @@ -53,6 +53,8 @@ > > #include "ide-cd.h" > > +static unsigned long debug_mask = 0x0; No need to zero it, I fixed it and moved debug_mask next to module_param(). -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists