8000 ARM: nati_slsc_defconfig: Add kernel config for SLSC by kkang-NI · Pull Request #228 · ni/linux · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ARM: nati_slsc_defconfig: Add kernel config for SLSC #228

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

Merged

Conversation

kkang-NI
Copy link
@kkang-NI kkang-NI commented Apr 22, 2025

migrated nati_slsc_defconfig related changes from branch dev/slsc/1.0/4.1 to ni/linux repo branch nilrt/master/6.6.

the commits:
303dc0c24ea3 nati_slsc_defconfig: Add kernel config for SLSC
80e6a2d2885f nati_slsc_defconfig : Add squashfs filesystem support
25a229ee23f6 nati_slsc_defconfig: Make m25p80 KLM
0963a8e151f6 nati_slsc_defconfig: replace IPv4 with IPv6 in kernel config
055c54c04c17 nati_slsc_defconfig: Enable UIO driver with Generic IRQ
13f640fcba03 nati_slsc_defconfig: Remove trailing whitespace
3f04587962f3 nati_slsc_defconfig: Remove stale features in defconfig
1d6589b68afa nati_slsc_defconfig: Remove invalid comment in defconfig
04f4aa451415 nati_slsc_defconfig: Enable AD7291 driver

there will be separate PR for 01206af5a8ba commit where the patch involved both nati_slsc_defconfig and ni-slsc-12001.dts.

WI: AB#3014041

@kkang-NI kkang-NI force-pushed the dev/kkang/nati_slsc_defconfig_creation branch from 7be1b85 to 26cd244 Compare April 24, 2025 01:33
Migrated nati_slsc_defconfig related changes from
branch dev/slsc/1.0/4.1 to ni/linux repo branch nilrt/master/6.6.

The commits:
303dc0c nati_slsc_defconfig: Add kernel config for SLSC
80e6a2d nati_slsc_defconfig: Add squashfs filesystem support
25a229e nati_slsc_defconfig: Make m25p80 KLM
0963a8e nati_slsc_defconfig: replace IPv4 with IPv6 in kernel config
055c54c nati_slsc_defconfig: Enable UIO driver with Generic IRQ
13f640f nati_slsc_defconfig: Remove trailing whitespace
3f04587 nati_slsc_defconfig: Remove stale features in defconfig
1d6589b nati_slsc_defconfig: Remove invalid comment in defconfig
04f4aa4 nati_slsc_defconfig: Enable AD7291 driver

Signed-off-by: Sien <sien.wu@ni.com>
Signed-off-by: George Huang <george.huang@ni.com>
Signed-off-by: Kae Woei Kang <kae.woei.kang@emerson.com>
@kkang-NI kkang-NI force-pushed the dev/kkang/nati_slsc_defconfig_creation branch from 26cd244 to fd858d1 Compare April 24, 2025 02:00
@kkang-NI kkang-NI changed the title [WIP] ARM: nati_slsc_defconfig: Add kernel config for SLSC ARM: nati_slsc_defconfig: Add kernel config for SLSC Apr 24, 2025
@kkang-NI kkang-NI marked this pull request as ready for review April 24, 2025 09:33
@gratian gratian requested a review from a team April 24, 2025 15:01
Copy link
Contributor
@chaitu236 chaitu236 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: Sien sien.wu@ni.com
Signed-off-by: George Huang george.huang@ni.com

Were these people directly involved with this commit or did you copy their signed-off-by tags from the original commits before squashing? If the later, I don't think this is necessary.

@@ -0,0 +1,296 @@
CONFIG_LOCALVERSION="-ni"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this defconfig updated with make savedefconfig?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, this is what I obtained:

kaewoei@my-pen-rd22:~/dev/kernel/fork/linux$ ARCH=arm make nati_slsc_defconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX     scripts/kconfig/lexer.lex.c
  YACC    scripts/kconfig/parser.tab.[ch]
  HOSTCC  scripts/kconfig/lexer.lex.o
  HOSTCC  scripts/kconfig/menu.o
  HOSTCC  scripts/kconfig/parser.tab.o
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#
kaewoei@my-pen-rd22:~/dev/kernel/fork/linux$ cat .config | grep CONFIG_LOCALVERSION
CONFIG_LOCALVERSION="-ni"
CONFIG_LOCALVERSION_AUTO=y
kaewoei@my-pen-rd22:~/dev/kernel/fork/linux$ make savedefconfig
kaewoei@my-pen-rd22:~/dev/kernel/fork/linux$ cat defconfig | grep CONFIG_LOCALVERSION
CONFIG_LOCALVERSION="-ni"

Copy link
Contributor
@chaitu236 chaitu236 Apr 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made the comment on the 1st line of this file not necessarily because of any issue with CONFIG_LOCALVERSION.. but generally for the whole file (because GitHub doesn't allow comments on whole file).

The defconfig generated after ARCH=arm make nati_slsc_defconfig && ARCH=arm make savedefconfig should be the same as nati_slsc_defconfig (e.g., this is the check we have for nati_x86_64_defconfig).
I ran the commands locally and see that that's not the case here. Please update nati_slsc_defconfig.

You may also want to update the commit message to say that it was regenerated. E.g., dca8306.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that you've more commits you want to cherry-pick that'll change this defconfig. So I'm also ok with doing the defconfig regeneration in that other PR.

Copy link
Author
@kkang-NI kkang-NI Apr 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got what you mean, also observed bluefin has made changes in commit d3db949. OK, I will do the defconfig regeneration after complete cherry picking the remaining defconfig changes from kernel 4.1.

@chaitu236
Copy link
Contributor

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

This checkpatch warning can be ignored

@kkang-NI
Copy link
Author
kkang-NI commented Apr 25, 2025

Signed-off-by: Sien sien.wu@ni.com
Signed-off-by: George Huang george.huang@ni.com

Were these people directly involved with this commit or did you copy their signed-off-by tags from the original commits before squashing? If the later, I don't think this is necessary.

George and Sien were the authors and sign-of-by of the original patches. I copied their signed-off-by tags into squashed commit's description. :)

@gratian gratian merged commit aa1ad74 into ni:nilrt/master/6.6 Apr 28, 2025
1 check failed
@gratian
Copy link
Contributor
gratian commented Apr 28, 2025

Cherry picked in nilrt/master/6.12

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
0