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

linux-raspberrypi: Drop deprecated configs from android-driver.cfg #1351

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

jaeyoonjung
Copy link
Contributor

CONFIG_ASHMEM has been deprecated since 5.18 by:
commit 721412ed3d819e767cac2b06646bf03aa158aaec
Author: Christoph Hellwig [email protected]
Date: Tue Mar 15 13:34:57 2022 +0100

    staging: remove ashmem

    The mainline replacement for ashmem is memfd, so remove the legacy
    code from drivers/staging/

so has CONFIG_ANDROID since 6.1 by:
commit 1045a06724f322ed61f1ffb994427c7bdbe64647
Author: Christoph Hellwig [email protected]
Date: Wed Jun 29 17:01:02 2022 +0200

    remove CONFIG_ANDROID

    The ANDROID config symbol is only used to guard the binder config
    symbol and to inject completely random config changes.  Remove it
    as it is obviously a bad idea.

As now master has 6.1 or later, both should be dropped.

- What I did

- How I did it

@kraj
Copy link
Collaborator

kraj commented Jul 10, 2024

Can you rebase this PR on latest master and upload again please

CONFIG_ASHMEM has been deprecated since 5.18 by:
    commit 721412ed3d819e767cac2b06646bf03aa158aaec
    Author: Christoph Hellwig <[email protected]>
    Date:   Tue Mar 15 13:34:57 2022 +0100

        staging: remove ashmem

        The mainline replacement for ashmem is memfd, so remove the legacy
        code from drivers/staging/

so has CONFIG_ANDROID since 6.1 by:
    commit 1045a06724f322ed61f1ffb994427c7bdbe64647
    Author: Christoph Hellwig <[email protected]>
    Date:   Wed Jun 29 17:01:02 2022 +0200

        remove CONFIG_ANDROID

        The ANDROID config symbol is only used to guard the binder config
        symbol and to inject completely random config changes.  Remove it
        as it is obviously a bad idea.

As now master has 6.1 or later, both should be dropped.

Signed-off-by: Jaeyoon Jung <[email protected]>
@jaeyoonjung jaeyoonjung requested a review from shr-project July 14, 2024 23:46
@agherzan agherzan merged commit cc529a8 into agherzan:master Jul 17, 2024
19 checks passed
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.

4 participants