summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2009-12-07 12:51:35 +0100
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>2009-12-07 12:51:32 +0100
commit56e6b796fe9b99287648fc5686aae00106b37bab (patch)
treef0c75986905f3ff01ec1c801843f94923509af06 /scripts
parent24a1872d6411c7cce82c0888a4fbea23e993e051 (diff)
downloadkernel-56e6b796fe9b99287648fc5686aae00106b37bab.tar.gz
[S390] cio: fix quiesce state
DEV_STATE_QUIESCE is used to stop all IO on a busy subchannel. This patch fixes the following problems related to the QUIESCE state: * Fix a potential race condition which could occur when the resulting state was DEV_STATE_OFFLINE. * Add missing locking around cio_disable_subchannel, ccw_device_cancel_halt_clear and the cdev's handler. * Loop until we know for sure that the subchannel is disabled. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
for ipv6 modulesBreno Leitao 2024-02-07sit: use exit_batch_rtnl() methodEric Dumazet 2023-04-28sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang 2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig 2022-11-16ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet 2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet 2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian 2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian 2022-08-22ipv6: move from strlcpy with unused retval to strscpyWolfram Sang 2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-06-28ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou 2022-06-09sit: use dev_sw_netstats_rx_add()Eric Dumazet 2022-06-09net: rename reference+tracking helpersJakub Kicinski 2022-01-12sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin 2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet 2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet 2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski 2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann 2021-07-20memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin 2021-06-28sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault 2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2021-06-03sit: set name of device back to struct parmszhang kai 2021-06-02sit: replace 68 with micro IPV4_MIN_MTUzhang kai 2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-04-13net: sit: Unregister catch-all devicesHristo Venev 2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet 2021-03-29sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet 2021-03-28sit: use minkernel test robot