[PATCH 6.7 00/28] 6.7.1-rc1 review

Greg Kroah-Hartman posted 28 patches 1 year, 11 months ago
Only 0 patches received!
Documentation/admin-guide/features.rst             |   2 +-
Documentation/arch/arc/features.rst                |   2 +-
Documentation/arch/arm/features.rst                |   2 +-
Documentation/arch/arm64/features.rst              |   2 +-
Documentation/arch/loongarch/features.rst          |   2 +-
Documentation/arch/m68k/features.rst               |   2 +-
Documentation/arch/mips/features.rst               |   2 +-
Documentation/arch/nios2/features.rst              |   2 +-
Documentation/arch/openrisc/features.rst           |   2 +-
Documentation/arch/parisc/features.rst             |   2 +-
Documentation/arch/powerpc/features.rst            |   2 +-
Documentation/arch/riscv/features.rst              |   2 +-
Documentation/arch/s390/features.rst               |   2 +-
Documentation/arch/sh/features.rst                 |   2 +-
Documentation/arch/sparc/features.rst              |   2 +-
Documentation/arch/x86/features.rst                |   2 +-
Documentation/arch/xtensa/features.rst             |   2 +-
Documentation/sphinx/kernel_feat.py                |  57 ++--------
.../translations/zh_CN/arch/loongarch/features.rst |   2 +-
.../translations/zh_CN/arch/mips/features.rst      |   2 +-
.../translations/zh_TW/arch/loongarch/features.rst |   2 +-
.../translations/zh_TW/arch/mips/features.rst      |   2 +-
Makefile                                           |   4 +-
drivers/acpi/resource.c                            |   7 ++
drivers/android/binder.c                           |   2 +-
drivers/android/binder_alloc.c                     |  10 +-
drivers/bus/moxtet.c                               |   9 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c |   4 +-
.../gpu/drm/amd/display/dc/bios/command_table2.c   |  12 +-
.../gpu/drm/amd/display/dc/bios/command_table2.h   |   2 +-
drivers/gpu/drm/amd/display/dc/dc_bios_types.h     |   2 +-
drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c      |   8 +-
drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.c  |   7 +-
drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.h  |   2 +-
.../drm/amd/display/dc/dcn31/dcn31_panel_cntl.c    |   5 +-
.../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c  |  16 +--
.../drm/amd/display/dc/hwss/dcn21/dcn21_hwseq.c    |  36 ++++--
drivers/gpu/drm/amd/display/dc/inc/hw/abm.h        |   3 +-
drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h |   2 +
drivers/gpu/drm/amd/display/dc/link/link_factory.c |  59 +++++++---
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h    |  14 ++-
drivers/hwtracing/coresight/coresight-etm4x.h      |   2 +-
drivers/leds/trigger/ledtrig-tty.c                 |   4 +
drivers/md/raid5.c                                 |  12 --
drivers/parport/parport_serial.c                   |  64 +++++++++++
drivers/pci/quirks.c                               |   8 +-
drivers/uio/uio.c                                  |   7 +-
fs/f2fs/xattr.c                                    |   6 +
fs/smb/server/smb2pdu.c                            |  23 ++--
fs/smb/server/smbacl.c                             |  11 +-
mm/memory_hotplug.c                                |   8 +-
scripts/decode_stacktrace.sh                       |  19 +++-
sound/pci/hda/cs35l41_hda.c                        |  25 +++-
sound/pci/hda/cs35l41_hda.h                        |  12 +-
sound/pci/hda/cs35l41_hda_i2c.c                    |   2 +-
sound/pci/hda/cs35l41_hda_property.c               | 126 +++++++++++++++------
sound/pci/hda/cs35l41_hda_spi.c                    |   2 +-
sound/pci/hda/patch_realtek.c                      |  18 +++
58 files changed, 443 insertions(+), 209 deletions(-)
[PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Greg Kroah-Hartman 1 year, 11 months ago
This is the start of the stable review cycle for the 6.7.1 release.
There are 28 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 6.7.1-rc1

Sumanth Korikkar <sumanthk@linux.ibm.com>
    mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval

Vegard Nossum <vegard.nossum@oracle.com>
    docs: kernel_feat.py: fix potential command injection

Carlos Llamas <cmllamas@google.com>
    scripts/decode_stacktrace.sh: optionally use LLVM utilities

James Clark <james.clark@arm.com>
    coresight: etm4x: Fix width of CCITMIN field

LeoLiuoc <LeoLiu-oc@zhaoxin.com>
    PCI: Add ACS quirk for more Zhaoxin Root Ports

Florian Eckert <fe@dev.tdt.de>
    leds: ledtrig-tty: Free allocated ttyname buffer on deactivate

Cameron Williams <cang1@live.co.uk>
    parport: parport_serial: Add Brainboxes device IDs and geometry

Cameron Williams <cang1@live.co.uk>
    parport: parport_serial: Add Brainboxes BAR details

Guanghui Feng <guanghuifeng@linux.alibaba.com>
    uio: Fix use-after-free in uio_open

Carlos Llamas <cmllamas@google.com>
    binder: fix comment on binder_alloc_new_buf() return value

Carlos Llamas <cmllamas@google.com>
    binder: fix trivial typo of binder_free_buf_locked()

Carlos Llamas <cmllamas@google.com>
    binder: fix use-after-free in shinker's callback

Carlos Llamas <cmllamas@google.com>
    binder: use EPOLLERR from eventpoll.h

Junxiao Bi <junxiao.bi@oracle.com>
    Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"

Fedor Pchelkin <pchelkin@ispras.ru>
    ksmbd: free ppace array on error in parse_dacl

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: don't allow O_TRUNC open on read-only share

Lewis Huang <lewis.huang@amd.com>
    drm/amd/display: Pass pwrseq inst for backlight and ABM

Sjoerd Simons <sjoerd@collabora.com>
    bus: moxtet: Add spi device table

Sjoerd Simons <sjoerd@collabora.com>
    bus: moxtet: Mark the irq as shared

Hans de Goede <hdegoede@redhat.com>
    ACPI: resource: Add another DMI match for the TongFang GMxXGxx

Lorenz Brun <lorenz@brun.one>
    ALSA: hda: cs35l41: Support more HP models without _DSD

Tom Jason Schwanke <tom@catboys.cloud>
    ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 13-ay0xxx

Dorian Cruveiller <doriancruveiller@gmail.com>
    ALSA: hda/realtek: enable SND_PCI_QUIRK for Lenovo Legion Slim 7 Gen 8 (2023) serie

Dorian Cruveiller <doriancruveiller@gmail.com>
    ALSA: hda: Add driver properties for cs35l41 for Lenovo Legion Slim 7 Gen 8 serie

Stefan Binding <sbinding@opensource.cirrus.com>
    ALSA: hda: cs35l41: Prevent firmware load if SPI speed too low

Stefan Binding <sbinding@opensource.cirrus.com>
    ALSA: hda: cs35l41: Support additional Dell models without _DSD

Stefan Binding <sbinding@opensource.cirrus.com>
    ALSA: hda/realtek: Add quirks for Dell models

Eric Biggers <ebiggers@google.com>
    f2fs: explicitly null-terminate the xattr list


-------------

Diffstat:

 Documentation/admin-guide/features.rst             |   2 +-
 Documentation/arch/arc/features.rst                |   2 +-
 Documentation/arch/arm/features.rst                |   2 +-
 Documentation/arch/arm64/features.rst              |   2 +-
 Documentation/arch/loongarch/features.rst          |   2 +-
 Documentation/arch/m68k/features.rst               |   2 +-
 Documentation/arch/mips/features.rst               |   2 +-
 Documentation/arch/nios2/features.rst              |   2 +-
 Documentation/arch/openrisc/features.rst           |   2 +-
 Documentation/arch/parisc/features.rst             |   2 +-
 Documentation/arch/powerpc/features.rst            |   2 +-
 Documentation/arch/riscv/features.rst              |   2 +-
 Documentation/arch/s390/features.rst               |   2 +-
 Documentation/arch/sh/features.rst                 |   2 +-
 Documentation/arch/sparc/features.rst              |   2 +-
 Documentation/arch/x86/features.rst                |   2 +-
 Documentation/arch/xtensa/features.rst             |   2 +-
 Documentation/sphinx/kernel_feat.py                |  57 ++--------
 .../translations/zh_CN/arch/loongarch/features.rst |   2 +-
 .../translations/zh_CN/arch/mips/features.rst      |   2 +-
 .../translations/zh_TW/arch/loongarch/features.rst |   2 +-
 .../translations/zh_TW/arch/mips/features.rst      |   2 +-
 Makefile                                           |   4 +-
 drivers/acpi/resource.c                            |   7 ++
 drivers/android/binder.c                           |   2 +-
 drivers/android/binder_alloc.c                     |  10 +-
 drivers/bus/moxtet.c                               |   9 +-
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c |   4 +-
 .../gpu/drm/amd/display/dc/bios/command_table2.c   |  12 +-
 .../gpu/drm/amd/display/dc/bios/command_table2.h   |   2 +-
 drivers/gpu/drm/amd/display/dc/dc_bios_types.h     |   2 +-
 drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c      |   8 +-
 drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.c  |   7 +-
 drivers/gpu/drm/amd/display/dc/dce/dmub_abm_lcd.h  |   2 +-
 .../drm/amd/display/dc/dcn31/dcn31_panel_cntl.c    |   5 +-
 .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c  |  16 +--
 .../drm/amd/display/dc/hwss/dcn21/dcn21_hwseq.c    |  36 ++++--
 drivers/gpu/drm/amd/display/dc/inc/hw/abm.h        |   3 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h |   2 +
 drivers/gpu/drm/amd/display/dc/link/link_factory.c |  59 +++++++---
 drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h    |  14 ++-
 drivers/hwtracing/coresight/coresight-etm4x.h      |   2 +-
 drivers/leds/trigger/ledtrig-tty.c                 |   4 +
 drivers/md/raid5.c                                 |  12 --
 drivers/parport/parport_serial.c                   |  64 +++++++++++
 drivers/pci/quirks.c                               |   8 +-
 drivers/uio/uio.c                                  |   7 +-
 fs/f2fs/xattr.c                                    |   6 +
 fs/smb/server/smb2pdu.c                            |  23 ++--
 fs/smb/server/smbacl.c                             |  11 +-
 mm/memory_hotplug.c                                |   8 +-
 scripts/decode_stacktrace.sh                       |  19 +++-
 sound/pci/hda/cs35l41_hda.c                        |  25 +++-
 sound/pci/hda/cs35l41_hda.h                        |  12 +-
 sound/pci/hda/cs35l41_hda_i2c.c                    |   2 +-
 sound/pci/hda/cs35l41_hda_property.c               | 126 +++++++++++++++------
 sound/pci/hda/cs35l41_hda_spi.c                    |   2 +-
 sound/pci/hda/patch_realtek.c                      |  18 +++
 58 files changed, 443 insertions(+), 209 deletions(-)
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Justin Forbes 1 year, 11 months ago
On Thu, Jan 18, 2024 at 11:48:50AM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

Tested rc1 against the Fedora build system (aarch64, ppc64le, s390x,
x86_64), and boot tested x86_64. No regressions noted.

Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Naresh Kamboju 1 year, 11 months ago
On Thu, 18 Jan 2024 at 16:20, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
>         https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
>         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Results from Linaro’s test farm.
The arm allmodconfig clang-17 build failed on 6.7.y, Linux next and mainline.
but passed on 6.6.y.

Links:
 - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240117/testrun/22090095/suite/build/test/clang-17-allmodconfig/details/

## Build
* kernel: 6.7.1-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.7.y
* git commit: ef44e963b02edb00d4de5fa3528a21f3e7b33a85
* git describe: v6.7-29-gef44e963b02e
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.7.y/build/v6.7-29-gef44e963b02e/


--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Luna Jernberg 1 year, 11 months ago
Works fine on my Dell Latitude 7390 laptop with model name    :
Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz
and Crystal Linux: https://getcryst.al/site

Tested-by: Luna Jernberg <droidbittin@gmail.com>

Den fre 19 jan. 2024 kl 16:48 skrev Naresh Kamboju <naresh.kamboju@linaro.org>:
>
> On Thu, 18 Jan 2024 at 16:20, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.7.1 release.
> > There are 28 patches in this series, all will be posted as a response
> > to this one.  If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> >         https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> > or in the git tree and branch at:
> >         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> Results from Linaro’s test farm.
> The arm allmodconfig clang-17 build failed on 6.7.y, Linux next and mainline.
> but passed on 6.6.y.
>
> Links:
>  - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240117/testrun/22090095/suite/build/test/clang-17-allmodconfig/details/
>
> ## Build
> * kernel: 6.7.1-rc1
> * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
> * git branch: linux-6.7.y
> * git commit: ef44e963b02edb00d4de5fa3528a21f3e7b33a85
> * git describe: v6.7-29-gef44e963b02e
> * test details:
> https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.7.y/build/v6.7-29-gef44e963b02e/
>
>
> --
> Linaro LKFT
> https://lkft.linaro.org
>
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Greg Kroah-Hartman 1 year, 11 months ago
On Fri, Jan 19, 2024 at 09:18:29PM +0530, Naresh Kamboju wrote:
> On Thu, 18 Jan 2024 at 16:20, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.7.1 release.
> > There are 28 patches in this series, all will be posted as a response
> > to this one.  If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> >         https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> > or in the git tree and branch at:
> >         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
> 
> Results from Linaro’s test farm.
> The arm allmodconfig clang-17 build failed on 6.7.y, Linux next and mainline.

So 6.7.0 is also broken?

thanks,

greg k-h
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Naresh Kamboju 1 year, 11 months ago
On Fri, 19 Jan 2024 at 21:31, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Fri, Jan 19, 2024 at 09:18:29PM +0530, Naresh Kamboju wrote:
> > On Thu, 18 Jan 2024 at 16:20, Greg Kroah-Hartman
> > <gregkh@linuxfoundation.org> wrote:
> > >
> > > This is the start of the stable review cycle for the 6.7.1 release.
> > > There are 28 patches in this series, all will be posted as a response
> > > to this one.  If anyone has any issues with these being applied, please
> > > let me know.
> > >
> > > Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> > > Anything received after that time might be too late.
> > >
> > > The whole patch series can be found in one patch at:
> > >         https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> > > or in the git tree and branch at:
> > >         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> > > and the diffstat can be found below.
> > >
> > > thanks,
> > >
> > > greg k-h
> >
> > Results from Linaro’s test farm.
> > The arm allmodconfig clang-17 build failed on 6.7.y, Linux next and mainline.
>
> So 6.7.0 is also broken?

Yes.

- Naresh
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Jon Hunter 1 year, 11 months ago

On 18/01/2024 10:48, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h


No new regressions for Tegra ...

Test results for stable-v6.7:
     10 builds:	10 pass, 0 fail
     26 boots:	26 pass, 0 fail
     116 tests:	115 pass, 1 fail

Linux version:	6.7.1-rc1-gef44e963b02e
Boards tested:	tegra124-jetson-tk1, tegra186-p2771-0000,
                 tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
                 tegra20-ventana, tegra210-p2371-2180,
                 tegra210-p3450-0000, tegra30-cardhu-a04

Test failures:	tegra186-p2771-0000: pm-system-suspend.sh


Unfortunately, we have a suspend regression for v6.7 on one board. We 
have identified the change in v6.7, in the Tegra Host1x driver, and we 
are working to fix. So the above failure is expected.

Tested-by: Jon Hunter <jonathanh@nvidia.com>

Jon

-- 
nvpublic
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Ricardo B. Marliere 1 year, 11 months ago
On 18 Jan 11:48, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

No noticeable regressions on my system (x86_64).

Tested-by: Ricardo B. Marliere <ricardo@marliere.net>

Thanks!
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Bagas Sanjaya 1 year, 11 months ago
On Thu, Jan 18, 2024 at 11:48:50AM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 

Successfully compiled and installed the kernel on my computer (Acer
Aspire E15, Intel Core i3 Haswell). No noticeable regressions.

Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>

-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Ron Economos 1 year, 11 months ago
On 1/18/24 2:48 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Built and booted successfully on RISC-V RV64 (HiFive Unmatched).

Tested-by: Ron Economos <re@w6rz.net>
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Shuah Khan 1 year, 11 months ago
On 1/18/24 03:48, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

Tested-by: Shuah Khan <skhan@linuxfoundation.org>

thanks,
-- Shuah
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by SeongJae Park 1 year, 11 months ago
Hello,

On Thu, 18 Jan 2024 11:48:50 +0100 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:

> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.

This rc kernel passes DAMON functionality test[1] on my test machine.
Attaching the test results summary below.  Please note that I retrieved the
kernel from linux-stable-rc tree[2].

Tested-by: SeongJae Park <sj@kernel.org>

[1] https://github.com/awslabs/damon-tests/tree/next/corr
[2] ef44e963b02e ("Linux 6.7.1-rc1")

Thanks,
SJ

[...]

---

ok 1 selftests: damon: debugfs_attrs.sh
ok 2 selftests: damon: debugfs_schemes.sh
ok 3 selftests: damon: debugfs_target_ids.sh
ok 4 selftests: damon: debugfs_empty_targets.sh
ok 5 selftests: damon: debugfs_huge_count_read_write.sh
ok 6 selftests: damon: debugfs_duplicate_context_creation.sh
ok 7 selftests: damon: debugfs_rm_non_contexts.sh
ok 8 selftests: damon: sysfs.sh
ok 9 selftests: damon: sysfs_update_removed_scheme_dir.sh
ok 10 selftests: damon: reclaim.sh
ok 11 selftests: damon: lru_sort.sh
ok 1 selftests: damon-tests: kunit.sh
ok 2 selftests: damon-tests: huge_count_read_write.sh
ok 3 selftests: damon-tests: buffer_overflow.sh
ok 4 selftests: damon-tests: rm_contexts.sh
ok 5 selftests: damon-tests: record_null_deref.sh
ok 6 selftests: damon-tests: dbgfs_target_ids_read_before_terminate_race.sh
ok 7 selftests: damon-tests: dbgfs_target_ids_pid_leak.sh
ok 8 selftests: damon-tests: damo_tests.sh
ok 9 selftests: damon-tests: masim-record.sh
ok 10 selftests: damon-tests: build_i386.sh
ok 11 selftests: damon-tests: build_arm64.sh
ok 12 selftests: damon-tests: build_m68k.sh
ok 13 selftests: damon-tests: build_i386_idle_flag.sh
ok 14 selftests: damon-tests: build_i386_highpte.sh
ok 15 selftests: damon-tests: build_nomemcg.sh
 [33m
 [92mPASS [39m
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Florian Fainelli 1 year, 11 months ago
On 1/18/24 02:48, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on 
BMIPS_GENERIC:

Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
-- 
Florian
Re: [PATCH 6.7 00/28] 6.7.1-rc1 review
Posted by Allen 1 year, 11 months ago
> This is the start of the stable review cycle for the 6.7.1 release.
> There are 28 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Sat, 20 Jan 2024 10:42:49 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
>         https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.7.1-rc1.gz
> or in the git tree and branch at:
>         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.7.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>

Compiled and booted on my x86_64 and ARM64 test systems. No errors or
regressions.

Tested-by: Allen Pais <apais@linux.microsoft.com>

Thanks.