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-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNARRsx+bTOW+y-u8z91NvBZfC9HMbB0i1if+SbjMh=vNpA@mail.gmail.com>
Date:   Wed, 23 Dec 2020 01:47:55 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: [GIT PULL 2/2] Kconfig updates for v5.11-rc1

Hi Linus,

Please pull Kconfig updates for v5.11
Thanks.


The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f:

  Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kconfig-v5.11

for you to fetch changes up to 90d39628ac799e93c0f7a56763eed5029632f1ba:

  kconfig: doc: fix $(fileno) to $(filename) (2020-12-21 16:01:44 +0900)

----------------------------------------------------------------
Kconfig updates for v5.11

 - Support only Qt5 for qconf

 - Validate signal/slot connection at compile time of qconf

 - Sanitize header includes

----------------------------------------------------------------
Boris Kolpackov (2):
      kconfig: make lkc.h self-sufficient #include-wise
      kconfig: clean up header inclusion

Masahiro Yamada (6):
      kconfig: qconf: drop Qt4 support
      kconfig: qconf: use a variable to pass packages to pkg-config
      kconfig: qconf: convert to Qt5 new signal/slot connection syntax
      kconfig: qconf: show Qt version in the About dialog
      kconfig: fix return value of do_error_if()
      kconfig: doc: fix $(fileno) to $(filename)

 Documentation/kbuild/kconfig-macro-language.rst |   2 +-
 scripts/kconfig/conf.c                          |   1 -
 scripts/kconfig/confdata.c                      |   1 +
 scripts/kconfig/lexer.l                         |   1 -
 scripts/kconfig/lkc.h                           |   4 +
 scripts/kconfig/preprocess.c                    |   2 +-
 scripts/kconfig/qconf-cfg.sh                    |  14 +--
 scripts/kconfig/qconf.cc                        | 145 +++++++++++++---------
 scripts/kconfig/symbol.c                        |   2 +-
 9 files changed, 95 insertions(+), 77 deletions(-)

-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ