Skip to content
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

Drop some legacy codes #1981

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Drop some legacy codes #1981

merged 1 commit into from
Aug 15, 2024

Conversation

yujincheng08
Copy link
Collaborator

No description provided.

@yujincheng08 yujincheng08 merged commit fd09ccf into main Aug 15, 2024
3 checks passed
@yujincheng08 yujincheng08 deleted the nongki branch August 15, 2024 09:04
@CanerKaraca23
Copy link
Contributor

So, Non-GKI kernels can't use latest manager build after this update?

@yujincheng08
Copy link
Collaborator Author

I dont think it affects manager.

@CanerKaraca23
Copy link
Contributor

I dont think it affects manager.

After install latest ci manager, my modules are gone and can't install any module.

@yujincheng08
Copy link
Collaborator Author

strange. these are only for mount. installing modules wont need mount.

@CanerKaraca23
Copy link
Contributor

strange. these are only for mount. installing modules wont need mount.

Screenshot_20240815-193928_KernelSU

@yujincheng08
Copy link
Collaborator Author

Oh forgot that installing modules requires mounting. But anyway it should be okay; it's time to drop more support for non-gki.

@CanerKaraca23
Copy link
Contributor

CanerKaraca23 commented Aug 16, 2024

Oh forgot that installing modules requires mounting. But anyway it should be okay; it's time to drop more support for non-gki.

So, manager also unsupported for non-gki now. I am sorry but i understand that.

#ci_1748 is latest compatible manager for non-gki then.

rsuntk added a commit to rsuntk/KernelSU that referenced this pull request Aug 17, 2024
natsumerinchan added a commit to natsumerinchan/KernelSU that referenced this pull request Aug 17, 2024
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"
This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.
Neebe3289 added a commit to Neebe3289/KSU that referenced this pull request Aug 23, 2024
This reverts commit fd09ccf.

Signed-off-by: Neebe3289 <neebexd@gmail.com>
kutemeikito added a commit to kutemeikito/KernelSU that referenced this pull request Aug 24, 2024
* 'main' of https://github.com/tiann/KernelSU:
  build(deps): bump the crates group across 1 directory with 6 updates (tiann#1984)
  Try add android15-6.6-2024-07 for LKM (tiann#1988)
  Try add android15-6.6-2024-07 support (tiann#1987)
  build(deps): bump the maven group across 1 directory with 5 updates (tiann#1962)
  Drop some legacy codes (tiann#1981)
  Use tempfile (tiann#1980)
  build(deps): bump the crates group across 1 directory with 22 updates (tiann#1979)

Signed-off-by: Edwiin Kusuma Jaya <kutemeikito0905@gmail.com>
natsumerinchan added a commit to natsumerinchan/KernelSU that referenced this pull request Aug 24, 2024
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"
This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.
fukiame pushed a commit to TelegramAt25/KernelSU-shukusai that referenced this pull request Aug 25, 2024
natsumerinchan added a commit to natsumerinchan/KernelSU that referenced this pull request Aug 26, 2024
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"
This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.
ExtremeXT added a commit to ExtremeXT/KernelSU that referenced this pull request Aug 29, 2024
ananjaser1211 added a commit to ananjaser1211/KernelSU that referenced this pull request Aug 30, 2024
Viole403 added a commit to Viole403/KernelSU that referenced this pull request Sep 4, 2024
This reverts commit fd09ccf.

	modified:   userspace/ksud/src/defs.rs
	modified:   userspace/ksud/src/init_event.rs
	modified:   userspace/ksud/src/mount.rs
	modified:   userspace/ksud/src/utils.rs
fukiame added a commit to TelegramAt25/KernelSU-shukusai that referenced this pull request Sep 11, 2024
guess im too blind to read codes

This reverts commit 80e2b82 (Drop some legacy codes (tiann#1981), 2024-08-15).
diphons added a commit to diphons/KernelSU that referenced this pull request Sep 11, 2024
privacyguy123 added a commit to privacyguy123/KernelSU that referenced this pull request Sep 17, 2024
privacyguy123 added a commit to privacyguy123/KernelSU that referenced this pull request Sep 17, 2024
privacyguy123 added a commit to privacyguy123/KernelSU that referenced this pull request Sep 17, 2024
changhuapeng added a commit to changhuapeng/KernelSU that referenced this pull request Sep 17, 2024
Fede2782 added a commit to Fede2782/KernelSU that referenced this pull request Nov 14, 2024
Fede2782 added a commit to Fede2782/KernelSU that referenced this pull request Nov 16, 2024
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 16, 2024
This corresponds to 11988 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU v1.0.2-legacy / 11986

Warning: Managers built from this repo has a known keystore. See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 16, 2024
This corresponds to 11988 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11988

Warning: Managers built from this repo has a known keystore. See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 17, 2024
This corresponds to 11988 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483) - upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981) - upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11988

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 17, 2024
This corresponds to 11988 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11988

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 17, 2024
This corresponds to 11988 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11988

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 17, 2024
This corresponds to 11988 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN (#1)
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11988

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
rsuntk added a commit to rsuntk/KernelSU that referenced this pull request Nov 17, 2024
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 17, 2024
This corresponds to 11988 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN (#1)
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11988

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 18, 2024
This corresponds to 11988 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11988

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 22, 2024
This corresponds to 11991 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11991

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
privacyguy123 added a commit to privacyguy123/KernelSU that referenced this pull request Nov 22, 2024
privacyguy123 added a commit to privacyguy123/KernelSU that referenced this pull request Nov 22, 2024
changhuapeng added a commit to changhuapeng/KernelSU that referenced this pull request Nov 23, 2024
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Nov 23, 2024
This corresponds to 11991 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+10)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11991

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Dec 1, 2024
This corresponds to 11992 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+11)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	ksud: resize sparse to 16GB
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11991

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Dec 1, 2024
This corresponds to 11991 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+11)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	ksud: resize sparse to 16GB
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU 11991

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Dec 1, 2024
This corresponds to v1.0.2-5 / 11991 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+11)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	ksud: resize sparse to 16GB
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU v1.0.2-5-legacy / 11991

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Dec 7, 2024
This corresponds to v1.0.2-5 / 11991 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+11)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	ksud: resize sparse to 16GB
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU v1.0.2-5-legacy / 11991

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request Dec 7, 2024
This corresponds to v1.0.2-5 / 11991 upstream

Removed/Skipped: (-2)
	[1.0] Drop Non-GKI Support (tiann#1483)
		- upstream commit: tiann@898e9d4
		- upstream policy change tiann#1705
	Drop some legacy codes (tiann#1981)
		- upstream commit: tiann@fd09ccf
		- fsopen has to be backported for this one

Added: (+11)
	kernel: expose allowlist workaround as Kconfig option
	kernel: selinux: add security_bounded_transition hook for < 4.14
	kernel: selinux: fix redefined KERNEL_SU_DOMAIN
	kernel/core_hook.c: use upstream ksu_umount_mnt
	kernel: require path_umount backporting
	ksud: resize sparse to 16GB
	workflows: debloat
	dummy.keystore
	manager: failure mode dummy demo
	manager: unofficial build
	KernelSU v1.0.2-5-legacy / 11991

Warning: Managers built from this repo has a known keystore.
See dummy.keystore.

Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Dec 7, 2024
ShionKanagawa added a commit to ShionKanagawa/KernelSU that referenced this pull request Dec 8, 2024
silvzr added a commit to silvzr/KernelSU that referenced this pull request Dec 9, 2024
aepranata added a commit to aepranata/KernelSU that referenced this pull request Dec 10, 2024
This reverts commit fd09ccf.

Signed-off-by: Aditya Eka Pranata <aepranata@gmail.com>
ryukftw added a commit to ryukftw/KernelSU that referenced this pull request Dec 11, 2024
natsumerinchan added a commit to natsumerinchan/KernelSU that referenced this pull request Dec 13, 2024
natsumerinchan added a commit to natsumerinchan/KernelSU that referenced this pull request Dec 13, 2024
Revert "[1.0] Drop Non-GKI Support (tiann#1483)"
This reverts commit 898e9d4.

Revert "Drop some legacy codes (tiann#1981)"

This reverts commit fd09ccf.
changhuapeng added a commit to changhuapeng/KernelSU that referenced this pull request Dec 13, 2024
itejo443 pushed a commit to itejo443/KernelSU that referenced this pull request Dec 16, 2024
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