Придобивки за персонала

2019-06-04 Thread Radoslav Dobrev
Здравейте! Нуждаете ли се от мотивационен пакет за персонала, който е удобен и привлекателен, както за работодателя, така и за служителите? В такъв случай Ви препоръчваме да обмислите използването на все по-популярните ваучери за храна - работодателят осигурява ваучери за определена сума, а сл

Re: [PATCH 09/10] docs: by default, build docs a lot faster with Sphinx >= 1.7

2019-06-04 Thread Jani Nikula
On Wed, 29 May 2019, Mauro Carvalho Chehab wrote: > Since Sphinx version 1.7, it is possible to use "-jauto" in > order to speedup documentation builds. On older versions, > while -j was already supported, one would need to set the > number of threads manually. > > So, if SPHINXOPTS is not provide

Re: [PATCH v2 2/3] ima: don't ignore INTEGRITY_UNKNOWN EVM status

2019-06-04 Thread James Bottomley
On Mon, 2019-06-03 at 16:44 +0200, Roberto Sassu wrote: > On 6/3/2019 4:31 PM, James Bottomley wrote: > > On Mon, 2019-06-03 at 16:29 +0200, Roberto Sassu wrote: [...] > > > How would you prevent root in the container from updating > > > security.ima? > > > > We don't. We only guarantee immutabil

Re: [lwn:docs-next 25/31] htmldocs: /bin/bash: ./scripts/sphinx-pre-install: No such file or directory

2019-06-04 Thread Mauro Carvalho Chehab
Em Thu, 30 May 2019 15:32:39 -0600 Jonathan Corbet escreveu: > On Fri, 31 May 2019 04:19:29 +0800 > kbuild test robot wrote: > > > tree: git://git.lwn.net/linux-2.6 docs-next > > head: a700767a7682d9bd237e927253274859aee075e7 > > commit: 9b88ad5464af1bf7228991f1c46a9a13484790a4 [25/31] > >

[PATCH 13/15] kbuild: add support for ensuring headers are self-contained

2019-06-04 Thread Masahiro Yamada
From: Jani Nikula Sometimes it's useful to be able to explicitly ensure certain headers remain self-contained, i.e. that they are compilable as standalone units, by including and/or forward declaring everything they depend on. Add special target header-test-y where individual Makefiles can add h

[PATCH 01/15] kbuild: remove headers_{install,check}_all

2019-06-04 Thread Masahiro Yamada
headers_install_all does not make much sense any more because different architectures export different set of uapi/linux/ headers. As you see in include/uapi/linux/Kbuild, the installation of a.out.h, kvm.h, and kvm_para.h is arch-dependent. So, headers_install_all repeats the installation/removal

[PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers

2019-06-04 Thread Masahiro Yamada
Multiple people have suggested to compile-test UAPI headers. Currently, Kbuild provides simple sanity checks by headers_check but they are not enough to catch bugs. The most recent patch I know is David Howells' work: https://patchwork.kernel.org/patch/10590203/ I agree that we need better tes

Re: [PATCH 13/22] docs: zh_CN: avoid duplicate citation references

2019-06-04 Thread Mauro Carvalho Chehab
Em Sun, 2 Jun 2019 23:01:21 +0800 Alex Shi escreveu: > On 2019/5/30 7:23 上午, Mauro Carvalho Chehab wrote: > > Documentation/process/management-style.rst:35: WARNING: duplicate label > > decisions, other instance in > > Documentation/translations/zh_CN/process/management-style.rst > >

Re: [PATCH RFC] Rough draft document on merging and rebasing

2019-06-04 Thread Geert Uytterhoeven
Hi Jon, On Thu, May 30, 2019 at 9:54 PM Jonathan Corbet wrote: > This is a first attempt at following through on last month's discussion > about common merging and rebasing errors. The hope here is to document > existing best practices rather than trying to define new ones. I've > certainly fai

Re: [PATCH 13/22] docs: zh_CN: avoid duplicate citation references

2019-06-04 Thread Mauro Carvalho Chehab
Em Tue, 4 Jun 2019 07:20:57 -0300 Mauro Carvalho Chehab escreveu: > Em Sun, 2 Jun 2019 23:01:21 +0800 > Alex Shi escreveu: > > > On 2019/5/30 7:23 上午, Mauro Carvalho Chehab wrote: > > > Documentation/process/management-style.rst:35: WARNING: duplicate > > > label decisions, other instanc

[PATCH] docs: Kbuild/Makefile: allow check for missing docs at build time

2019-06-04 Thread Mauro Carvalho Chehab
While this doesn't make sense for production Kernels, in order to avoid regressions when documents are touched, let's add a check target at the make file. Signed-off-by: Mauro Carvalho Chehab --- Jon, It is very common for people to shift things around and forget to rename the documentation fil

[PATCH v2] kbuild: add support for ensuring headers are self-contained

2019-06-04 Thread Jani Nikula
Sometimes it's useful to be able to explicitly ensure certain headers remain self-contained, i.e. that they are compilable as standalone units, by including and/or forward declaring everything they depend on. Add special target header-test-y where individual Makefiles can add headers to be tested

Re: [lwn:docs-next 25/31] htmldocs: /bin/bash: ./scripts/sphinx-pre-install: No such file or directory

2019-06-04 Thread Jonathan Corbet
On Tue, 4 Jun 2019 06:33:18 -0300 Mauro Carvalho Chehab wrote: > Hi Jon, > > The fix is incomplete... there are other occurrences of this > within the Makefile: Argh...at least I was on the right track :) I'll clean up the rest today. Thanks, jon

Re: [PATCH] doc:it_IT: fix file references

2019-06-04 Thread Mauro Carvalho Chehab
Em Thu, 30 May 2019 22:14:54 +0200 Federico Vaga escreveu: > Fix italian translation file references based on > `scripts/documentation-file-ref-check` output. > > Signed-off-by: Federico Vaga Reviewed-by: Mauro Carvalho Chehab > --- > .../it_IT/admin-guide/kernel-parameters.rst | 1

[PATCH v2 11/22] docs: it: license-rules.rst: get rid of warnings

2019-06-04 Thread Mauro Carvalho Chehab
There's a wrong identation on a code block, and it tries to use a reference that was not defined at the Italian translation. Documentation/translations/it_IT/process/license-rules.rst:329: WARNING: Literal block expected; none found. Documentation/translations/it_IT/process/license-rules.

[PATCH v2 03/22] docs: zh_CN: get rid of basic_profiling.txt

2019-06-04 Thread Mauro Carvalho Chehab
Changeset 5700d1974818 ("docs: Get rid of the "basic profiling" guide") removed an old basic-profiling.txt file that was not updated over the last 11 years and won't reflect the post-perf era. It makes no sense to keep its translation, so get rid of it too. Fixes: 5700d1974818 ("docs: Get rid of

[PATCH v2 18/22] docs: move protection-keys.rst to the core-api book

2019-06-04 Thread Mauro Carvalho Chehab
This document is used by multiple architectures: $ echo $(git grep -l pkey_mprotect arch|cut -d'/' -f 2|sort|uniq) alpha arm arm64 ia64 m68k microblaze mips parisc powerpc s390 sh sparc x86 xtensa So, let's move it to the core book and adjust the links to it accordingly. Signed

[PATCH v2 21/22] docs: isdn: remove hisax references from kernel-parameters.txt

2019-06-04 Thread Mauro Carvalho Chehab
The hisax driver got removed on 85993b8c9786 ("isdn: remove hisax driver"), but a left-over was kept at kernel-parameters.txt. Fixes: 85993b8c9786 ("isdn: remove hisax driver") Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/kernel-parameters.txt | 3 --- 1 file changed, 3 de

[PATCH v2 05/22] docs: bpf: get rid of two warnings

2019-06-04 Thread Mauro Carvalho Chehab
Documentation/bpf/btf.rst:154: WARNING: Unexpected indentation. Documentation/bpf/btf.rst:163: WARNING: Unexpected indentation. Signed-off-by: Mauro Carvalho Chehab Acked-by: Song Liu --- Documentation/bpf/btf.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/bpf/btf.rst b

[PATCH v2 00/22] Some documentation fixes

2019-06-04 Thread Mauro Carvalho Chehab
Fix several warnings and broken links. This series was generated against linux-next, but was rebased to be applied at docs-next. It should apply cleanly on either tree. There's a git tree with all of them applied on the top of docs/docs-next at: https://git.linuxtv.org/mchehab/experimental.git

[PATCH v2 16/22] docs: net: dpio-driver.rst: fix two codeblock warnings

2019-06-04 Thread Mauro Carvalho Chehab
Documentation/networking/device_drivers/freescale/dpaa2/dpio-driver.rst:43: WARNING: Definition list ends without a blank line; unexpected unindent. Documentation/networking/device_drivers/freescale/dpaa2/dpio-driver.rst:63: WARNING: Unexpected indentation. looking for now-outdated files.

[PATCH v2 06/22] docs: mark orphan documents as such

2019-06-04 Thread Mauro Carvalho Chehab
Sphinx doesn't like orphan documents: Documentation/accelerators/ocxl.rst: WARNING: document isn't included in any toctree Documentation/arm/stm32/overview.rst: WARNING: document isn't included in any toctree Documentation/arm/stm32/stm32f429-overview.rst: WARNING: document isn't in

[PATCH v2 20/22] dt: bindings: fix some broken links from txt->yaml conversion

2019-06-04 Thread Mauro Carvalho Chehab
Some new files got converted to yaml, but references weren't updated accordingly. Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/bindings/media/st,stm32-dcmi.txt | 2 +- Documentation/devicetree/bindings/sound/st,stm32-i2s.txt | 2 +- Documentation/devicetree/bindings/sound/s

[PATCH v2 13/22] docs: soundwire: locking: fix tags for a code-block

2019-06-04 Thread Mauro Carvalho Chehab
There's an ascii artwork at Example 1 whose code-block is not properly idented, causing those warnings. Documentation/driver-api/soundwire/locking.rst:50: WARNING: Inconsistent literal block quoting. Documentation/driver-api/soundwire/locking.rst:51: WARNING: Line block ends without a bl

[PATCH v2 08/22] gpu: i915.rst: Fix references to renamed files

2019-06-04 Thread Mauro Carvalho Chehab
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function Hardware workarounds ./drivers/gpu/drm/i915/intel_workarounds.c' failed with return code 1 WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function Logical Rings, Logical Ring Contexts and Execlists ./drivers/

[PATCH v2 01/22] ABI: sysfs-devices-system-cpu: point to the right docs

2019-06-04 Thread Mauro Carvalho Chehab
The cpuidle doc was split on two, one at the admin guide and another one at the driver API guide. Instead of pointing to a non-existent file, point to both (admin guide being the first one). Signed-off-by: Mauro Carvalho Chehab Acked-by: Rafael J. Wysocki --- Documentation/ABI/testing/sysfs-dev

[PATCH v2 07/22] docs: amd-memory-encryption.rst get rid of warnings

2019-06-04 Thread Mauro Carvalho Chehab
Get rid of those warnings: Documentation/virtual/kvm/amd-memory-encryption.rst:244: WARNING: Citation [white-paper] is not referenced. Documentation/virtual/kvm/amd-memory-encryption.rst:246: WARNING: Citation [amd-apm] is not referenced. Documentation/virtual/kvm/amd-memory-encrypti

[PATCH v2 14/22] docs: security: trusted-encrypted.rst: fix code-block tag

2019-06-04 Thread Mauro Carvalho Chehab
The code-block tag is at the wrong place, causing those warnings: Documentation/security/keys/trusted-encrypted.rst:112: WARNING: Literal block expected; none found. Documentation/security/keys/trusted-encrypted.rst:121: WARNING: Unexpected indentation. Documentation/security/keys/tr

[PATCH v2 12/22] docs: gpio: driver.rst: fix a bad tag

2019-06-04 Thread Mauro Carvalho Chehab
With ReST, [foo]_ means a reference to foo, causing this warning: Documentation/driver-api/gpio/driver.rst:419: WARNING: Unknown target name: "devm". Fix it by using a literal for the name. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/gpio/driver.rst | 2 +- 1 file ch

[PATCH v2 04/22] docs: mm: numaperf.rst: get rid of a build warning

2019-06-04 Thread Mauro Carvalho Chehab
When building it, it gets this warning: Documentation/admin-guide/mm/numaperf.rst:168: WARNING: Footnote [1] is not referenced. The problem is that this is not really a reference, as it is not mentioned within the documentation. Signed-off-by: Mauro Carvalho Chehab --- Documentation/a

[PATCH v2 09/22] docs: zh_CN: avoid duplicate citation references

2019-06-04 Thread Mauro Carvalho Chehab
Documentation/process/management-style.rst:35: WARNING: duplicate label decisions, other instance in Documentation/translations/zh_CN/process/management-style.rst Documentation/process/programming-language.rst:37: WARNING: duplicate citation c-language, other instance in Documen

[PATCH v2 17/22] docs: net: sja1105.rst: fix table format

2019-06-04 Thread Mauro Carvalho Chehab
There's a table there with produces two warnings when built with Sphinx: Documentation/networking/dsa/sja1105.rst:91: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/networking/dsa/sja1105.rst:91: WARNING: Block quote ends without a blank line; unexpect

[PATCH v2 02/22] isdn: mISDN: remove a bogus reference to a non-existing doc

2019-06-04 Thread Mauro Carvalho Chehab
The mISDN driver was added on those commits: 960366cf8dbb ("Add mISDN DSP") 1b2b03f8e514 ("Add mISDN core files") 04578dd330f1 ("Define AF_ISDN and PF_ISDN") e4ac9bc1f668 ("Add mISDN driver") None of them added a Documentation/isdn/mISDN.cert file. Also, whatever w

[PATCH v2 10/22] docs: vm: hmm.rst: fix some warnings

2019-06-04 Thread Mauro Carvalho Chehab
Documentation/vm/hmm.rst:292: WARNING: Unexpected indentation. Documentation/vm/hmm.rst:300: WARNING: Unexpected indentation. Signed-off-by: Mauro Carvalho Chehab --- Documentation/vm/hmm.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/vm/hmm.rst b

[PATCH v2 22/22] docs: Kbuild/Makefile: allow check for missing docs at build time

2019-06-04 Thread Mauro Carvalho Chehab
While this doesn't make sense for production Kernels, in order to avoid regressions when new documents are added, let's add a check target at the make file. For now, the only check it does is to verify if there isn't any documents with a broken link. Signed-off-by: Mauro Carvalho Chehab --- Doc

[PATCH v2 15/22] docs: security: core.rst: Fix several warnings

2019-06-04 Thread Mauro Carvalho Chehab
Multi-line literal markups only work when they're idented at the same level, with is not the case here: Documentation/security/keys/core.rst:1597: WARNING: Inline literal start-string without end-string. Documentation/security/keys/core.rst:1597: WARNING: Inline emphasis start-string witho

Re: [alsa-devel] [PATCH v2 13/22] docs: soundwire: locking: fix tags for a code-block

2019-06-04 Thread Pierre-Louis Bossart
On 6/4/19 9:17 AM, Mauro Carvalho Chehab wrote: There's an ascii artwork at Example 1 whose code-block is not properly idented, causing those warnings. Documentation/driver-api/soundwire/locking.rst:50: WARNING: Inconsistent literal block quoting. Documentation/driver-api/soundwire/lo

Re: [kbuild:kunit 14/17] htmldocs: include/kunit/kunit-stream.h:58: warning: Function parameter or member '2' not described in '__printf'

2019-06-04 Thread Brendan Higgins
On Mon, May 20, 2019 at 9:49 PM Randy Dunlap wrote: > > On 5/10/19 2:03 PM, Brendan Higgins wrote: > > On Thu, May 9, 2019 at 6:23 PM kbuild test robot wrote: > >> tree: > >> https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git > >> kunit > >> head: c505c0b2e6237c72963

[PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC

2019-06-04 Thread Enric Balletbo i Serra
That's a driver to talk with the ChromeOS Embedded Controller via a miscellaneous character device, it creates an entry in /dev for every instance and implements basic file operations for communicating with the Embedded Controller with an userspace application. The API is moved to the uapi folder,

Re: [PATCH v2 13/22] docs: soundwire: locking: fix tags for a code-block

2019-06-04 Thread Vinod Koul
On 04-06-19, 11:17, Mauro Carvalho Chehab wrote: > There's an ascii artwork at Example 1 whose code-block is not properly > idented, causing those warnings. > > Documentation/driver-api/soundwire/locking.rst:50: WARNING: Inconsistent > literal block quoting. > Documentation/driver-api/sou

Re: [PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC

2019-06-04 Thread Greg Kroah-Hartman
On Tue, Jun 04, 2019 at 05:20:12PM +0200, Enric Balletbo i Serra wrote: > That's a driver to talk with the ChromeOS Embedded Controller via a > miscellaneous character device, it creates an entry in /dev for every > instance and implements basic file operations for communicating with the > Embedded

Re: [PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC

2019-06-04 Thread Ezequiel Garcia
Hey Greg, > > + dev_info(&pdev->dev, "Created misc device /dev/%s\n", > > +data->misc.name); > > No need to be noisy, if all goes well, your code should be quiet. > I sometimes wonder about this being noise or not, so I will slightly hijack this thread for this discussion. >From

Re: [PATCH v2] kbuild: add support for ensuring headers are self-contained

2019-06-04 Thread Sam Ravnborg
On Tue, Jun 04, 2019 at 03:42:48PM +0300, Jani Nikula wrote: > Sometimes it's useful to be able to explicitly ensure certain headers > remain self-contained, i.e. that they are compilable as standalone > units, by including and/or forward declaring everything they depend on. > > Add special target

Re: [PATCH 01/15] kbuild: remove headers_{install,check}_all

2019-06-04 Thread Sam Ravnborg
On Tue, Jun 04, 2019 at 07:13:55PM +0900, Masahiro Yamada wrote: > headers_install_all does not make much sense any more because different > architectures export different set of uapi/linux/ headers. As you see > in include/uapi/linux/Kbuild, the installation of a.out.h, kvm.h, and > kvm_para.h is

Re: [PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC

2019-06-04 Thread Greg Kroah-Hartman
On Tue, Jun 04, 2019 at 01:58:38PM -0300, Ezequiel Garcia wrote: > Hey Greg, > > > > + dev_info(&pdev->dev, "Created misc device /dev/%s\n", > > > + data->misc.name); > > > > No need to be noisy, if all goes well, your code should be quiet. > > > > I sometimes wonder about this being n

Re: [PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC

2019-06-04 Thread Guenter Roeck
On Tue, Jun 4, 2019 at 11:35 AM Greg Kroah-Hartman wrote: > > On Tue, Jun 04, 2019 at 01:58:38PM -0300, Ezequiel Garcia wrote: > > Hey Greg, > > > > > > + dev_info(&pdev->dev, "Created misc device /dev/%s\n", > > > > + data->misc.name); > > > > > > No need to be noisy, if all goes well, y

Re: [PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC

2019-06-04 Thread Greg Kroah-Hartman
On Tue, Jun 04, 2019 at 11:39:21AM -0700, Guenter Roeck wrote: > On Tue, Jun 4, 2019 at 11:35 AM Greg Kroah-Hartman > wrote: > > > > On Tue, Jun 04, 2019 at 01:58:38PM -0300, Ezequiel Garcia wrote: > > > Hey Greg, > > > > > > > > + dev_info(&pdev->dev, "Created misc device /dev/%s\n", > > > > > +

Re: [PATCH RFC] Rough draft document on merging and rebasing

2019-06-04 Thread Jonathan Corbet
On Sat, 1 Jun 2019 11:42:48 -0400 "Theodore Ts'o" wrote: > Finally, I'm bit concerned about anything which states absolutes, > because there are people who tend to be real stickler for the rules, > and if they see something stated in absolute terms, they fail to > understand that there are except

Re: [PATCH RFC] Rough draft document on merging and rebasing

2019-06-04 Thread Geert Uytterhoeven
Hi Jon, On Tue, Jun 4, 2019 at 9:09 PM Jonathan Corbet wrote: > On Sat, 1 Jun 2019 11:42:48 -0400 > "Theodore Ts'o" wrote: > > Finally, I'm bit concerned about anything which states absolutes, > > because there are people who tend to be real stickler for the rules, > > and if they see something

[PATCH v2] Add a document on rebasing and merging

2019-06-04 Thread Jonathan Corbet
Every merge window seems to involve at least one episode where subsystem maintainers don't manage their trees as Linus would like. Document the expectations so that at least he has something to point people to. Acked-by: David Rientjes Signed-off-by: Jonathan Corbet --- Changes in v2: - Try t

Re: [PATCH v4 1/2] fTPM: firmware TPM running in TEE

2019-06-04 Thread Sasha Levin
On Tue, Jun 04, 2019 at 11:45:52AM +0530, Sumit Garg wrote: On Thu, 30 May 2019 at 20:58, Sasha Levin wrote: + /* Open context with TEE driver */ + pvt_data->ctx = tee_client_open_context(NULL, ftpm_tee_match, NULL, + NULL); + if (

Re: [PATCH RFC] Rough draft document on merging and rebasing

2019-06-04 Thread Theodore Ts'o
On Tue, Jun 04, 2019 at 01:08:37PM -0600, Jonathan Corbet wrote: > On Sat, 1 Jun 2019 11:42:48 -0400 > "Theodore Ts'o" wrote: > > > Finally, I'm bit concerned about anything which states absolutes, > > because there are people who tend to be real stickler for the rules, > > and if they see someth

Re: [PATCH v2 11/22] docs: it: license-rules.rst: get rid of warnings

2019-06-04 Thread Federico Vaga
On Tuesday, June 4, 2019 4:17:45 PM CEST Mauro Carvalho Chehab wrote: > There's a wrong identation on a code block, and it tries to use > a reference that was not defined at the Italian translation. > > Documentation/translations/it_IT/process/license-rules.rst:329: WARNING: > Literal block ex

Re: [PATCH v2] Add a document on rebasing and merging

2019-06-04 Thread Theodore Ts'o
On Tue, Jun 04, 2019 at 01:48:35PM -0600, Jonathan Corbet wrote: > + > +Maintaining a subsystem, as a general rule, requires a familiarity with > the +Git source-code management system. Git is a powerful tool with a lot > of +features; as is often the case with such tools, there are right and > wr

Re: [PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers

2019-06-04 Thread Masahiro Yamada
On Tue, Jun 4, 2019 at 7:15 PM Masahiro Yamada wrote: > > > Multiple people have suggested to compile-test UAPI headers. > > Currently, Kbuild provides simple sanity checks by headers_check > but they are not enough to catch bugs. > > The most recent patch I know is David Howells' work: > https://

Re: [PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC

2019-06-04 Thread Lee Jones
On Tue, 04 Jun 2019, Greg Kroah-Hartman wrote: > On Tue, Jun 04, 2019 at 11:39:21AM -0700, Guenter Roeck wrote: > > On Tue, Jun 4, 2019 at 11:35 AM Greg Kroah-Hartman > > wrote: > > > > > > On Tue, Jun 04, 2019 at 01:58:38PM -0300, Ezequiel Garcia wrote: > > > > Hey Greg, > > > > > > > > > > + dev