Re: Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-21 Thread Greg Kroah-Hartman
On Mon, Jan 22, 2018 at 11:19:36AM +0800, wang_q...@venustech.com.cn wrote: > > I has recvied a cve-id from mitre.org for this security bug . > should this cve-id( CVE-2018-5750) be mentioned in kernel change log? Only if Rafael wants to hand-edit the patch, it's not really needed for a kernel

Re: Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-21 Thread Greg Kroah-Hartman
On Mon, Jan 22, 2018 at 11:19:36AM +0800, wang_q...@venustech.com.cn wrote: > > I has recvied a cve-id from mitre.org for this security bug . > should this cve-id( CVE-2018-5750) be mentioned in kernel change log? Only if Rafael wants to hand-edit the patch, it's not really needed for a kernel

Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-20 Thread Greg Kroah-Hartman
On Sat, Jan 20, 2018 at 09:03:33AM +0100, Rafael J. Wysocki wrote: > On Sat, Jan 20, 2018 at 8:36 AM, Greg Kroah-Hartman > wrote: > > On Sat, Jan 20, 2018 at 12:53:39AM +0100, Rafael J. Wysocki wrote: > >> On Fri, Jan 19, 2018 at 10:06 AM, Greg Kroah-Hartman > >>

Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-20 Thread Greg Kroah-Hartman
On Sat, Jan 20, 2018 at 09:03:33AM +0100, Rafael J. Wysocki wrote: > On Sat, Jan 20, 2018 at 8:36 AM, Greg Kroah-Hartman > wrote: > > On Sat, Jan 20, 2018 at 12:53:39AM +0100, Rafael J. Wysocki wrote: > >> On Fri, Jan 19, 2018 at 10:06 AM, Greg Kroah-Hartman > >> wrote: > >> > There's no need to

Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-20 Thread Rafael J. Wysocki
On Sat, Jan 20, 2018 at 8:36 AM, Greg Kroah-Hartman wrote: > On Sat, Jan 20, 2018 at 12:53:39AM +0100, Rafael J. Wysocki wrote: >> On Fri, Jan 19, 2018 at 10:06 AM, Greg Kroah-Hartman >> wrote: >> > There's no need to be printing a raw

Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-20 Thread Rafael J. Wysocki
On Sat, Jan 20, 2018 at 8:36 AM, Greg Kroah-Hartman wrote: > On Sat, Jan 20, 2018 at 12:53:39AM +0100, Rafael J. Wysocki wrote: >> On Fri, Jan 19, 2018 at 10:06 AM, Greg Kroah-Hartman >> wrote: >> > There's no need to be printing a raw kernel pointer to the kernel log at >> > every boot. So

Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-19 Thread Greg Kroah-Hartman
On Sat, Jan 20, 2018 at 12:53:39AM +0100, Rafael J. Wysocki wrote: > On Fri, Jan 19, 2018 at 10:06 AM, Greg Kroah-Hartman > wrote: > > There's no need to be printing a raw kernel pointer to the kernel log at > > every boot. So just remove it, and change the whole

Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-19 Thread Greg Kroah-Hartman
On Sat, Jan 20, 2018 at 12:53:39AM +0100, Rafael J. Wysocki wrote: > On Fri, Jan 19, 2018 at 10:06 AM, Greg Kroah-Hartman > wrote: > > There's no need to be printing a raw kernel pointer to the kernel log at > > every boot. So just remove it, and change the whole message to use the > > correct

Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-19 Thread Rafael J. Wysocki
On Fri, Jan 19, 2018 at 10:06 AM, Greg Kroah-Hartman wrote: > There's no need to be printing a raw kernel pointer to the kernel log at > every boot. So just remove it, and change the whole message to use the > correct dev_info() call at the same time. > > Reported-by:

Re: ACPI: sbshc: remove raw pointer from printk message

2018-01-19 Thread Rafael J. Wysocki
On Fri, Jan 19, 2018 at 10:06 AM, Greg Kroah-Hartman wrote: > There's no need to be printing a raw kernel pointer to the kernel log at > every boot. So just remove it, and change the whole message to use the > correct dev_info() call at the same time. > > Reported-by: Wang Qize > Cc: stable I