https://github.com/torvalds/linux
Name Target Message Date
HEAD 6b4aa46 Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd Pull smb server fixes from Steve French: "Two smb3 server fixes for access denied problem on share path checks" * tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd: ksmbd: override fsids for smb2_query_info() ksmbd: override fsids for share path check 13 August 2024, 16:03:23 UTC
refs/heads/arm64-uaccess d31e86e arm64: access_ok() optimization The TBI setup on arm64 is very strange: HW is set up to always do TBI, but the kernel enforcement for system calls is purely a software contract, and user space is supposed to mask off the top bits before the system call. Except all the actual brk/mmap/etc() system calls then mask it in kernel space anyway, and accept any TBI address. This basically unifies things and makes access_ok() also ignore it. This is an ABI change, but the current situation is very odd, and this change avoids the current mess and makes the kernel more permissive, and as such is unlikely to break anything. The way forward - for some possible future situation when people want to use more bits - is probably to introduce a new "I actually want the full 64-bit address space" prctl. But we should make sure that the software and hardware rules actually match at that point. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> 09 June 2024, 17:14:24 UTC
refs/heads/dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4 2516c5a build(deps): bump certifi in /drivers/gpu/drm/ci/xfails Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 18 July 2024, 21:26:06 UTC
refs/heads/dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7 508efc0 build(deps): bump idna from 3.4 to 3.7 in /drivers/gpu/drm/ci/xfails Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 18 July 2024, 21:26:06 UTC
refs/heads/dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2 a3a5ac4 build(deps): bump requests in /drivers/gpu/drm/ci/xfails Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 18 July 2024, 21:26:04 UTC
refs/heads/dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0 fb2786d build(deps): bump setuptools in /drivers/gpu/drm/ci/xfails Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 70.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.0.0...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 15 July 2024, 18:34:17 UTC
refs/heads/dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2 d7b9998 build(deps): bump urllib3 in /drivers/gpu/drm/ci/xfails Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 18 July 2024, 21:26:24 UTC
refs/heads/master 6b4aa46 Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd Pull smb server fixes from Steve French: "Two smb3 server fixes for access denied problem on share path checks" * tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd: ksmbd: override fsids for smb2_query_info() ksmbd: override fsids for share path check 13 August 2024, 16:03:23 UTC
back to top