Your message dated Sat, 8 Feb 2025 12:13:41 +0100 with message-id <20250208111341.6eah6ypmow3zb5qu@shell.thinkmo.de> and subject line Re: Bug#1095460: linux-source: Reading from config file is not good. has caused the Debian Bug report #1095460, regarding linux-source: Reading from config file is not good. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1095460: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1095460 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: linux-source: Reading from config file is not good.
- From: Corcodel Marian <corcodel.marian@gmail.com>
- Date: Sat, 08 Feb 2025 07:32:52 +0000
- Message-id: <[🔎] 173899997211.5717.8771451932533787273.reportbug@localhost>
Package: linux-source Severity: normal X-Debbugs-Cc: corcodel.marian@gmail.com Hi , i describe some situation wich occur on linux kernel: File kernel/rcu/tree_exp.h static void rcu_report_exp_cpu_mult(struct rcu_node *rnp, unsigned long mask, bool wake) { int cpu; unsigned long flags; struct rcu_data *rdp; raw_spin_lock_irqsave_rcu_node(rnp, flags); if (!(rnp->expmask & mask)) { raw_spin_unlock_irqrestore_rcu_node(rnp, flags); return; } WRITE_ONCE(rnp->expmask, rnp->expmask & ~mask); for_each_leaf_node_cpu_mask(rnp, cpu, mask) { rdp = per_cpu_ptr(&rcu_data, cpu); if (!IS_ENABLED(CONFIG_NO_HZ_FULL) || !rdp->rcu_forced_tick_exp) continue; rdp->rcu_forced_tick_exp = false; tick_dep_clear_cpu(cpu, TICK_DEP_BIT_RCU_EXP); } __rcu_report_exp_rnp(rnp, wake, flags); /* Releases rnp->lock. */ } >From function IS_ENABLED(CONFIG_NO_HZ_FULL) is only for muscle, using this manner just inject delays on operations. -- System Information: Debian Release: 12.9 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.12.5+ (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
- To: Marian Corcodel <corcodel.marian@gmail.com>, 1095460-done@bugs.debian.org
- Subject: Re: Bug#1095460: linux-source: Reading from config file is not good.
- From: Bastian Blank <waldi@debian.org>
- Date: Sat, 8 Feb 2025 12:13:41 +0100
- Message-id: <20250208111341.6eah6ypmow3zb5qu@shell.thinkmo.de>
- Mail-followup-to: Bastian Blank <waldi@debian.org>, Marian Corcodel <corcodel.marian@gmail.com>, 1095460-done@bugs.debian.org
- In-reply-to: <[🔎] CAGg4U=F-_MRHTt_k8mtQyo4HgKOZhxG+t_wdO29uUz0k90H7Jw@mail.gmail.com>
- References: <[🔎] 173899997211.5717.8771451932533787273.reportbug@localhost> <[🔎] 20250208083928.jpzumvfpuawkx4ef@shell.thinkmo.de> <[🔎] 173899997211.5717.8771451932533787273.reportbug@localhost> <[🔎] CAGg4U=F-_MRHTt_k8mtQyo4HgKOZhxG+t_wdO29uUz0k90H7Jw@mail.gmail.com>
On Sat, Feb 08, 2025 at 11:03:48AM +0000, Marian Corcodel wrote: > Just one situation , include/generated/autoconf.h file can bee > manipulated after build linux kernel? You run "make menuconfig" again, change the config and rebuild. Bastian -- You can't evaluate a man by logic alone. -- McCoy, "I, Mudd", stardate 4513.3
--- End Message ---