-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
use default user instead of root. #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
igorpecovnik
pushed a commit
that referenced
this pull request
Jul 17, 2016
update master 20160630 #2
igorpecovnik
pushed a commit
that referenced
this pull request
Jul 17, 2016
update master 20160706 #2
igorpecovnik
pushed a commit
that referenced
this pull request
Jul 17, 2016
update master 20160711 #2
igorpecovnik
pushed a commit
that referenced
this pull request
Jul 17, 2016
update master 20160713 #2
igorpecovnik
added a commit
that referenced
this pull request
Mar 2, 2018
…orks but we need more testing before use. Disabled for now.
betaengine
pushed a commit
to betaengine/build
that referenced
this pull request
Mar 15, 2018
* 'master' of https://github.com/armbian/build: (360 commits) MIQI-DTS-enable-sound-node changing branch Remove patch since potentially dangerous Disable whole DVFS patch serie. Disable broken patches for MVEBU DEV Tinker S reboot fix fix refix Install armbian-firmware (and remove linux-firmware from Xenial) and create armbian-desktop-$BRANCH by default. Desktop package is not yet used but can be installed manually on top of CLI image. Tinker S u-boot eMMC support Enable userland SPI access on Espressobin. Thanks @umiddelb Remove deprecated patch Enable DVFS on Espressobin NEXT & DEV + 8812AU wireless drivers fixes + other minor fixes Adding midi seq Typo Code cleanup Desktop package building RFC armbian#2 with proper post install scripting. Works but we need more testing before use. Disabled for now. Compressed apt index should be enabled earlier otherwise we don't gain smaller initial image Building Tinkerboard specifics - redirect output to logs and suppress output. Upstream patches for 4.4 and 4.9 Smaller overhead for CLI images. Storing package list compressed - save some space (50-70Mb), enlarging automated apt-get update and purge intervals to minimize fs interacions further ... # Conflicts: # lib/configuration.sh
igorpecovnik
pushed a commit
that referenced
this pull request
May 15, 2021
igorpecovnik
pushed a commit
that referenced
this pull request
May 15, 2021
igorpecovnik
pushed a commit
that referenced
this pull request
May 15, 2021
igorpecovnik
pushed a commit
that referenced
this pull request
May 15, 2021
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
added terminator terminal and cleaned up a few lines moved printer related to 2 lines not 3
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
* Xfce-Update-armbian#2 added more functions to xfce for printing and system update fonts samba support network tools * removed gnome items not used by xfce took out a few gnome pkgs not used by xfce
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
added terminator and did line cleanup
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
added terminator and did cleanup on printer lines
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
missed that
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
added terminator terminal and cleaned up a few lines moved printer related to 2 lines not 3
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
* Xfce-Update-armbian#2 added more functions to xfce for printing and system update fonts samba support network tools * removed gnome items not used by xfce took out a few gnome pkgs not used by xfce
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
added terminator and did line cleanup
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
added terminator and did cleanup on printer lines
useful64
pushed a commit
to useful64/build
that referenced
this pull request
Feb 4, 2022
missed that
The-going
referenced
this pull request
in The-going/armbian-build
Mar 12, 2022
pinctrl: sunxi: Use unique lockdep classes for IRQs commit 896d1b8a36129c3f1378fbbafd7c394a877635b5 linux-5.15.y commit bac129dbc6560dfeb634c03f0c08b78024e71915 upstream. This driver, like several others, uses a chained IRQ for each GPIO bank, and forwards .irq_set_wake to the GPIO bank's upstream IRQ. As a result, a call to irq_set_irq_wake() needs to lock both the upstream and downstream irq_desc's. Lockdep considers this to be a possible deadlock when the irq_desc's share lockdep classes, which they do by default: ============================================ WARNING: possible recursive locking detected 5.17.0-rc3-00394-gc849047c2473 #1 Not tainted -------------------------------------------- init/307 is trying to acquire lock: c2dfe27c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 but task is already holding lock: c3c0ac7c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 other info that might help us debug this: Possible unsafe locking scenario: CPU0 ---- lock(&irq_desc_lock_class); lock(&irq_desc_lock_class); *** DEADLOCK *** May be due to missing lock nesting notation 4 locks held by init/307: #0: c1f29f18 (system_transition_mutex){+.+.}-{3:3}, at: __do_sys_reboot+0x90/0x23c #1: c20f7760 (&dev->mutex){....}-{3:3}, at: device_shutdown+0xf4/0x224 #2: c2e804d8 (&dev->mutex){....}-{3:3}, at: device_shutdown+0x104/0x224 #3: c3c0ac7c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 stack backtrace: CPU: 0 PID: 307 Comm: init Not tainted 5.17.0-rc3-00394-gc849047c2473 #1 Hardware name: Allwinner sun8i Family unwind_backtrace from show_stack+0x10/0x14 show_stack from dump_stack_lvl+0x68/0x90 dump_stack_lvl from __lock_acquire+0x1680/0x31a0 __lock_acquire from lock_acquire+0x148/0x3dc lock_acquire from _raw_spin_lock_irqsave+0x50/0x6c _raw_spin_lock_irqsave from __irq_get_desc_lock+0x58/0xa0 __irq_get_desc_lock from irq_set_irq_wake+0x2c/0x19c irq_set_irq_wake from irq_set_irq_wake+0x13c/0x19c [tail call from sunxi_pinctrl_irq_set_wake] irq_set_irq_wake from gpio_keys_suspend+0x80/0x1a4 gpio_keys_suspend from gpio_keys_shutdown+0x10/0x2c gpio_keys_shutdown from device_shutdown+0x180/0x224 device_shutdown from __do_sys_reboot+0x134/0x23c __do_sys_reboot from ret_fast_syscall+0x0/0x1c However, this can never deadlock because the upstream and downstream IRQs are never the same (nor do they even involve the same irqchip). Silence this erroneous lockdep splat by applying what appears to be the usual fix of moving the GPIO IRQs to separate lockdep classes. Fixes: a59c99d9eaf9 ("pinctrl: sunxi: Forward calls to irq_set_irq_wake") Reported-by: Guenter Roeck <[email protected]> Signed-off-by: Samuel Holland <[email protected]> Reviewed-by: Jernej Skrabec <[email protected]> Tested-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
igorpecovnik
pushed a commit
that referenced
this pull request
Mar 12, 2022
* This is already contained in the 5.15.27 kernel pinctrl: sunxi: Use unique lockdep classes for IRQs commit 896d1b8a36129c3f1378fbbafd7c394a877635b5 linux-5.15.y commit bac129dbc6560dfeb634c03f0c08b78024e71915 upstream. This driver, like several others, uses a chained IRQ for each GPIO bank, and forwards .irq_set_wake to the GPIO bank's upstream IRQ. As a result, a call to irq_set_irq_wake() needs to lock both the upstream and downstream irq_desc's. Lockdep considers this to be a possible deadlock when the irq_desc's share lockdep classes, which they do by default: ============================================ WARNING: possible recursive locking detected 5.17.0-rc3-00394-gc849047c2473 #1 Not tainted -------------------------------------------- init/307 is trying to acquire lock: c2dfe27c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 but task is already holding lock: c3c0ac7c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 other info that might help us debug this: Possible unsafe locking scenario: CPU0 ---- lock(&irq_desc_lock_class); lock(&irq_desc_lock_class); *** DEADLOCK *** May be due to missing lock nesting notation 4 locks held by init/307: #0: c1f29f18 (system_transition_mutex){+.+.}-{3:3}, at: __do_sys_reboot+0x90/0x23c #1: c20f7760 (&dev->mutex){....}-{3:3}, at: device_shutdown+0xf4/0x224 #2: c2e804d8 (&dev->mutex){....}-{3:3}, at: device_shutdown+0x104/0x224 #3: c3c0ac7c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 stack backtrace: CPU: 0 PID: 307 Comm: init Not tainted 5.17.0-rc3-00394-gc849047c2473 #1 Hardware name: Allwinner sun8i Family unwind_backtrace from show_stack+0x10/0x14 show_stack from dump_stack_lvl+0x68/0x90 dump_stack_lvl from __lock_acquire+0x1680/0x31a0 __lock_acquire from lock_acquire+0x148/0x3dc lock_acquire from _raw_spin_lock_irqsave+0x50/0x6c _raw_spin_lock_irqsave from __irq_get_desc_lock+0x58/0xa0 __irq_get_desc_lock from irq_set_irq_wake+0x2c/0x19c irq_set_irq_wake from irq_set_irq_wake+0x13c/0x19c [tail call from sunxi_pinctrl_irq_set_wake] irq_set_irq_wake from gpio_keys_suspend+0x80/0x1a4 gpio_keys_suspend from gpio_keys_shutdown+0x10/0x2c gpio_keys_shutdown from device_shutdown+0x180/0x224 device_shutdown from __do_sys_reboot+0x134/0x23c __do_sys_reboot from ret_fast_syscall+0x0/0x1c However, this can never deadlock because the upstream and downstream IRQs are never the same (nor do they even involve the same irqchip). Silence this erroneous lockdep splat by applying what appears to be the usual fix of moving the GPIO IRQs to separate lockdep classes. Fixes: a59c99d9eaf9 ("pinctrl: sunxi: Forward calls to irq_set_irq_wake") Reported-by: Guenter Roeck <[email protected]> Signed-off-by: Samuel Holland <[email protected]> Reviewed-by: Jernej Skrabec <[email protected]> Tested-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> * This is already contained in the 5.16.13 kernel pinctrl: sunxi: Use unique lockdep classes for IRQs commit e221ef82d9f5e97bca61f7c25e2b58b04466de87 linux-5.16.y. commit bac129dbc6560dfeb634c03f0c08b78024e71915 upstream. This driver, like several others, uses a chained IRQ for each GPIO bank, and forwards .irq_set_wake to the GPIO bank's upstream IRQ. As a result, a call to irq_set_irq_wake() needs to lock both the upstream and downstream irq_desc's. Lockdep considers this to be a possible deadlock when the irq_desc's share lockdep classes, which they do by default: ============================================ WARNING: possible recursive locking detected 5.17.0-rc3-00394-gc849047c2473 #1 Not tainted -------------------------------------------- ....
littlecxm
referenced
this pull request
in littlecxm/armbian-build
May 7, 2022
* This is already contained in the 5.15.27 kernel pinctrl: sunxi: Use unique lockdep classes for IRQs commit 896d1b8a36129c3f1378fbbafd7c394a877635b5 linux-5.15.y commit bac129dbc6560dfeb634c03f0c08b78024e71915 upstream. This driver, like several others, uses a chained IRQ for each GPIO bank, and forwards .irq_set_wake to the GPIO bank's upstream IRQ. As a result, a call to irq_set_irq_wake() needs to lock both the upstream and downstream irq_desc's. Lockdep considers this to be a possible deadlock when the irq_desc's share lockdep classes, which they do by default: ============================================ WARNING: possible recursive locking detected 5.17.0-rc3-00394-gc849047c2473 #1 Not tainted -------------------------------------------- init/307 is trying to acquire lock: c2dfe27c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 but task is already holding lock: c3c0ac7c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 other info that might help us debug this: Possible unsafe locking scenario: CPU0 ---- lock(&irq_desc_lock_class); lock(&irq_desc_lock_class); *** DEADLOCK *** May be due to missing lock nesting notation 4 locks held by init/307: #0: c1f29f18 (system_transition_mutex){+.+.}-{3:3}, at: __do_sys_reboot+0x90/0x23c #1: c20f7760 (&dev->mutex){....}-{3:3}, at: device_shutdown+0xf4/0x224 #2: c2e804d8 (&dev->mutex){....}-{3:3}, at: device_shutdown+0x104/0x224 #3: c3c0ac7c (&irq_desc_lock_class){-.-.}-{2:2}, at: __irq_get_desc_lock+0x58/0xa0 stack backtrace: CPU: 0 PID: 307 Comm: init Not tainted 5.17.0-rc3-00394-gc849047c2473 #1 Hardware name: Allwinner sun8i Family unwind_backtrace from show_stack+0x10/0x14 show_stack from dump_stack_lvl+0x68/0x90 dump_stack_lvl from __lock_acquire+0x1680/0x31a0 __lock_acquire from lock_acquire+0x148/0x3dc lock_acquire from _raw_spin_lock_irqsave+0x50/0x6c _raw_spin_lock_irqsave from __irq_get_desc_lock+0x58/0xa0 __irq_get_desc_lock from irq_set_irq_wake+0x2c/0x19c irq_set_irq_wake from irq_set_irq_wake+0x13c/0x19c [tail call from sunxi_pinctrl_irq_set_wake] irq_set_irq_wake from gpio_keys_suspend+0x80/0x1a4 gpio_keys_suspend from gpio_keys_shutdown+0x10/0x2c gpio_keys_shutdown from device_shutdown+0x180/0x224 device_shutdown from __do_sys_reboot+0x134/0x23c __do_sys_reboot from ret_fast_syscall+0x0/0x1c However, this can never deadlock because the upstream and downstream IRQs are never the same (nor do they even involve the same irqchip). Silence this erroneous lockdep splat by applying what appears to be the usual fix of moving the GPIO IRQs to separate lockdep classes. Fixes: a59c99d9eaf9 ("pinctrl: sunxi: Forward calls to irq_set_irq_wake") Reported-by: Guenter Roeck <[email protected]> Signed-off-by: Samuel Holland <[email protected]> Reviewed-by: Jernej Skrabec <[email protected]> Tested-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> * This is already contained in the 5.16.13 kernel pinctrl: sunxi: Use unique lockdep classes for IRQs commit e221ef82d9f5e97bca61f7c25e2b58b04466de87 linux-5.16.y. commit bac129dbc6560dfeb634c03f0c08b78024e71915 upstream. This driver, like several others, uses a chained IRQ for each GPIO bank, and forwards .irq_set_wake to the GPIO bank's upstream IRQ. As a result, a call to irq_set_irq_wake() needs to lock both the upstream and downstream irq_desc's. Lockdep considers this to be a possible deadlock when the irq_desc's share lockdep classes, which they do by default: ============================================ WARNING: possible recursive locking detected 5.17.0-rc3-00394-gc849047c2473 #1 Not tainted -------------------------------------------- ....
15 tasks
9 tasks
11 tasks
6 tasks
Grippy98
added a commit
to Grippy98/build
that referenced
this pull request
May 5, 2025
Fixes interactive build script showing line armbian#2 instead of proper descriptoin.
igorpecovnik
pushed a commit
that referenced
this pull request
May 5, 2025
Fixes interactive build script showing line #2 instead of proper descriptoin.
JackHuang021
referenced
this pull request
in JackHuang021/armbian_build
May 22, 2025
Fixes interactive build script showing line #2 instead of proper descriptoin.
jsuhaas22
added a commit
to jsuhaas22/armbian-build
that referenced
this pull request
Jun 3, 2025
Add ti-debpkgs, install wifi packages by default and add AM62L
6 tasks
jptcarreira
pushed a commit
to f2r-digital-roadbook/linux_armbian_build
that referenced
this pull request
Jul 23, 2025
Fixes interactive build script showing line armbian#2 instead of proper descriptoin.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
it's not good to use root as login user.