Re: [PATCH v2 3/6] ALSA: control: Apply sanity check of input values for user elements

2024-06-15 Thread Takashi Sakamoto
On Sat, Jun 15, 2024 at 01:37:09PM +0200, Takashi Iwai wrote: > From: Takashi Iwai > Subject: [PATCH v3] ALSA: control: Apply sanity check of input values for > user elements > > Although we have already a mechanism for sanity checks of input values > for control writes, it's not applied unless

Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

2024-06-15 Thread Serge E. Hallyn
On Thu, Jun 13, 2024 at 01:50:29AM -0700, Jonathan Calmels wrote: > On Wed, Jun 12, 2024 at 08:54:28PM GMT, John Johansen wrote: > > On 6/12/24 10:29, Paul Moore wrote: > > > On Wed, Jun 12, 2024 at 4:15 AM Jonathan Calmels > > > wrote: > > > > On Tue, Jun 11, 2024 at 06:38:31PM GMT, Paul Moore w

Re: [PATCH v2 1/4] capabilities: Add user namespace capabilities

2024-06-15 Thread Serge E. Hallyn
On Tue, Jun 11, 2024 at 01:20:40AM -0700, Jonathan Calmels wrote: > On Mon, Jun 10, 2024 at 08:00:57AM GMT, Serge E. Hallyn wrote: > > > > Now, one thing that does occur to me here is that there is a > > very mild form of sendmail-capabilities vulnerability that > > could happen here. Unpriv user

Re: [PATCH 1/2] selftests: kvm: remove print_skip()

2024-06-15 Thread kernel test robot
ng version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240615/202406151641.bjql765q-...@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new vers

Re: [PATCH v2 3/6] ALSA: control: Apply sanity check of input values for user elements

2024-06-15 Thread Takashi Iwai
On Sat, 15 Jun 2024 10:30:10 +0200, Takashi Iwai wrote: > > On Sat, 15 Jun 2024 10:02:35 +0200, > Takashi Sakamoto wrote: > > > > On Sat, Jun 15, 2024 at 09:28:50AM +0200, Takashi Iwai wrote: > > > > In the commit coment, I can see "that's the only way to filter out the > > > > invalid values", h

Re: [PATCH v2 3/6] ALSA: control: Apply sanity check of input values for user elements

2024-06-15 Thread Takashi Iwai
On Sat, 15 Jun 2024 10:02:35 +0200, Takashi Sakamoto wrote: > > On Sat, Jun 15, 2024 at 09:28:50AM +0200, Takashi Iwai wrote: > > > In the commit coment, I can see "that's the only way to filter out the > > > invalid values", however it not so good idea, since the ALSA control core > > > function

Re: [PATCH v2 3/6] ALSA: control: Apply sanity check of input values for user elements

2024-06-15 Thread Takashi Sakamoto
On Sat, Jun 15, 2024 at 09:28:50AM +0200, Takashi Iwai wrote: > > In the commit coment, I can see "that's the only way to filter out the > > invalid values", however it not so good idea, since the ALSA control core > > function loses transparency against control elements somehow. > > Transparency?

Re: [PATCH net-next 2/6] selftests: net: lib: remove ns from list after clean-up

2024-06-15 Thread Simon Horman
Hi Matthieu, Likewise, thanks for your response. On Fri, Jun 14, 2024 at 04:42:38PM +0200, Matthieu Baerts wrote: > Hi Simon, > > Thank you for your reply! > > On 14/06/2024 12:40, Simon Horman wrote: > > On Fri, Jun 07, 2024 at 06:31:03PM +0200, Matthieu Baerts (NGI0) wrote: > >> Instead of on

Re: [PATCH v2 3/6] ALSA: control: Apply sanity check of input values for user elements

2024-06-15 Thread Takashi Iwai
On Sat, 15 Jun 2024 07:13:29 +0200, Takashi Sakamoto wrote: > > Hi, > > On Fri, Jun 14, 2024 at 05:37:12PM +0200, Takashi Iwai wrote: > > Although we have already a mechanism for sanity checks of input values > > for control writes, it's not applied unless the kconfig > > CONFIG_SND_CTL_INPUT_VAL