Skip to content

Add minimal defconfig and pmos config fragment#69

Merged
digetx merged 2 commits into
grate-driver:masterfrom
jenneron:grate-configs
Aug 31, 2021
Merged

Add minimal defconfig and pmos config fragment#69
digetx merged 2 commits into
grate-driver:masterfrom
jenneron:grate-configs

Conversation

@jenneron
Copy link
Copy Markdown
Contributor

@jenneron jenneron commented Aug 31, 2021

grate_defconfig devices support:

  • acer-picasso;
  • surface rt (except bluetooth, we still don't have firmware);
  • transformers (tf300t not tested);
  • pegatron-chagall (not tested);
  • grouper / tilapia (not tested);

To use that you need to add at least panel and FS related modules to initramfs and generate new initramfs when updating kernel.

pmos.config besides generic needed options:

  • built-in stuff needed for cryptsetup;
  • anbox support (is broken on armv7, but we hope it will be fixed);
  • nftables;
  • containers (docker, lxc);
  • zram.

Some references for contributors:

  • grate_defconfig should not be distro-specific and feel free to update it with your device, especially if you want to enable it in pmOS, but use modules for device-specific things when possible;
  • to get pmOS-capable config use make grate_defconfig pmos.config;
  • to update grate_defconfig use something like make grate_defconfig && make menuconfig && make savedefconfig && cp defconfig arch/arm/configs/grate_defconfig. For pmOS with envkernel use make grate_defconfig && make menuconfig && make savedefconfig && cp .output/defconfig arch/arm/configs/grate_defconfig && make grate_defconfig pmos.config
  • keep on mind that for upstream you will have to use tegra_defconfig and multi_v7_defconfig. This defconfig is for WIP devices and to support devices like grouper which have bootloader limitations.

make grate_defconfig pmos.config gives 3.1M zImage, just make grate_defconfig should give smaller one. As grouper accepts < 3.5M we still have reserve to support more devices.

@okias
Copy link
Copy Markdown
Contributor

okias commented Aug 31, 2021

I have prepared the CI, which test it just by downloading config from pmOS pmaports, wouldn't be that enough?
I suppose this isn't meant for upstreaming, so it just adds more commits a top of -next to maintain.

Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Signed-off-by: Anton Bambura <jenneron@protonmail.com>
besides generic needed options:
- built-in stuff needed for cryptsetup;
- anbox support (is broken on armv7, but we hope it will be fixed);
- nftables;
- containers (docker, lxc);
- zram.

Signed-off-by: Anton Bambura <jenneron@protonmail.com>
@jenneron
Copy link
Copy Markdown
Contributor Author

jenneron commented Aug 31, 2021

I have prepared the CI, which test it just by downloading config from pmOS pmaports, wouldn't be that enough?

It makes things easier to maintain in pmOS and easier to test locally.
We can update these configs here once new device features are comming. So if someone adds a new device with new configs they may not care about updating kernel config in pmaports. I (or someone else) will just do make grate_defconfig pmos.config for pmaports and new device is suppored.
For contributors it's convenient to do make grate_defconfig or make grate_defconfig pmos.config because make tegra_defconfig won't fit to boot partition on most devices and besides that it won't boot on pmOS due to missing dm-crypt stuff.
UPD: btw fetching pmaports config won't work for new features

@jenneron
Copy link
Copy Markdown
Contributor Author

I suppose this isn't meant for upstreaming, so it just adds more commits a top of -next to maintain.

I will maintain pmos.config myself, so you may not care about it. Future grate_defconfig changes should be same to tegra_defconfig changes except WIP devices. Should not be too hard to maintain

@digetx
Copy link
Copy Markdown
Member

digetx commented Aug 31, 2021

Thanks!

@digetx digetx merged commit 51bd734 into grate-driver:master Aug 31, 2021
devbis pushed a commit to devbis/linux_backup that referenced this pull request Aug 31, 2021
lockdep complains that in omap-aes, the list_lock is taken both with
softirqs enabled at probe time, and also in softirq context, which
could lead to a deadlock:

    ================================
    WARNING: inconsistent lock state
    5.14.0-rc1-00035-gc836005b01c5-dirty grate-driver#69 Not tainted
    --------------------------------
    inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage.
    ksoftirqd/0/7 [HC0[0]:SC1[3]:HE1:SE0] takes:
    bf00e014 (list_lock){+.?.}-{2:2}, at: omap_aes_find_dev+0x18/0x54 [omap_aes_driver]
    {SOFTIRQ-ON-W} state was registered at:
      _raw_spin_lock+0x40/0x50
      omap_aes_probe+0x1d4/0x664 [omap_aes_driver]
      platform_probe+0x58/0xb8
      really_probe+0xbc/0x314
      __driver_probe_device+0x80/0xe4
      driver_probe_device+0x30/0xc8
      __driver_attach+0x70/0xf4
      bus_for_each_dev+0x70/0xb4
      bus_add_driver+0xf0/0x1d4
      driver_register+0x74/0x108
      do_one_initcall+0x84/0x2e4
      do_init_module+0x5c/0x240
      load_module+0x221c/0x2584
      sys_finit_module+0xb0/0xec
      ret_fast_syscall+0x0/0x2c
      0xbed90b30
    irq event stamp: 111800
    hardirqs last  enabled at (111800): [<c02a21e4>] __kmalloc+0x484/0x5ec
    hardirqs last disabled at (111799): [<c02a21f0>] __kmalloc+0x490/0x5ec
    softirqs last  enabled at (111776): [<c01015f0>] __do_softirq+0x2b8/0x4d0
    softirqs last disabled at (111781): [<c0135948>] run_ksoftirqd+0x34/0x50

    other info that might help us debug this:
     Possible unsafe locking scenario:

           CPU0
           ----
      lock(list_lock);
      <Interrupt>
        lock(list_lock);

     *** DEADLOCK ***

    2 locks held by ksoftirqd/0/7:
     #0: c0f5e8c8 (rcu_read_lock){....}-{1:2}, at: netif_receive_skb+0x6c/0x260
     okias#1: c0f5e8c8 (rcu_read_lock){....}-{1:2}, at: ip_local_deliver_finish+0x2c/0xdc

    stack backtrace:
    CPU: 0 PID: 7 Comm: ksoftirqd/0 Not tainted 5.14.0-rc1-00035-gc836005b01c5-dirty grate-driver#69
    Hardware name: Generic AM43 (Flattened Device Tree)
    [<c010e6e0>] (unwind_backtrace) from [<c010b9d0>] (show_stack+0x10/0x14)
    [<c010b9d0>] (show_stack) from [<c017c640>] (mark_lock.part.17+0x5bc/0xd04)
    [<c017c640>] (mark_lock.part.17) from [<c017d9e4>] (__lock_acquire+0x960/0x2fa4)
    [<c017d9e4>] (__lock_acquire) from [<c0180980>] (lock_acquire+0x10c/0x358)
    [<c0180980>] (lock_acquire) from [<c093d324>] (_raw_spin_lock_bh+0x44/0x58)
    [<c093d324>] (_raw_spin_lock_bh) from [<bf00b258>] (omap_aes_find_dev+0x18/0x54 [omap_aes_driver])
    [<bf00b258>] (omap_aes_find_dev [omap_aes_driver]) from [<bf00b328>] (omap_aes_crypt+0x94/0xd4 [omap_aes_driver])
    [<bf00b328>] (omap_aes_crypt [omap_aes_driver]) from [<c08ac6d0>] (esp_input+0x1b0/0x2c8)
    [<c08ac6d0>] (esp_input) from [<c08c9e90>] (xfrm_input+0x410/0x1290)
    [<c08c9e90>] (xfrm_input) from [<c08b6374>] (xfrm4_esp_rcv+0x54/0x11c)
    [<c08b6374>] (xfrm4_esp_rcv) from [<c0838840>] (ip_protocol_deliver_rcu+0x48/0x3bc)
    [<c0838840>] (ip_protocol_deliver_rcu) from [<c0838c50>] (ip_local_deliver_finish+0x9c/0xdc)
    [<c0838c50>] (ip_local_deliver_finish) from [<c0838dd8>] (ip_local_deliver+0x148/0x1b0)
    [<c0838dd8>] (ip_local_deliver) from [<c0838f5c>] (ip_rcv+0x11c/0x180)
    [<c0838f5c>] (ip_rcv) from [<c077e3a4>] (__netif_receive_skb_one_core+0x54/0x74)
    [<c077e3a4>] (__netif_receive_skb_one_core) from [<c077e588>] (netif_receive_skb+0xa8/0x260)
    [<c077e588>] (netif_receive_skb) from [<c068d6d4>] (cpsw_rx_handler+0x224/0x2fc)
    [<c068d6d4>] (cpsw_rx_handler) from [<c0688ccc>] (__cpdma_chan_process+0xf4/0x188)
    [<c0688ccc>] (__cpdma_chan_process) from [<c068a0c0>] (cpdma_chan_process+0x3c/0x5c)
    [<c068a0c0>] (cpdma_chan_process) from [<c0690e14>] (cpsw_rx_mq_poll+0x44/0x98)
    [<c0690e14>] (cpsw_rx_mq_poll) from [<c0780810>] (__napi_poll+0x28/0x268)
    [<c0780810>] (__napi_poll) from [<c0780c64>] (net_rx_action+0xcc/0x204)
    [<c0780c64>] (net_rx_action) from [<c0101478>] (__do_softirq+0x140/0x4d0)
    [<c0101478>] (__do_softirq) from [<c0135948>] (run_ksoftirqd+0x34/0x50)
    [<c0135948>] (run_ksoftirqd) from [<c01583b8>] (smpboot_thread_fn+0xf4/0x1d8)
    [<c01583b8>] (smpboot_thread_fn) from [<c01546dc>] (kthread+0x14c/0x174)
    [<c01546dc>] (kthread) from [<c010013c>] (ret_from_fork+0x14/0x38)
    ...

The omap-des and omap-sham drivers appear to have a similar issue.

Fix this by using spin_{,un}lock_bh() around device list access in all
the probe and remove functions.

Signed-off-by: Ben Hutchings <ben.hutchings@mind.be>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
digetx pushed a commit that referenced this pull request Aug 31, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Aug 31, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 4, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 4, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 4, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 4, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 4, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 4, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 9, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 9, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 12, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 12, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 12, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 12, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 14, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 14, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
okias pushed a commit to okias/linux that referenced this pull request Sep 18, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: grate-driver#69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
okias pushed a commit to okias/linux that referenced this pull request Sep 18, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: grate-driver#69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 18, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 18, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 19, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 27, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 28, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 28, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 28, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 28, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 29, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 29, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 29, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 29, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 29, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 29, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 29, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 29, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 30, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Sep 30, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 2, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 2, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 3, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 3, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 3, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 3, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 5, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 5, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 7, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 7, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 7, 2021
Supported devices:
- acer-picasso;
- microsoft-surface-rt;
- transformers;
- pegatron-chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 7, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
okias pushed a commit to okias/linux that referenced this pull request Oct 12, 2021
Supported devices:
- acer-picasso;
- microsoft surface-rt;
- transformers;
- pegatron chagall;
- grouper / tilapia;

Link: grate-driver#69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
okias pushed a commit to okias/linux that referenced this pull request Oct 12, 2021
besides generic needed options:
- built-in stuff needed for cryptsetup
- anbox support (is broken on armv7, but we hope it will be fixed)
- waydroid support
- nftables
- containers (docker, lxc)
- zram

Link: grate-driver#69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
digetx pushed a commit that referenced this pull request Oct 16, 2021
Supported devices:
- acer-picasso;
- microsoft surface-rt;
- transformers;
- pegatron chagall;
- grouper / tilapia;

Link: #69 (comment)
Signed-off-by: Anton Bambura <jenneron@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants