[PATCH 1/2] kbuild: remove clean-dirs syntax

2019-08-24 Thread Masahiro Yamada
The only the difference between clean-files and clean-dirs is the -r option passed to the 'rm' command. You can always pass -r, and then remove the clean-dirs syntax. Signed-off-by: Masahiro Yamada --- Documentation/kbuild/makefiles.rst | 16 scripts/Makefile.clean

Re: [PATCH v1 1/2] vsprintf: introduce %dE for error constants

2019-08-24 Thread Andrew Morton
(cc printk maintainers). On Sun, 25 Aug 2019 01:37:23 +0200 Uwe Kleine-König wrote: > pr_info("probing failed (%dE)\n", ret); > > expands to > > probing failed (EIO) > > if ret holds -EIO (or EIO). This introduces an array of error codes. If > the error code is missing, %dE fal

[PATCH v1 2/2] gpiolib: print an error name instead of a plain number in error string

2019-08-24 Thread Uwe Kleine-König
This is an example that makes use of the just introduced printk format %dE that prints (e.g.) "EIO" when the matching integer is -EIO (or EIO). Signed-off-by: Uwe Kleine-König --- drivers/gpio/gpiolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpiolib.c b/

[PATCH v1 1/2] vsprintf: introduce %dE for error constants

2019-08-24 Thread Uwe Kleine-König
pr_info("probing failed (%dE)\n", ret); expands to probing failed (EIO) if ret holds -EIO (or EIO). This introduces an array of error codes. If the error code is missing, %dE falls back to %d and so prints the plain number. Signed-off-by: Uwe Kleine-König --- Hello there are m

Re: [PATCH v2] Ext4 documentation fixes.

2019-08-24 Thread Theodore Y. Ts'o
On Sat, Aug 24, 2019 at 03:24:53PM -0600, Jonathan Corbet wrote: > I've applied this to the docs tree. > > However, Ayush: the patch was rather badly corrupted by your mail client. > I managed to fix it up, but please in the future verify that you can email > a patch to yourself and apply it befor

Re: [tip: x86/urgent] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h

2019-08-24 Thread H. Peter Anvin
On 8/24/19 11:19 AM, Pavel Machek wrote: > On Fri 2019-08-23 01:10:49, tip-bot2 for Tom Lendacky wrote: >> The following commit has been merged into the x86/urgent branch of tip: >> >> Commit-ID: c49a0a80137c7ca7d6ced4c812c9e07a949f6f24 >> Gitweb: >> https://git.kernel.org/tip/c49a0a801

Re: [PATCH v2] Ext4 documentation fixes.

2019-08-24 Thread Jonathan Corbet
On Thu, 15 Aug 2019 09:16:23 -0700 Andreas Dilger wrote: > On Aug 15, 2019, at 09:11, Ayush Ranjan wrote: > > > > This commit aims to fix the following issues in ext4 documentation: > > - Flexible block group docs said that the aim was to group block > > metadata together instead of block gro

Re: [PATCH] docs: process: fix broken link

2019-08-24 Thread Jonathan Corbet
On Fri, 16 Aug 2019 13:22:09 +0100 Jacob Huisman wrote: > http://linux.yyz.us/patch-format.html seems to be down since > approximately September 2018. There is a working archive copy on > arhive.org. Replaced the links in documenation + translations. > > Signed-off-by: Jacob Huisman > --- > Do

Re: [PATCH v2 1/1] counter: cros_ec: Add synchronization sensor

2019-08-24 Thread kbuild test robot
Hi Fabien, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc5 next-20190823] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Fab

Re: [tip: x86/urgent] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h

2019-08-24 Thread Borislav Petkov
On Sat, Aug 24, 2019 at 09:50:28AM -0400, Sasha Levin wrote: > Why is this being removed (along with supporting code)? This was only a temporary bug in the new tip-bot which is fixed now. The commit in tip is fine: c49a0a80137c ("x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h") -- Re

Re: [tip: x86/urgent] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h

2019-08-24 Thread Pavel Machek
On Fri 2019-08-23 01:10:49, tip-bot2 for Tom Lendacky wrote: > The following commit has been merged into the x86/urgent branch of tip: > > Commit-ID: c49a0a80137c7ca7d6ced4c812c9e07a949f6f24 > Gitweb: > https://git.kernel.org/tip/c49a0a80137c7ca7d6ced4c812c9e07a949f6f24 > Author:

Re: [tip: x86/urgent] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h

2019-08-24 Thread Sasha Levin
On Fri, Aug 23, 2019 at 01:10:49AM -, tip-bot2 for Tom Lendacky wrote: The following commit has been merged into the x86/urgent branch of tip: Commit-ID: c49a0a80137c7ca7d6ced4c812c9e07a949f6f24 Gitweb: https://git.kernel.org/tip/c49a0a80137c7ca7d6ced4c812c9e07a949f6f24 Author: