summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorEric Farman <farman@linux.ibm.com>2025-11-07 03:49:27 +0100
committerJanosch Frank <frankja@linux.ibm.com>2025-11-21 10:33:57 +0100
commit44acac00be5dbda58f337acda41148d39743075c (patch)
tree72f438b7a2f0774ce5af66cd0f6df367871af4ad /tools/perf/scripts/python/net_dropmonitor.py
parent8e8678e740ecde2ae4a0404fd9b4ed2b726e236d (diff)
downloadkernel-44acac00be5dbda58f337acda41148d39743075c.tar.gz
KVM: s390: vsie: Check alignment of BSCA header
The VSIE code currently checks that the BSCA struct fits within a page, and returns a validity exception 0x003b if it doesn't. The BSCA is pinned in memory rather than shadowed (see block comment at end of kvm_s390_cpu_feat_init()), so enforcing the CPU entries to be on the same pinned page makes sense. Except those entries aren't going to be used below the guest, and according to the definition of that validity exception only the header of the BSCA (everything but the CPU entries) needs to be within a page. Adjust the alignment check to account for that. Signed-off-by: Eric Farman <farman@linux.ibm.com> Reviewed-by: Christian Borntraeger <borntraeger@linux.ibm.com> Reviewed-by: Christoph Schlameuss <schlameuss@linux.ibm.com> Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
ag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller 2019-04-26nl80211/cfg80211: Extended Key ID supportAlexander Wetzel 2019-03-29cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor 2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg 2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg 2019-02-08cfg80211: add various struct element finding helpersJohannes Berg 2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller 2018-12-19cfg80211: fix ieee80211_get_vht_max_nss()Johannes Berg 2018-12-05cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen 2018-09-05ieee80211: add new VHT capability fields/parsingJohannes Berg 2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller 2018-09-03cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter 2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar 2018-08-28cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky 2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller 2018-06-15cfg80211: Add support for HELuca Coelho 2018-06-15cfg80211: use better order for kcalloc() argumentsJohannes Berg 2018-06-15cfg80211: initialize sinfo in cfg80211_get_stationSven Eckelmann 2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel 2018-02-27mac80211: support A-MSDU in fast-rxFelix Fietkau 2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-02cfg80211/nl80211: add a port authorized eventAvraham Stern 2017-09-21wireless: set correct mandatory rate flagsRichard Schütz 2017-09-21cfg80211: remove unused function ieee80211_data_from_8023()Johannes Berg 2017-09-21mac80211: extend ieee80211_ie_split to support EXTENSIONLiad Kaufman 2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg