Message ID | 72da7003-a115-4162-b235-53cd3da8a90e@I-love.SAKURA.ne.jp (mailing list archive) |
---|---|
Headers | show
Received: from www262.sakura.ne.jp (www262.sakura.ne.jp [202.181.97.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 68F50131E3C; Tue, 6 Feb 2024 13:58:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=202.181.97.72 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707227934; cv=none; b=Povl++927djfHhQMTYGzLKfrluOLNCrdTb9EjuqbR8JYD1MeWCOc+l5ihc2/r0aoT56Q/YVAt2PtoQaXImV7BbvREdL4/D5y481dkwMEWWaIqvuHGljm1IIuXo/Qefu6q8+ERv/QIQi0iOn6088Pj1Aou1vxqRTX3SLUyogHbSQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707227934; c=relaxed/simple; bh=7w4g5UBwRHgkHAi4f5Nyf4WX03bdpAEGYGt62HhSmq0=; h=Message-ID:Date:MIME-Version:To:Cc:From:Subject:Content-Type; b=kOXJotpOM313UVbhqxZUJyOFmnWBHbu3aq84GKq5vboitUyG2boL+R1OyFJYyUNEDcBytKvSq1fM+gnSWPHHb0mHLAt1h6lIbRq8VIYo7wgDhZP9ubv8Y+qlBGlr/+ywl+AzfvHT84HL6NNhAXiviSK/Pc1yoRBNAitL3JprCTM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=I-love.SAKURA.ne.jp; spf=pass smtp.mailfrom=I-love.SAKURA.ne.jp; arc=none smtp.client-ip=202.181.97.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=I-love.SAKURA.ne.jp Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=I-love.SAKURA.ne.jp Received: from fsav113.sakura.ne.jp (fsav113.sakura.ne.jp [27.133.134.240]) by www262.sakura.ne.jp (8.15.2/8.15.2) with ESMTP id 416DwfNv018766; Tue, 6 Feb 2024 22:58:41 +0900 (JST) (envelope-from penguin-kernel@I-love.SAKURA.ne.jp) Received: from www262.sakura.ne.jp (202.181.97.72) by fsav113.sakura.ne.jp (F-Secure/fsigk_smtp/550/fsav113.sakura.ne.jp); Tue, 06 Feb 2024 22:58:41 +0900 (JST) X-Virus-Status: clean(F-Secure/fsigk_smtp/550/fsav113.sakura.ne.jp) Received: from [192.168.1.6] (M106072142033.v4.enabler.ne.jp [106.72.142.33]) (authenticated bits=0) by www262.sakura.ne.jp (8.15.2/8.15.2) with ESMTPSA id 416DwfKN018763 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NO); Tue, 6 Feb 2024 22:58:41 +0900 (JST) (envelope-from penguin-kernel@I-love.SAKURA.ne.jp) Message-ID: <72da7003-a115-4162-b235-53cd3da8a90e@I-love.SAKURA.ne.jp> Date: Tue, 6 Feb 2024 22:58:41 +0900 Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: <linux-security-module.vger.kernel.org> List-Subscribe: <mailto:linux-security-module+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-security-module+unsubscribe@vger.kernel.org> MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-security-module <linux-security-module@vger.kernel.org>, linux-fsdevel <linux-fsdevel@vger.kernel.org> From: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Subject: [PATCH v3 0/3] fs/exec: remove current->in_execve flag Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit |
Series |
fs/exec: remove current->in_execve flag
|
expand
|