Documentation/admin-guide/cifs/usage.rst | 34 +-- Makefile | 4 +- arch/arm/mach-davinci/pm.c | 2 +- arch/s390/include/asm/processor.h | 2 +- arch/x86/entry/entry_64.S | 19 +- arch/x86/entry/entry_64_compat.S | 14 +- arch/x86/lib/retpoline.S | 2 +- drivers/acpi/processor_idle.c | 37 ++-- drivers/char/hpet.c | 34 ++- drivers/firmware/cirrus/cs_dsp.c | 231 +++++++++++++++------ drivers/i2c/busses/i2c-rcar.c | 67 +++--- drivers/i2c/i2c-core-base.c | 1 + drivers/i2c/i2c-slave-testunit.c | 7 + drivers/misc/fastrpc.c | 14 +- drivers/net/ethernet/intel/i40e/i40e_main.c | 9 +- drivers/net/ethernet/lantiq_etop.c | 4 +- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 10 +- drivers/net/ethernet/marvell/octeontx2/af/npc.h | 8 +- drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 2 +- .../net/ethernet/marvell/octeontx2/af/rvu_cpt.c | 33 ++- .../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 67 +++++- drivers/net/ethernet/mediatek/mtk_star_emac.c | 7 + drivers/net/ethernet/micrel/ks8851_common.c | 10 +- drivers/net/ethernet/micrel/ks8851_spi.c | 4 +- drivers/net/phy/microchip_t1.c | 2 +- drivers/net/ppp/ppp_generic.c | 15 ++ drivers/net/wireguard/allowedips.c | 4 +- drivers/net/wireguard/queueing.h | 4 +- drivers/net/wireguard/send.c | 2 +- drivers/nvmem/core.c | 5 +- drivers/nvmem/meson-efuse.c | 14 +- drivers/nvmem/rmem.c | 5 +- drivers/platform/x86/toshiba_acpi.c | 1 + drivers/usb/core/config.c | 18 +- drivers/usb/core/quirks.c | 3 + drivers/usb/gadget/configfs.c | 3 + drivers/usb/host/xhci.c | 16 +- drivers/usb/serial/mos7840.c | 45 ++++ drivers/usb/serial/option.c | 38 ++++ fs/cachefiles/daemon.c | 14 +- fs/cachefiles/internal.h | 15 ++ fs/cachefiles/ondemand.c | 52 ++++- fs/cachefiles/xattr.c | 5 +- fs/dcache.c | 12 +- fs/locks.c | 2 +- fs/nilfs2/dir.c | 32 ++- fs/smb/client/cifs_dfs_ref.c | 36 +++- fs/smb/client/cifsglob.h | 4 +- fs/smb/client/cifsproto.h | 36 ++++ fs/smb/client/dir.c | 21 +- fs/smb/server/smb2pdu.c | 13 +- fs/userfaultfd.c | 7 +- include/linux/bpf.h | 8 + include/linux/bpf_local_storage.h | 17 +- include/linux/mmzone.h | 3 +- kernel/bpf/bpf_inode_storage.c | 38 +--- kernel/bpf/bpf_local_storage.c | 199 +++++++++++------- kernel/bpf/bpf_task_storage.c | 38 +--- kernel/bpf/syscall.c | 15 ++ kernel/bpf/verifier.c | 11 +- kernel/sched/core.c | 7 +- kernel/sched/fair.c | 12 +- kernel/sched/psi.c | 21 +- kernel/sched/sched.h | 1 + kernel/sched/stats.h | 11 +- net/ceph/mon_client.c | 14 +- net/core/bpf_sk_storage.c | 35 +--- net/core/datagram.c | 3 +- net/core/skmsg.c | 3 +- net/ethtool/linkstate.c | 41 ++-- net/ipv4/tcp_input.c | 11 +- net/ipv4/tcp_timer.c | 31 ++- net/ipv4/udp.c | 4 +- net/sched/act_ct.c | 8 + net/sunrpc/xprtsock.c | 7 + scripts/ld-version.sh | 8 +- sound/pci/hda/patch_realtek.c | 4 + .../selftests/bpf/progs/test_global_func10.c | 9 +- tools/testing/selftests/bpf/verifier/calls.c | 13 +- .../selftests/bpf/verifier/helper_access_var_len.c | 104 ++++++---- tools/testing/selftests/bpf/verifier/int_ptr.c | 9 +- .../selftests/bpf/verifier/search_pruning.c | 13 +- tools/testing/selftests/bpf/verifier/sock.c | 27 --- tools/testing/selftests/bpf/verifier/spill_fill.c | 7 +- tools/testing/selftests/bpf/verifier/var_off.c | 52 ----- tools/testing/selftests/wireguard/qemu/Makefile | 8 +- 86 files changed, 1204 insertions(+), 634 deletions(-)
This is the start of the stable review cycle for the 6.1.100 release.
There are 96 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 Thu, 18 Jul 2024 15:27:21 +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.1.100-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.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 6.1.100-rc1
Dan Carpenter <dan.carpenter@linaro.org>
i2c: rcar: fix error code in probe()
Nathan Chancellor <nathan@kernel.org>
kbuild: Make ld-version.sh more robust against version string changes
Alexandre Chartre <alexandre.chartre@oracle.com>
x86/bhi: Avoid warning in #DB handler due to BHI mitigation
Brian Gerst <brgerst@gmail.com>
x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: rcar: clear NO_RXDMA flag after resetting
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: testunit: avoid re-issued work after read message
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: rcar: ensure Gen3+ reset does not disturb local targets
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: rcar: introduce Gen4 devices
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: rcar: reset controller is mandatory for Gen3+
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: mark HostNotify target address as used
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: rcar: bring hardware to known state when probing
John Stultz <jstultz@google.com>
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
Ryusuke Konishi <konishi.ryusuke@gmail.com>
nilfs2: fix kernel bug on rename operation of broken directory
Eduard Zingerman <eddyz87@gmail.com>
bpf: Allow reads from uninit stack
Paulo Alcantara <pc@manguebit.com>
cifs: avoid dup prefix path in dfs_get_automount_devname()
Paulo Alcantara <pc@cjr.nz>
cifs: use origin fullpath for automounts
Jim Mattson <jmattson@google.com>
x86/retpoline: Move a NOENDBR annotation to the SRSO dummy return thunk
Ekansh Gupta <quic_ekangupt@quicinc.com>
misc: fastrpc: Copy the complete capability structure to user
Ekansh Gupta <quic_ekangupt@quicinc.com>
misc: fastrpc: Avoid updating PD type for capability request
Ekansh Gupta <quic_ekangupt@quicinc.com>
misc: fastrpc: Fix DSP capabilities request
Jason A. Donenfeld <Jason@zx2c4.com>
wireguard: send: annotate intentional data race in checking empty queue
Jason A. Donenfeld <Jason@zx2c4.com>
wireguard: queueing: annotate intentional data race in cpu round robin
Helge Deller <deller@kernel.org>
wireguard: allowedips: avoid unaligned 64-bit memory accesses
Jason A. Donenfeld <Jason@zx2c4.com>
wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU
Kuan-Wei Chiu <visitorckw@gmail.com>
ACPI: processor_idle: Fix invalid comparison with insertion sort for latency
Ilya Dryomov <idryomov@gmail.com>
libceph: fix race between delayed_work() and ceph_monc_stop()
Audra Mitchell <audra@redhat.com>
Fix userfaultfd_api to return EINVAL as expected
Edson Juliano Drosdeck <edson.drosdeck@gmail.com>
ALSA: hda/realtek: Limit mic boost on VAIO PRO PX
Nazar Bilinskyi <nbilinskyi@gmail.com>
ALSA: hda/realtek: Enable Mute LED on HP 250 G7
Michał Kopeć <michal.kopec@3mdeb.com>
ALSA: hda/realtek: add quirk for Clevo V5[46]0TU
Armin Wolf <W_Armin@gmx.de>
platform/x86: toshiba_acpi: Fix array out-of-bounds access
Thomas Weißschuh <linux@weissschuh.net>
nvmem: core: only change name to fram for current attribute
Joy Chakraborty <joychakr@google.com>
nvmem: meson-efuse: Fix return value of nvmem callbacks
Joy Chakraborty <joychakr@google.com>
nvmem: rmem: Fix return value of rmem_read()
Hobin Woo <hobin.woo@samsung.com>
ksmbd: discard write access to the directory open
Mathias Nyman <mathias.nyman@linux.intel.com>
xhci: always resume roothubs if xHC was reset during resume
He Zhe <zhe.he@windriver.com>
hpet: Support 32-bit userspace
Alan Stern <stern@rowland.harvard.edu>
USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor
Lee Jones <lee@kernel.org>
usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()
WangYuli <wangyuli@uniontech.com>
USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
Dmitry Smirnov <d.smirnov@inbox.lv>
USB: serial: mos7840: fix crash on resume
Vanillan Wang <vanillanwang@163.com>
USB: serial: option: add Rolling RW350-GL variants
Mank Wang <mank.wang@netprisma.us>
USB: serial: option: add Netprisma LCUK54 series modules
Slark Xiao <slark_xiao@163.com>
USB: serial: option: add support for Foxconn T99W651
Bjørn Mork <bjorn@mork.no>
USB: serial: option: add Fibocom FM350-GL
Daniele Palmas <dnlplm@gmail.com>
USB: serial: option: add Telit FN912 rmnet compositions
Daniele Palmas <dnlplm@gmail.com>
USB: serial: option: add Telit generic core-dump composition
Ronald Wahl <ronald.wahl@raritan.com>
net: ks8851: Fix potential TX stall after interface reopen
Ronald Wahl <ronald.wahl@raritan.com>
net: ks8851: Fix deadlock with the SPI chip variant
Eric Dumazet <edumazet@google.com>
tcp: avoid too many retransmit packets
Eric Dumazet <edumazet@google.com>
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
Josh Don <joshdon@google.com>
Revert "sched/fair: Make sure to try to detach at least one movable task"
Steve French <stfrench@microsoft.com>
cifs: fix setting SecurityFlags to true
Satheesh Paul <psatheesh@marvell.com>
octeontx2-af: fix issue with IPv4 match for RSS
Kiran Kumar K <kirankumark@marvell.com>
octeontx2-af: fix issue with IPv6 ext match for RSS
Kiran Kumar K <kirankumark@marvell.com>
octeontx2-af: extend RSS supported offload types
Michal Mazur <mmazur2@marvell.com>
octeontx2-af: fix detection of IP layer
Srujana Challa <schalla@marvell.com>
octeontx2-af: fix a issue with cpt_lf_alloc mailbox
Srujana Challa <schalla@marvell.com>
octeontx2-af: update cpt lf alloc mailbox
Nithin Dabilpuram <ndabilpuram@marvell.com>
octeontx2-af: replace cpt slot with lf id on reg write
Chen Ni <nichen@iscas.ac.cn>
ARM: davinci: Convert comma to semicolon
Richard Fitzgerald <rf@opensource.cirrus.com>
firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
Richard Fitzgerald <rf@opensource.cirrus.com>
firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers
Richard Fitzgerald <rf@opensource.cirrus.com>
firmware: cs_dsp: Validate payload length before processing block
Richard Fitzgerald <rf@opensource.cirrus.com>
firmware: cs_dsp: Return error if block header overflows file
Richard Fitzgerald <rf@opensource.cirrus.com>
firmware: cs_dsp: Fix overflow checking of wmfw header
Sven Schnelle <svens@linux.ibm.com>
s390: Mark psw in __load_psw_mask() as __unitialized
Daniel Borkmann <daniel@iogearbox.net>
net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
Chengen Du <chengen.du@canonical.com>
net/sched: Fix UAF when resolving a clash
Kuniyuki Iwashima <kuniyu@amazon.com>
udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
Oleksij Rempel <linux@rempel-privat.de>
ethtool: netlink: do not return SQI value if link is down
Dmitry Antipov <dmantipov@yandex.ru>
ppp: reject claimed-as-LCP but actually malformed packets
Jian Hui Lee <jianhui.lee@canonical.com>
net: ethernet: mtk-star-emac: set mac_managed_pm when probing
Mohammad Shehar Yaar Tausif <sheharyaar48@gmail.com>
bpf: fix order of args in call to bpf_map_kvcalloc
Martin KaFai Lau <martin.lau@kernel.org>
bpf: Remove __bpf_local_storage_map_alloc
Yafang Shao <laoar.shao@gmail.com>
bpf: use bpf_map_kvcalloc in bpf_local_storage
Martin KaFai Lau <martin.lau@kernel.org>
bpf: Reduce smap->elem_size
Yonghong Song <yhs@fb.com>
bpf: Refactor some inode/task/sk storage functions for reuse
Aleksander Jan Bajkowski <olek2@wp.pl>
net: ethernet: lantiq_etop: fix double free in detach
Michal Kubiak <michal.kubiak@intel.com>
i40e: Fix XDP program unloading while removing the driver
Hugh Dickins <hughd@google.com>
net: fix rc7's __skb_datagram_iter()
Aleksandr Mishin <amishin@t-argos.ru>
octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability()
Geliang Tang <tanggeliang@kylinos.cn>
skmsg: Skip zero length skb in sk_msg_recvmsg
Oleksij Rempel <linux@rempel-privat.de>
net: phy: microchip: lan87xx: reinit PHY after cable test
Neal Cardwell <ncardwell@google.com>
tcp: fix incorrect undo caused by DSACK of TLP retransmit
Brian Foster <bfoster@redhat.com>
vfs: don't mod negative dentry count when on shrinker list
linke li <lilinke99@qq.com>
fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
Jeff Layton <jlayton@kernel.org>
filelock: fix potential use-after-free in posix_lock_inode
Jingbo Xu <jefflexu@linux.alibaba.com>
cachefiles: add missing lock protection when polling
Baokun Li <libaokun1@huawei.com>
cachefiles: cyclic allocation of msg_id to avoid reuse
Hou Tao <houtao1@huawei.com>
cachefiles: wait for ondemand_object_worker to finish when dropping object
Baokun Li <libaokun1@huawei.com>
cachefiles: cancel all requests for the object that is being dropped
Baokun Li <libaokun1@huawei.com>
cachefiles: stop sending new request when dropping object
Jia Zhu <zhujia.zj@bytedance.com>
cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
Baokun Li <libaokun1@huawei.com>
cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
Waiman Long <longman@redhat.com>
mm: prevent derefencing NULL ptr in pfn_section_valid()
-------------
Diffstat:
Documentation/admin-guide/cifs/usage.rst | 34 +--
Makefile | 4 +-
arch/arm/mach-davinci/pm.c | 2 +-
arch/s390/include/asm/processor.h | 2 +-
arch/x86/entry/entry_64.S | 19 +-
arch/x86/entry/entry_64_compat.S | 14 +-
arch/x86/lib/retpoline.S | 2 +-
drivers/acpi/processor_idle.c | 37 ++--
drivers/char/hpet.c | 34 ++-
drivers/firmware/cirrus/cs_dsp.c | 231 +++++++++++++++------
drivers/i2c/busses/i2c-rcar.c | 67 +++---
drivers/i2c/i2c-core-base.c | 1 +
drivers/i2c/i2c-slave-testunit.c | 7 +
drivers/misc/fastrpc.c | 14 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 9 +-
drivers/net/ethernet/lantiq_etop.c | 4 +-
drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 10 +-
drivers/net/ethernet/marvell/octeontx2/af/npc.h | 8 +-
drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 2 +-
.../net/ethernet/marvell/octeontx2/af/rvu_cpt.c | 33 ++-
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 67 +++++-
drivers/net/ethernet/mediatek/mtk_star_emac.c | 7 +
drivers/net/ethernet/micrel/ks8851_common.c | 10 +-
drivers/net/ethernet/micrel/ks8851_spi.c | 4 +-
drivers/net/phy/microchip_t1.c | 2 +-
drivers/net/ppp/ppp_generic.c | 15 ++
drivers/net/wireguard/allowedips.c | 4 +-
drivers/net/wireguard/queueing.h | 4 +-
drivers/net/wireguard/send.c | 2 +-
drivers/nvmem/core.c | 5 +-
drivers/nvmem/meson-efuse.c | 14 +-
drivers/nvmem/rmem.c | 5 +-
drivers/platform/x86/toshiba_acpi.c | 1 +
drivers/usb/core/config.c | 18 +-
drivers/usb/core/quirks.c | 3 +
drivers/usb/gadget/configfs.c | 3 +
drivers/usb/host/xhci.c | 16 +-
drivers/usb/serial/mos7840.c | 45 ++++
drivers/usb/serial/option.c | 38 ++++
fs/cachefiles/daemon.c | 14 +-
fs/cachefiles/internal.h | 15 ++
fs/cachefiles/ondemand.c | 52 ++++-
fs/cachefiles/xattr.c | 5 +-
fs/dcache.c | 12 +-
fs/locks.c | 2 +-
fs/nilfs2/dir.c | 32 ++-
fs/smb/client/cifs_dfs_ref.c | 36 +++-
fs/smb/client/cifsglob.h | 4 +-
fs/smb/client/cifsproto.h | 36 ++++
fs/smb/client/dir.c | 21 +-
fs/smb/server/smb2pdu.c | 13 +-
fs/userfaultfd.c | 7 +-
include/linux/bpf.h | 8 +
include/linux/bpf_local_storage.h | 17 +-
include/linux/mmzone.h | 3 +-
kernel/bpf/bpf_inode_storage.c | 38 +---
kernel/bpf/bpf_local_storage.c | 199 +++++++++++-------
kernel/bpf/bpf_task_storage.c | 38 +---
kernel/bpf/syscall.c | 15 ++
kernel/bpf/verifier.c | 11 +-
kernel/sched/core.c | 7 +-
kernel/sched/fair.c | 12 +-
kernel/sched/psi.c | 21 +-
kernel/sched/sched.h | 1 +
kernel/sched/stats.h | 11 +-
net/ceph/mon_client.c | 14 +-
net/core/bpf_sk_storage.c | 35 +---
net/core/datagram.c | 3 +-
net/core/skmsg.c | 3 +-
net/ethtool/linkstate.c | 41 ++--
net/ipv4/tcp_input.c | 11 +-
net/ipv4/tcp_timer.c | 31 ++-
net/ipv4/udp.c | 4 +-
net/sched/act_ct.c | 8 +
net/sunrpc/xprtsock.c | 7 +
scripts/ld-version.sh | 8 +-
sound/pci/hda/patch_realtek.c | 4 +
.../selftests/bpf/progs/test_global_func10.c | 9 +-
tools/testing/selftests/bpf/verifier/calls.c | 13 +-
.../selftests/bpf/verifier/helper_access_var_len.c | 104 ++++++----
tools/testing/selftests/bpf/verifier/int_ptr.c | 9 +-
.../selftests/bpf/verifier/search_pruning.c | 13 +-
tools/testing/selftests/bpf/verifier/sock.c | 27 ---
tools/testing/selftests/bpf/verifier/spill_fill.c | 7 +-
tools/testing/selftests/bpf/verifier/var_off.c | 52 -----
tools/testing/selftests/wireguard/qemu/Makefile | 8 +-
86 files changed, 1204 insertions(+), 634 deletions(-)
> > This is the start of the stable review cycle for the 6.1.100 release. > There are 96 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 Thu, 18 Jul 2024 15:27:21 +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.1.100-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.1.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.
On 7/16/24 09:31, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.100 release. > There are 96 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 Thu, 18 Jul 2024 15:27:21 +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.1.100-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.1.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
On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.100 release.
> There are 96 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 Thu, 18 Jul 2024 15:27:21 +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.1.100-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.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
path in dfs_get_automount_devname()") causes the following build failure
on bmips_stb_defconfig:
In file included from ./include/linux/build_bug.h:5,
from ./include/linux/container_of.h:5,
from ./include/linux/list.h:5,
from ./include/linux/module.h:12,
from fs/smb/client/cifsfs.c:13:
fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
if (unlikely(!server->origin_fullpath))
^~
./include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
# define unlikely(x) __builtin_expect(!!(x), 0)
^
In file included from fs/smb/client/cifsfs.c:35:
fs/smb/client/cifsproto.h:78:14: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
server->origin_fullpath,
^~
fs/smb/client/cifsproto.h:79:21: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
strlen(server->origin_fullpath),
^~
fs/smb/client/cifsproto.h:88:21: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
len = strlen(server->origin_fullpath);
^~
fs/smb/client/cifsproto.h:93:18: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
memcpy(s, server->origin_fullpath, len);
^~
In file included from ./include/linux/build_bug.h:5,
from ./include/linux/container_of.h:5,
from ./include/linux/list.h:5,
from ./include/linux/wait.h:7,
from ./include/linux/wait_bit.h:8,
from ./include/linux/fs.h:6,
from fs/smb/client/cifs_debug.c:8:
fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
if (unlikely(!server->origin_fullpath))
^~
./include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
# define unlikely(x) __builtin_expect(!!(x), 0)
^
In file included from fs/smb/client/cifs_debug.c:16:
fs/smb/client/cifsproto.h:78:14: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
server->origin_fullpath,
^~
fs/smb/client/cifsproto.h:79:21: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
strlen(server->origin_fullpath),
^~
fs/smb/client/cifsproto.h:88:21: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
len = strlen(server->origin_fullpath);
^~
fs/smb/client/cifsproto.h:93:18: error: 'struct TCP_Server_Info' has no
member named 'origin_fullpath'
memcpy(s, server->origin_fullpath, len);
^~
host-make[6]: *** [scripts/Makefile.build:250: fs/smb/client/cifsfs.o]
Error 1
host-make[6]: *** Waiting for unfinished jobs....
--
Florian
On Tue, Jul 16, 2024 at 11:42:39AM -0700, Florian Fainelli wrote:
> On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.1.100 release.
> > There are 96 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 Thu, 18 Jul 2024 15:27:21 +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.1.100-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.1.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
> path in dfs_get_automount_devname()") causes the following build failure on
> bmips_stb_defconfig:
>
> In file included from ./include/linux/build_bug.h:5,
> from ./include/linux/container_of.h:5,
> from ./include/linux/list.h:5,
> from ./include/linux/module.h:12,
> from fs/smb/client/cifsfs.c:13:
> fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> if (unlikely(!server->origin_fullpath))
> ^~
> ./include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
> # define unlikely(x) __builtin_expect(!!(x), 0)
> ^
> In file included from fs/smb/client/cifsfs.c:35:
> fs/smb/client/cifsproto.h:78:14: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> server->origin_fullpath,
> ^~
> fs/smb/client/cifsproto.h:79:21: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> strlen(server->origin_fullpath),
> ^~
> fs/smb/client/cifsproto.h:88:21: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> len = strlen(server->origin_fullpath);
> ^~
> fs/smb/client/cifsproto.h:93:18: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> memcpy(s, server->origin_fullpath, len);
> ^~
> In file included from ./include/linux/build_bug.h:5,
> from ./include/linux/container_of.h:5,
> from ./include/linux/list.h:5,
> from ./include/linux/wait.h:7,
> from ./include/linux/wait_bit.h:8,
> from ./include/linux/fs.h:6,
> from fs/smb/client/cifs_debug.c:8:
> fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> if (unlikely(!server->origin_fullpath))
> ^~
> ./include/linux/compiler.h:78:42: note: in definition of macro 'unlikely'
> # define unlikely(x) __builtin_expect(!!(x), 0)
> ^
> In file included from fs/smb/client/cifs_debug.c:16:
> fs/smb/client/cifsproto.h:78:14: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> server->origin_fullpath,
> ^~
> fs/smb/client/cifsproto.h:79:21: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> strlen(server->origin_fullpath),
> ^~
> fs/smb/client/cifsproto.h:88:21: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> len = strlen(server->origin_fullpath);
> ^~
> fs/smb/client/cifsproto.h:93:18: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> memcpy(s, server->origin_fullpath, len);
> ^~
> host-make[6]: *** [scripts/Makefile.build:250: fs/smb/client/cifsfs.o] Error
> 1
> host-make[6]: *** Waiting for unfinished jobs....
Ugh, this was because I had to add a fixup patch for a different patch
here. I'll go drop both of them for now, thanks.
greg k-h
On Tue 2024-07-16 11:42:39, Florian Fainelli wrote:
> On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.1.100 release.
> > There are 96 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 Thu, 18 Jul 2024 15:27:21 +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.1.100-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.1.y
> > and the diffstat can be found below.
> Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
> path in dfs_get_automount_devname()") causes the following build failure on
> bmips_stb_defconfig:
>
> In file included from ./include/linux/build_bug.h:5,
> from ./include/linux/container_of.h:5,
> from ./include/linux/list.h:5,
> from ./include/linux/module.h:12,
> from fs/smb/client/cifsfs.c:13:
> fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> member named 'origin_fullpath'
> if (unlikely(!server->origin_fullpath))
We see same problem.
CC [M] sound/soc/soc-ops.o
3131
In file included from ./include/linux/build_bug.h:5,
3132
from ./include/linux/container_of.h:5,
3133
from ./include/linux/list.h:5,
3134
from ./include/linux/module.h:12,
3135
from fs/smb/client/cifsfs.c:13:
3136
fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
3137
fs/smb/client/cifsproto.h:74:29: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3138
74 | if (unlikely(!server->origin_fullpath))
3139
| ^~
3140
./include/linux/compiler.h:78:45: note: in definition of macro 'unlikely'
3141
78 | # define unlikely(x) __builtin_expect(!!(x), 0)
3142
| ^
3143
In file included from fs/smb/client/cifsfs.c:35:
3144
fs/smb/client/cifsproto.h:78:63: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3145
78 | server->origin_fullpath,
3146
| ^~
3147
fs/smb/client/cifsproto.h:79:70: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3148
79 | strlen(server->origin_fullpath),
3149
| ^~
3150
fs/smb/client/cifsproto.h:88:28: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3151
88 | len = strlen(server->origin_fullpath);
3152
| ^~
3153
fs/smb/client/cifsproto.h:93:25: error: 'struct TCP_Server_Info' has no member named 'origin_fullpath'
3154
93 | memcpy(s, server->origin_fullpath, len);
3155
| ^~
3156
CC [M] net/netfilter/nf_conntrack_standalone.o
3157
CC [M] net/netfilter/nf_conntrack_expect.o
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
On Wed, 17 Jul 2024 at 00:31, Pavel Machek <pavel@denx.de> wrote:
>
> On Tue 2024-07-16 11:42:39, Florian Fainelli wrote:
> > On 7/16/24 08:31, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 6.1.100 release.
> > > There are 96 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 Thu, 18 Jul 2024 15:27:21 +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.1.100-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.1.y
> > > and the diffstat can be found below.
>
> > Commit acbfb53f772f96fdffb3fba2fa16eed4ad7ba0d2 ("cifs: avoid dup prefix
> > path in dfs_get_automount_devname()") causes the following build failure on
> > bmips_stb_defconfig:
> >
> > In file included from ./include/linux/build_bug.h:5,
> > from ./include/linux/container_of.h:5,
> > from ./include/linux/list.h:5,
> > from ./include/linux/module.h:12,
> > from fs/smb/client/cifsfs.c:13:
> > fs/smb/client/cifsproto.h: In function 'dfs_get_automount_devname':
> > fs/smb/client/cifsproto.h:74:22: error: 'struct TCP_Server_Info' has no
> > member named 'origin_fullpath'
> > if (unlikely(!server->origin_fullpath))
>
>
> We see same problem.
Same problem as others have already reported on the
arm, parisc and powerpc.
+
The old s390 build failures which were reported from
the previous stable-rc 6.1 release.
* arm, build
- clang-18-nhk8815_defconfig
- clang-18-s3c2410_defconfig
- clang-nightly-nhk8815_defconfig
- clang-nightly-s3c2410_defconfig
- gcc-13-nhk8815_defconfig
- gcc-13-s3c2410_defconfig
- gcc-8-nhk8815_defconfig
* parisc, build
- gcc-11-defconfig
* powerpc, build
- clang-18-defconfig
- clang-18-ppc64e_defconfig
- clang-nightly-defconfig
- clang-nightly-ppc64e_defconfig
- gcc-13-defconfig
- gcc-13-ppc64e_defconfig
- gcc-8-defconfig
- gcc-8-ppc64e_defconfig
and
* s390, build
- clang-18-allnoconfig
- clang-18-defconfig
- clang-18-tinyconfig
- clang-nightly-allnoconfig
- clang-nightly-defconfig
- clang-nightly-tinyconfig
- gcc-13-allnoconfig
- gcc-13-defconfig
- gcc-13-tinyconfig
- gcc-8-allnoconfig
- gcc-8-defconfig-fe40093d
- gcc-8-tinyconfig
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
--
Linaro LKFT
https://lkft.linaro.org
Hello,
On Tue, 16 Jul 2024 17:31:11 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
> This is the start of the stable review cycle for the 6.1.100 release.
> There are 96 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 Thu, 18 Jul 2024 15:27:21 +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.1.100-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.1.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] 928b1b7691e1 ("Linux 6.1.100-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: sysfs.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
© 2016 - 2025 Red Hat, Inc.