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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 09 May 2018 11:54:06 +0200
From:   "Rafael J. Wysocki" <rjw@...ysocki.net>
To:     Laszlo Toth <laszlth@...il.com>
Cc:     Len Brown <lenb@...nel.org>, linux-acpi@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ACPI: add missing newline to printk

On Tuesday, April 10, 2018 7:10:38 PM CEST Laszlo Toth wrote:
> ...and restore reverse xmas tree while at it.
> 
> Signed-off-by: Laszlo Toth <laszlth@...il.com>
> ---
>  drivers/acpi/reboot.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/acpi/reboot.c b/drivers/acpi/reboot.c
> index 71769fd..6fa9c2a 100644
> --- a/drivers/acpi/reboot.c
> +++ b/drivers/acpi/reboot.c
> @@ -8,8 +8,8 @@ void acpi_reboot(void)
>  {
>  	struct acpi_generic_address *rr;
>  	struct pci_bus *bus0;
> -	u8 reset_value;
>  	unsigned int devfn;
> +	u8 reset_value;
>  
>  	if (acpi_disabled)
>  		return;
> @@ -40,7 +40,7 @@ void acpi_reboot(void)
>  		/* Form PCI device/function pair. */
>  		devfn = PCI_DEVFN((rr->address >> 32) & 0xffff,
>  				  (rr->address >> 16) & 0xffff);
> -		printk(KERN_DEBUG "Resetting with ACPI PCI RESET_REG.");
> +		printk(KERN_DEBUG "Resetting with ACPI PCI RESET_REG.\n");
>  		/* Write the value that resets us. */
>  		pci_bus_write_config_byte(bus0, devfn,
>  				(rr->address & 0xffff), reset_value);
> 

Applied, thanks!


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ