ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: Alexey Sheplyakov <asheplyakov@basealt.ru>
To: devel-kernel@lists.altlinux.org
Subject: [d-kernel] Ядро altlinux-5.18.y с поддержкой СнК Байкал-М
Date: Mon, 23 May 2022 22:19:33 +0400
Message-ID: <YovQNTwf77VYNpN2@asheplyakov-rocket> (raw)

Здравствуйте!

Собственно subj. Перенёс ALT'овые патчи из 5.17 (aka un-def), добавил
патчи для поддержки СнК Байкал-М.

Доступно здесь:

git+ssh://git.altlinux.org/people/asheplyakov/linux.git altlinux-5.18.y
https://github.com/asheplyakov/linux.git altlinux-5.18.y

$ git log --pretty='%h %s' --reverse v5.18..altlinux-5.18.y
3b76033d69ce AltHa LSM module
08571583d525 Documentation for AltHa LSM
31ce36ce1bb8 kiosk: implement kiosk module
39ce0c62479a Add ability to disable idmapped mounts
ecdf02526c27 pci: Enable overrides for missing ACS capabilities (5.6.9+)
f2dcadfa4fbf kmod: pass -b option to /sbin/modprobe (by ldv@)
32817f3a9248 get_arg_page: limit argv+env strings size for AT_SECURE programs
d84b7d935929 proc: restrict access to /proc/interrupts
9b3fe2245334 Revert "audit: normalize NETFILTER_PKT"
eed9be135b1d Revert "Audit: remove unused audit_log_secctx function"
b0289ab120aa sysctl: allow CLONE_NEWUSER to be disabled
9ae84fbcac65 kernel/user_namespace.c: enable CLONE_NEWUSER restriction by default
9eaaa64670b8 Add support for debian-specific kernel.unprivileged_userns_clone parameter
802d157601ff clk: added Baikal-M clock management unit driver
2568dda03397 cpufreq-dt: don't load on Baikal-M SoC
05c14aa824cd [rejected] serial: 8250_dw: verify clock rate in dw8250_set_termios
72b91cef3df6 usb: dwc3: of-simple: added compatible string for Baikal-M SoC
9788406d49eb arm64: Enable armv8 based Baikal-M SoC support
bad7f72920c0 arm64-stub: fixed secondary cores boot on Baikal-M SoC
93439f89c791 efi-rtc: avoid calling efi.get_time on Baikal-M SoC
9765b114522c pm: disable all sleep states on Baikal-M based boards
955fba50b85a net: fwnode_get_phy_id: consider all compatible strings
9f721a1caf39 net: stmmac: inital support of Baikal-T1/M SoCs GMAC
011df2ca0eb4 dt-bindings: dwmac: Add bindings for Baikal-T1/M SoCs
b87d2a3b735d net: stmmac: custom mdio reset for some Baikal-M boards
cd7b28e754bb net: dwmac-baikal: added compatible strings...
83e9948c080f Added TF307/TF306 board management controller driver
2c873ed48018 hwmon: bt1-pvt: access registers via pvt_{readl,writel} helpers
e565b5787118 hwmon: bt1-pvt: define pvt_readl/pvt_writel for Baikal-M SoC
67f230a34594 hwmon: bt1-pvt: adjusted probing for Baikal-M SoC
484d128b67be hwmon: bt1-pvt: added compatible baikal,pvt
d1260a425ab0 drm: new bridge driver - stdp4028
a0b869e0d8e5 drm: added Baikal-M SoC video display unit driver
d7a450ca1e1b drm: dw-hdmi-ahb-audio: support Baikal-M SoC
ce95263c7965 drm/panfrost: forcibly set dma-coherent on Baikal-M
2887862b5be4 drm/panfrost: disable devfreq on Baikal-M
67fdc870b66e ALSA: hda: Baikal-M support
6fd39076f61c (BROKEN) dwc-i2s: support Baikal-M SoC
7c4236828a6e input: added TF307 serio PS/2 emulator driver
2323934e86b2 arm64: defconfig for Baikal-M testing
6c4ecc378feb Added configs from kernel-image-un-def-5.17.9-alt2

 Documentation/admin-guide/LSM/AltHa.rst               |  101 
 Documentation/admin-guide/LSM/index.rst               |    1 
 Documentation/admin-guide/kernel-parameters.txt       |    8 
 Documentation/admin-guide/sysctl/kernel.rst           |   16 
 Documentation/devicetree/bindings/net/snps,dwmac.yaml |    1 
 arch/arm64/Kconfig.platforms                          |   13 
 arch/arm64/configs/baikal_minimal_defconfig           | 5218 ++++++++
 config                                                |10691 ++++++++++++++++++
 config-aarch64                                        | 1593 ++
 config-armh                                           | 2382 ++++
 config-debug                                          |   81 
 config-i586                                           |   51 
 config-pae                                            |   17 
 config-ppc64le                                        |  463 
 config-x86_64                                         |    1 
 drivers/clk/Makefile                                  |    1 
 drivers/clk/baikal-m/Makefile                         |    1 
 drivers/clk/baikal-m/clk-baikal.c                     |  355 
 drivers/cpufreq/cpufreq-dt-platdev.c                  |    2 
 drivers/firmware/efi/libstub/arm64-stub.c             |   62 
 drivers/gpu/drm/Kconfig                               |    1 
 drivers/gpu/drm/Makefile                              |    1 
 drivers/gpu/drm/baikal/Kconfig                        |   15 
 drivers/gpu/drm/baikal/Makefile                       |   10 
 drivers/gpu/drm/baikal/baikal-hdmi.c                  |  119 
 drivers/gpu/drm/baikal/baikal_vdu_connector.c         |  118 
 drivers/gpu/drm/baikal/baikal_vdu_crtc.c              |  345 
 drivers/gpu/drm/baikal/baikal_vdu_debugfs.c           |   87 
 drivers/gpu/drm/baikal/baikal_vdu_drm.h               |   65 
 drivers/gpu/drm/baikal/baikal_vdu_drv.c               |  364 
 drivers/gpu/drm/baikal/baikal_vdu_plane.c             |  209 
 drivers/gpu/drm/baikal/baikal_vdu_regs.h              |  139 
 drivers/gpu/drm/bridge/Kconfig                        |   15 
 drivers/gpu/drm/bridge/Makefile                       |    1 
 drivers/gpu/drm/bridge/stdp4028.c                     |  486 
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c   |  106 
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-audio.h       |    1 
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c             |    6 
 drivers/gpu/drm/panfrost/panfrost_devfreq.c           |    4 
 drivers/gpu/drm/panfrost/panfrost_drv.c               |    4 
 drivers/hwmon/Kconfig                                 |    7 
 drivers/hwmon/bt1-pvt.c                               |  139 
 drivers/hwmon/bt1-pvt.h                               |    8 
 drivers/input/serio/Kconfig                           |   10 
 drivers/input/serio/Makefile                          |    1 
 drivers/input/serio/tp_serio.c                        |  748 +
 drivers/misc/Kconfig                                  |   18 
 drivers/misc/Makefile                                 |    1 
 drivers/misc/tp_bmc.c                                 |  747 +
 drivers/net/ethernet/stmicro/stmmac/Kconfig           |   11 
 drivers/net/ethernet/stmicro/stmmac/Makefile          |    1 
 drivers/net/ethernet/stmicro/stmmac/dwmac-baikal.c    |  216 
 drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c  |    1 
 drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.c   |   46 
 drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.h   |   26 
 drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c       |    8 
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c     |   63 
 drivers/net/phy/phy_device.c                          |   41 
 drivers/pci/quirks.c                                  |  102 
 drivers/rtc/rtc-efi.c                                 |    9 
 drivers/tty/serial/8250/8250_dw.c                     |    5 
 drivers/usb/dwc3/dwc3-of-simple.c                     |    2 
 fs/Kconfig                                            |    7 
 fs/exec.c                                             |   30 
 fs/namespace.c                                        |   11 
 fs/proc/interrupts.c                                  |    2 
 include/linux/audit.h                                 |    8 
 kernel/audit.c                                        |   26 
 kernel/kmod.c                                         |   11 
 kernel/power/suspend.c                                |   12 
 kernel/sysctl.c                                       |   66 
 kernel/user_namespace.c                               |    8 
 net/netfilter/xt_AUDIT.c                              |  124 
 security/Kconfig                                      |    4 
 security/Makefile                                     |    2 
 security/altha/Kconfig                                |   11 
 security/altha/Makefile                               |    3 
 security/altha/altha_lsm.c                            |  351 
 security/kiosk/Kconfig                                |    9 
 security/kiosk/Makefile                               |    3 
 security/kiosk/kiosk-test.sh                          |  252 
 security/kiosk/kiosk_lsm.c                            |  337 
 sound/hda/hdac_controller.c                           |   19 
 sound/pci/hda/Kconfig                                 |   14 
 sound/pci/hda/Makefile                                |    2 
 sound/pci/hda/hda_baikal.c                            |  525 
 sound/pci/hda/hda_controller.c                        |   19 
 sound/soc/dwc/dwc-i2s.c                               |   36 
 sound/soc/dwc/local.h                                 |    1 
 89 files changed, 27095 insertions(+), 162 deletions(-)

Замечу, что spec, gear, и проч. отсутствуют -- я использую эту ветку для
разработки, а не для сборки пакетов.

Всего доброго,
	Алексей



             reply	other threads:[~2022-05-23 18:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-23 18:19 Alexey Sheplyakov [this message]
2022-06-22 23:33 ` Vitaly Chikunov
2022-07-06  8:34   ` Alexey Sheplyakov
2022-07-06  9:22     ` Vitaly Chikunov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YovQNTwf77VYNpN2@asheplyakov-rocket \
    --to=asheplyakov@basealt.ru \
    --cc=devel-kernel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git